[CMF-checkins] CVS: Products/CMFCore/tests/base - testcase.py:1.10.10.1

Yvo Schubbe y.2005- at wcm-solutions.de
Thu Mar 10 09:38:22 EST 2005


Update of /cvs-repository/Products/CMFCore/tests/base
In directory cvs.zope.org:/tmp/cvs-serv560/CMFCore/tests/base

Modified Files:
      Tag: CMF-1_5-branch
	testcase.py 
Log Message:
removed redundant startup


=== Products/CMFCore/tests/base/testcase.py 1.10 => 1.10.10.1 ===
--- 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:21 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