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

clkao at bestpractical.com clkao at bestpractical.com
Wed Jan 9 14:37:15 EST 2008


Author: clkao
Date: Wed Jan  9 14:37:07 2008
New Revision: 10275

Modified:
   rt/branches/3.7-EXPERIMENTAL/t/api/date.t

Log:
fix test count

Modified: rt/branches/3.7-EXPERIMENTAL/t/api/date.t
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/t/api/date.t	(original)
+++ rt/branches/3.7-EXPERIMENTAL/t/api/date.t	Wed Jan  9 14:37:07 2008
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 
-use Test::More tests => 165;
+use Test::More tests => 166;
 
 use warnings; use strict;
 use RT::Test;


More information about the Rt-commit mailing list