corrected the number of skipped tests
John Napiorkowski [Thu, 9 Jul 2009 21:26:59 +0000 (21:26 +0000)]
t/93storage_replication.t

index b63d5dd..1a6a3f3 100644 (file)
@@ -563,7 +563,7 @@ SKIP: {
     ## 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.