Commit 52724198 authored by Vincent Pelletier's avatar Vincent Pelletier

Update comment which should have been updated in r2049.

git-svn-id: https://svn.erp5.org/repos/neo/trunk@2059 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent a22440f1
......@@ -276,7 +276,7 @@ class NodeManagerTests(NeoTestBase):
self.assertEqual(manager.getByAddress(old_address), None)
self.master.setAddress(new_address)
self.checkByServer(self.master)
# a new storage replaced the old one
# - storage change it's UUID
storage_list = manager.getStorageList()
self.assertTrue(len(storage_list), 1)
new_storage = storage_list[0]
......
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