implement RFID::Serial->scan and test it
[Biblio-RFID.git] / t / 10-3M-810.t
index 7a737a7..ae2e961 100755 (executable)
@@ -15,3 +15,7 @@ ok( my @tags = $o->inventory, 'inventory' );
 diag dump @tags;
 
 ok( my $blocks = $o->read_blocks( $_ ), "read_blocks $_" ) foreach @tags;
+
+ok( my $visible = $o->scan, 'scan' );
+diag dump $visible;
+