diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2009-02-11 17:54:58 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2009-02-11 17:54:58 +0100 |
commit | f13895851fde13cefaa484cd9f90a9f0ad41d78e (patch) | |
tree | f3565b0b5fc3b8544d40c60b768913a0af50a41b /source4/scripting/python/samba/tests | |
parent | 71221fded45c4f0fd0f48035045b0c79f5a90eff (diff) | |
download | samba-f13895851fde13cefaa484cd9f90a9f0ad41d78e.tar.gz samba-f13895851fde13cefaa484cd9f90a9f0ad41d78e.tar.xz samba-f13895851fde13cefaa484cd9f90a9f0ad41d78e.zip |
Cancel transactions when exceptions are raised.
Diffstat (limited to 'source4/scripting/python/samba/tests')
-rw-r--r-- | source4/scripting/python/samba/tests/samdb.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/scripting/python/samba/tests/samdb.py b/source4/scripting/python/samba/tests/samdb.py index cce6ea84d33..161f9f4f652 100644 --- a/source4/scripting/python/samba/tests/samdb.py +++ b/source4/scripting/python/samba/tests/samdb.py @@ -28,6 +28,7 @@ import uuid from samba import param class SamDBTestCase(TestCaseInTempDir): + def setUp(self): super(SamDBTestCase, self).setUp() invocationid = str(uuid.uuid4()) |