Merge lp:~ev/apport/whoopsie into lp:apport
| Status: | Merged |
|---|---|
| Merged at revision: | 2226 |
| Proposed branch: | lp:~ev/apport/whoopsie |
| Merge into: | lp:apport |
| Diff against target: |
173 lines (+38/-4) (has conflicts) 5 files modified
gtk/apport-gtk (+2/-0) kde/apport-kde (+4/-4) test/test_ui.py (+11/-0) test/test_ui_gtk.py (+11/-0) test/test_ui_kde.py (+10/-0) Text conflict in test/test_ui.py |
| To merge this branch: | bzr merge lp:~ev/apport/whoopsie |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Martin Pitt | 2012-03-07 | Approve on 2012-03-08 | |
|
Review via email:
|
|||
| Martin Pitt (pitti) wrote : | # |
Just to be save, I'll add a "if 'DistroRelease' in self.report:'.
| Martin Pitt (pitti) wrote : | # |
I get three test case failures:
=======
FAIL: test_package_
-------
Traceback (most recent call last):
File "test/test_
self.
AssertionError: 'Crash report' != u'Ubuntu'
=======
FAIL: test_regular_
-------
Traceback (most recent call last):
File "test/test_
self.
AssertionError: 'Crash report' != u'Ubuntu'
=======
FAIL: test_system_
-------
Traceback (most recent call last):
File "test/test_
self.
AssertionError: 'Crash report' != u'Ubuntu'
- 2225. By Martin Pitt on 2012-03-08
-
ui.py: Ensure that the report file is readable by the crash reporting daemon after running through collect_info(). Thanks Evan Dandrea.
- 2226. By Martin Pitt on 2012-03-08
-
apport-gtk, apport-kde: Set the window title to the distribution name, as per http://
wiki.ubuntu. com/ErrorTracke r#error . Thanks Evan Dandrea.


Thanks!