X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F53lean_startup.t;h=431994005edab6afd2355a2645151b8caed06c89;hb=a4c52abc098ab090dfcfe6412cf106f2c7139e7e;hp=e106da224e86f03ee4dab0573cb5487c19dda682;hpb=8c49cf15d576f554c2405abd4ebea7cdde053019;p=dbsrgits%2FDBIx-Class.git diff --git a/t/53lean_startup.t b/t/53lean_startup.t index e106da2..4319940 100644 --- a/t/53lean_startup.t +++ b/t/53lean_startup.t @@ -151,9 +151,10 @@ BEGIN { # and do full populate() as well, just in case - shouldn't add new stuff { + local $ENV{DBICTEST_SQLITE_REVERSE_DEFAULT_ORDER}; require DBICTest; my $s = DBICTest->init_schema; - is ($s->resultset('Artist')->next->name, 'Caterwauler McCrae'); + is ($s->resultset('Artist')->find(1)->name, 'Caterwauler McCrae'); assert_no_missing_expected_requires(); }