Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#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)

skip_tests.patch (1.0 KB ) - added by Łukasz Rekucki 14 years ago.
Simple test skips.

Download all attachments as: .zip

Change History (5)

comment:1 by Paul McMillan, 14 years ago

Resolution: invalid
Status: newclosed

Looks like my error on this one.

by Łukasz Rekucki, 14 years ago

Attachment: skip_tests.patch added

Simple test skips.

comment:2 by Łukasz Rekucki, 14 years ago

Resolution: invalid
Status: closedreopened
Triage Stage: UnreviewedAccepted

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 Russell Keith-Magee, 14 years ago

Resolution: fixed
Status: reopenedclosed

(In [13606]) Fixed #14123 -- Made AdminDocs tests optional, based on the availability of docutils. Thanks to PaulM for the original report, and Łukasz Rekucki for narrowing down the cause.

comment:4 by Russell Keith-Magee, 14 years ago

(In [13607]) [1.2.X] Fixed #14123 -- Made AdminDocs tests optional, based on the availability of docutils. Thanks to PaulM for the original report, and Łukasz Rekucki for narrowing down the cause.

Backport of r13606 from trunk.

Note: See TracTickets for help on using tickets.
Back to Top