Commit c9054200 authored by Vincent Pelletier's avatar Vincent Pelletier

setupDB is already called in NEOCluster.__init__()

git-svn-id: https://svn.erp5.org/repos/neo/trunk@2394 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent b5cfa2d8
......@@ -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.setupDB()
self.neo.start()
self._storage = self.neo.getZODBStorage()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment