[Rt-commit] r18700 - in rt/3.999/trunk: .
sartak at bestpractical.com
sartak at bestpractical.com
Wed Mar 4 23:33:49 EST 2009
Author: sartak
Date: Wed Mar 4 23:33:49 2009
New Revision: 18700
Modified:
rt/3.999/trunk/ (props changed)
rt/3.999/trunk/t/api/date.t
Log:
r80973 at onn: sartak | 2009-03-04 23:33:36 -0500
Test count fix, t/api/date now passes
Modified: rt/3.999/trunk/t/api/date.t
==============================================================================
--- rt/3.999/trunk/t/api/date.t (original)
+++ rt/3.999/trunk/t/api/date.t Wed Mar 4 23:33:49 2009
@@ -4,7 +4,7 @@
use Test::MockTime qw(set_fixed_time restore_time);
use RT::Test;
-use Test::More tests => 165;
+use Test::More tests => 87;
use RT::Model::User;
use Test::Warn;
More information about the Rt-commit
mailing list