Merge lp:~adeuring/launchpad/bug-532078 into lp:launchpad/db-devel
| Status: | Merged |
|---|---|
| Approved by: | Graham Binns on 2010-03-05 |
| Approved revision: | no longer in the source branch. |
| Merged at revision: | not available |
| Proposed branch: | lp:~adeuring/launchpad/bug-532078 |
| Merge into: | lp:launchpad/db-devel |
| Diff against target: |
128 lines (+104/-2) 2 files modified
lib/lp/bugs/browser/bugtask.py (+2/-2) lib/lp/bugs/browser/tests/test_bugtarget_patches_view.py (+102/-0) |
| To merge this branch: | bzr merge lp:~adeuring/launchpad/bug-532078 |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Graham Binns (community) | code | 2010-03-05 | Approve on 2010-03-05 |
|
Review via email:
|
|||
Description of the Change
This branch fixes bug 532048: Count of bugs with patches is wrong, +patches shows different information
The cause is simple: While BugTarget.
I added unit tests for BugsStatsMixin.
test: ./bin/test -vv -t test_bugtarget_
= Launchpad lint =
Checking for conflicts. and issues in doctests and templates.
Running jslint, xmllint, pyflakes, and pylint.
Using normal rules.
Linting changed files:
lib/lp/
lib/lp/
== Pylint notices ==
lib/lp/
78: [F0401] Unable to import 'lazr.delegates' (No module named delegates)
79: [F0401] Unable to import 'lazr.enum' (No module named enum)
81: [F0401] Unable to import 'lazr.lifecycle
82: [F0401] Unable to import 'lazr.lifecycle
83: [F0401] Unable to import 'lazr.restful.
84: [F0401] Unable to import 'lazr.restful.
100: [F0401] Unable to import 'lazr.uri' (No module named uri)
155: [F0401] Unable to import 'lazr.restful.
