Fix skip count for Oracle multi-schema tests
Dagfinn Ilmari Mannsåker [Tue, 19 Nov 2013 18:27:26 +0000 (18:27 +0000)]
Changes
t/10_05ora_common.t

diff --git a/Changes b/Changes
index cd11a9d..c956e37 100644 (file)
--- 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
index b7142b2..02df8be 100644 (file)
@@ -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;