Commit 563309ec authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 46c74dcc
...@@ -123,12 +123,4 @@ func TestWatch(t *testing.T) { ...@@ -123,12 +123,4 @@ func TestWatch(t *testing.T) {
if ecause != context.Canceled { if ecause != context.Canceled {
t.Fatalf("finished: err: expected 'canceled' cause; got %q", err) t.Fatalf("finished: err: expected 'canceled' cause; got %q", err)
} }
// commit after watchers canceled - storage must be alive
// (this verifies DelWatch)
// XXX move -> zodb tests
xcommit(obj(3, "data3"))
println("AAA")
stor.DelWatch(nil)
println("BBB")
} }
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