Commit f19d345d authored by Grégory Wisniewski's avatar Grégory Wisniewski

Remove unused attribute.

git-svn-id: https://svn.erp5.org/repos/neo/trunk@1423 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 2f68f55e
......@@ -53,7 +53,6 @@ class MasterClientElectionTests(NeoTestBase):
self.app.unconnected_master_node_set.add(node.getAddress())
node.setState(NodeStates.RUNNING)
# define some variable to simulate client and storage node
self.client_port = 11022
self.storage_port = 10021
self.master_port = 10011
# apply monkey patches
......@@ -257,7 +256,6 @@ class MasterServerElectionTests(NeoTestBase):
self.app.unconnected_master_node_set.add(node.getAddress())
node.setState(NodeStates.RUNNING)
# define some variable to simulate client and storage node
self.client_port = 11022
self.storage_port = 10021
self.master_port = 10011
# apply monkey patches
......
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