--- t/00-model-UnitMaterial.t 2007/11/29 00:40:32 3 +++ t/00-model-UnitMaterial.t 2007/11/29 16:40:10 9 @@ -32,7 +32,7 @@ # Searches in general my $collection = Arh::Model::UnitMaterialCollection->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); @@ -45,5 +45,5 @@ # And the other one is still there $collection->unlimit; -is($collection->count, 1, "Still one left"); +is($collection->count, 2, "Still 2 left");