Merge lp:~thomir/unity/ibus-ap-fixes into lp:unity
Proposed by
Thomi Richards
on 2012-04-20
| Status: | Merged |
|---|---|
| Approved by: | Thomi Richards on 2012-04-20 |
| Approved revision: | 2327 |
| Merged at revision: | 2323 |
| Proposed branch: | lp:~thomir/unity/ibus-ap-fixes |
| Merge into: | lp:unity |
| Diff against target: |
197 lines (+38/-26) 1 file modified
tests/autopilot/autopilot/tests/test_ibus.py (+38/-26) |
| To merge this branch: | bzr merge lp:~thomir/unity/ibus-ap-fixes |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Brandon Schaefer (community) | Approve on 2012-04-20 | ||
| Thomi Richards (community) | Approve on 2012-04-20 | ||
|
Review via email:
|
|||
This proposal supersedes a proposal from 2012-04-20.
Commit Message
Update IBus tests to only set the IME once per test case class.
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.
| Brandon Schaefer (brandontschaefer) wrote : | # |


Ran 32 tests in 202.414s
OK
:)