Commit c541c99c authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 55476bd0
......@@ -534,7 +534,14 @@ func withNEO(t *testing.T, f func(t *testing.T, nsrv NEOSrv, ndrv *Client), optv
}
noautodetect, srvEnc := nsrv.BugEncFixed()
t.Run(fmt.Sprintf("dialEncTryOrder=%v", encvs), func(t *testing.T) {
name := "enc="
if noautodetect {
name += fmt.Sprintf("%c(dialTryOrder=%v)", srvEnc, encvs)
} else {
name += fmt.Sprintf("%c", encv[0])
}
t.Run(name, func(t *testing.T) {
X := xtesting.FatalIf(t)
if noautodetect && len(encv) > 1 && encv[0] == srvEnc {
......
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