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

kevinr at bestpractical.com kevinr at bestpractical.com
Mon Feb 20 21:41:30 EST 2006


Author: kevinr
Date: Mon Feb 20 21:41:28 2006
New Revision: 4554

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

Log:
 r10927 at sad-girl-in-snow:  kevinr | 2006-02-13 19:20:37 -0500
 * Added a plan to the scrip-ordering tests


Modified: rt/branches/3.5-TESTING/lib/t/regression/25scrip_order.t
==============================================================================
--- rt/branches/3.5-TESTING/lib/t/regression/25scrip_order.t	(original)
+++ rt/branches/3.5-TESTING/lib/t/regression/25scrip_order.t	Mon Feb 20 21:41:28 2006
@@ -1,7 +1,7 @@
 #!/usr/bin/perl -w
 
 use strict;
-use Test::More qw/no_plan/;
+use Test::More tests => 7;
 
 use RT;
 RT::LoadConfig();


More information about the Rt-commit mailing list