[Catalyst-commits] r9493 - Catalyst-Action-REST/0.60/trunk/t

timbunce at dev.catalyst.perl.org timbunce at dev.catalyst.perl.org
Wed Mar 11 16:08:35 GMT 2009


Author: timbunce
Date: 2009-03-11 16:08:35 +0000 (Wed, 11 Mar 2009)
New Revision: 9493

Modified:
   Catalyst-Action-REST/0.60/trunk/t/catalyst-action-rest.t
Log:
Fix test count in t/catalyst-action-rest.t


Modified: Catalyst-Action-REST/0.60/trunk/t/catalyst-action-rest.t
===================================================================
--- Catalyst-Action-REST/0.60/trunk/t/catalyst-action-rest.t	2009-03-11 16:05:23 UTC (rev 9492)
+++ Catalyst-Action-REST/0.60/trunk/t/catalyst-action-rest.t	2009-03-11 16:08:35 UTC (rev 9493)
@@ -101,7 +101,7 @@
 
 use strict;
 use warnings;
-use Test::More tests => 17;
+use Test::More tests => 18;
 use FindBin;
 use Data::Dump qw(dump);
 




More information about the Catalyst-commits mailing list