From 98bc6f106bf17271bb0d8a908d73471be6232bc0 Mon Sep 17 00:00:00 2001
From: Vincent Pelletier <vincent@nexedi.com>
Date: Mon, 9 Jan 2012 16:45:44 +0100
Subject: [PATCH] Drop unused test properties.

---
 neo/tests/master/testElectionHandler.py | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/neo/tests/master/testElectionHandler.py b/neo/tests/master/testElectionHandler.py
index 2f3125ae..53db1c2c 100644
--- a/neo/tests/master/testElectionHandler.py
+++ b/neo/tests/master/testElectionHandler.py
@@ -47,9 +47,6 @@ class MasterClientElectionTests(NeoUnitTestBase):
         self.election = ClientElectionHandler(self.app)
         self.app.unconnected_master_node_set = set()
         self.app.negotiating_master_node_set = set()
-        # define some variable to simulate client and storage node
-        self.storage_port = 10021
-        self.master_port = 10011
         # apply monkey patches
         self._addPacket = ClientConnection._addPacket
         ClientConnection._addPacket = _addPacket
-- 
2.30.9