From: John Napiorkowski Date: Thu, 9 Jul 2009 21:26:59 +0000 (+0000) Subject: corrected the number of skipped tests X-Git-Tag: v0.08109~76^2~7 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=494674a52f9976f723d838cdfa96ab9b394b1c6e;p=dbsrgits%2FDBIx-Class.git corrected the number of skipped tests --- diff --git a/t/93storage_replication.t b/t/93storage_replication.t index b63d5dd..1a6a3f3 100644 --- a/t/93storage_replication.t +++ b/t/93storage_replication.t @@ -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.