X-Git-Url: http://git.rot13.org/?p=Biblio-RFID.git;a=blobdiff_plain;f=t%2F20-CPR-M02.t;h=fe4663dc13eddf3b6b3431066a75e5d2ef7dbc2d;hp=54c4a5dc306bd6eb11123b99b5a136d4b194527f;hb=3ff7f5a9164a997ac22c5f91c59439d779791895;hpb=8910421042293ddb6771a2d0ae16acf576c90f53 diff --git a/t/20-CPR-M02.t b/t/20-CPR-M02.t index 54c4a5d..fe4663d 100755 --- a/t/20-CPR-M02.t +++ b/t/20-CPR-M02.t @@ -15,3 +15,6 @@ ok( my @tags = $o->inventory, 'inventory' ); ok( my $blocks = $o->read_blocks( $_ ), "read_blocks $_" ) foreach @tags; +ok( my $visible = $o->scan, 'scan' ); +diag dump $visible; +