[Rt-commit] r5221 - in rt/branches/3.5-TESTING: lib/t/regression

jesse at bestpractical.com jesse at bestpractical.com
Sun May 14 21:31:31 EDT 2006


Author: jesse
Date: Sun May 14 21:31:30 2006
New Revision: 5221

Modified:
   rt/branches/3.5-TESTING/   (props changed)
   rt/branches/3.5-TESTING/lib/t/regression/26command_line.t

Log:
 r13781 at hualien:  jesse | 2006-05-14 21:08:33 -0400
 * fixed the test count for the cli tests


Modified: rt/branches/3.5-TESTING/lib/t/regression/26command_line.t
==============================================================================
--- rt/branches/3.5-TESTING/lib/t/regression/26command_line.t	(original)
+++ rt/branches/3.5-TESTING/lib/t/regression/26command_line.t	Sun May 14 21:31:30 2006
@@ -3,7 +3,7 @@
 use strict;
 use Test::Expect;
 #use Test::More qw/no_plan/;
-use Test::More tests => 138;
+use Test::More tests => 137;
 
 use RT;
 RT::LoadConfig();


More information about the Rt-commit mailing list