tests/test_lp_collapsibles fails
Bug #488491 reported by
Curtis Hovey
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Fix Released
|
High
|
Unassigned |
Bug Description
The YUI unit test fails to run tests/test_
Related branches
lp://qastaging/~sinzui/launchpad/enable-tests-0
- Edwin Grubbs (community): Approve (code)
- Benji York (community): Approve (code*)
-
Diff: 232 lines (+78/-42)7 files modifiedlib/canonical/launchpad/doc/emailaddress.txt (+9/-7)
lib/lp/app/javascript/tests/test_lp_collapsibles.html (+6/-6)
lib/lp/app/javascript/tests/test_lp_collapsibles.js (+17/-9)
lib/lp/app/windmill/testing.py (+21/-0)
lib/lp/app/windmill/tests/test_yuitests.py (+24/-0)
lib/lp/registry/javascript/tests/test_milestone_table.html (+1/-1)
lib/lp/services/mailman/doc/postings.txt (+0/-19)
Changed in launchpad-foundations: | |
status: | Triaged → In Progress |
affects: | launchpad-foundations → launchpad-web |
Changed in launchpad-web: | |
milestone: | 10.12 → none |
tags: | added: qa-ok |
Changed in launchpad-web: | |
status: | In Progress → Fix Committed |
tags: |
added: qa-ok removed: qa-needstesting |
Changed in launchpad-web: | |
status: | Fix Committed → Fix Released |
Changed in launchpad: | |
assignee: | Curtis Hovey (sinzui) → nobody |
To post a comment you must log in.
The test was moved, but the harness's scripts and CSS was not updated. The test was not updated when the collapsible became a lazr effect. The _should.error is wrong because the class does not throw an exception, it calls the fail event, thus we want _should.fail.