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

Initialize TID/OID to avoid test equality between None and z64.

git-svn-id: https://svn.erp5.org/repos/neo/trunk@1441 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 68de6e7b
......@@ -184,8 +184,8 @@ class MasterStorageHandlerTests(NeoTestBase):
# give a uuid
conn = self.getFakeConnection(uuid, self.storage_address)
ptid = self.app.pt.getID()
tid = self.app.ltid
oid = self.app.loid
oid = self.app.loid = '\1' * 8
tid = self.app.ltid = '\1' * 8
service.askLastIDs(conn, packet)
packet = self.checkAnswerLastIDs(conn, answered_packet=packet)
loid, ltid, lptid = packet.decode()
......
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