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

kevinr at bestpractical.com kevinr at bestpractical.com
Mon Mar 13 21:49:21 EST 2006


Author: kevinr
Date: Mon Mar 13 21:49:21 2006
New Revision: 4754

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

Log:
 r11460 at SAD-GIRL-IN-SNOW:  kevinr | 2006-03-13 19:57:10 -0500
 * Gave the RT CLI tests a plan


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	Mon Mar 13 21:49:21 2006
@@ -2,7 +2,8 @@
 
 use strict;
 use Test::Expect;
-use Test::More qw/no_plan/;
+#use Test::More qw/no_plan/;
+use Test::More tests => 100;
 
 use RT;
 RT::LoadConfig();


More information about the Rt-commit mailing list