scatch new application level API
[Biblio-RFID.git] / t / 50-Readers.t
index 175dcc4..1081af8 100755 (executable)
@@ -11,6 +11,13 @@ BEGIN {
 
 ok( my $o = RFID::Biblio::Readers->new( shift @ARGV ), 'new' );
 
+ok( my $tags = $o->tags, 'tags' );
+diag dump( $tags );
+
+done_testing();
+
+__END__
+
 ok( my @tags = $o->inventory, 'inventory' );
 diag dump @tags;