#14123 closed (fixed)
Trunk tests broken as of r13588 (1.2.x passes)
Reported by: | Paul McMillan | Owned by: | nobody |
---|---|---|---|
Component: | Testing framework | Version: | dev |
Severity: | 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
Tests on trunk are broken as of r13588. I'm not sure quite what the issue is, but the tests that patch introduced don't pass. The 1.2.x branch had the same patch applied and works fine.
In regressiontests.admin_views.tests.AdminDocsTest
AssertionError: Found 0 instances of '<h2>Built-in filters</h2>' in response (expected 2)
Attachments (1)
Change History (5)
comment:1 by , 14 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:2 by , 14 years ago
Resolution: | invalid |
---|---|
Status: | closed → reopened |
Triage Stage: | Unreviewed → Accepted |
This tests fail due to lack of Docutils. Citing django docs: "Each of these dependencies is optional. If you're missing any of them, the associated tests will be skipped.". I think it should be fixed.
comment:3 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
comment:4 by , 14 years ago
Note:
See TracTickets
for help on using tickets.
Looks like my error on this one.