Commit d193d610 authored by Vincent Pelletier's avatar Vincent Pelletier

Remove unused local_var entry.

git-svn-id: https://svn.erp5.org/repos/neo/trunk@2626 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent bfdef022
......@@ -474,7 +474,6 @@ class ClientApplicationTests(NeoUnitTestBase):
return not queue.empty()
app.dispatcher = Dispatcher()
app.nm.createStorage(address=storage_address)
app.local_var.object_stored = (oid, tid)
app.local_var.data_dict[oid] = 'BEFORE'
app.local_var.data_list.append(oid)
app.store(oid, tid, '', None, txn)
......
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