mirror of https://bitbucket.org/ausocean/av.git
cmd/rv/probe_test.go fix test with nocv build
This commit is contained in:
parent
83317e9bbc
commit
fe0c9ffcdb
|
@ -53,12 +53,10 @@ func TestProbe(t *testing.T) {
|
||||||
t.Fatalf("failed to create turbidity probe")
|
t.Fatalf("failed to create turbidity probe")
|
||||||
}
|
}
|
||||||
|
|
||||||
t.Log(ts.transform)
|
|
||||||
err = ts.Update(config)
|
err = ts.Update(config)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
t.Fatalf("could not update probe: %v", err)
|
t.Fatalf("could not update probe: %v", err)
|
||||||
}
|
}
|
||||||
t.Log(ts.transform)
|
|
||||||
|
|
||||||
video, err := ioutil.ReadFile("logo.h264")
|
video, err := ioutil.ReadFile("logo.h264")
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|
Loading…
Reference in New Issue