mirror of
https://github.com/samba-team/samba.git
synced 2025-12-13 16:23:50 +03:00
python: get rid of pointless empty overridden methods
Signed-off-by: Rob van der Linde <rob@catalyst.net.nz> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
committed by
Andrew Bartlett
parent
983f222e38
commit
e8fda61a57
@@ -27,9 +27,6 @@ class NetBiosTests(samba.tests.TestCase):
|
||||
self.ifc = os.environ["SERVER_IP"]
|
||||
self.dc = os.environ["DC_NETBIOSNAME"]
|
||||
|
||||
def tearDown(self):
|
||||
super(NetBiosTests, self).tearDown()
|
||||
|
||||
def test_query_name(self):
|
||||
(reply_from, names, addresses) = self.n.query_name(self.dc, self.ifc, timeout=4)
|
||||
assert reply_from == self.ifc
|
||||
|
||||
Reference in New Issue
Block a user