From ba41389d3d0860079b1276fb32f1d0d989f2471f Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 9 Nov 2011 13:28:02 +1100 Subject: test: fixed several tests to use samba.tests this fixes error checking. Test failures were not being detected otherwise Pair-Programmed-With: Amitay Isaacs --- source4/dsdb/tests/python/sam.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/dsdb/tests/python/sam.py') diff --git a/source4/dsdb/tests/python/sam.py b/source4/dsdb/tests/python/sam.py index b08fba5a7d..7f5b74dd18 100755 --- a/source4/dsdb/tests/python/sam.py +++ b/source4/dsdb/tests/python/sam.py @@ -63,7 +63,7 @@ host = args[0] lp = sambaopts.get_loadparm() creds = credopts.get_credentials(lp) -class SamTests(unittest.TestCase): +class SamTests(samba.tests.TestCase): def setUp(self): super(SamTests, self).setUp() -- cgit