X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F02-instantiation.t;h=82acd105aa22572c062fe33d1d5d5be43387c187;hb=76d311e71dd647d82d18271d12e86baf11f5e525;hp=ebc10e5136afebebe14d6c6bee692c0a2212c79c;hpb=a41a04e5fddd753e6daf9430016df40a1cab93e2;p=dbsrgits%2FDBIx-Class-DeploymentHandler.git diff --git a/t/02-instantiation.t b/t/02-instantiation.t index ebc10e5..82acd10 100644 --- a/t/02-instantiation.t +++ b/t/02-instantiation.t @@ -59,6 +59,7 @@ VERSION2: { $version = $s->schema_version(); $handler->prepare_install(); $handler->prepare_upgrade('1.0', $version); + $handler->prepare_upgrade($version, '1.0'); #ok(-e 't/sql/DBICVersion-Schema-schema-2.0-SQLite.sql', 'DDL for 2.0 got created successfully'); #ok(-e 't/sql/DBICVersion-Schema-diff-1.0-2.0-SQLite.sql', 'DDL for migration from 1.0 to 2.0 got created successfully'); dies_ok {