Merge lp:~dobey/ubuntuone-installer/update-3-0 into lp:ubuntuone-installer/stable-3-0
| Status: | Merged |
|---|---|
| Approved by: | dobey on 2012-06-15 |
| Approved revision: | 36 |
| Merged at revision: | 40 |
| Proposed branch: | lp:~dobey/ubuntuone-installer/update-3-0 |
| Merge into: | lp:ubuntuone-installer/stable-3-0 |
| Diff against target: |
282 lines (+99/-55) 3 files modified
data/u1logo.svg (+19/-0) ubuntuone/installer/gui.py (+60/-51) ubuntuone/installer/tests/test_gui.py (+20/-4) |
| To merge this branch: | bzr merge lp:~dobey/ubuntuone-installer/update-3-0 |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Roberto Alsina (community) | Approve on 2012-06-15 | ||
| Diego Sarmentero (community) | 2012-06-15 | Approve on 2012-06-15 | |
|
Review via email:
|
|||
Commit Message
Replace the logo with an SVG with better proportions
Fix spacing issues
Add handling of errors for cache update and install
Add a page for displaying error information, and to try again or cancel
Update the entire cache, not only the PPA cache that we aren't adding
Remove the code to add the stable PPA as it is unneeded/unused
| Ubuntu One Auto Pilot (otto-pilot) wrote : | # |
The attempt to merge lp:~dobey/ubuntuone-installer/update-3-0 into lp:ubuntuone-installer/stable-3-0 failed. Below is the output from the failed tests.
Traceback (most recent call last):
File "/usr/bin/u1trial", line 337, in <module>
main()
File "/usr/bin/u1trial", line 317, in main
suite = trial_runner.
File "/usr/bin/u1trial", line 196, in get_suite
config[
File "/usr/bin/u1trial", line 180, in _collect_tests
module_suite = self._load_
File "/usr/bin/u1trial", line 120, in _load_unittest
module = __import__(modpath, None, None, [""])
File "/mnt/tarmac/
from ubuntuone.installer import gui
File "/mnt/tarmac/
import aptdaemon.
ImportError: No module named aptdaemon.
| Ubuntu One Auto Pilot (otto-pilot) wrote : | # |
The attempt to merge lp:~dobey/ubuntuone-installer/update-3-0 into lp:ubuntuone-installer/stable-3-0 failed. Below is the output from the failed tests.
ubuntuone.
DBusTestCase
runTest ... [OK]
ubuntuone.
GUITestCase
test_error_page ... Traceback (most recent call last):
File "/usr/lib/
result = g.send(result)
File "/mnt/tarmac/
self.dlg = gui.Window()
File "/mnt/tarmac/
self.
File "/mnt/tarmac/
path, 320, 240, True)
File "/usr/lib/
return info.invoke(cls, *args, **kwargs)
gi._glib.GError: Unrecognized image file format
[ERROR]
test_
File "/usr/lib/
result = g.send(result)
File "/mnt/tarmac/
self.dlg = gui.Window()
File "/mnt/tarmac/
self.
File "/mnt/tarmac/
path, 320, 240, True)
File "/usr/lib/
return info.invoke(cls, *args, **kwargs)
gi._glib.GError: Unrecognized image file format
[ERROR]
test_
File "/usr/lib/
result = g.send(result)
File "/mnt/tarmac/
self.dlg = gui.Window()
File "/mnt/tarmac/
self.
File "/mnt/tarmac/
path, 320, 240, True)
File "/usr/lib/
return info.invoke(cls, *args, **kwargs)
gi._glib.GError: Unrecognized image file format
[ERROR]
test_
File "/usr/lib/
result = g.send(result)
File "/mnt/tarmac/
self.dlg = gui.Window()
File "/mnt/tarmac/
| Ubuntu One Auto Pilot (otto-pilot) wrote : | # |
The attempt to merge lp:~dobey/ubuntuone-installer/update-3-0 into lp:ubuntuone-installer/stable-3-0 failed. Below is the output from the failed tests.
ubuntuone.
DBusTestCase
runTest ... [OK]
ubuntuone.
GUITestCase
test_error_page ... Traceback (most recent call last):
File "/usr/lib/
result = g.send(result)
File "/mnt/tarmac/
self.dlg = gui.Window()
File "/mnt/tarmac/
self.
File "/mnt/tarmac/
path, 320, 240, True)
File "/usr/lib/
return info.invoke(cls, *args, **kwargs)
gi._glib.GError: Unrecognized image file format
[ERROR]
test_
File "/usr/lib/
result = g.send(result)
File "/mnt/tarmac/
self.dlg = gui.Window()
File "/mnt/tarmac/
self.
File "/mnt/tarmac/
path, 320, 240, True)
File "/usr/lib/
return info.invoke(cls, *args, **kwargs)
gi._glib.GError: Unrecognized image file format
[ERROR]
test_
File "/usr/lib/
result = g.send(result)
File "/mnt/tarmac/
self.dlg = gui.Window()
File "/mnt/tarmac/
self.
File "/mnt/tarmac/
path, 320, 240, True)
File "/usr/lib/
return info.invoke(cls, *args, **kwargs)
gi._glib.GError: Unrecognized image file format
[ERROR]
test_
File "/usr/lib/
result = g.send(result)
File "/mnt/tarmac/
self.dlg = gui.Window()
File "/mnt/tarmac/

+1