X-Git-Url: http://git.moodle.org/gw?p=moodle.git;a=blobdiff_plain;f=lib%2Fsimpletest%2Ftestmoodlelib.php;h=dcebab8e332542dfc4103e8323f79b036da5f177;hp=2ae68cbc87b3a589519d42d62ac5bb3501b57986;hb=e54c41da0be20f02e73b9c9aa9f6075a3585672c;hpb=5b9199a04bf27f3f74ade705f5274d0e37dcce71 diff --git a/lib/simpletest/testmoodlelib.php b/lib/simpletest/testmoodlelib.php index 2ae68cbc87b..dcebab8e332 100644 --- a/lib/simpletest/testmoodlelib.php +++ b/lib/simpletest/testmoodlelib.php @@ -462,8 +462,8 @@ class moodlelib_test extends UnitTestCase { $this->assertEqual($mon,12); $this->assertEqual($year,2009); $this->assertEqual($yday,357); - $this->assertEqual($weekday,'Wednesday'); - $this->assertEqual($month,'December'); + $this->assertEqual($weekday,'Středa'); + $this->assertEqual($month,'prosinec'); $arr = usergetdate($ts);//gets the timezone from the $USER object $arr = array_values($arr); @@ -477,8 +477,8 @@ class moodlelib_test extends UnitTestCase { $this->assertEqual($mon,12); $this->assertEqual($year,2009); $this->assertEqual($yday,357); - $this->assertEqual($weekday,'Wednesday'); - $this->assertEqual($month,'December'); + $this->assertEqual($weekday,'Středa'); + $this->assertEqual($month,'prosinec'); //set the timezone back to what it was $USER->timezone = $userstimezone;