Merge lp:~mvo/software-center/lp1045826 into lp:software-center
Proposed by
Michael Vogt
on 2012-09-05
Status: | Merged |
---|---|
Merged at revision: | 3151 |
Proposed branch: | lp:~mvo/software-center/lp1045826 |
Merge into: | lp:software-center |
Diff against target: |
269 lines (+115/-26) 7 files modified
softwarecenter/db/application.py (+10/-2) softwarecenter/ui/gtk3/widgets/buttons.py (+4/-10) tests/gtk3/test_buttons.py (+33/-0) tests/test_database.py (+2/-1) tests/test_dataprovider.py (+2/-1) tests/test_testutils.py (+20/-12) tests/utils.py (+44/-0) |
To merge this branch: | bzr merge lp:~mvo/software-center/lp1045826 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Gary Lasker (community) | 2012-09-05 | Approve on 2012-09-06 | |
Review via email:
|
Description of the change
Fix double display of currency and cleanup around this code
To post a comment you must log in.
lp:~mvo/software-center/lp1045826
updated
on 2012-09-05
- 3159. By Michael Vogt on 2012-09-05
-
tests/gtk3/
test_buttons. py: fix test name - 3160. By Michael Vogt on 2012-09-05
-
remove dead code
- 3161. By Michael Vogt on 2012-09-05
-
if there is no "raw_price" return "" as the untiy-lens is expecting this
- 3162. By Michael Vogt on 2012-09-05
-
tests/test_
dataprovider. py: update test for the new price value - 3163. By Michael Vogt on 2012-09-05
-
pyflake fixes
I verified this fixes the issue. It's very nice to have the new test_buttons.py, and the mock property helper should be very useful for us as well. Many thanks for this!