Better test name for test 13. Like test 12, we should say *what* about wfTime() we...
authorChad Horohoe <demon@users.mediawiki.org>
Fri, 5 Sep 2008 01:36:51 +0000 (01:36 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Fri, 5 Sep 2008 01:36:51 +0000 (01:36 +0000)
t/inc/Global.t

index adf8d13..9675993 100644 (file)
@@ -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' => '' ),