From: Arthur Axel "fREW" Schmidt Date: Wed, 28 Apr 2010 17:29:57 +0000 (+0000) Subject: do not use deploy since it doesnt do everything anymore X-Git-Tag: v0.900201~18 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2780225e5dfafc52f60eacacb738d205312cfbaa;p=dbsrgits%2FDBIx-Class-Journal.git do not use deploy since it doesnt do everything anymore --- diff --git a/t/lib/DBICTest.pm b/t/lib/DBICTest.pm index 24a57b6..bdff9e8 100644 --- a/t/lib/DBICTest.pm +++ b/t/lib/DBICTest.pm @@ -124,7 +124,8 @@ sub deploy_schema { my $self = shift; my $schema = shift; - return $schema->deploy(); + $schema->journal_schema_deploy(); + return $schema->deploy(); } =head2 populate_schema