diff options
author | Amitay Isaacs <amitay@gmail.com> | 2011-09-09 15:21:59 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-09-09 15:24:00 +1000 |
commit | 4688b3ca60ebca000e489b489c6e67df848cfa98 (patch) | |
tree | b0ed8735eb1fa1a2f7e1f396704193b2c449eb15 /source4/scripting | |
parent | a9dc2c81adfca17cb3248a58b23b564ac4ff27b1 (diff) | |
download | samba-4688b3ca60ebca000e489b489c6e67df848cfa98.tar.gz samba-4688b3ca60ebca000e489b489c6e67df848cfa98.tar.bz2 samba-4688b3ca60ebca000e489b489c6e67df848cfa98.zip |
s4-test: name attribute remove from Command class, so test not required
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source4/scripting')
-rw-r--r-- | source4/scripting/python/samba/tests/netcmd.py | 6 |
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""" |