Code review comment for lp:~diegosarmentero/ubuntuone-windows-installer/installer-ui

Revision history for this message
Natalia Bidart (nataliabidart) wrote :

The button thingy will be solved with bug #811103.

===============================================================================
[FAIL]
Traceback (most recent call last):
  File "C:\Users\Test\src\installer-ui\ubuntuone_installer\gui\qt\tests\test_gui.py", line 216, in test_current_user_controller_parameters
    'subtitle': gui.SIGN_IN_SUBTITLE}))
twisted.trial.unittest.FailTest: not equal:
a = ((),
 {'subtitle': 'Sign in with your existing Ubuntu One username and password.',
  'title': '<span style="font-size:24px">Sign in to Ubuntu One</span>'})
b = ((),
 {'subtitle': 'Sign in with your existing Ubuntu One username and password.',
  'title': 'Sign in to Ubuntu One'})

ubuntuone_installer.gui.qt.tests.test_gui.MainWindowTestCase.test_current_user_controller_parameters
===============================================================================
[ERROR]
Traceback (most recent call last):
  File "C:\Users\Test\src\installer-ui\ubuntuone_installer\gui\qt\tests\test_gui.py", line 633, in test_side_widget_state
    self.ui.on_currentIdChanged(self.ui.LICENSE_PAGE)
exceptions.AttributeError: 'SetupAccountPage' object has no attribute 'on_currentIdChanged'

ubuntuone_installer.gui.qt.tests.test_gui.SetupAccountTestCase.test_side_widget_state

review: Needs Fixing

« Back to merge proposal