Merge lp:~jtv/launchpad/testfix into lp:launchpad
Proposed by
Jeroen T. Vermeulen
on 2010-09-06
| Status: | Merged |
|---|---|
| Approved by: | Graham Binns on 2010-09-06 |
| Approved revision: | no longer in the source branch. |
| Merged at revision: | 11512 |
| Proposed branch: | lp:~jtv/launchpad/testfix |
| Merge into: | lp:launchpad |
| Diff against target: |
83 lines (+14/-7) 5 files modified
lib/canonical/launchpad/mail/tests/test_handlers.py (+2/-0) lib/lp/answers/browser/tests/test_questiontarget.py (+2/-0) lib/lp/bugs/scripts/bugnotification.py (+7/-6) lib/lp/buildmaster/tests/test_packagebuild.py (+2/-0) lib/lp/services/doc/propertycache.txt (+1/-1) |
| To merge this branch: | bzr merge lp:~jtv/launchpad/testfix |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Graham Binns (community) | release-critical | Approve on 2010-09-06 | |
| Henning Eggers (community) | code | 2010-09-06 | Approve on 2010-09-06 |
|
Review via email:
|
|||
Commit Message
Fix 2.6-isms that broke the devel build.
Description of the Change
= Testfix =
Urgent; blocking release-critical fixes.
Eliminates some 2.6-isms that snuck into devel somehow and were breaking the build.
To test:
{{{
./bin/test -vvc -t test_handlers -t test_questiontarget -t test_packagebuild -t test_sourcepack
}}}
To post a comment you must log in.
review:
Approve
(code)
review:
Approve
(release\)

Hah.