1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-28 11:42:03 +03:00

Cancel transactions when exceptions are raised.

This commit is contained in:
Jelmer Vernooij
2009-02-11 17:54:58 +01:00
parent 71221fded4
commit f13895851f
2 changed files with 85 additions and 75 deletions

View File

@ -28,6 +28,7 @@ import uuid
from samba import param
class SamDBTestCase(TestCaseInTempDir):
def setUp(self):
super(SamDBTestCase, self).setUp()
invocationid = str(uuid.uuid4())