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:
@ -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()
|
||||
|
Reference in New Issue
Block a user