Merge lp:~ivo-kracht/launchpad/bug-921901 into lp:launchpad
| Status: | Merged |
|---|---|
| Approved by: | Abel Deuring on 2012-07-03 |
| Approved revision: | no longer in the source branch. |
| Merged at revision: | 15556 |
| Proposed branch: | lp:~ivo-kracht/launchpad/bug-921901 |
| Merge into: | lp:launchpad |
| Diff against target: |
99 lines (+44/-6) 2 files modified
lib/lp/bugs/browser/bugtask.py (+10/-3) lib/lp/bugs/browser/tests/test_bugtask.py (+34/-3) |
| To merge this branch: | bzr merge lp:~ivo-kracht/launchpad/bug-921901 |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Graham Binns (community) | code | Approve on 2012-07-04 | |
| Ivo Kracht (community) | Resubmit on 2012-07-04 | ||
| Richard Harding (community) | 2012-07-03 | Approve on 2012-07-03 | |
|
Review via email:
|
|||
Commit Message
bug column tags now link to project groups
Description of the Change
I changed the base_tag_url so that it links to the search context and wrote a unit test for it.
Pre-imp call with adeuring
test:
./bin/test bugs -vvt test_tag_
= Launchpad lint =
Checking for conflicts and issues in changed files.
Linting changed files:
lib/lp/
lib/lp/
| Ivo Kracht (ivo-kracht) wrote : | # |
Ec2 test failed because I overlooked the possibility that there is no target context, e.g. when you click on “bugs“ while viewing a user account. This case is now intercepted and the task context is used instead of the search context. I also had to write a seperate test for that case.
Pre-imp call with adeuring
test:
./bin/test bugs -vvt test_urls_

Looks good, thanks!