From: Peter Rabbitson Date: Mon, 29 Jun 2009 07:50:43 +0000 (+0000) Subject: This is tested elsewhere (2) X-Git-Tag: v0.08108~37^2~7 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b028a785b0c58b95ddeca40648ab5c8cff38af20;p=dbsrgits%2FDBIx-Class.git This is tested elsewhere (2) --- diff --git a/t/60core.t b/t/60core.t index 21852ef..d4fc083 100644 --- a/t/60core.t +++ b/t/60core.t @@ -9,7 +9,7 @@ use DBIC::SqlMakerTest; my $schema = DBICTest->init_schema(); -plan tests => 105; +plan tests => 103; eval { require DateTime::Format::SQLite }; my $NO_DTFM = $@ ? 1 : 0; @@ -229,10 +229,6 @@ my $collapsed_or_rs = $or_rs->search ({}, { distinct => 1 }); # induce collapse is ($collapsed_or_rs->all, 4, 'Collapsed joined search with OR returned correct number of rows'); is ($collapsed_or_rs->count, 4, 'Collapsed search count with OR ok'); -my $pref_or_rs = $collapsed_or_rs->search ({}, { prefetch => [qw/tags/] }); -is ($pref_or_rs->all, 4, 'Prefetched grouped search with OR returned correct number of rows'); -is ($pref_or_rs->count, 4, 'Prefetched grouped count with OR ok'); - { my $tcount = $schema->resultset('Track')->search( {},