From 4688b3ca60ebca000e489b489c6e67df848cfa98 Mon Sep 17 00:00:00 2001 From: Amitay Isaacs Date: Fri, 9 Sep 2011 15:21:59 +1000 Subject: s4-test: name attribute remove from Command class, so test not required Signed-off-by: Andrew Bartlett --- source4/scripting/python/samba/tests/netcmd.py | 6 ------ 1 file changed, 6 deletions(-) (limited to 'source4') 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""" -- cgit