Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # Copyright (c) 2010 The Chromium OS Authors. All rights reserved. | 1 # Copyright (c) 2010 The Chromium OS Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 AUTHOR = "Chrome OS Team" | 5 AUTHOR = "Chrome OS Team" |
| 6 NAME = "desktopui_ImeTest" | 6 NAME = "desktopui_ImeTest" |
| 7 PURPOSE = "Verify IME is functioning properly." | 7 PURPOSE = "Verify IME is functioning properly." |
| 8 CRITERIA = """ | 8 CRITERIA = """ |
| 9 This test will fail under any of the following conditions: | 9 This test will fail under any of the following conditions: |
| 10 - TODO(Bad things) | 10 - cannot toggle Japanese, Chinese, Korean IMEs |
| 11 - keyboard shortcuts are not working correctly | |
| 12 - CJK characters can not be inputted in the omnibox or in web forms | |
| 11 """ | 13 """ |
| 12 TIME = "SHORT" | 14 TIME = "SHORT" |
| 13 TEST_CATEGORY = "Functional" | 15 TEST_CATEGORY = "Functional" |
| 14 TEST_CLASS = "desktopui" | 16 TEST_CLASS = "desktopui" |
| 15 TEST_TYPE = "client" | 17 TEST_TYPE = "client" |
| 16 | 18 |
| 17 DOC = """ | 19 DOC = """ |
| 18 This test checks whether the IME is working properly. | 20 This test checks whether the IME is working properly in the omnibox and web form s. |
|
Zachary Kuznia
2010/11/10 09:16:36
Nit: 80 characters.
timothe
2010/11/16 10:02:52
Done.
| |
| 19 """ | 21 """ |
| 20 | 22 |
| 21 job.run_test('desktopui_ImeTest') | 23 job.run_test('desktopui_ImeTest') |
| OLD | NEW |