mirror of
https://github.com/samba-team/samba.git
synced 2025-12-12 12:23:50 +03:00
r26593: - More work on the python versions of samba3dump and the samba3sam tests.
- Initial work converting the upgrade code to Python. - Removed the old EJS upgrade code because it has been broken for a long time.
This commit is contained in:
committed by
Stefan Metzmacher
parent
85679f3fc9
commit
150cf39fbd
@@ -43,7 +43,7 @@ class TestCaseInTempDir(unittest.TestCase):
|
||||
|
||||
def tearDown(self):
|
||||
super(TestCaseInTempDir, self).tearDown()
|
||||
# FIXME: Remove all files in self.tempdir
|
||||
os.rmdir(self.tempdir)
|
||||
|
||||
|
||||
class SubstituteVarTestCase(unittest.TestCase):
|
||||
|
||||
Reference in New Issue
Block a user