[Bast-commits] r9264 - DBIx-Class-Journal/1.000/trunk/t/lib

frew at dev.catalyst.perl.org frew at dev.catalyst.perl.org
Wed Apr 28 17:29:58 GMT 2010


Author: frew
Date: 2010-04-28 18:29:57 +0100 (Wed, 28 Apr 2010)
New Revision: 9264

Modified:
   DBIx-Class-Journal/1.000/trunk/t/lib/DBICTest.pm
Log:
do not use deploy since it doesnt do everything anymore

Modified: DBIx-Class-Journal/1.000/trunk/t/lib/DBICTest.pm
===================================================================
--- DBIx-Class-Journal/1.000/trunk/t/lib/DBICTest.pm	2010-04-28 15:55:58 UTC (rev 9263)
+++ DBIx-Class-Journal/1.000/trunk/t/lib/DBICTest.pm	2010-04-28 17:29:57 UTC (rev 9264)
@@ -124,7 +124,8 @@
     my $self = shift;
     my $schema = shift;
 
-	 return $schema->deploy();
+    $schema->journal_schema_deploy();
+    return $schema->deploy();
 }
 
 =head2 populate_schema




More information about the Bast-commits mailing list