More METADAPT-A testing that doesnt work :(
This commit is contained in:
parent
a47a3599d3
commit
72df1e8d11
@ -73,7 +73,11 @@ func TestConnA(test *testing.T) {
|
|||||||
test.Errorf("CLIENT payload not equal")
|
test.Errorf("CLIENT payload not equal")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
_, _, err = trans.Receive()
|
||||||
|
if !errors.Is(err, io.EOF) {
|
||||||
|
test.Fatal("CLIENT wrong error:", err)
|
||||||
|
}
|
||||||
|
test.Log("CLIENT done")
|
||||||
// TODO test error from trans/connection closed by other side
|
// TODO test error from trans/connection closed by other side
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user