--- trunk/t/00-model-User.t 2006/05/05 12:38:53 8 +++ trunk/t/00-model-User.t 2006/05/05 21:19:36 11 @@ -40,7 +40,7 @@ # Searches in general my $collection = Transports::Model::UserCollection->new(current_user => $system_user); $collection->unlimit; -is($collection->count, 2, "Finds two records"); +is($collection->count, 3, "Finds two records"); # Searches in specific $collection->limit(column => 'id', value => $o->id); @@ -53,5 +53,5 @@ # And the other one is still there $collection->unlimit; -is($collection->count, 1, "Still one left"); +is($collection->count, 2, "Still one left");