From 49ca0cd3df3a65118f45305e58b1383c43a4e79f Mon Sep 17 00:00:00 2001 From: Miek Gieben Date: Mon, 19 Nov 2012 19:25:55 +0100 Subject: [PATCH] remove async test as we no longer have that function --- client_test.go | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/client_test.go b/client_test.go index 66da8a7c..e7de5571 100644 --- a/client_test.go +++ b/client_test.go @@ -19,24 +19,6 @@ func TestClientSync(t *testing.T) { } } -/* -func TestClientASync(t *testing.T) { - m := new(Msg) - m.SetQuestion("miek.nl.", TypeSOA) - - c := new(Client) - ch := c.Do(m, "37.251.95.53:53", nil) - ch = ch - func(m, r *Msg, e error, d interface{}) { - if r != nil && r.Rcode != RcodeSuccess { - t.Log("Failed to get an valid answer") - t.Fail() - t.Logf("%v\n", r) - } - }) -} -*/ - func TestClientEDNS0(t *testing.T) { m := new(Msg) m.SetQuestion("miek.nl.", TypeDNSKEY)