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

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

Issue 3427008: autotest: Simplify desktopui_WindowManagerHotkeys. (Closed) Base URL: http://git.chromium.org/git/autotest.git
Patch Set: 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_WindowManagerHotkeys/desktopui_WindowManagerHotkeys.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 = "Daniel Erat <derat@chromium.org>" 5 AUTHOR = "Daniel Erat <derat@chromium.org>"
6 NAME = "desktopui_WindowManagerHotkeys" 6 NAME = "desktopui_WindowManagerHotkeys"
7 PURPOSE = "Verify that the window manager hot keys are correct." 7 PURPOSE = "Verify that some window manager hotkeys are functional."
8 CRITERIA = """ 8 CRITERIA = """
9 Fails if the hot keys do not adjust the proper component. 9 Fails if the hotkeys do not perform the expected actions.
10 """ 10 """
11 TIME = "SHORT" 11 TIME = "SHORT"
12 TEST_CATEGORY = "Functional" 12 TEST_CATEGORY = "Functional"
13 TEST_CLASS = "desktopui" 13 TEST_CLASS = "desktopui"
14 TEST_TYPE = "client" 14 TEST_TYPE = "client"
15 15
16 DOC = """ 16 DOC = """
17 Test that some window manager hotkeys are functional. 17 Test that some window manager hotkeys are functional.
18 """ 18 """
19 19
20 job.run_test('desktopui_WindowManagerHotkeys') 20 job.run_test('desktopui_WindowManagerHotkeys')
OLDNEW
« no previous file with comments | « no previous file | client/site_tests/desktopui_WindowManagerHotkeys/desktopui_WindowManagerHotkeys.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698