Commit 9de09953 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 86db839d
......@@ -764,7 +764,7 @@ func TestActivateAfterDelete(t0 *testing.T) {
t.checkObj(obj, 101, at0, UPTODATE, 0, "object")
// delete obj
at1 := tdb.CommitRaw(ZRawObject{Oid: 101, Data: []byte("")})
at1 := tdb.CommitRaw(ZRawObject{Oid: 101, Data: nil})
// conn stays at older view with obj pinned into the cache
t.checkObj(obj, 101, at0, UPTODATE, 0, "object")
......
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