From 78ba33f5dc887579efccb9ce7a98f901393534eb Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Fri, 5 Sep 2008 01:36:51 +0000 Subject: [PATCH] Better test name for test 13. Like test 12, we should say *what* about wfTime() we're checking. --- t/inc/Global.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/inc/Global.t b/t/inc/Global.t index adf8d13501..9675993659 100644 --- a/t/inc/Global.t +++ b/t/inc/Global.t @@ -48,7 +48,7 @@ is( wfQuotedPrintable( "\xc4\x88u legebla?", "UTF-8" ), $start = wfTime(); is( gettype( $start ), 'float', 'Time (type)' ); $end = wfTime(); -cmp_ok( $end, '>', $start, 'Time' ); +cmp_ok( $end, '>', $start, 'Time (compare)' ); $arr = wfArrayToCGI( array( 'baz' => 'AT&T', 'ignore' => '' ), -- 2.20.1