[Checkins] SVN: Products.Ape/trunk/lib/apelib/tests/testzope2fs.py use transaction.savepoint()

Thomas Lotze tl at gocept.com
Tue Sep 18 05:01:28 EDT 2007


Log message for revision 79731:
  use transaction.savepoint()

Changed:
  U   Products.Ape/trunk/lib/apelib/tests/testzope2fs.py

-=-
Modified: Products.Ape/trunk/lib/apelib/tests/testzope2fs.py
===================================================================
--- Products.Ape/trunk/lib/apelib/tests/testzope2fs.py	2007-09-18 08:59:10 UTC (rev 79730)
+++ Products.Ape/trunk/lib/apelib/tests/testzope2fs.py	2007-09-18 09:01:27 UTC (rev 79731)
@@ -743,7 +743,7 @@
             f = Folder()
             f.id = 'bar'
             app._setObject(f.id, f)
-            transaction.commit(1)
+            transaction.savepoint(True)
             app._delObject(f.id)
             transaction.commit()
         finally:



More information about the Checkins mailing list