Opened 13 years ago
Closed 13 years ago
#17912 closed Bug (fixed)
Generic views test failure in 1.3.X branch
Reported by: | Julien Phalip | Owned by: | nobody |
---|---|---|---|
Component: | Generic views | Version: | 1.3 |
Severity: | Release blocker | Keywords: | |
Cc: | Triage Stage: | Accepted | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
FAIL: test_week_view_allow_future (regressiontests.generic_views.dates.WeekArchiveViewTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/julien/DjangoCore/hg-1.3.X/tests/regressiontests/generic_views/dates.py", line 265, in test_week_view_allow_future self.assertEqual(res.status_code, 200) AssertionError: 404 != 200
Note:
See TracTickets
for help on using tickets.
In [17759]: