Merge lp:~mandel/ubuntu-sso-client/proxy-creds-windows into lp:ubuntu-sso-client
| Status: | Merged | ||||
|---|---|---|---|---|---|
| Approved by: | Roberto Alsina on 2012-03-20 | ||||
| Approved revision: | 936 | ||||
| Merged at revision: | 931 | ||||
| Proposed branch: | lp:~mandel/ubuntu-sso-client/proxy-creds-windows | ||||
| Merge into: | lp:ubuntu-sso-client | ||||
| Diff against target: |
241 lines (+168/-18) 2 files modified
ubuntu_sso/qt/proxy_dialog.py (+31/-2) ubuntu_sso/qt/tests/test_proxy_dialog.py (+137/-16) |
||||
| To merge this branch: | bzr merge lp:~mandel/ubuntu-sso-client/proxy-creds-windows | ||||
| Related bugs: |
|
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Brian Curtin (community) | Approve on 2012-03-20 | ||
| Roberto Alsina (community) | Approve on 2012-03-20 | ||
| Diego Sarmentero (community) | 2012-03-20 | Approve on 2012-03-20 | |
|
Review via email:
|
|||
Commit Message
- Fixed dialog on window by using show so that the QEventLoop does not block the execution of the main loop of the reactor which did not allow the deferreds to be fired (LP: #960481)
Description of the Change
- Fixed dialog on window by using show so that the QEventLoop does not block the execution of the main loop of the reactor which did not allow the deferreds to be fired (LP: #960481)
Please test that the dialog works on both platforms in IRL by doing
PYTHONPATH=. python bin/ubuntu-
| Roberto Alsina (ralsina) wrote : | # |
There is no need to log in line 50, and am slightly concerned about having win32-specific bits here, but since this is "just a script" and has no modules where we could stash platform-specific bits, I am giving it a +1.
Maybe we can file a bug to refactor those bits away.
| Brian Curtin (brian.curtin) wrote : | # |
Refactoring post-release would be nice. IRL testing on Windows worked well.
| Brian Curtin (brian.curtin) wrote : | # |
I entered #960529 to keep track of the refactoring.
| Ubuntu One Auto Pilot (otto-pilot) wrote : | # |
The attempt to merge lp:~mandel/ubuntu-sso-client/proxy-creds-windows 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_
BasicTestCase
test_main ... [OK]
twisted.
TestCase
runTest ... [OK]
ubuntu_
BasicTestCase
runTest ... [OK]
BasicUbuntuSS
test_
test_
test_
test_
test_
test_
test_
test_
test_
test_
test_
test_
test_
test_
test_
DefaultButton
test_
test_
test_
EnterDetailsT
test_
test_
test_
test_

+1