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/ldap_syntaxes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/dsdb/tests/python/ldap_syntaxes.py') diff --git a/source4/dsdb/tests/python/ldap_syntaxes.py b/source4/dsdb/tests/python/ldap_syntaxes.py index 64e0c421c14..ad89cb1f38e 100644 --- a/source4/dsdb/tests/python/ldap_syntaxes.py +++ b/source4/dsdb/tests/python/ldap_syntaxes.py @@ -44,7 +44,7 @@ lp = sambaopts.get_loadparm() creds = credopts.get_credentials(lp) -class SyntaxTests(unittest.TestCase): +class SyntaxTests(samba.tests.TestCase): def setUp(self): super(SyntaxTests, self).setUp() -- cgit