Activity log for bug #1268574

Date Who What changed Old value New value Message
2014-01-13 12:03:19 Olivier Tilloy bug added bug
2014-01-13 16:52:27 Olivier Tilloy description Some autopilot tests fail when run locally on a system with a locale setting that is not English. On my laptop (where LANG=fr_FR.UTF-8), on of such failures is for calendar_app.tests.test_dayview.TestDayView.test_current_month_and_year_is_selected: Traceback (most recent call last): File "/home/osomon/dev/phablet/calendar-app/tests/autopilot/calendar_app/tests/test_dayview.py", line 44, in test_current_month_and_year_is_selected Equals(expected_month_name)) File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 412, in assertThat raise MismatchError(matchee, matcher, mismatch, verbose) MismatchError: 'January' != u'janvier' The tests should be fixed to not make implicit assumptions on the current locale. Some autopilot tests fail when run locally on a system with a locale setting that is not English. On my laptop (where LANG=fr_FR.UTF-8), one of such failures is for calendar_app.tests.test_dayview.TestDayView.test_current_month_and_year_is_selected: Traceback (most recent call last):   File "/home/osomon/dev/phablet/calendar-app/tests/autopilot/calendar_app/tests/test_dayview.py", line 44, in test_current_month_and_year_is_selected     Equals(expected_month_name))   File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 412, in assertThat     raise MismatchError(matchee, matcher, mismatch, verbose) MismatchError: 'January' != u'janvier' The tests should be fixed to not make implicit assumptions on the current locale.
2014-01-27 22:59:39 David Planella ubuntu-calendar-app: status New Triaged
2014-01-27 22:59:43 David Planella ubuntu-calendar-app: importance Undecided Medium
2014-01-28 15:33:20 Launchpad Janitor branch linked lp:~osomon/ubuntu-calendar-app/tests-unset-locale
2014-01-28 15:34:22 Olivier Tilloy ubuntu-calendar-app: assignee Olivier Tilloy (osomon)
2014-01-28 15:34:28 Olivier Tilloy ubuntu-calendar-app: status Triaged In Progress
2014-01-28 15:54:25 Ubuntu Phone Apps Jenkins Bot ubuntu-calendar-app: status In Progress Fix Committed
2014-03-13 15:44:06 Nicholas Skaggs ubuntu-calendar-app: status Fix Committed Fix Released