X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fcdbi%2F22-deflate_order.t;fp=t%2Fcdbi-t%2F22-deflate_order.t;h=9d943e5b5be1641e6a06f4424e25fd087fee1ee1;hb=50891152d0b24649bfd67bdba97feec86b11c064;hp=d813b191cade6bc3a3b9ecd5b0cfddde194552c1;hpb=23209c4474d71e419b3fcf9699ae05565c2997f5;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/t/cdbi-t/22-deflate_order.t b/t/cdbi/22-deflate_order.t similarity index 93% rename from t/cdbi-t/22-deflate_order.t rename to t/cdbi/22-deflate_order.t index d813b19..9d943e5 100644 --- a/t/cdbi-t/22-deflate_order.t +++ b/t/cdbi/22-deflate_order.t @@ -12,7 +12,7 @@ if ($@) { eval { require Time::Piece::MySQL }; plan skip_all => "Need Time::Piece::MySQL for this test" if $@; -eval { require 't/testlib/Log.pm' }; +eval { require 't/cdbi/testlib/Log.pm' }; plan skip_all => "Need MySQL for this test" if $@; plan tests => 2;