"...Irrlicht/svn:/svn.code.sf.net/p/irrlicht/code/trunk@1376" did not exist on "24793abad844e0f8e2cc15d05d4c336deb1dcdad"
Commit 20c81f54 authored by Miek Gieben's avatar Miek Gieben

Fix log test

parent 6445a3f2
......@@ -45,7 +45,7 @@ func TestLoggedStatus(t *testing.T) {
}
logged := f.String()
if !strings.Contains(logged, "A example.org. udp") {
if !strings.Contains(logged, "A IN example.org. udp false 512") {
t.Error("Expected it to be logged. Logged string -", logged)
}
}
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