From 16101ff8da5257bbb86f30ff9dae08369e5dcd09 Mon Sep 17 00:00:00 2001 From: "travis%sedsystems.ca" <> Date: Wed, 12 Jan 2005 01:15:42 +0000 Subject: Bug 276473: Show_activity merges incorrectly sometimes changesets into one changeset Patch by vladd@bugzilla.org r=bugzilla@glob.com.au a=justdave --- t/007util.t | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 't') diff --git a/t/007util.t b/t/007util.t index b15925480..48c925aa3 100644 --- a/t/007util.t +++ b/t/007util.t @@ -28,7 +28,7 @@ use lib 't'; use Support::Files; BEGIN { - use Test::More tests => 12; + use Test::More tests => 13; use_ok(Bugzilla::Util); } @@ -69,6 +69,7 @@ is(trim(" fg<*\$%>+=~~ "),'fg<*$%>+=~~','trim()'); #format_time(); is(format_time("20021123140436"),'2002-11-23 14:04 TEST','format_time("20021123140436")'); -is(format_time("2002.11.24 00:05:56"),'2002-11-24 00:05 TEST','format_time("2002.11.24 00:05:56")'); +is(format_time("2002.11.24 00:05"),'2002-11-24 00:05 TEST','format_time("2002.11.24 00:05")'); +is(format_time("2002.11.24 00:05:56"),'2002-11-24 00:05:56 TEST','format_time("2002.11.24 00:05:56")'); -- cgit v1.2.3-24-g4f1b