Comment 2 for bug 1262296

Revision history for this message
Robert Bruce Park (robru) wrote :

Dashboard says 0 failures are expected, but I get this one:

======================================================================
FAIL: calendar_app.tests.test_calendar.TestMainView.test_new_event(with touch)
----------------------------------------------------------------------
Traceback (most recent call last):
_StringException: Traceback (most recent call last):
File "/home/phablet/autopilot/calendar_app/tests/test_calendar.py", line 99, in test_new_event
Eventually(Not(Is(None))))
File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 412, in assertThat
raise MismatchError(matchee, matcher, mismatch, verbose)
MismatchError: After 10.0 seconds test failed: None matches Is(None)

Ran 17 tests in 706.860s
FAILED (failures=1)

Investigating....