[Rt-commit] r5090 - in rt/branches/3.7-EXPERIMENTAL: .

ruz at bestpractical.com ruz at bestpractical.com
Tue Apr 25 08:45:30 EDT 2006


Author: ruz
Date: Tue Apr 25 08:45:30 2006
New Revision: 5090

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

Log:
 r2168 at cubic-pc (orig r4754):  kevinr | 2006-03-14 05:49:21 +0300
  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.7-EXPERIMENTAL/lib/t/regression/26command_line.t
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/lib/t/regression/26command_line.t	(original)
+++ rt/branches/3.7-EXPERIMENTAL/lib/t/regression/26command_line.t	Tue Apr 25 08:45:30 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