Merge lp:~kejun-zhou/lava-android-test/ime into lp:lava-android-test
Proposed by
Kejun ZHOU
Status: | Merged |
---|---|
Merged at revision: | 171 |
Proposed branch: | lp:~kejun-zhou/lava-android-test/ime |
Merge into: | lp:lava-android-test |
Diff against target: |
83 lines (+64/-0) (has conflicts) 3 files modified
MANIFEST.in (+4/-0) lava_android_test/test_definitions/ime.py (+47/-0) lava_android_test/test_definitions/ime/ime_test.sh (+13/-0) Text conflict in MANIFEST.in |
To merge this branch: | bzr merge lp:~kejun-zhou/lava-android-test/ime |
Related bugs: | |
Related blueprints: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Yongqin Liu | Approve | ||
Le Chi Thu | Pending | ||
Kejun ZHOU | Pending | ||
Review via email:
|
This proposal supersedes a proposal from 2012-05-23.
Description of the change
This test is for checking which input methods are running in the Android system. The test runs the tool /system/bin/ime to show all the input method services.
To post a comment you must log in.
68 + echo "ime = pass"
this line seems not match the pattern defined in P<test_ case_id> \w+)=(? P<result> \w+)\s* $"
43 +PATTERN = "^\s*(?
I think you can change to [echo "ime=pass"]