From f13895851fde13cefaa484cd9f90a9f0ad41d78e Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Wed, 11 Feb 2009 17:54:58 +0100 Subject: Cancel transactions when exceptions are raised. --- source4/scripting/python/samba/tests/samdb.py | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/scripting/python/samba/tests') diff --git a/source4/scripting/python/samba/tests/samdb.py b/source4/scripting/python/samba/tests/samdb.py index cce6ea84d3..161f9f4f65 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()) -- cgit