Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(281)

Side by Side Diff: client/site_tests/desktopui_ImeTest/control

Issue 3391007: Add autotests to check that the IME works. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/autotest.git
Patch Set: Comment the sleeps. Created 10 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | client/site_tests/desktopui_ImeTest/desktopui_ImeTest.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
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
3 # found in the LICENSE file.
4
5 AUTHOR = "Chrome OS Team"
6 NAME = "desktopui_ImeTest"
7 PURPOSE = "Verify IME is functioning properly."
8 CRITERIA = """
9 This test will fail under any of the following conditions:
10 - TODO(Bad things)
11 """
12 TIME = "SHORT"
13 TEST_CATEGORY = "Functional"
14 TEST_CLASS = "desktopui"
15 TEST_TYPE = "client"
16
17 DOC = """
18 This test checks whether the IME is working properly.
19 """
20
21 job.run_test('desktopui_ImeTest')
OLDNEW
« no previous file with comments | « no previous file | client/site_tests/desktopui_ImeTest/desktopui_ImeTest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698