1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-03 04:22:09 +03:00

test: fixed several tests to use samba.tests

this fixes error checking. Test failures were not being detected
otherwise

Pair-Programmed-With: Amitay Isaacs <amitay@gmail.com>
This commit is contained in:
Andrew Tridgell
2011-11-09 13:28:02 +11:00
parent 862823a776
commit ba41389d3d
7 changed files with 13 additions and 12 deletions

View File

@ -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()