[Rt-commit] r5776 - in rt/branches/3.6-RELEASE: .

jesse at bestpractical.com jesse at bestpractical.com
Wed Aug 16 02:14:15 EDT 2006


Author: jesse
Date: Wed Aug 16 02:14:14 2006
New Revision: 5776

Modified:
   rt/branches/3.6-RELEASE/   (props changed)
   rt/branches/3.6-RELEASE/lib/t/regression/23cfsort.t

Log:
 r20440 at pinglin:  jesse | 2006-08-16 02:13:52 -0400
 * Todd Chapman spotted that a missing plan was masking test failures.
 


Modified: rt/branches/3.6-RELEASE/lib/t/regression/23cfsort.t
==============================================================================
--- rt/branches/3.6-RELEASE/lib/t/regression/23cfsort.t	(original)
+++ rt/branches/3.6-RELEASE/lib/t/regression/23cfsort.t	Wed Aug 16 02:14:14 2006
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 
-use Test::More qw/no_plan/;
+use Test::More tests => 15;
 use RT;
 RT::LoadConfig();
 RT::Init();


More information about the Rt-commit mailing list