Commit 0c47f04e authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 1efe2349
...@@ -221,19 +221,9 @@ func TestLoad(t *testing.T) { ...@@ -221,19 +221,9 @@ func TestLoad(t *testing.T) {
} }
func TestWatch(t *testing.T) { func TestWatch(t *testing.T) {
X := exc.Raiseif withZEOSrv(t, func(t *testing.T, zsrv ZEOSrv) {
needZEOpy(t) xtesting.DrvTestWatch(t, "zeo://" + zsrv.Addr(), openByURL)
})
work := xtempdir(t)
defer os.RemoveAll(work)
fs1path := work + "/1.fs"
zpy, err := StartZEOPySrv(fs1path, ZEOPyOptions{}); X(err)
defer func() {
err := zpy.Close(); X(err)
}()
xtesting.DrvTestWatch(t, "zeo://" + zpy.Addr(), openByURL)
} }
......
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