[Rt-commit] r12555 - in rt/branches/3.8-TESTING: .

sartak at bestpractical.com sartak at bestpractical.com
Tue May 20 13:19:15 EDT 2008


Author: sartak
Date: Tue May 20 13:19:14 2008
New Revision: 12555

Modified:
   rt/branches/3.8-TESTING/   (props changed)
   rt/branches/3.8-TESTING/t/clicky.t

Log:
 r56420 at onn:  sartak | 2008-05-20 13:18:13 -0400
 Give t/clicky.t a test plan


Modified: rt/branches/3.8-TESTING/t/clicky.t
==============================================================================
--- rt/branches/3.8-TESTING/t/clicky.t	(original)
+++ rt/branches/3.8-TESTING/t/clicky.t	Tue May 20 13:19:14 2008
@@ -8,7 +8,7 @@
 
 my %clicky = map { $_ => 1 } grep $_, RT->Config->Get('Active_MakeClicky');
 if ( keys %clicky ) {
-    plan 'no_plan';
+    plan tests => 8;
 } else {
     plan skip_all => 'No active Make Clicky actions';
 }


More information about the Rt-commit mailing list