Closed
Bug 1149665
Opened 11 years ago
Closed 11 years ago
airmozilla.main.tests.test_views.TestPages.test_event fails on redirect
Categories
(Webtools Graveyard :: Air Mozilla, defect)
Tracking
(firefox40 affected)
RESOLVED
FIXED
| Tracking | Status | |
|---|---|---|
| firefox40 | --- | affected |
People
(Reporter: peterbe, Assigned: peterbe)
Details
======================================================================
FAIL: test_event (airmozilla.main.tests.test_views.TestPages)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/peterbe/dev/MOZILLA/AIRMOZILLA/airmozilla/airmozilla/main/tests/test_views.py", line 379, in test_event
eq_(response_ok.status_code, 200)
AssertionError: 302 != 200
| Assignee | ||
Updated•11 years ago
|
Assignee: nobody → peterbe
Status: NEW → ASSIGNED
| Assignee | ||
Comment 1•11 years ago
|
||
Comment 2•11 years ago
|
||
Commits pushed to master at https://github.com/mozilla/airmozilla
https://github.com/mozilla/airmozilla/commit/e283bcc353b53db0073a6dc6af7e298eeb60e0d5
fixes bug 1149665 - heisenbug in test client causing breakage
https://github.com/mozilla/airmozilla/commit/c6513fe242544dd2695a8da4a8b5a3418fc4a3a9
Merge pull request #264 from peterbe/bug-1149665-airmozillamainteststest_viewstestpagestest_event-fails-on-redirect
fixes bug 1149665 - airmozilla.main.tests.test_views.TestPages.test_even...
Updated•11 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•4 years ago
|
Product: Webtools → Webtools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•