[Rt-commit] r7165 - rt/branches/3.7-EXPERIMENTAL-TUNIS/t/api

clkao at bestpractical.com clkao at bestpractical.com
Mon Mar 5 17:02:53 EST 2007


Author: clkao
Date: Mon Mar  5 17:02:53 2007
New Revision: 7165

Modified:
   rt/branches/3.7-EXPERIMENTAL-TUNIS/t/api/uri-t.t

Log:
fix test count

Modified: rt/branches/3.7-EXPERIMENTAL-TUNIS/t/api/uri-t.t
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL-TUNIS/t/api/uri-t.t	(original)
+++ rt/branches/3.7-EXPERIMENTAL-TUNIS/t/api/uri-t.t	Mon Mar  5 17:02:53 2007
@@ -1,4 +1,4 @@
-use Test::More tests => 2;
+use Test::More tests => 6;
 use RT;
 use RT::Test;
 


More information about the Rt-commit mailing list