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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | client/site_tests/desktopui_ImeTest/desktopui_ImeTest.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/site_tests/desktopui_ImeTest/control
diff --git a/client/site_tests/desktopui_ImeTest/control b/client/site_tests/desktopui_ImeTest/control
new file mode 100644
index 0000000000000000000000000000000000000000..e922a33e7ad748c859c7051d4e9f41a5f6554096
--- /dev/null
+++ b/client/site_tests/desktopui_ImeTest/control
@@ -0,0 +1,21 @@
+# Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+AUTHOR = "Chrome OS Team"
+NAME = "desktopui_ImeTest"
+PURPOSE = "Verify IME is functioning properly."
+CRITERIA = """
+This test will fail under any of the following conditions:
+ - TODO(Bad things)
+"""
+TIME = "SHORT"
+TEST_CATEGORY = "Functional"
+TEST_CLASS = "desktopui"
+TEST_TYPE = "client"
+
+DOC = """
+This test checks whether the IME is working properly.
+"""
+
+job.run_test('desktopui_ImeTest')
« 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