[Zope-CVS] CVS: Products/Zelenium/tests - test_zuite.py:1.7
Tres Seaver
tseaver at palladion.com
Mon May 9 15:14:39 EDT 2005
Update of /cvs-repository/Products/Zelenium/tests
In directory cvs.zope.org:/tmp/cvs-serv31320/tests
Modified Files:
test_zuite.py
Log Message:
- Harden tests against older 'transaction' module in Zope3.
=== Products/Zelenium/tests/test_zuite.py 1.6 => 1.7 ===
--- Products/Zelenium/tests/test_zuite.py:1.6 Mon May 9 15:05:06 2005
+++ Products/Zelenium/tests/test_zuite.py Mon May 9 15:14:38 2005
@@ -11,6 +11,7 @@
import Zope as Zope2
Zope2.startup()
try:
+ from transaction import begin # in case we have an older version
import transaction
except ImportError:
# BBB: for Zope 2.7
More information about the Zope-CVS
mailing list