From: Dagfinn Ilmari Mannsåker Date: Sun, 13 Apr 2008 02:02:22 +0000 (+0000) Subject: Fix test failure for non-InnoDB MySQL due to wrong skip count X-Git-Tag: 0.04999_05~5 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2328d1fcf8519afebb591905f2c2431ed6f3c6ad;p=dbsrgits%2FDBIx-Class-Schema-Loader.git Fix test failure for non-InnoDB MySQL due to wrong skip count --- diff --git a/Changes b/Changes index b2a62ce..d5456b9 100644 --- a/Changes +++ b/Changes @@ -7,6 +7,7 @@ Not yet released storage_type-based detection - Cosmetic fixes to dumping of externally defined classes - Make ResultSetManager notice externally defined :ResultSet methods + - Fix test failure for non-InnoDB MySQL due to wrong skip count 0.04999_04 Wed Mar 12, 2008 - Add is_auto_increment detecton for DB2 diff --git a/t/lib/dbixcsl_common_tests.pm b/t/lib/dbixcsl_common_tests.pm index 93b675b..6b92657 100644 --- a/t/lib/dbixcsl_common_tests.pm +++ b/t/lib/dbixcsl_common_tests.pm @@ -595,7 +595,7 @@ sub run_tests { # rescan test SKIP: { - skip $self->{skip_rels}, 5 if $self->{skip_rels}; + skip $self->{skip_rels}, 4 if $self->{skip_rels}; my @statements_rescan = ( qq{