From: Dagfinn Ilmari Mannsåker Date: Tue, 19 Nov 2013 18:27:26 +0000 (+0000) Subject: Fix skip count for Oracle multi-schema tests X-Git-Tag: 0.07038~5 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=17ecc73454add52e13a9eab5ebc02c2261c477c1;p=dbsrgits%2FDBIx-Class-Schema-Loader.git Fix skip count for Oracle multi-schema tests --- diff --git a/Changes b/Changes index cd11a9d..c956e37 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,7 @@ Revision history for Perl extension DBIx::Class::Schema::Loader - Allow coderef maps to call back into the hashref mapping code - Fix MySQL column info detection with multiple schemas (RT#82358) + - Fix skip count for Oracle multi-schema tests 0.07037 2013-10-30 - Allow overriding individual moniker parts diff --git a/t/10_05ora_common.t b/t/10_05ora_common.t index b7142b2..02df8be 100644 --- a/t/10_05ora_common.t +++ b/t/10_05ora_common.t @@ -223,7 +223,7 @@ my $tester = dbixcsl_common_tests->new( 'DEFERRABLE clause introspected correctly'; SKIP: { - skip 'Set the DBICTEST_ORA_EXTRAUSER_DSN, _USER and _PASS environment variables to run the cross-schema relationship tests', 6 * 2 + skip 'Set the DBICTEST_ORA_EXTRAUSER_DSN, _USER and _PASS environment variables to run the cross-schema relationship tests', 31 * 2 unless $ENV{DBICTEST_ORA_EXTRAUSER_DSN}; $extra_schema = $schema->clone;