[Bast-commits] r7017 - DBIx-Class/0.08/branches/new_replication_transaction_fixup/t

jnapiorkowski at dev.catalyst.perl.org jnapiorkowski at dev.catalyst.perl.org
Thu Jul 9 21:27:00 GMT 2009


Author: jnapiorkowski
Date: 2009-07-09 21:26:59 +0000 (Thu, 09 Jul 2009)
New Revision: 7017

Modified:
   DBIx-Class/0.08/branches/new_replication_transaction_fixup/t/93storage_replication.t
Log:
corrected the number of skipped tests

Modified: DBIx-Class/0.08/branches/new_replication_transaction_fixup/t/93storage_replication.t
===================================================================
--- DBIx-Class/0.08/branches/new_replication_transaction_fixup/t/93storage_replication.t	2009-07-09 21:23:37 UTC (rev 7016)
+++ DBIx-Class/0.08/branches/new_replication_transaction_fixup/t/93storage_replication.t	2009-07-09 21:26:59 UTC (rev 7017)
@@ -563,7 +563,7 @@
     ## We skip this tests unless you have a custom replicants, since the default
     ## sqlite based replication tests don't support these functions.
     
-    skip 'Cannot Test Replicant Status on Non Replicating Database', 9
+    skip 'Cannot Test Replicant Status on Non Replicating Database', 10 
      unless DBICTest->has_custom_dsn && $ENV{"DBICTEST_SLAVE0_DSN"};
 
     $replicated->replicate; ## Give the slaves a chance to catchup.




More information about the Bast-commits mailing list