Commit 95cf19f5 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent b59aca47
...@@ -98,6 +98,7 @@ func TestLoad(t *testing.T) { ...@@ -98,6 +98,7 @@ func TestLoad(t *testing.T) {
} }
// iterate tidMin..tidMax and expect db entries in expectv // iterate tidMin..tidMax and expect db entries in expectv
// TODO -> xtesting
func testIterate(t *testing.T, fs *FileStorage, tidMin, tidMax zodb.Tid, expectv []dbEntry) { func testIterate(t *testing.T, fs *FileStorage, tidMin, tidMax zodb.Tid, expectv []dbEntry) {
ctx := context.Background() ctx := context.Background()
iter := fs.Iterate(ctx, tidMin, tidMax) iter := fs.Iterate(ctx, tidMin, tidMax)
......
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