From 6b1a2e4a0d0efcc2d08a4a469aa1654b7a45a69a Mon Sep 17 00:00:00 2001 From: Aparup Banerjee Date: Mon, 12 Nov 2012 14:43:55 +0800 Subject: [PATCH] MDL-30643 fixed statslib test start timestamp --- lib/tests/statslib_test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tests/statslib_test.php b/lib/tests/statslib_test.php index 6c02d25999d..34b0dff5b44 100644 --- a/lib/tests/statslib_test.php +++ b/lib/tests/statslib_test.php @@ -37,7 +37,7 @@ class statslib_daily_testcase extends advanced_testcase { const STID = 5; /** The day to use for testing **/ - const DAY = 1272700810; // 1272758400 + const DAY = 1272657610; //1272700810; // 1272758400 /** @var array The list of temporary tables created for the statistic calculations **/ protected $tables = array('temp_log1', 'temp_log2', 'temp_stats_daily', 'temp_stats_user_daily');