From: tangkaiyuan Date: Fri, 17 Feb 2023 01:18:57 +0000 (+0800) Subject: [common][sound][TWDAPI-288 getActivatedDeviceList deprecated since tizen 7.5] X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F60%2F288460%2F1;p=test%2Ftct%2Fweb%2Fapi.git [common][sound][TWDAPI-288 getActivatedDeviceList deprecated since tizen 7.5] changes: 1.getActivatedDeviceList api deprecated 2.attribute SoundDeviceInfo:isActivated rename to SoundDeviceInfo:isRunning Change-Id: I2c21714e69b7d0f165d2ad2d9ce9668d3c34e52d Signed-off-by: tangkaiyuan --- diff --git a/common/tct-sound-tizen-tests/sound/SoundDeviceInfo_isActivated_attribute.html b/common/tct-sound-tizen-tests/sound/SoundDeviceInfo_isActivated_attribute.html deleted file mode 100755 index 26c88994d..000000000 --- a/common/tct-sound-tizen-tests/sound/SoundDeviceInfo_isActivated_attribute.html +++ /dev/null @@ -1,44 +0,0 @@ - - - - -SoundDeviceInfo_isActivated_attribute - - - - -
- - - \ No newline at end of file diff --git a/common/tct-sound-tizen-tests/sound/SoundDeviceInfo_isRunning_attribute.html b/common/tct-sound-tizen-tests/sound/SoundDeviceInfo_isRunning_attribute.html new file mode 100755 index 000000000..62d7bf933 --- /dev/null +++ b/common/tct-sound-tizen-tests/sound/SoundDeviceInfo_isRunning_attribute.html @@ -0,0 +1,44 @@ + + + + +SoundDeviceInfo_isRunning_attribute + + + + +
+ + + \ No newline at end of file diff --git a/common/tct-sound-tizen-tests/sound/SoundDeviceStateChangeCallback_onChanged.html b/common/tct-sound-tizen-tests/sound/SoundDeviceStateChangeCallback_onChanged.html index 5e4cca539..6f501867e 100755 --- a/common/tct-sound-tizen-tests/sound/SoundDeviceStateChangeCallback_onChanged.html +++ b/common/tct-sound-tizen-tests/sound/SoundDeviceStateChangeCallback_onChanged.html @@ -48,7 +48,7 @@ t.step(function () { assert_type(info.device, "string", "addDeviceConnectionChangeListener returns wrong type"); assert_type(info.direction, "string", "addDeviceConnectionChangeListener returns wrong type"); assert_type(info.isConnected, "boolean", "addDeviceConnectionChangeListener returns wrong type"); - assert_type(info.isActivated, "boolean", "addDeviceConnectionChangeListener returns wrong type"); + assert_type(info.isRunning, "boolean", "addDeviceConnectionChangeListener returns wrong type"); t.done(); }); diff --git a/common/tct-sound-tizen-tests/sound/SoundManager_getActivatedDeviceList.html b/common/tct-sound-tizen-tests/sound/SoundManager_getActivatedDeviceList.html deleted file mode 100755 index 9492e4ef0..000000000 --- a/common/tct-sound-tizen-tests/sound/SoundManager_getActivatedDeviceList.html +++ /dev/null @@ -1,45 +0,0 @@ - - - - -SoundManager_getActivatedDeviceList - - - - -
- - - diff --git a/common/tct-sound-tizen-tests/sound/SoundManager_getActivatedDeviceList_exist.html b/common/tct-sound-tizen-tests/sound/SoundManager_getActivatedDeviceList_exist.html deleted file mode 100755 index b084f5cf3..000000000 --- a/common/tct-sound-tizen-tests/sound/SoundManager_getActivatedDeviceList_exist.html +++ /dev/null @@ -1,44 +0,0 @@ - - - - -SoundManager_getActivatedDeviceList_exist - - - - -
- - - \ No newline at end of file diff --git a/common/tct-sound-tizen-tests/sound/SoundManager_getActivatedDeviceList_extra_argument.html b/common/tct-sound-tizen-tests/sound/SoundManager_getActivatedDeviceList_extra_argument.html deleted file mode 100755 index 360bbb8c2..000000000 --- a/common/tct-sound-tizen-tests/sound/SoundManager_getActivatedDeviceList_extra_argument.html +++ /dev/null @@ -1,42 +0,0 @@ - - - - -SoundManager_getActivatedDeviceList_extra_argument - - - -
- - - \ No newline at end of file diff --git a/common/tct-sound-tizen-tests/tests.full.xml b/common/tct-sound-tizen-tests/tests.full.xml index ac447f893..9b776e4c3 100755 --- a/common/tct-sound-tizen-tests/tests.full.xml +++ b/common/tct-sound-tizen-tests/tests.full.xml @@ -531,7 +531,7 @@ - /opt/tct-sound-tizen-tests/sound/SoundDeviceInfo_isActivated_attribute.html + /opt/tct-sound-tizen-tests/sound/SoundDeviceInfo_isRunning_attribute.html @@ -644,49 +644,6 @@ - - - Before Click run, make sure earphone is plugged in and music is played - - - Plug in earphone and play music - Pass - - - /opt/tct-sound-tizen-tests/sound/SoundManager_getActivatedDeviceList.html - - - - - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/sound.html - TBD - - - - - - /opt/tct-sound-tizen-tests/sound/SoundManager_getActivatedDeviceList_exist.html - - - - - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/sound.html - TBD - - - - - - /opt/tct-sound-tizen-tests/sound/SoundManager_getActivatedDeviceList_extra_argument.html - - - - - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/sound.html - TBD - - - Before Click run, remove the earphone from target. After Click run, make sure earphone is plugged in @@ -1292,7 +1249,7 @@ - /opt/tct-sound-tizen-tests/sound/SoundDeviceInfo_isActivated_attribute.html + /opt/tct-sound-tizen-tests/sound/SoundDeviceInfo_isRunning_attribute.html @@ -1405,49 +1362,6 @@ - - - Before Click run, bluetooth headset should be not connected with target. After Click run, make sure bluetooth headset connection with target - - - Before turn off the alert, play music - Pass - - - /opt/tct-sound-tizen-tests/sound/SoundManager_getActivatedDeviceList.html - - - - - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/sound.html - TBD - - - - - - /opt/tct-sound-tizen-tests/sound/SoundManager_getActivatedDeviceList_exist.html - - - - - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/sound.html - TBD - - - - - - /opt/tct-sound-tizen-tests/sound/SoundManager_getActivatedDeviceList_extra_argument.html - - - - - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/sound.html - TBD - - - Before Click run, remove the earphone from target. After Click run, make sure earphone is plugged in @@ -2034,7 +1948,7 @@ - /opt/tct-sound-tizen-tests/sound/SoundDeviceInfo_isActivated_attribute.html + /opt/tct-sound-tizen-tests/sound/SoundDeviceInfo_isRunning_attribute.html @@ -2128,49 +2042,6 @@ - - - Before Click run, bluetooth headset should be not connected with target. After Click run, make sure bluetooth headset connection with target - - - Before turn off the alert, play music - Pass - - - /opt/tct-sound-tizen-tests/sound/SoundManager_getActivatedDeviceList.html - - - - - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/sound.html - TBD - - - - - - /opt/tct-sound-tizen-tests/sound/SoundManager_getActivatedDeviceList_exist.html - - - - - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/sound.html - TBD - - - - - - /opt/tct-sound-tizen-tests/sound/SoundManager_getActivatedDeviceList_extra_argument.html - - - - - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/sound.html - TBD - - - /opt/tct-sound-tizen-tests/sound/SoundManager_getConnectedDeviceList_exist.html @@ -2819,7 +2690,7 @@ - /opt/tct-sound-tizen-tests/sound/SoundDeviceInfo_isActivated_attribute.html + /opt/tct-sound-tizen-tests/sound/SoundDeviceInfo_isRunning_attribute.html @@ -2932,49 +2803,6 @@ - - - Before Click run, make sure earphone is plugged in and music is played - - - Plug in earphone and play music - Pass - - - /opt/tct-sound-tizen-tests/sound/SoundManager_getActivatedDeviceList.html - - - - - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/sound.html - TBD - - - - - - /opt/tct-sound-tizen-tests/sound/SoundManager_getActivatedDeviceList_exist.html - - - - - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/sound.html - TBD - - - - - - /opt/tct-sound-tizen-tests/sound/SoundManager_getActivatedDeviceList_extra_argument.html - - - - - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/sound.html - TBD - - - Before Click run, remove the earphone from target. After Click run, make sure earphone is plugged in diff --git a/common/tct-sound-tizen-tests/tests.xml b/common/tct-sound-tizen-tests/tests.xml index 5f7eae81d..0fae5094f 100755 --- a/common/tct-sound-tizen-tests/tests.xml +++ b/common/tct-sound-tizen-tests/tests.xml @@ -230,7 +230,7 @@ - /opt/tct-sound-tizen-tests/sound/SoundDeviceInfo_isActivated_attribute.html + /opt/tct-sound-tizen-tests/sound/SoundDeviceInfo_isRunning_attribute.html @@ -280,21 +280,6 @@ /opt/tct-sound-tizen-tests/sound/SoundManager_addDeviceStateChangeListener_misarg.html - - - /opt/tct-sound-tizen-tests/sound/SoundManager_getActivatedDeviceList.html - - - - - /opt/tct-sound-tizen-tests/sound/SoundManager_getActivatedDeviceList_exist.html - - - - - /opt/tct-sound-tizen-tests/sound/SoundManager_getActivatedDeviceList_extra_argument.html - - Before Click run, remove the earphone from target. After Click run, make sure earphone is plugged in @@ -564,7 +549,7 @@ - /opt/tct-sound-tizen-tests/sound/SoundDeviceInfo_isActivated_attribute.html + /opt/tct-sound-tizen-tests/sound/SoundDeviceInfo_isRunning_attribute.html @@ -614,21 +599,6 @@ /opt/tct-sound-tizen-tests/sound/SoundManager_addDeviceStateChangeListener_misarg.html - - - /opt/tct-sound-tizen-tests/sound/SoundManager_getActivatedDeviceList.html - - - - - /opt/tct-sound-tizen-tests/sound/SoundManager_getActivatedDeviceList_exist.html - - - - - /opt/tct-sound-tizen-tests/sound/SoundManager_getActivatedDeviceList_extra_argument.html - - Before Click run, remove the earphone from target. After Click run, make sure earphone is plugged in @@ -886,7 +856,7 @@ - /opt/tct-sound-tizen-tests/sound/SoundDeviceInfo_isActivated_attribute.html + /opt/tct-sound-tizen-tests/sound/SoundDeviceInfo_isRunning_attribute.html @@ -924,21 +894,6 @@ /opt/tct-sound-tizen-tests/sound/SoundManager_addDeviceStateChangeListener_misarg.html - - - /opt/tct-sound-tizen-tests/sound/SoundManager_getActivatedDeviceList.html - - - - - /opt/tct-sound-tizen-tests/sound/SoundManager_getActivatedDeviceList_exist.html - - - - - /opt/tct-sound-tizen-tests/sound/SoundManager_getActivatedDeviceList_extra_argument.html - - /opt/tct-sound-tizen-tests/sound/SoundManager_getConnectedDeviceList_exist.html @@ -1237,7 +1192,7 @@ - /opt/tct-sound-tizen-tests/sound/SoundDeviceInfo_isActivated_attribute.html + /opt/tct-sound-tizen-tests/sound/SoundDeviceInfo_isRunning_attribute.html @@ -1287,21 +1242,6 @@ /opt/tct-sound-tizen-tests/sound/SoundManager_addDeviceStateChangeListener_misarg.html - - - /opt/tct-sound-tizen-tests/sound/SoundManager_getActivatedDeviceList.html - - - - - /opt/tct-sound-tizen-tests/sound/SoundManager_getActivatedDeviceList_exist.html - - - - - /opt/tct-sound-tizen-tests/sound/SoundManager_getActivatedDeviceList_extra_argument.html - - Before Click run, remove the earphone from target. After Click run, make sure earphone is plugged in diff --git a/iot/tct-deprecatedapi-tizen-tests/deprecatedapi/SoundManager_getActivatedDeviceList.html b/iot/tct-deprecatedapi-tizen-tests/deprecatedapi/SoundManager_getActivatedDeviceList.html new file mode 100755 index 000000000..9492e4ef0 --- /dev/null +++ b/iot/tct-deprecatedapi-tizen-tests/deprecatedapi/SoundManager_getActivatedDeviceList.html @@ -0,0 +1,45 @@ + + + + +SoundManager_getActivatedDeviceList + + + + +
+ + + diff --git a/iot/tct-deprecatedapi-tizen-tests/deprecatedapi/SoundManager_getActivatedDeviceList_exist.html b/iot/tct-deprecatedapi-tizen-tests/deprecatedapi/SoundManager_getActivatedDeviceList_exist.html new file mode 100755 index 000000000..b084f5cf3 --- /dev/null +++ b/iot/tct-deprecatedapi-tizen-tests/deprecatedapi/SoundManager_getActivatedDeviceList_exist.html @@ -0,0 +1,44 @@ + + + + +SoundManager_getActivatedDeviceList_exist + + + + +
+ + + \ No newline at end of file diff --git a/iot/tct-deprecatedapi-tizen-tests/deprecatedapi/SoundManager_getActivatedDeviceList_extra_argument.html b/iot/tct-deprecatedapi-tizen-tests/deprecatedapi/SoundManager_getActivatedDeviceList_extra_argument.html new file mode 100755 index 000000000..360bbb8c2 --- /dev/null +++ b/iot/tct-deprecatedapi-tizen-tests/deprecatedapi/SoundManager_getActivatedDeviceList_extra_argument.html @@ -0,0 +1,42 @@ + + + + +SoundManager_getActivatedDeviceList_extra_argument + + + +
+ + + \ No newline at end of file diff --git a/iot/tct-deprecatedapi-tizen-tests/tests.full.xml b/iot/tct-deprecatedapi-tizen-tests/tests.full.xml index 695590253..aa4c2227b 100755 --- a/iot/tct-deprecatedapi-tizen-tests/tests.full.xml +++ b/iot/tct-deprecatedapi-tizen-tests/tests.full.xml @@ -6825,5 +6825,43 @@
+ + + + /opt/tct-deprecatedapi-tizen-tests/deprecatedapi/SoundManager_getActivatedDeviceList.html + + + + + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/sound.html + TBD + + + + + + /opt/tct-deprecatedapi-tizen-tests/deprecatedapi/SoundManager_getActivatedDeviceList_exist.html + + + + + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/sound.html + TBD + + + + + + /opt/tct-deprecatedapi-tizen-tests/deprecatedapi/SoundManager_getActivatedDeviceList_extra_argument.html + + + + + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/sound.html + TBD + + + + diff --git a/iot/tct-deprecatedapi-tizen-tests/tests.xml b/iot/tct-deprecatedapi-tizen-tests/tests.xml index cc38610ec..deed162ea 100755 --- a/iot/tct-deprecatedapi-tizen-tests/tests.xml +++ b/iot/tct-deprecatedapi-tizen-tests/tests.xml @@ -2936,5 +2936,22 @@ + + + + /opt/tct-deprecatedapi-tizen-tests/deprecatedapi/SoundManager_getActivatedDeviceList.html + + + + + /opt/tct-deprecatedapi-tizen-tests/deprecatedapi/SoundManager_getActivatedDeviceList_exist.html + + + + + /opt/tct-deprecatedapi-tizen-tests/deprecatedapi/SoundManager_getActivatedDeviceList_extra_argument.html + + + diff --git a/mobile/tct-deprecatedapi-tizen-tests/deprecatedapi/SoundManager_getActivatedDeviceList.html b/mobile/tct-deprecatedapi-tizen-tests/deprecatedapi/SoundManager_getActivatedDeviceList.html new file mode 100755 index 000000000..9492e4ef0 --- /dev/null +++ b/mobile/tct-deprecatedapi-tizen-tests/deprecatedapi/SoundManager_getActivatedDeviceList.html @@ -0,0 +1,45 @@ + + + + +SoundManager_getActivatedDeviceList + + + + +
+ + + diff --git a/mobile/tct-deprecatedapi-tizen-tests/deprecatedapi/SoundManager_getActivatedDeviceList_exist.html b/mobile/tct-deprecatedapi-tizen-tests/deprecatedapi/SoundManager_getActivatedDeviceList_exist.html new file mode 100755 index 000000000..b084f5cf3 --- /dev/null +++ b/mobile/tct-deprecatedapi-tizen-tests/deprecatedapi/SoundManager_getActivatedDeviceList_exist.html @@ -0,0 +1,44 @@ + + + + +SoundManager_getActivatedDeviceList_exist + + + + +
+ + + \ No newline at end of file diff --git a/mobile/tct-deprecatedapi-tizen-tests/deprecatedapi/SoundManager_getActivatedDeviceList_extra_argument.html b/mobile/tct-deprecatedapi-tizen-tests/deprecatedapi/SoundManager_getActivatedDeviceList_extra_argument.html new file mode 100755 index 000000000..360bbb8c2 --- /dev/null +++ b/mobile/tct-deprecatedapi-tizen-tests/deprecatedapi/SoundManager_getActivatedDeviceList_extra_argument.html @@ -0,0 +1,42 @@ + + + + +SoundManager_getActivatedDeviceList_extra_argument + + + +
+ + + \ No newline at end of file diff --git a/mobile/tct-deprecatedapi-tizen-tests/tests.full.xml b/mobile/tct-deprecatedapi-tizen-tests/tests.full.xml index 695590253..aa4c2227b 100755 --- a/mobile/tct-deprecatedapi-tizen-tests/tests.full.xml +++ b/mobile/tct-deprecatedapi-tizen-tests/tests.full.xml @@ -6825,5 +6825,43 @@ + + + + /opt/tct-deprecatedapi-tizen-tests/deprecatedapi/SoundManager_getActivatedDeviceList.html + + + + + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/sound.html + TBD + + + + + + /opt/tct-deprecatedapi-tizen-tests/deprecatedapi/SoundManager_getActivatedDeviceList_exist.html + + + + + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/sound.html + TBD + + + + + + /opt/tct-deprecatedapi-tizen-tests/deprecatedapi/SoundManager_getActivatedDeviceList_extra_argument.html + + + + + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/sound.html + TBD + + + + diff --git a/mobile/tct-deprecatedapi-tizen-tests/tests.xml b/mobile/tct-deprecatedapi-tizen-tests/tests.xml index cc38610ec..deed162ea 100755 --- a/mobile/tct-deprecatedapi-tizen-tests/tests.xml +++ b/mobile/tct-deprecatedapi-tizen-tests/tests.xml @@ -2936,5 +2936,22 @@ + + + + /opt/tct-deprecatedapi-tizen-tests/deprecatedapi/SoundManager_getActivatedDeviceList.html + + + + + /opt/tct-deprecatedapi-tizen-tests/deprecatedapi/SoundManager_getActivatedDeviceList_exist.html + + + + + /opt/tct-deprecatedapi-tizen-tests/deprecatedapi/SoundManager_getActivatedDeviceList_extra_argument.html + + + diff --git a/wearable/tct-deprecatedapi-tizen-tests/deprecatedapi/SoundManager_getActivatedDeviceList.html b/wearable/tct-deprecatedapi-tizen-tests/deprecatedapi/SoundManager_getActivatedDeviceList.html new file mode 100755 index 000000000..9492e4ef0 --- /dev/null +++ b/wearable/tct-deprecatedapi-tizen-tests/deprecatedapi/SoundManager_getActivatedDeviceList.html @@ -0,0 +1,45 @@ + + + + +SoundManager_getActivatedDeviceList + + + + +
+ + + diff --git a/wearable/tct-deprecatedapi-tizen-tests/deprecatedapi/SoundManager_getActivatedDeviceList_exist.html b/wearable/tct-deprecatedapi-tizen-tests/deprecatedapi/SoundManager_getActivatedDeviceList_exist.html new file mode 100755 index 000000000..b084f5cf3 --- /dev/null +++ b/wearable/tct-deprecatedapi-tizen-tests/deprecatedapi/SoundManager_getActivatedDeviceList_exist.html @@ -0,0 +1,44 @@ + + + + +SoundManager_getActivatedDeviceList_exist + + + + +
+ + + \ No newline at end of file diff --git a/wearable/tct-deprecatedapi-tizen-tests/deprecatedapi/SoundManager_getActivatedDeviceList_extra_argument.html b/wearable/tct-deprecatedapi-tizen-tests/deprecatedapi/SoundManager_getActivatedDeviceList_extra_argument.html new file mode 100755 index 000000000..360bbb8c2 --- /dev/null +++ b/wearable/tct-deprecatedapi-tizen-tests/deprecatedapi/SoundManager_getActivatedDeviceList_extra_argument.html @@ -0,0 +1,42 @@ + + + + +SoundManager_getActivatedDeviceList_extra_argument + + + +
+ + + \ No newline at end of file diff --git a/wearable/tct-deprecatedapi-tizen-tests/tests.full.xml b/wearable/tct-deprecatedapi-tizen-tests/tests.full.xml index dc8442344..26c8256b2 100755 --- a/wearable/tct-deprecatedapi-tizen-tests/tests.full.xml +++ b/wearable/tct-deprecatedapi-tizen-tests/tests.full.xml @@ -6825,5 +6825,43 @@ + + + + /opt/tct-deprecatedapi-tizen-tests/deprecatedapi/SoundManager_getActivatedDeviceList.html + + + + + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/sound.html + TBD + + + + + + /opt/tct-deprecatedapi-tizen-tests/deprecatedapi/SoundManager_getActivatedDeviceList_exist.html + + + + + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/sound.html + TBD + + + + + + /opt/tct-deprecatedapi-tizen-tests/deprecatedapi/SoundManager_getActivatedDeviceList_extra_argument.html + + + + + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/sound.html + TBD + + + + diff --git a/wearable/tct-deprecatedapi-tizen-tests/tests.xml b/wearable/tct-deprecatedapi-tizen-tests/tests.xml index c8201df1f..f3ee245f4 100755 --- a/wearable/tct-deprecatedapi-tizen-tests/tests.xml +++ b/wearable/tct-deprecatedapi-tizen-tests/tests.xml @@ -2936,5 +2936,22 @@ + + + + /opt/tct-deprecatedapi-tizen-tests/deprecatedapi/SoundManager_getActivatedDeviceList.html + + + + + /opt/tct-deprecatedapi-tizen-tests/deprecatedapi/SoundManager_getActivatedDeviceList_exist.html + + + + + /opt/tct-deprecatedapi-tizen-tests/deprecatedapi/SoundManager_getActivatedDeviceList_extra_argument.html + + +