Commit 677a2d41 authored by Grégory Wisniewski's avatar Grégory Wisniewski

Test for client/app.py updated according to commit #416 (uuid conflicts)


git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@418 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 6ed40f18
......@@ -29,6 +29,7 @@ import os
def connectToPrimaryMasterNode(self):
# TODO: remove monkeypatching and properly simulate master node connection
self.uuid = 'C' * 16
pass
Application.connectToPrimaryMasterNode_org = Application.connectToPrimaryMasterNode
Application.connectToPrimaryMasterNode = connectToPrimaryMasterNode
......
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