Commit b387162a authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent e216fc66
...@@ -295,6 +295,9 @@ func DrvTestLoad(t *testing.T, zdrv zodb.IStorageDriver, txnvOk []Txn) { ...@@ -295,6 +295,9 @@ func DrvTestLoad(t *testing.T, zdrv zodb.IStorageDriver, txnvOk []Txn) {
xid := zodb.Xid{zodb.TidMax, oid} xid := zodb.Xid{zodb.TidMax, oid}
checkLoad(t, zdrv, xid, expect) checkLoad(t, zdrv, xid, expect)
} }
// XXX verify load of non-existing object
// XXX verify load of not-yet-created object
} }
// DrvTestWatch verifies that storage driver watcher can observe commits done from outside. // DrvTestWatch verifies that storage driver watcher can observe commits done from outside.
......
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