X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fprefetch%2Fattrs_untouched.t;h=41ad88307cfc66c453795e2e3ad15b209b77838b;hb=fd5a07e4a896aa8e4e1ceca360052f124bebcb9a;hp=53894b8a55c9517f7299eee39ae40a8ca18dda33;hpb=1cc3ce1eef3deb794a2b2dd4cff166b91145e7c4;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/t/prefetch/attrs_untouched.t b/t/prefetch/attrs_untouched.t index 53894b8..41ad883 100644 --- a/t/prefetch/attrs_untouched.t +++ b/t/prefetch/attrs_untouched.t @@ -8,16 +8,7 @@ use Data::Dumper; my $schema = DBICTest->init_schema(); -my $orig_debug = $schema->storage->debug; - -use IO::File; - -BEGIN { - eval "use DBD::SQLite"; - plan $@ - ? ( skip_all => 'needs DBD::SQLite for testing' ) - : ( tests => 3 ); -} +plan tests => 3; # bug in 0.07000 caused attr (join/prefetch) to be modifed by search # so we check the search & attr arrays are not modified