From: Chad Horohoe Date: Fri, 5 Sep 2008 01:36:51 +0000 (+0000) Subject: Better test name for test 13. Like test 12, we should say *what* about wfTime() we... X-Git-Tag: 1.31.0-rc.0~45475 X-Git-Url: https://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=78ba33f5dc887579efccb9ce7a98f901393534eb;p=lhc%2Fweb%2Fwiklou.git Better test name for test 13. Like test 12, we should say *what* about wfTime() we're checking. --- 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' => '' ),