Fix test skip count. RT#77181
Tomas Doran [Sun, 13 May 2012 19:52:55 +0000 (19:52 +0000)]
CHANGES
t/multi_content_type.t

diff --git a/CHANGES b/CHANGES
index d2d9801..5e288c2 100644 (file)
--- 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
 
index f0bf615..74b096c 100644 (file)
@@ -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';