X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F53lean_startup.t;h=311fa24a2e857c937c9a25ed57aa5cd52d1f7e10;hb=5e724964;hp=431994005edab6afd2355a2645151b8caed06c89;hpb=a5f2ccb49689cf2603ea5614b231088cb520734f;p=dbsrgits%2FDBIx-Class.git diff --git a/t/53lean_startup.t b/t/53lean_startup.t index 4319940..311fa24 100644 --- a/t/53lean_startup.t +++ b/t/53lean_startup.t @@ -152,7 +152,12 @@ BEGIN { # and do full populate() as well, just in case - shouldn't add new stuff { local $ENV{DBICTEST_SQLITE_REVERSE_DEFAULT_ORDER}; - require DBICTest; + { + # in general we do not want DBICTest to load before sqla, but it is + # ok to cheat here + local $INC{'SQL/Abstract.pm'}; + require DBICTest; + } my $s = DBICTest->init_schema; is ($s->resultset('Artist')->find(1)->name, 'Caterwauler McCrae'); assert_no_missing_expected_requires();