X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F76joins.t;h=405c72687a39f24673ca661853333f43ba08a19a;hb=98b654332a26f0942344825b071e604e44bb926d;hp=ad406fe09280e034e834c64ec2e1c7fe69adef33;hpb=a08c907fa29ab33d219bd6713e21ab40f9a7e752;p=dbsrgits%2FDBIx-Class.git diff --git a/t/76joins.t b/t/76joins.t index ad406fe..405c726 100644 --- a/t/76joins.t +++ b/t/76joins.t @@ -16,7 +16,7 @@ BEGIN { eval "use DBD::SQLite"; plan $@ ? ( skip_all => 'needs DBD::SQLite for testing' ) - : ( tests => 52 ); + : ( tests => 53 ); } # figure out if we've got a version of sqlite that is older than 3.2.6, in @@ -408,5 +408,8 @@ sub make_hash_struc { my $prefetch_result = make_hash_struc($art_rs_pr); my $nonpre_result = make_hash_struc($art_rs); +TODO: { + local $TODO = 'fixing collapse in -current'; is_deeply( $prefetch_result, $nonpre_result, 'Compare 2 level prefetch result to non-prefetch result' ); +} \ No newline at end of file