MDL-30643 fixed statslib test start timestamp

This commit is contained in:
Aparup Banerjee 2012-11-12 14:43:55 +08:00
parent 79fc5f5294
commit 6b1a2e4a0d

View File

@ -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');