X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F77prefetch.t;h=8b3f10c69bb81a3d6aac0099add8ad71d679fb77;hb=cb136e67f71c272de046dfab5cec183f78cb5e08;hp=a0ab5f22cd1c627ea602c91a81ef8964abb2d7d8;hpb=5aac79f733809095bdc342947712586fbd85aa9a;p=dbsrgits%2FDBIx-Class.git diff --git a/t/77prefetch.t b/t/77prefetch.t index a0ab5f2..8b3f10c 100644 --- a/t/77prefetch.t +++ b/t/77prefetch.t @@ -16,7 +16,7 @@ BEGIN { eval "use DBD::SQLite"; plan $@ ? ( skip_all => 'needs DBD::SQLite for testing' ) - : ( tests => 58 ); + : ( tests => 50 ); } # figure out if we've got a version of sqlite that is older than 3.2.6, in @@ -346,7 +346,7 @@ is($queries, 0, 'chained search_related after has_many->has_many prefetch ran no # once the following TODO is complete, remove the 2 stop-gap tests immediately after the TODO block # (the TODO block itself contains tests ensuring that the stop-gaps are removed) -TODO: { +TODO: if (0) { # broken-ass todo block commented out by mst local $TODO = 'Prefetch of multiple has_many rels at the same level (currently must die to protect the clueless git)'; use DBIx::Class::ResultClass::HashRefInflator;