Merge lp:~ralsina/ubuntu-sso-client/pretty-little-liar into lp:ubuntu-sso-client
| Status: | Merged |
|---|---|
| Approved by: | Roberto Alsina on 2012-06-08 |
| Approved revision: | 967 |
| Merged at revision: | 966 |
| Proposed branch: | lp:~ralsina/ubuntu-sso-client/pretty-little-liar |
| Merge into: | lp:ubuntu-sso-client |
| Diff against target: |
53 lines (+3/-7) 4 files modified
ubuntu_sso/qt/current_user_sign_in_page.py (+1/-3) ubuntu_sso/qt/setup_account_page.py (+0/-1) ubuntu_sso/qt/tests/test_current_user_sign_in_page.py (+1/-1) ubuntu_sso/qt/tests/test_setup_account.py (+1/-2) |
| To merge this branch: | bzr merge lp:~ralsina/ubuntu-sso-client/pretty-little-liar |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Alejandro J. Cura (community) | Approve on 2012-06-08 | ||
| dobey (community) | 2012-06-08 | Approve on 2012-06-08 | |
|
Review via email:
|
|||
Commit Message
- Remove back buttons in signin/signup pages (Fixes LP:1009107).
Description of the Change
Remove the "Back" button from the two pages that are supposed to be "first".
To test:
1) Ensure you have network conenctivity
2) Remove your device
3) PYTHONPATH=. bin/ubuntu-
4) PYTHONPATH=. bin/ubuntu-
In 3) and 4) you should see the signup/signin pages without a "Back" button.
No tests because Qt doesn't provide a way to know the button layout of a page after it's set, AFAICS.
| Ubuntu One Auto Pilot (otto-pilot) wrote : | # |
The attempt to merge lp:~ralsina/ubuntu-sso-client/pretty-little-liar into lp:ubuntu-sso-client failed. Below is the output from the failed tests.
*** Running GTK test suite for ubuntu_sso ***
Starting squid version...
Waiting for squid to start....
Waiting for squid to start.....
ubuntu_
BaseTestCase
runTest ... [OK]
CredentialsMa
test_
test_
test_
CredentialsMa
test_
test_
test_
test_
test_
CredentialsMa
test_
test_
test_
test_
test_
CredentialsMa
test_login ... [OK]
test_
test_register ... [OK]
CredentialsMa
test_login ... [OK]
test_
test_register ... [OK]
CredentialsMa
test_
test_
test_
test_
test_
test_
test_
test_
test_
test_
test_
test_
test_
...
| Ubuntu One Auto Pilot (otto-pilot) wrote : | # |
The attempt to merge lp:~ralsina/ubuntu-sso-client/pretty-little-liar into lp:ubuntu-sso-client failed. Below is the output from the failed tests.
*** Running GTK test suite for ubuntu_sso ***
Starting squid version...
Waiting for squid to start....
ubuntu_
BaseTestCase
runTest ... [OK]
CredentialsMa
test_
test_
test_
CredentialsMa
test_
test_
test_
test_
test_
CredentialsMa
test_
test_
test_
test_
test_
CredentialsMa
test_login ... [OK]
test_
test_register ... [OK]
CredentialsMa
test_login ... [OK]
test_
test_register ... [OK]
CredentialsMa
test_
test_
test_
test_
test_
test_
test_
test_
test_
test_
test_
test_
test_
test_
- 967. By Roberto Alsina on 2012-06-08
-
fix tests

Tested IRL, works as expected.