summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source4/scripting/python/samba/tests/netcmd.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/source4/scripting/python/samba/tests/netcmd.py b/source4/scripting/python/samba/tests/netcmd.py
index 787bcd5a72..7b53d53c3c 100644
--- a/source4/scripting/python/samba/tests/netcmd.py
+++ b/source4/scripting/python/samba/tests/netcmd.py
@@ -23,12 +23,6 @@ from samba.netcmd import Command
import samba.tests
class CommandTests(samba.tests.TestCase):
-
- def test_name(self):
- class cmd_foo(Command):
- pass
- self.assertEquals("foo", cmd_foo().name)
-
def test_description(self):
class cmd_foo(Command):
"""Mydescription"""