Commit 53b77642 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent fb4ece21
...@@ -127,7 +127,8 @@ func TestCache(t *testing.T) { ...@@ -127,7 +127,8 @@ func TestCache(t *testing.T) {
ok1(serial == 0) ok1(serial == 0)
eq(err, &zodb.ErrXidMissing{xid1_3}) eq(err, &zodb.ErrXidMissing{xid1_3})
eq(len(oce1.revv), 1) eq(len(oce1.revv), 1)
eq(oce1.revv[0], rce1_b2) rce1_b3 := oce1.revv[0]
ok1(rce1_b3 != rce1_b2) // rce1_b2 was merged into rce1_b3
} }
type Checker struct { type Checker struct {
......
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