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
5AUTHOR = "Chromium OS Team"
6NAME = "desktopui_SpeechSynthesisSemiAuto"
7PURPOSE = "Verify that text strings are synthesized correctly."
8CRITERIA = """
9This test fails if the text string is not heard correctly by a tester.
10"""
11TIME = "SHORT"
12TEST_CATEGORY = "Functional"
13TEST_CLASS = "desktopui"
14TEST_TYPE = "client"
15
16DOC = """
17This tests that a specified text string is correctly synthesized.
18Please confirm manually that the text "Welcome to Chromium O S" is heard.
19"""
20
21job.run_test('desktopui_SpeechSynthesisSemiAuto')
22