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