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

Use Node.asTuple().

git-svn-id: https://svn.erp5.org/repos/neo/trunk@1734 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 75d6d63a
...@@ -305,8 +305,7 @@ class MasterServerElectionTests(NeoTestBase): ...@@ -305,8 +305,7 @@ class MasterServerElectionTests(NeoTestBase):
def _getNodeList(self): def _getNodeList(self):
return [(x.getType(), x.getAddress(), x.getUUID(), x.getState()) return [x.asTuple() for x in self.app.nm.getList()]
for x in self.app.nm.getList()]
def test_notifyNodeInformation1(self): def test_notifyNodeInformation1(self):
""" Not identified """ """ Not identified """
......
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