[Neo-report] r2393 vincent - /trunk/neo/tests/zodb/__init__.py

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Nov 1 11:59:39 CET 2010


Author: vincent
Date: Mon Nov  1 11:59:39 2010
New Revision: 2393

Log:
No need to stop a just-created cluster, it's never started.

Modified:
    trunk/neo/tests/zodb/__init__.py

Modified: trunk/neo/tests/zodb/__init__.py
==============================================================================
--- trunk/neo/tests/zodb/__init__.py [iso-8859-1] (original)
+++ trunk/neo/tests/zodb/__init__.py [iso-8859-1] Mon Nov  1 11:59:39 2010
@@ -25,7 +25,6 @@ class ZODBTestCase(NEOFunctionalTest):
         NEOFunctionalTest.setUp(self)
         self.neo = NEOCluster(['test_neo1'], partitions=1, replicas=0,
                 master_node_count=1, temp_dir=self.getTempDirectory())
-        self.neo.stop()
         self.neo.setupDB()
         self.neo.start()
         self._storage = self.neo.getZODBStorage()





More information about the Neo-report mailing list