From ecbeab1a953f8107dd3397078a6508881c1cfb1c Mon Sep 17 00:00:00 2001 From: Eloy Lafuente Date: Tue, 12 Jan 2010 14:08:50 +0000 Subject: [PATCH] MDL-21296 - Adding timing info to test in order to compare results ; merged from 19_STABLE --- lib/simpletest/testweblib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/simpletest/testweblib.php b/lib/simpletest/testweblib.php index 6b342a63c4..1395d17693 100644 --- a/lib/simpletest/testweblib.php +++ b/lib/simpletest/testweblib.php @@ -303,7 +303,7 @@ END; $fast_enough = true; } - $this->assertEqual($fast_enough, true, 'Timing test:'); + $this->assertEqual($fast_enough, true, 'Timing test: ' . $new_time . 'secs (new) < ' . $old_time . 'secs (old)'); } } -- 2.39.5