Merge lp:~rharding/launchpad/code_yui35_one into lp:launchpad
Proposed by
Richard Harding
on 2012-07-02
| Status: | Merged |
|---|---|
| Approved by: | Curtis Hovey on 2012-07-02 |
| Approved revision: | no longer in the source branch. |
| Merged at revision: | 15541 |
| Proposed branch: | lp:~rharding/launchpad/code_yui35_one |
| Merge into: | lp:launchpad |
| Diff against target: |
339 lines (+59/-113) 9 files modified
lib/lp/code/javascript/productseries-setbranch.js (+2/-2) lib/lp/code/javascript/tests/test_branchdiff.html (+1/-1) lib/lp/code/javascript/tests/test_branchdiff.js (+11/-32) lib/lp/code/javascript/tests/test_branchrevisionexpander.html (+1/-1) lib/lp/code/javascript/tests/test_branchrevisionexpander.js (+16/-34) lib/lp/code/javascript/tests/test_bugspeclinks.html (+1/-2) lib/lp/code/javascript/tests/test_bugspeclinks.js (+14/-32) lib/lp/code/javascript/tests/test_util.js (+11/-7) lib/lp/code/javascript/util.js (+2/-2) |
| To merge this branch: | bzr merge lp:~rharding/launchpad/code_yui35_one |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Curtis Hovey (community) | code | 2012-07-02 | Approve on 2012-07-02 |
|
Review via email:
|
|||
Commit Message
Initial set of JS updates to the code JS tests for YUI 3.5.
Description of the Change
= Summary =
This branch updates the JS test code in the code module to pass under YUI 3.5.
== Implementation Notes ==
Updating the tests is mostly just reorganizing them to add an actual module or adding quotes around attribute selectors.
== Tests ==
./bin/test -x -cvv --layer=
== LoC Qualification ==
It's a negative LoC change.
To post a comment you must log in.

Thank you for cleaning up the tests.