From: Liu, Xin Date: Wed, 14 Aug 2013 11:23:51 +0000 (+0800) Subject: Fixed TTS-1875 by moving gumallow 5 TCs from delta to tct-gumallow-w3c-tests X-Git-Tag: 2.2.1_release~283^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=724a93d342a681ac759f775f17a25a0d368140f7;p=test%2Ftct%2Fweb%2Fapi.git Fixed TTS-1875 by moving gumallow 5 TCs from delta to tct-gumallow-w3c-tests Signed-off-by: Liu, Xin --- diff --git a/tct-gumallow-w3c-tests/gumallow/navigator_audio_getting_datastream.html b/tct-gumallow-w3c-tests/gumallow/navigator_audio_getting_datastream.html new file mode 100644 index 000000000..6cb7e5de5 --- /dev/null +++ b/tct-gumallow-w3c-tests/gumallow/navigator_audio_getting_datastream.html @@ -0,0 +1,71 @@ + + + + + + GetUserMedia Test: navigator_audio_getting_datastream + + + + + + + + + +
+ + + diff --git a/tct-gumallow-w3c-tests/gumallow/navigator_audio_not_getting_datastream.html b/tct-gumallow-w3c-tests/gumallow/navigator_audio_not_getting_datastream.html new file mode 100644 index 000000000..bf17ea4ce --- /dev/null +++ b/tct-gumallow-w3c-tests/gumallow/navigator_audio_not_getting_datastream.html @@ -0,0 +1,71 @@ + + + + + + GetUserMedia Test: navigator_audio_not_getting_datastream + + + + + + + + + +
+ + + diff --git a/tct-gumallow-w3c-tests/gumallow/navigator_audio_video_getting_datastream.html b/tct-gumallow-w3c-tests/gumallow/navigator_audio_video_getting_datastream.html new file mode 100644 index 000000000..3c240c764 --- /dev/null +++ b/tct-gumallow-w3c-tests/gumallow/navigator_audio_video_getting_datastream.html @@ -0,0 +1,71 @@ + + + + + + GetUserMedia Test: navigator_audio_video_getting_datastream + + + + + + + + + +
+ + + diff --git a/tct-gumallow-w3c-tests/gumallow/navigator_video_getting_datastream.html b/tct-gumallow-w3c-tests/gumallow/navigator_video_getting_datastream.html new file mode 100644 index 000000000..9ed161ae7 --- /dev/null +++ b/tct-gumallow-w3c-tests/gumallow/navigator_video_getting_datastream.html @@ -0,0 +1,71 @@ + + + + + + GetUserMedia Test: navigator_video_getting_datastream + + + + + + + + + +
+ + + diff --git a/tct-gumallow-w3c-tests/gumallow/navigator_video_not_getting_datastream.html b/tct-gumallow-w3c-tests/gumallow/navigator_video_not_getting_datastream.html new file mode 100644 index 000000000..09045525c --- /dev/null +++ b/tct-gumallow-w3c-tests/gumallow/navigator_video_not_getting_datastream.html @@ -0,0 +1,71 @@ + + + + + + GetUserMedia Test: navigator_video_not_getting_datastream + + + + + + + + + +
+ + + diff --git a/tct-gumallow-w3c-tests/tests.xml b/tct-gumallow-w3c-tests/tests.xml index fc89c1ec5..b2a841f81 100644 --- a/tct-gumallow-w3c-tests/tests.xml +++ b/tct-gumallow-w3c-tests/tests.xml @@ -23,6 +23,106 @@ + + + + + + + Check if we can access to the user's microphone by calling the API 'getUserMedia' + Pass + + + /opt/tct-gumallow-w3c-tests/gumallow/navigator_audio_getting_datastream.html + + + + + http://dev.w3.org/2011/webrtc/editor/getusermedia-20111130.html#navigatorusermedia + Set to true if a audio track is requested, default is false + + + + + + + + + + Check if we can access to local devices (video cameras, microphones, Web cams) that can generate multimedia stream data by calling the API 'getUserMedia' + Pass + + + /opt/tct-gumallow-w3c-tests/gumallow/navigator_audio_video_getting_datastream.html + + + + + http://dev.w3.org/2011/webrtc/editor/getusermedia-20111130.html#navigatorusermedia + Access to multimedia streams (video, audio, or both) from local devices (video cameras, microphones, Web cams) can have a number of uses, such as real-time communication, recording, surveillance. + + + + + + + + + + Check if we can not access to the user's microphone by calling the API 'getUserMedia' + Pass + + + /opt/tct-gumallow-w3c-tests/gumallow/navigator_audio_not_getting_datastream.html + + + + + http://dev.w3.org/2011/webrtc/editor/getusermedia-20111130.html#navigatorusermedia + Set to true if a audio track is requested, default is false + + + + + + + + + + Check if we can access to the user's Web cams or video cameras by calling the API 'getUserMedia' + Pass + + + /opt/tct-gumallow-w3c-tests/gumallow/navigator_video_getting_datastream.html + + + + + http://dev.w3.org/2011/webrtc/editor/getusermedia-20111130.html#navigatorusermedia + Set to true if an video track is requested, default is false + + + + + + + + + + Check if we can not access to the user's Web cams and video cameras by calling the API 'getUserMedia' + Pass + + + /opt/tct-gumallow-w3c-tests/gumallow/navigator_video_not_getting_datastream.html + + + + + http://dev.w3.org/2011/webrtc/editor/getusermedia-20111130.html#navigatorusermedia + Set to true if an video track is requested, default is false + + + diff --git a/tct-notification-w3c-tests/notification/notification_body.html b/tct-notification-w3c-tests/notification/notification_body.html index ba0be8522..7d1b45209 100644 --- a/tct-notification-w3c-tests/notification/notification_body.html +++ b/tct-notification-w3c-tests/notification/notification_body.html @@ -26,6 +26,7 @@ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Authors: + Cui,Jieqiong Xinx, liu -->