From: xiaochn.wang Date: Wed, 19 Apr 2017 08:45:39 +0000 (+0800) Subject: modify Tc about Speech module X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4a8f97fb6446c2badd2accacc05783c21931e40e;p=test%2Ftct%2Fweb%2Fapi.git modify Tc about Speech module Change-Id: Ie60b85481b7cf7ac92e8e90b9fc831f08af8f325 Signed-off-by: xiaochn.wang --- diff --git a/common/tct-speech-w3c-tests/speech/SpeechRecognition_serviceURI_attribute.html b/common/tct-speech-w3c-tests/speech/SpeechRecognition_serviceURI_attribute.html deleted file mode 100755 index a346c0142..000000000 --- a/common/tct-speech-w3c-tests/speech/SpeechRecognition_serviceURI_attribute.html +++ /dev/null @@ -1,44 +0,0 @@ - - - - -SpeechRecognition_serviceURI_attribute - - - - -
- - - \ No newline at end of file diff --git a/common/tct-speech-w3c-tests/speech/SpeechSynthesisUtterance_voice_attribute.html b/common/tct-speech-w3c-tests/speech/SpeechSynthesisUtterance_voice_attribute.html index 9b2831b92..1a635a989 100755 --- a/common/tct-speech-w3c-tests/speech/SpeechSynthesisUtterance_voice_attribute.html +++ b/common/tct-speech-w3c-tests/speech/SpeechSynthesisUtterance_voice_attribute.html @@ -32,13 +32,16 @@ Authors: //==== PRIORITY P1 //==== SPEC Tizen Web API:TBD:Speech:SpeechSynthesisUtterance:voice A //==== SPEC_URL https://dvcs.w3.org/hg/speech-api/raw-file/tip/speechapi.html -//==== TEST_CRITERIA AE AT ARO +//==== TEST_CRITERIA AE AT test(function () { var utterance = new SpeechSynthesisUtterance(); - check_readonly(utterance, "voice", utterance.voice, "object", {name: test}); + assert_own_property(utterance, "voice", "utterance does not own voice property."); + assert_type(utterance.voice, "object", "utterance.voice"); + assert_equals(utterance.voice, null, "utterance.voice shoud be null"); }, document.title); + - \ No newline at end of file + diff --git a/common/tct-speech-w3c-tests/tests.full.xml b/common/tct-speech-w3c-tests/tests.full.xml index d1cbf37da..30162a151 100755 --- a/common/tct-speech-w3c-tests/tests.full.xml +++ b/common/tct-speech-w3c-tests/tests.full.xml @@ -1121,18 +1121,6 @@ - - - /opt/tct-speech-w3c-tests/speech/SpeechRecognition_serviceURI_attribute.html - - - - - https://dvcs.w3.org/hg/speech-api/raw-file/tip/speechapi.html - TBD - - - diff --git a/common/tct-speech-w3c-tests/tests.xml b/common/tct-speech-w3c-tests/tests.xml index 2ea4065aa..b3e086340 100755 --- a/common/tct-speech-w3c-tests/tests.xml +++ b/common/tct-speech-w3c-tests/tests.xml @@ -673,11 +673,6 @@ /opt/tct-speech-w3c-tests/speech/SpeechRecognition_onstart.html --> - - - /opt/tct-speech-w3c-tests/speech/SpeechRecognition_serviceURI_attribute.html - -