diff --git a/tests/application/modules/opac/controllers/ProfilOptionsControllerTest.php b/tests/application/modules/opac/controllers/ProfilOptionsControllerTest.php index 6605a4173632f3fa4a3bc0ccb40ebb23e5758b3a..36c37728eb04ae7d20553adae7d5ce8587998d00 100644 --- a/tests/application/modules/opac/controllers/ProfilOptionsControllerTest.php +++ b/tests/application/modules/opac/controllers/ProfilOptionsControllerTest.php @@ -1657,7 +1657,7 @@ class ProfilOptionsControllerProfilBoiteCalendarWithCalendarDisplayedAndModeSimp /** @test **/ public function boiteCalendarLiShouldContainsCalendarEventDate() { - $this->assertXPathContentContains('//li/span[@class="calendar_event_date"]', 'Le 03 septembre 2011',$this->_response->getBody()); + $this->assertXPathContentContains('//li/span[@class="calendar_event_date"]', 'samedi 03 septembre 2011'); } diff --git a/tests/library/ZendAfi/View/Helper/Accueil/CalendarTest.php b/tests/library/ZendAfi/View/Helper/Accueil/CalendarTest.php index 7e6bb1b879d15715a8778598847aef5dc3b642ae..957c13f79ac3a513728271370c4d6e94d9bca8f4 100644 --- a/tests/library/ZendAfi/View/Helper/Accueil/CalendarTest.php +++ b/tests/library/ZendAfi/View/Helper/Accueil/CalendarTest.php @@ -895,7 +895,7 @@ class CalendarOnJanuaryTest extends CalendarViewHelperTestCase { function calendarEventDateShouldContains5JanDot2012() { $this->assertXPathContentContains($this->html, '//span[@class="calendar_event_date"]', - 'Du 05 janvier au 01 mars 2012', + 'Du jeudi 05 janvier au jeudi 01 mars 2012', $this->html); }