From: j-h.choi Date: Fri, 31 May 2013 08:26:36 +0000 (+0900) Subject: Behavior Test Update X-Git-Tag: 2.2.1_release~309 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a73ba3223bb4c2ea47ed86868ff2e75a19cf597d;p=test%2Ftct%2Fweb%2Fbehavior.git Behavior Test Update --- diff --git a/tests/Application/js/main.js b/tests/Application/js/main.js index 89fdc11..5723818 100644 --- a/tests/Application/js/main.js +++ b/tests/Application/js/main.js @@ -177,7 +177,7 @@ function setAppControlImage(url, mime, name) { function setAppControlAudio(url, mime, name) { var appControl = new tizen.ApplicationControl( "http://tizen.org/appcontrol/operation/view", - url, + sharedDir+"/data/"+name, mime); var appControlReplyCB = { onsuccess: function(data) { @@ -203,7 +203,7 @@ function setAppControlAudio(url, mime, name) { function setAppControlVideo(url, mime, name) { var appControl = new tizen.ApplicationControl( "http://tizen.org/appcontrol/operation/view", - url, + sharedDir+"/data/"+name, mime); var appControlReplyCB = { onsuccess: function(data) { @@ -288,6 +288,7 @@ function applicationPre() { for (var i = 0; i < files.length; i++) { sharedDir = tizen.application.getAppSharedURI(); + sharedDir = sharedDir.replace("file:///", "/"); documentsDir.copyTo( files[i].fullPath, sharedDir+"/data/"+files[i].name, diff --git a/tests/Application/res/audio.aac b/tests/Application/res/audio.aac index e69de29..dea42a8 100644 Binary files a/tests/Application/res/audio.aac and b/tests/Application/res/audio.aac differ diff --git a/tests/Application/res/audio.amr b/tests/Application/res/audio.amr index e69de29..81093ff 100644 Binary files a/tests/Application/res/audio.amr and b/tests/Application/res/audio.amr differ diff --git a/tests/Application/res/audio.mp3 b/tests/Application/res/audio.mp3 index e69de29..2b62d4c 100644 Binary files a/tests/Application/res/audio.mp3 and b/tests/Application/res/audio.mp3 differ diff --git a/tests/Application/res/audio.wav b/tests/Application/res/audio.wav index e69de29..f336ec8 100644 Binary files a/tests/Application/res/audio.wav and b/tests/Application/res/audio.wav differ diff --git a/tests/Application/res/iconA.png b/tests/Application/res/iconA.png index 394dfa3..93674e1 100644 Binary files a/tests/Application/res/iconA.png and b/tests/Application/res/iconA.png differ diff --git a/tests/Application/res/iconV.png b/tests/Application/res/iconV.png index a809e1e..125c1ce 100644 Binary files a/tests/Application/res/iconV.png and b/tests/Application/res/iconV.png differ diff --git a/tests/Application/res/video.3gp b/tests/Application/res/video.3gp index e69de29..0e98843 100644 Binary files a/tests/Application/res/video.3gp and b/tests/Application/res/video.3gp differ diff --git a/tests/Application/res/video.mp4 b/tests/Application/res/video.mp4 index e69de29..4bd6d59 100644 Binary files a/tests/Application/res/video.mp4 and b/tests/Application/res/video.mp4 differ diff --git a/tests/NFC/NFC.html b/tests/NFC/NFC.html index 7cae917..774ffee 100644 --- a/tests/NFC/NFC.html +++ b/tests/NFC/NFC.html @@ -62,4 +62,4 @@ Authors: - + \ No newline at end of file diff --git a/tests/Push/Push.html b/tests/Push/Push.html index ef886fc..62954e9 100755 --- a/tests/Push/Push.html +++ b/tests/Push/Push.html @@ -75,4 +75,4 @@ Authors: - + \ No newline at end of file