--- t/00-model-Material.t 2007/11/29 00:40:32 3 +++ t/00-model-Material.t 2007/11/29 16:40:10 9 @@ -36,7 +36,7 @@ # Searches in general my $collection = Arh::Model::MaterialCollection->new(current_user => $system_user); $collection->unlimit; -is($collection->count, 2, "Finds two records"); +is($collection->count, 3, "Finds 3 records"); # Searches in specific $collection->limit(column => 'id', value => $o->id); @@ -49,5 +49,5 @@ # And the other one is still there $collection->unlimit; -is($collection->count, 1, "Still one left"); +is($collection->count, 2, "Still 2 left");