Merge lp:~brandontschaefer/unity/ibus-ap-fixes into lp:unity
Proposed by
Brandon Schaefer
on 2012-04-20
| Status: | Superseded |
|---|---|
| Proposed branch: | lp:~brandontschaefer/unity/ibus-ap-fixes |
| Merge into: | lp:unity |
| Diff against target: |
206 lines (+47/-26) 1 file modified
tests/autopilot/autopilot/tests/test_ibus.py (+47/-26) |
| To merge this branch: | bzr merge lp:~brandontschaefer/unity/ibus-ap-fixes |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Unity Team | 2012-04-20 | Pending | |
|
Review via email:
|
|||
This proposal has been superseded by a proposal from 2012-04-20.
Commit Message
More fixes to the ibus autopilot by reducing the number of times the ime context gets reset.
Description of the Change
=== Problem ===
The ibus ap test still fails sometimes when trying to deactivate ibus and the context reseting to many times.
=== Fix ===
Call deactivate instead of adding it to the clean up.
Now the context only resets when changing to a different engine.
To post a comment you must log in.
lp:~brandontschaefer/unity/ibus-ap-fixes
updated
on 2012-04-20
- 2325. By Brandon Schaefer on 2012-04-20
-
* Removed param, as it is no longer needed
| Brandon Schaefer (brandontschaefer) wrote : | # |
lp:~brandontschaefer/unity/ibus-ap-fixes
updated
on 2012-04-20
- 2326. By Brandon Schaefer on 2012-04-20
-
* setUpClass, not tearDownClass


Ran 32 tests in 202.414s
OK
:)