do not use deploy since it doesnt do everything anymore
Arthur Axel "fREW" Schmidt [Wed, 28 Apr 2010 17:29:57 +0000 (17:29 +0000)]
t/lib/DBICTest.pm

index 24a57b6..bdff9e8 100644 (file)
@@ -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