This commit is contained in:
Miek Gieben 2016-04-11 10:22:27 +01:00
parent fed51ea373
commit 31ce53f514
6 changed files with 60 additions and 60 deletions

View file

@ -82,13 +82,13 @@ func TestLookup(t *testing.T) {
t.Logf("%v\n", resp)
continue
}
if !test.Section(t, tc, coretest.Answer, resp.Answer) {
if !test.Section(t, tc, test.Answer, resp.Answer) {
t.Logf("%v\n", resp)
}
if !test.Section(t, tc, coretest.Ns, resp.Ns) {
if !test.Section(t, tc, test.Ns, resp.Ns) {
t.Logf("%v\n", resp)
}
if !test.Section(t, tc, coretest.Extra, resp.Extra) {
if !test.Section(t, tc, test.Extra, resp.Extra) {
t.Logf("%v\n", resp)
}
}