MDL-30643 statslib test - remove using $CFG->timezone=99 for unit test as it clashes with test data in other tz

This commit is contained in:
Aparup Banerjee 2012-11-13 00:49:21 +08:00
parent 7d2705568e
commit 9540a7d0b8

View File

@ -85,7 +85,7 @@ class statslib_daily_testcase extends advanced_testcase {
parent::setUp();
// Settings to force statistic to run during testing
$CFG->timezone = 99;
$CFG->timezone = 8;
$CFG->statsfirstrun = 'all';
$CFG->statslastdaily = 0;
$CFG->statslastexecution = 0;