[common][tct-sound-tizen-tests][integrate TC to 1 case] 05/114305/2
authorzhangwei <wei625.zhang@samsung.com>
Mon, 13 Feb 2017 10:07:00 +0000 (18:07 +0800)
committerzhangwei <wei625.zhang@samsung.com>
Mon, 13 Feb 2017 10:07:11 +0000 (18:07 +0800)
Change-Id: I7aff5d2ab3bf513d1bf5da811a7f5684b1097e04
Signed-off-by: zhangwei <wei625.zhang@samsung.com>
common/tct-sound-tizen-tests/sound/SoundManager_getActivatedDeviceList.html [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 27bf0b2..70338eb
@@ -43,9 +43,10 @@ var t = async_test(document.title, {timeout: 5000}), changeCallback, retValue =
 
 t.step(function () {
     changeCallback = t.step_func(function (info) {
+        alert("Play music and turn off this alert");
         retValue = tizen.sound.getActivatedDeviceList();
         assert_type(retValue, "array", "method should return array type");
-        assert_type(retValue[0], "object", "value should be object"); 
+        assert_type(retValue[0], "object", "value should be object");
         t.done();
     });