Merge lp:~ralsina/ubuntu-sso-client/lang-tested into lp:ubuntu-sso-client
| Status: | Merged |
|---|---|
| Approved by: | Roberto Alsina on 2012-03-13 |
| Approved revision: | 911 |
| Merged at revision: | 908 |
| Proposed branch: | lp:~ralsina/ubuntu-sso-client/lang-tested |
| Merge into: | lp:ubuntu-sso-client |
| Diff against target: |
139 lines (+28/-18) 8 files modified
ubuntu_sso/qt/tests/test_current_user_sign_in_page.py (+7/-4) ubuntu_sso/qt/tests/test_email_verification.py (+1/-1) ubuntu_sso/qt/tests/test_forgotten_password.py (+3/-2) ubuntu_sso/qt/tests/test_reset_password.py (+5/-3) ubuntu_sso/qt/tests/test_setup_account.py (+8/-5) ubuntu_sso/qt/tests/test_ssl_dialog.py (+2/-1) ubuntu_sso/utils/runner/glib.py (+1/-1) ubuntu_sso/utils/runner/tx.py (+1/-1) |
| To merge this branch: | bzr merge lp:~ralsina/ubuntu-sso-client/lang-tested |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Natalia Bidart | Approve on 2012-03-13 | ||
| dobey (community) | 2012-03-12 | Approve on 2012-03-12 | |
|
Review via email:
|
|||
Commit Message
- Fixed tests so they work under non-ascii locales (LP: #951716).
Description of the Change
It also tweaks error detection in spawners so that they work on non-english locales.
| Ubuntu One Auto Pilot (otto-pilot) wrote : | # |
The attempt to merge lp:~ralsina/ubuntu-sso-client/lang-tested into lp:ubuntu-sso-client failed. Below is the output from the failed tests.
*** Running GTK test suite for ubuntu_sso ***
ubuntu_
TestBaseDirectory
test_
test_
test_
test_
test_
test_
test_
test_
twisted.
TestCase
runTest ... [OK]
ubuntu_
AbstractTestCase
test_error ... [OK]
test_success ... [OK]
ubuntuone.
DBusTestCase
runTest ... [OK]
ubuntu_
ClearCredenti
test_error ... [OK]
test_success ... [OK]
CredentialsMa
test_error ... [OK]
test_success ... [OK]
FindCredentia
test_error ... [OK]
test_
test_
test_success ... [OK]
GenerateCaptc
test_error ... [OK]
test_success ... [OK]
LoginEmailPas
test_error ... [OK]
test_success ... [OK]
LoginOnlyTestCase
test_error ... [OK]
test_success ... [OK]
LoginTestCase
test_error ... [OK]
test_
test_
test_success ... [OK]
RegisterTestCase
test_error ... [OK]
test_success ... [OK]
RegisterUse...

Looks good!