X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F04-preconnect.t;h=4e3a77b88f7e2c9b1a77b2439f4b51cc3a3c8e63;hb=5761fe02e68a534a47a6a5ff905c73ec991703cd;hp=7f58d4c88d0de4a426165fde1b984a99ba685d3c;hpb=91adde755e5808a1ec12bcf00e683e3754964cc9;p=dbsrgits%2FDBIx-Class-DeploymentHandler.git diff --git a/t/04-preconnect.t b/t/04-preconnect.t index 7f58d4c..4e3a77b 100644 --- a/t/04-preconnect.t +++ b/t/04-preconnect.t @@ -33,8 +33,8 @@ VERSION1: { ok !$s->storage->connected, 'creating handler did not connect'; ok($handler, 'DBIx::Class::DeploymentHandler w/1 instantiates correctly'); - mkpath('t/sql/SQLite/preinstall/1'); - $handler->preinstall({ version => 1, storage_type => 'SQLite' }); + mkpath('t/sql/SQLite/initialize/1'); + $handler->initialize({ version => 1, storage_type => 'SQLite' }); ok !$s->storage->connected, 'creating schema did not connect'; } done_testing;