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

nothingmuch at dev.catalyst.perl.org nothingmuch at dev.catalyst.perl.org
Fri Aug 1 01:37:35 BST 2008


Author: nothingmuch
Date: 2008-08-01 01:37:35 +0100 (Fri, 01 Aug 2008)
New Revision: 4703

Modified:
   DBIx-Class-Journal/1.000/trunk/t/01test.t
   DBIx-Class-Journal/1.000/trunk/t/02noautodeploy.t
Log:
sqlfairy is also needed for testing

Modified: DBIx-Class-Journal/1.000/trunk/t/01test.t
===================================================================
--- DBIx-Class-Journal/1.000/trunk/t/01test.t	2008-07-31 23:23:23 UTC (rev 4702)
+++ DBIx-Class-Journal/1.000/trunk/t/01test.t	2008-08-01 00:37:35 UTC (rev 4703)
@@ -7,9 +7,9 @@
 use Data::Dumper;
 
 BEGIN {
-    eval "use DBD::SQLite";
+    eval "use DBD::SQLite; use SQL::Translator";
     plan $@
-        ? ( skip_all => 'needs DBD::SQLite for testing' )
+        ? ( skip_all => 'needs DBD::SQLite and SQL::Translator for testing' )
         : ( tests => 21 );
 }
 

Modified: DBIx-Class-Journal/1.000/trunk/t/02noautodeploy.t
===================================================================
--- DBIx-Class-Journal/1.000/trunk/t/02noautodeploy.t	2008-07-31 23:23:23 UTC (rev 4702)
+++ DBIx-Class-Journal/1.000/trunk/t/02noautodeploy.t	2008-08-01 00:37:35 UTC (rev 4703)
@@ -7,10 +7,10 @@
 use Data::Dumper;
 
 BEGIN {
-    eval "use DBD::SQLite";
+    eval "use DBD::SQLite; use SQL::Translator";
     plan $@
-        ? ( skip_all => 'needs DBD::SQLite for testing' )
-        : ( 'no_plan' );
+        ? ( skip_all => 'needs DBD::SQLite and SQL::Translator for testing' )
+        : ( tests => 21 );
 }
 
 my $schema = DBICTest->init_schema(no_populate => 1, no_deploy => 1);




More information about the Bast-commits mailing list