t/20-serial-aa.t
changeset 49 62b17372f2d8
parent 48 a9a9b00be37f
--- a/t/20-serial-aa.t	Tue Jul 12 16:10:03 2016 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-#! perl
-use strict;
-use warnings;
-use Test::More;
-use Test::Exception;
-use Nagios::Check::DNS::delegation;
-
-throws_ok { serial('schlittermann.de', 
-		nameservers => [qw/8.8.8.8 8.8.4.4/], aa => 1) }
-	  qr/no aa/ => 'throws exception on no aa';
-
-ok serial('schlittermann.de', nameservers => [qw/212.80.235.130/])
-	=> 'aa for serial';
-
-done_testing;