Commit 2f7e0cc2 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 583b2853
...@@ -255,10 +255,10 @@ def test_zconn_at(): ...@@ -255,10 +255,10 @@ def test_zconn_at():
root1['z'] = 1 root1['z'] = 1
transaction.commit() transaction.commit()
# after commit the view is updated # after commit connection view is updated
zsync(stor) zsync(stor)
at1 = stor.lastTransaction() at1 = stor.lastTransaction()
assert zconn_at(conn1) == at1 # still at at0 XXX ok? assert zconn_at(conn1) == at1
# reopen -> view @at1 # reopen -> view @at1
conn1.close() conn1.close()
......
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