rename Reader implementation all over [0.02]
[Biblio-RFID.git] / t / 10-3M-810.t
index 259d18d..1099a21 100755 (executable)
@@ -6,10 +6,10 @@ use Data::Dump qw(dump);
 use lib 'lib';
 
 BEGIN {
-       use_ok( 'RFID::Biblio::3M810' );
+       use_ok( 'RFID::Biblio::Reader::3M810' );
 }
 
-ok( my $o = RFID::Biblio::3M810->new( device => '/dev/ttyUSB0' ), 'new' );
+ok( my $o = RFID::Biblio::Reader::3M810->new( device => '/dev/ttyUSB0' ), 'new' );
 
 ok( my @tags = $o->inventory, 'inventory' );
 diag dump @tags;
@@ -22,7 +22,7 @@ foreach my $tag ( @tags ) {
 
        ok( my $afi = $o->read_afi( $tag ), "read_afi $tag" );
 
-       ok( $o->write_blocks( $tag, $blocks->{tag} ), "write_blocks $tag" );
+       ok( $o->write_blocks( $tag, $blocks->{$tag} ), "write_blocks $tag" );
 
        my $new_afi = "\x42";