Closed Bug 911765 Opened 11 years ago Closed 11 years ago

Wrong date format string in test_calendar.py#L53 causes burning (red) on Try

Categories

(Firefox OS Graveyard :: Gaia::Calendar, defect, P1)

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: freddy, Unassigned)

References

()

Details

> 06:57:39     INFO -  TEST-UNEXPECTED-FAIL | test_calendar_today_date.py TestCalendar.test_check_today_date | AssertionError: 'Mon Sep 2 2013' not found in u'Mon Sep 02 2013 00:00:00 GMT-0700 (PDT)'

Using a wrong date format causes UI tests to burn.
This could likely be fixed by replacing a "%-d" with a "%d" in a format string or vice versa.
Could it be because of bug 863999?
Component: Gaia → Gaia::Calendar
I might be wrong, but I think it's not because of bug 863999.
https://github.com/mozilla/gaia-ui-tests/issues/1307 indicates this has been resolved already.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.