diff options
| author | Brandon Schaefer <brandon.schaefer@canonical.com> | 2013-08-12 13:31:14 -0700 |
|---|---|---|
| committer | Brandon Schaefer <brandon.schaefer@canonical.com> | 2013-08-12 13:31:14 -0700 |
| commit | 387ef760235850303d60b96bb0253113599f4ba9 (patch) | |
| tree | f2ebc4e3f25ce9cd7a23e6e452ae8b725c84825a /tests | |
| parent | e08a978bbdb9680115dbf88530073c00f04d6f2d (diff) | |
* "disk" in pinyin is giving a different preference while running jenkins.
* Replace the "disk" test with "hello". * Use "managment" instead of "disk managment" (bzr r3464.2.1)
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/autopilot/unity/tests/test_ibus.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/autopilot/unity/tests/test_ibus.py b/tests/autopilot/unity/tests/test_ibus.py index 7070cafb7..894a79e27 100644 --- a/tests/autopilot/unity/tests/test_ibus.py +++ b/tests/autopilot/unity/tests/test_ibus.py @@ -216,8 +216,8 @@ class IBusTestsPinyin(IBusWidgetScenariodTests): [ ('photo', {'input': 'zhaopian ', 'result' : u'\u7167\u7247' }), ('internet', {'input': 'hulianwang ', 'result' : u'\u4e92\u8054\u7f51'}), - ('disk', {'input': 'cipan ', 'result' : u'\u78c1\u76d8' }), - ('disk_management', {'input': 'cipan guanli ', 'result' : u'\u78c1\u76d8\u7ba1\u7406' }), + ('hello', {'input': 'ninhao ', 'result' : u'\u60a8\u597d' }), + ('management', {'input': 'guanli ', 'result' : u'\u7ba1\u7406' }), ] ) |
