[CMF-checkins] CVS: Products/CMFCore/tests/base - testcase.py:1.11
Yvo Schubbe
y.2005- at wcm-solutions.de
Thu Mar 10 09:38:51 EST 2005
Update of /cvs-repository/Products/CMFCore/tests/base
In directory cvs.zope.org:/tmp/cvs-serv675/CMFCore/tests/base
Modified Files:
testcase.py
Log Message:
removed redundant startup
=== Products/CMFCore/tests/base/testcase.py 1.10 => 1.11 ===
--- Products/CMFCore/tests/base/testcase.py:1.10 Wed Jun 30 11:24:46 2004
+++ Products/CMFCore/tests/base/testcase.py Thu Mar 10 09:38:51 2005
@@ -21,8 +21,6 @@
class TransactionalTest( TestCase ):
def setUp( self ):
- if hasattr(Zope, 'startup'):
- Zope.startup()
get_transaction().begin()
self.connection = Zope.DB.open()
self.root = self.connection.root()[ 'Application' ]
More information about the CMF-checkins
mailing list