From: Tomas Doran Date: Sun, 13 May 2012 19:52:55 +0000 (+0000) Subject: Fix test skip count. RT#77181 X-Git-Tag: 0.58~9 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FTest-WWW-Mechanize-Catalyst.git;a=commitdiff_plain;h=a4f0f1f6e8874c8b2b94b640f54b85bcdda87151 Fix test skip count. RT#77181 --- diff --git a/CHANGES b/CHANGES index d2d9801..5e288c2 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,7 @@ Revision history for Perl module Test::WWW::Mechanize::Catalyst: + - Fix test skip count. RT#77181 + 0.57 Wed Apr 4 10:03 BRT 2012 - Fixed RT 52270 diff --git a/t/multi_content_type.t b/t/multi_content_type.t index f0bf615..74b096c 100644 --- a/t/multi_content_type.t +++ b/t/multi_content_type.t @@ -43,7 +43,7 @@ TRY_CONNECT: { } SKIP: { - skip $skip, 8 if $skip; + skip $skip, 9 if $skip; lives_ok { $m->get_ok( '/', 'Get a multi Content-Type response' ) } 'Survive to a multi Content-Type sting';