Merge lp:~brandontschaefer/unity/lp.1211501-fix into lp:unity

Proposed by Brandon Schaefer
Status: Merged
Approved by: Stephen M. Webb
Approved revision: no longer in the source branch.
Merged at revision: 3466
Proposed branch: lp:~brandontschaefer/unity/lp.1211501-fix
Merge into: lp:unity
Diff against target: 13 lines (+2/-2)
1 file modified
tests/autopilot/unity/tests/test_ibus.py (+2/-2)
To merge this branch: bzr merge lp:~brandontschaefer/unity/lp.1211501-fix
Reviewer Review Type Date Requested Status
PS Jenkins bot (community) continuous-integration Approve
Stephen M. Webb (community) Approve
Review via email: mp+179797@code.launchpad.net

Commit message

Attempt to use more canonical words for the ibus AP tests, so we end up with a more used word, vs one the might change.

Description of the change

IBus AP tests retuning different preferences for typing cipan, which normally yields "disk" for me but according to the jenkins tests its returning a different word. Soo attempt to move to a more canonical word, replacing "disk" with "hello" and "disk management" to "management".

To post a comment you must log in.
Revision history for this message
Stephen M. Webb (bregma) wrote :

OK

review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'tests/autopilot/unity/tests/test_ibus.py'
2--- tests/autopilot/unity/tests/test_ibus.py 2013-08-05 17:48:02 +0000
3+++ tests/autopilot/unity/tests/test_ibus.py 2013-08-12 20:39:47 +0000
4@@ -216,8 +216,8 @@
5 [
6 ('photo', {'input': 'zhaopian ', 'result' : u'\u7167\u7247' }),
7 ('internet', {'input': 'hulianwang ', 'result' : u'\u4e92\u8054\u7f51'}),
8- ('disk', {'input': 'cipan ', 'result' : u'\u78c1\u76d8' }),
9- ('disk_management', {'input': 'cipan guanli ', 'result' : u'\u78c1\u76d8\u7ba1\u7406' }),
10+ ('hello', {'input': 'ninhao ', 'result' : u'\u60a8\u597d' }),
11+ ('management', {'input': 'guanli ', 'result' : u'\u7ba1\u7406' }),
12 ]
13 )
14