Skip to content
Snippets Groups Projects
Commit 7aa80ddb authored by llaffont's avatar llaffont
Browse files

Correction affichage du mois en en-tête de calendrier

parent 21e89052
Branches
Tags
No related merge requests found
......@@ -164,7 +164,7 @@ class CalendarViewTodayWithEmptyPreferencesTest extends CalendarWithEmptyPrefere
function shouldDisplayCurrentMonth() {
$this->assertXPathContentContains($this->html,
'//td[@class="calendar_title_month"]/a',
utf8_encode(strftime('%B %Y')));
utf8_encode('août 2013'));
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment