X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fprefetch%2Fdiamond.t;h=dc3e22c20386cc89a0630c31a68287ebaa4affcb;hb=6b44e3b08d4d855e971ccb756fc2038a7cb206cb;hp=f7a21e037ffe42a04d4a760d1c56ffdb256f4c51;hpb=8273e845426f0187b4ad6c4a1b42286fa09a648f;p=dbsrgits%2FDBIx-Class.git diff --git a/t/prefetch/diamond.t b/t/prefetch/diamond.t index f7a21e0..dc3e22c 100644 --- a/t/prefetch/diamond.t +++ b/t/prefetch/diamond.t @@ -1,9 +1,11 @@ +BEGIN { do "./t/lib/ANFANG.pm" or die ( $@ || $! ) } + # Test if prefetch and join in diamond relationship fetching the correct rows use strict; use warnings; use Test::More; -use lib qw(t/lib); + use DBICTest; my $schema = DBICTest->init_schema();