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