test everything
authorDobrica Pavlinusic <dpavlin@rot13.org>
Thu, 29 Jul 2010 16:02:00 +0000 (18:02 +0200)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Thu, 29 Jul 2010 16:02:00 +0000 (18:02 +0200)
t/30-librfid.t

index 12e3e6a..59d8eb9 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 
-use Test::More tests => 3;
+use Test::More;
 use Data::Dump qw(dump);
 
 use lib 'lib';
@@ -14,8 +14,6 @@ ok( my $o = RFID::Biblio::librfid->new( tool => '/rest/cvs/librfid/utils/librfid
 ok( my @tags = $o->inventory, 'inventory' );
 diag dump @tags;
 
-__END__
-
 my $old_afi;
 
 foreach my $tag ( @tags ) {
@@ -39,3 +37,4 @@ foreach my $tag ( @tags ) {
 ok( my $visible = $o->scan, 'scan' );
 diag dump $visible;
 
+done_testing;