From: Mariusz Polasinski Date: Mon, 23 Sep 2013 14:44:50 +0000 (+0200) Subject: [Filesystem] clean up X-Git-Tag: 2.2.1_release~114^2~30 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5a911d9c81bf8037de63571ad0072d4ad3036ddb;p=test%2Ftct%2Fweb%2Fapi.git [Filesystem] clean up Change-Id: I2c1fba676fd43c040260f002833127afe1a3c6a1 --- diff --git a/tct-filesystem-tizen-tests/filesystem/FileArraySuccessCallback_notexist.html b/tct-filesystem-tizen-tests/filesystem/FileArraySuccessCallback_notexist.html index e92658b7c..78fd364c5 100644 --- a/tct-filesystem-tizen-tests/filesystem/FileArraySuccessCallback_notexist.html +++ b/tct-filesystem-tizen-tests/filesystem/FileArraySuccessCallback_notexist.html @@ -36,6 +36,7 @@ Authors: test(function () { check_no_interface_object("FileArraySuccessCallback"); }, "FileArraySuccessCallback_notexist"); + diff --git a/tct-filesystem-tizen-tests/filesystem/FileArraySuccessCallback_onsuccess.html b/tct-filesystem-tizen-tests/filesystem/FileArraySuccessCallback_onsuccess.html index c1aaf0193..11839a670 100644 --- a/tct-filesystem-tizen-tests/filesystem/FileArraySuccessCallback_onsuccess.html +++ b/tct-filesystem-tizen-tests/filesystem/FileArraySuccessCallback_onsuccess.html @@ -17,8 +17,8 @@ See the License for the specific language governing permissions and limitations under the License. Authors: - Beata Koziarek - Mariusz Polasinski + Beata Koziarek + Mariusz Polasinski --> diff --git a/tct-filesystem-tizen-tests/filesystem/FileStreamSuccessCallback_notexist.html b/tct-filesystem-tizen-tests/filesystem/FileStreamSuccessCallback_notexist.html index 1dd441ba6..561e2ed05 100644 --- a/tct-filesystem-tizen-tests/filesystem/FileStreamSuccessCallback_notexist.html +++ b/tct-filesystem-tizen-tests/filesystem/FileStreamSuccessCallback_notexist.html @@ -36,6 +36,7 @@ Authors: test(function () { check_no_interface_object("FileStreamSuccessCallback"); }, "FileStreamSuccessCallback_notexist"); + diff --git a/tct-filesystem-tizen-tests/filesystem/FileStreamSuccessCallback_onsuccess.html b/tct-filesystem-tizen-tests/filesystem/FileStreamSuccessCallback_onsuccess.html index d2a9952bd..444387492 100644 --- a/tct-filesystem-tizen-tests/filesystem/FileStreamSuccessCallback_onsuccess.html +++ b/tct-filesystem-tizen-tests/filesystem/FileStreamSuccessCallback_onsuccess.html @@ -16,8 +16,8 @@ See the License for the specific language governing permissions and limitations under the License. Authors: - Beata Koziarek - Mariusz Polasinski + Beata Koziarek + Mariusz Polasinski --> @@ -62,6 +62,7 @@ t.step(function () { } ); }); + diff --git a/tct-filesystem-tizen-tests/filesystem/FileStream_bytesAvailable_attribute.html b/tct-filesystem-tizen-tests/filesystem/FileStream_bytesAvailable_attribute.html index 6e2e04a36..a9c827514 100644 --- a/tct-filesystem-tizen-tests/filesystem/FileStream_bytesAvailable_attribute.html +++ b/tct-filesystem-tizen-tests/filesystem/FileStream_bytesAvailable_attribute.html @@ -31,7 +31,7 @@ Authors: --> - + FileStream_bytesAvailable_attribute @@ -79,6 +79,7 @@ t.step(function () { } ); }); + diff --git a/tct-filesystem-tizen-tests/filesystem/FileStream_close.html b/tct-filesystem-tizen-tests/filesystem/FileStream_close.html index 9e33d8d60..2587b59c9 100644 --- a/tct-filesystem-tizen-tests/filesystem/FileStream_close.html +++ b/tct-filesystem-tizen-tests/filesystem/FileStream_close.html @@ -32,7 +32,7 @@ Authors: --> - + FileStream_close @@ -82,6 +82,7 @@ t.step(function () { } ); }); + diff --git a/tct-filesystem-tizen-tests/filesystem/FileStream_close_exist.html b/tct-filesystem-tizen-tests/filesystem/FileStream_close_exist.html index a5d2518a2..a5d95ac15 100644 --- a/tct-filesystem-tizen-tests/filesystem/FileStream_close_exist.html +++ b/tct-filesystem-tizen-tests/filesystem/FileStream_close_exist.html @@ -31,9 +31,9 @@ Authors: --> - + -filesystem_FileStream_close_exist +FileStream_close_exist @@ -52,7 +52,7 @@ var t = async_test("FileStream_close_exist"), fsTestFileName = getFileName("existFile04.txt"), resolveSuccess, resolveError, openStreamSuccess, openStreamError, file; -t.step(function(){ +t.step(function (){ openStreamSuccess = t.step_func(function (fs) { assert_true("close" in fs, "No close method in FileStream"); @@ -78,6 +78,7 @@ t.step(function(){ } ); }); + diff --git a/tct-filesystem-tizen-tests/filesystem/FileStream_close_extra_argument.html b/tct-filesystem-tizen-tests/filesystem/FileStream_close_extra_argument.html index b9d39e0c4..caee5c931 100644 --- a/tct-filesystem-tizen-tests/filesystem/FileStream_close_extra_argument.html +++ b/tct-filesystem-tizen-tests/filesystem/FileStream_close_extra_argument.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Beata Koziarek + Beata Koziarek --> - + FileStream_close_extra_argument @@ -33,7 +33,7 @@ Authors: //==== TEST: FileStream_close_extra_argument //==== LABEL Check if method close of FileStream accepts extra argument //==== SPEC Tizen Web API:IO:Filesystem:FileStream:close M -//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MNAEX var t = async_test("FileStream_close_extra_argument"), @@ -62,6 +62,7 @@ t.step(function () { } ); }); + diff --git a/tct-filesystem-tizen-tests/filesystem/FileStream_eof_attribute.html b/tct-filesystem-tizen-tests/filesystem/FileStream_eof_attribute.html index f3fefa146..69a095c65 100644 --- a/tct-filesystem-tizen-tests/filesystem/FileStream_eof_attribute.html +++ b/tct-filesystem-tizen-tests/filesystem/FileStream_eof_attribute.html @@ -31,7 +31,7 @@ Authors: --> - + FileStream_eof_attribute @@ -45,7 +45,7 @@ Authors: //==== PRIORITY P1 //==== LABEL Check attribute eof in FileStream //==== SPEC Tizen Web API:IO:Filesystem:FileStream:eof A -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA AE ARO AT var t = async_test("FileStream_eof_attribute"), fsTestFileName = getFileName("existFile02.txt"), diff --git a/tct-filesystem-tizen-tests/filesystem/FileStream_extend.html b/tct-filesystem-tizen-tests/filesystem/FileStream_extend.html index 474a9e992..ebd8a9394 100644 --- a/tct-filesystem-tizen-tests/filesystem/FileStream_extend.html +++ b/tct-filesystem-tizen-tests/filesystem/FileStream_extend.html @@ -16,12 +16,12 @@ See the License for the specific language governing permissions and limitations under the License. Authors: - Beata Koziarek + Beata Koziarek --> -FileSteram_extend +FileStream_extend @@ -38,7 +38,7 @@ var t = async_test("FileStream_extend"), fsTestFileName = getFileName("closeFile.txt"), resolveSuccess, resolveError, openStreamSuccess, openStreamError, file; -t.step(function(){ +t.step(function (){ openStreamSuccess = t.step_func(function (fs) { check_extensibility(fs); fs.close(); @@ -62,6 +62,7 @@ t.step(function(){ } ); }); + diff --git a/tct-filesystem-tizen-tests/filesystem/FileStream_notexist.html b/tct-filesystem-tizen-tests/filesystem/FileStream_notexist.html index c811d0cb0..3fb68b1a7 100644 --- a/tct-filesystem-tizen-tests/filesystem/FileStream_notexist.html +++ b/tct-filesystem-tizen-tests/filesystem/FileStream_notexist.html @@ -36,6 +36,7 @@ Authors: test(function () { check_no_interface_object("FileStream"); }, "FileStream_notexist"); + diff --git a/tct-filesystem-tizen-tests/filesystem/FileStream_position_attribute.html b/tct-filesystem-tizen-tests/filesystem/FileStream_position_attribute.html index 175098cc5..78afd3359 100644 --- a/tct-filesystem-tizen-tests/filesystem/FileStream_position_attribute.html +++ b/tct-filesystem-tizen-tests/filesystem/FileStream_position_attribute.html @@ -32,7 +32,7 @@ Authors: --> - + FileStream_position_attribute @@ -82,6 +82,7 @@ t.step(function () { } ); }); + diff --git a/tct-filesystem-tizen-tests/filesystem/FileStream_read.html b/tct-filesystem-tizen-tests/filesystem/FileStream_read.html index 4055d3318..898970669 100644 --- a/tct-filesystem-tizen-tests/filesystem/FileStream_read.html +++ b/tct-filesystem-tizen-tests/filesystem/FileStream_read.html @@ -33,7 +33,7 @@ Authors: - filesystem test - FileStream read +FileStream_read @@ -52,7 +52,7 @@ var t = async_test("FileStream_read"), resolveSuccess, resolveError, openStreamError, openStreamSuccess, openStreamReadSuccess, file, expected = "abcde", text; -t.step(function(){ +t.step(function (){ openStreamReadSuccess = t.step_func(function (fs) { text = fs.read(5); fs.close(); @@ -83,6 +83,7 @@ t.step(function(){ } ); }); + diff --git a/tct-filesystem-tizen-tests/filesystem/FileStream_readBase64.html b/tct-filesystem-tizen-tests/filesystem/FileStream_readBase64.html index 0417303d7..67866de6f 100644 --- a/tct-filesystem-tizen-tests/filesystem/FileStream_readBase64.html +++ b/tct-filesystem-tizen-tests/filesystem/FileStream_readBase64.html @@ -33,7 +33,7 @@ Authors: - filesystem test - FileStream readBase64 +FileStream_readBase64 @@ -52,7 +52,7 @@ var t = async_test("FileStream_readBase64"), resolveSuccess, resolveError, openStreamError, openStreamSuccess, openStreamReadSuccess, file, expected = "YWJjZGVmZw==", base64; -t.step(function(){ +t.step(function (){ openStreamReadSuccess = t.step_func(function (fs) { base64 = fs.readBase64(256); @@ -84,6 +84,7 @@ t.step(function(){ } ); }); + diff --git a/tct-filesystem-tizen-tests/filesystem/FileStream_readBase64_exist.html b/tct-filesystem-tizen-tests/filesystem/FileStream_readBase64_exist.html index 78555a89d..b0ae4f8b6 100644 --- a/tct-filesystem-tizen-tests/filesystem/FileStream_readBase64_exist.html +++ b/tct-filesystem-tizen-tests/filesystem/FileStream_readBase64_exist.html @@ -33,7 +33,7 @@ Authors: - filesystem test - FileStream readBase64 exist +FileStream_readBase64_exist @@ -51,7 +51,7 @@ var t = async_test("FileStream_readBase64_exist"), fsTestFileName = getFileName("existFile07.txt"), resolveSuccess, resolveError, openStreamSuccess, openStreamError, file; -t.step(function(){ +t.step(function (){ openStreamSuccess = t.step_func(function (fs) { assert_true("readBase64" in fs, "readBase64 is exist"); fs.close(); @@ -75,6 +75,7 @@ t.step(function(){ } ); }); + diff --git a/tct-filesystem-tizen-tests/filesystem/FileStream_readBase64_with_invalid_value.html b/tct-filesystem-tizen-tests/filesystem/FileStream_readBase64_with_invalid_value.html index 4b3af7d92..026156fcd 100644 --- a/tct-filesystem-tizen-tests/filesystem/FileStream_readBase64_with_invalid_value.html +++ b/tct-filesystem-tizen-tests/filesystem/FileStream_readBase64_with_invalid_value.html @@ -33,7 +33,7 @@ Authors: - filesystem test - FileStream readBase64 with invalid value +FileStream_readBase64_with_invalid_value @@ -45,13 +45,13 @@ Authors: //==== LABEL check if throw an exception when readBase64 from a file with invalid value. //==== PRIORITY P2 //==== SPEC Tizen Web API:IO:Filesystem:FileStream:readBase64 M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA var t = async_test("FileStream_readBase64_with_invalid_value"), fsTestFileName = getFileName("write04.txt"), resolveSuccess, resolveError, openStreamSuccess, openStreamError, - file, documentsDir, expected = "InvalidValuesError"; + file, expected = "InvalidValuesError"; t.step(function () { openStreamSuccess = t.step_func(function (fs) { @@ -79,6 +79,7 @@ t.step(function () { } ); }); + diff --git a/tct-filesystem-tizen-tests/filesystem/FileStream_readBase64_without_r_permission.html b/tct-filesystem-tizen-tests/filesystem/FileStream_readBase64_without_r_permission.html index e5e32a618..e1700bbc5 100644 --- a/tct-filesystem-tizen-tests/filesystem/FileStream_readBase64_without_r_permission.html +++ b/tct-filesystem-tizen-tests/filesystem/FileStream_readBase64_without_r_permission.html @@ -26,16 +26,12 @@ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Authors: - Kaiyu - -Revision history: -Date Author Description -08-08-2012 Kaiyu create -06-04-2013 Mariusz Polasinski amendments + Kaiyu + Mariusz Polasinski --> - + FileStream_readBase64_without_r_permission @@ -51,7 +47,7 @@ Date Author Description //==== LABEL check if throw an exception when read the specified number of bytes from a file without r permission and encoding the result in base64. //==== PRIORITY P2 //==== SPEC Tizen Web API:IO:Filesystem:FileStream:readBase64 M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA var t = async_test("FileStream_readBase64_without_r_permission"), testFile, @@ -85,6 +81,7 @@ t.step(function () { } ); }); + diff --git a/tct-filesystem-tizen-tests/filesystem/FileStream_readBase64_writeFile.html b/tct-filesystem-tizen-tests/filesystem/FileStream_readBase64_writeFile.html index 0e05c802c..4d2f1c9da 100644 --- a/tct-filesystem-tizen-tests/filesystem/FileStream_readBase64_writeFile.html +++ b/tct-filesystem-tizen-tests/filesystem/FileStream_readBase64_writeFile.html @@ -33,7 +33,7 @@ Authors: -check if create a new empty file and write content of the file and then read the content of the file as base64 +FileStream_readBase64_writeFile @@ -45,7 +45,7 @@ Authors: //==== LABEL check if create a new empty file and write content of the file and then read the content of the file as base64 //==== PRIORITY P3 //==== SPEC Tizen Web API:IO:Filesystem:FileStream:FileStream U -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA var t = async_test("FileStream_readBase64_writeFile"), @@ -53,7 +53,7 @@ var t = async_test("FileStream_readBase64_writeFile"), resolveSuccess, resolveError, openStreamError, openStreamSuccess, openStreamReadSuccess, file, expected = "YWJjZGVmZw==", base64; -t.step(function(){ +t.step(function (){ openStreamReadSuccess = t.step_func(function (fs) { base64 = fs.readBase64(256); fs.close(); @@ -85,6 +85,7 @@ t.step(function(){ } ); }); + diff --git a/tct-filesystem-tizen-tests/filesystem/FileStream_readBytes.html b/tct-filesystem-tizen-tests/filesystem/FileStream_readBytes.html index cdca2d910..88ecc88eb 100644 --- a/tct-filesystem-tizen-tests/filesystem/FileStream_readBytes.html +++ b/tct-filesystem-tizen-tests/filesystem/FileStream_readBytes.html @@ -34,7 +34,7 @@ Authors: - filesystem test - FileStream readBytes +FileStream_readBytes @@ -87,6 +87,7 @@ t.step(function () { } ); }); + diff --git a/tct-filesystem-tizen-tests/filesystem/FileStream_readBytes_exist.html b/tct-filesystem-tizen-tests/filesystem/FileStream_readBytes_exist.html index ffcee3f95..ae9278b73 100644 --- a/tct-filesystem-tizen-tests/filesystem/FileStream_readBytes_exist.html +++ b/tct-filesystem-tizen-tests/filesystem/FileStream_readBytes_exist.html @@ -33,7 +33,7 @@ Authors: - filesystem test - FileStream readBytes exist +FileStream_readBytes_exist @@ -51,7 +51,7 @@ var t = async_test("FileStream_readBytes_exist"), fsTestFileName = getFileName("existFile06.txt"), resolveSuccess, resolveError, openStreamSuccess, openStreamError, file; -t.step(function(){ +t.step(function (){ openStreamSuccess = t.step_func(function (fs) { assert_true("readBytes" in fs, "readBytes is exist"); fs.close(); @@ -75,6 +75,7 @@ t.step(function(){ } ); }); + diff --git a/tct-filesystem-tizen-tests/filesystem/FileStream_readBytes_with_invalid_value.html b/tct-filesystem-tizen-tests/filesystem/FileStream_readBytes_with_invalid_value.html index f367da2d2..0c5232f3e 100644 --- a/tct-filesystem-tizen-tests/filesystem/FileStream_readBytes_with_invalid_value.html +++ b/tct-filesystem-tizen-tests/filesystem/FileStream_readBytes_with_invalid_value.html @@ -34,7 +34,7 @@ Authors: - filesystem test - FileStream readBytes with invalid value +FileStream_readBytes_with_invalid_value @@ -46,7 +46,7 @@ Authors: //==== LABEL check if throw an exception when readBytes from a file with invalid value. //==== PRIORITY P2 //==== SPEC Tizen Web API:IO:Filesystem:FileStream:readBytes M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA var t = async_test("FileStream_readBytes_with_invalid_value"), @@ -80,6 +80,7 @@ t.step(function () { } ); }); + diff --git a/tct-filesystem-tizen-tests/filesystem/FileStream_readBytes_without_r_permission.html b/tct-filesystem-tizen-tests/filesystem/FileStream_readBytes_without_r_permission.html index 3276a1508..6a33a8d07 100644 --- a/tct-filesystem-tizen-tests/filesystem/FileStream_readBytes_without_r_permission.html +++ b/tct-filesystem-tizen-tests/filesystem/FileStream_readBytes_without_r_permission.html @@ -26,16 +26,12 @@ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Authors: - Kaiyu - -Revision history: -Date Author Description -08-08-2012 Kaiyu create -06-04-2013 Mariusz Polasinski amendments + Kaiyu + Mariusz Polasinski --> - + FileStream_readBytes_without_r_permission @@ -50,7 +46,7 @@ Date Author Description //==== LABEL check if throw an exception when read the specified number of bytes from a file without r permission. //==== PRIORITY P2 //==== SPEC Tizen Web API:IO:Filesystem:FileStream:readBytes M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA var t = async_test("FileStream_readBytes_without_r_permission"), testFile, @@ -84,6 +80,7 @@ t.step(function () { } ); }); + diff --git a/tct-filesystem-tizen-tests/filesystem/FileStream_readBytes_writeFile.html b/tct-filesystem-tizen-tests/filesystem/FileStream_readBytes_writeFile.html index dd8e47a52..954017a73 100644 --- a/tct-filesystem-tizen-tests/filesystem/FileStream_readBytes_writeFile.html +++ b/tct-filesystem-tizen-tests/filesystem/FileStream_readBytes_writeFile.html @@ -33,7 +33,7 @@ Authors: -check if create a new empty file and write content of the file and then read the content of the file as a byte array +FileStream_readBytes_writeFile @@ -45,7 +45,7 @@ Authors: //==== LABEL check if create a new empty file and write content of the file and then read the content of the file as a byte array //==== PRIORITY P3 //==== SPEC Tizen Web API:IO:Filesystem:FileStream:FileStream U -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA var t = async_test("FileStream_readBytes_writeFile"), @@ -53,7 +53,7 @@ var t = async_test("FileStream_readBytes_writeFile"), resolveSuccess, resolveError, openStreamError, openStreamSuccess, openStreamReadSuccess, file, expected = 7, bytes; -t.step(function(){ +t.step(function (){ openStreamReadSuccess = t.step_func(function (fs) { bytes = fs.readBytes(256); fs.close(); @@ -84,6 +84,7 @@ t.step(function(){ } ); }); + diff --git a/tct-filesystem-tizen-tests/filesystem/FileStream_read_exist.html b/tct-filesystem-tizen-tests/filesystem/FileStream_read_exist.html index 68f3cb936..30586db6e 100644 --- a/tct-filesystem-tizen-tests/filesystem/FileStream_read_exist.html +++ b/tct-filesystem-tizen-tests/filesystem/FileStream_read_exist.html @@ -33,7 +33,7 @@ Authors: - filesystem test - FileStream read exist +FileStream_read_exist @@ -51,7 +51,7 @@ var t = async_test("FileStream_read_exist"), fsTestFileName = getFileName("existFile05.txt"), resolveSuccess, resolveError, openStreamSuccess, openStreamError, file; -t.step(function(){ +t.step(function (){ openStreamSuccess = t.step_func(function (fs) { assert_true("read" in fs, "read is exist"); fs.close(); @@ -75,6 +75,7 @@ t.step(function(){ } ); }); + diff --git a/tct-filesystem-tizen-tests/filesystem/FileStream_read_with_invalid_value.html b/tct-filesystem-tizen-tests/filesystem/FileStream_read_with_invalid_value.html index 6a8f7d9c0..e574e5ba6 100644 --- a/tct-filesystem-tizen-tests/filesystem/FileStream_read_with_invalid_value.html +++ b/tct-filesystem-tizen-tests/filesystem/FileStream_read_with_invalid_value.html @@ -33,7 +33,7 @@ Authors: - filesystem test - FileStream read with invalid value +FileStream_read_with_invalid_value @@ -45,7 +45,7 @@ Authors: //==== LABEL check if throw an exception when read a file with invalid value. //==== PRIORITY P2 //==== SPEC Tizen Web API:IO:Filesystem:FileStream:read M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA var t = async_test("FileStream_read_with_invalid_value"), @@ -79,6 +79,7 @@ t.step(function () { } ); }); + diff --git a/tct-filesystem-tizen-tests/filesystem/FileStream_read_without_r_permission.html b/tct-filesystem-tizen-tests/filesystem/FileStream_read_without_r_permission.html index 3175dad5e..b5510f041 100644 --- a/tct-filesystem-tizen-tests/filesystem/FileStream_read_without_r_permission.html +++ b/tct-filesystem-tizen-tests/filesystem/FileStream_read_without_r_permission.html @@ -26,18 +26,14 @@ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Authors: - Kaiyu - -Revision history: -Date Author Description -08-08-2012 Kaiyu create - Beata Koziarek -06-04-2013 Mariusz Polasinski amendments + Kaiyu + Beata Koziarek + Mariusz Polasinski --> - + - filesystem test - FileStream read without r permission +FileStream_read_without_r_permission @@ -51,7 +47,7 @@ Date Author Description //==== LABEL check if throw an exception when read a file without r permission. //==== PRIORITY P2 //==== SPEC Tizen Web API:IO:Filesystem:FileStream:read M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA var t = async_test("FileStream_read_without_r_permission"), @@ -83,6 +79,7 @@ t.step(function () { } ); }); + diff --git a/tct-filesystem-tizen-tests/filesystem/FileStream_read_writeFile.html b/tct-filesystem-tizen-tests/filesystem/FileStream_read_writeFile.html index 81d49e0e3..041e6cc83 100644 --- a/tct-filesystem-tizen-tests/filesystem/FileStream_read_writeFile.html +++ b/tct-filesystem-tizen-tests/filesystem/FileStream_read_writeFile.html @@ -33,7 +33,7 @@ Authors: -check if create a new empty file and write content of the file and then read the content of the file +FileStream_read_writeFile @@ -45,7 +45,7 @@ Authors: //==== LABEL check if create a new empty file and write content of the file and then read the content of the file //==== PRIORITY P3 //==== SPEC Tizen Web API:IO:Filesystem:FileStream:FileStream U -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA var t = async_test("FileStream_read_writeFile"), @@ -53,7 +53,7 @@ var t = async_test("FileStream_read_writeFile"), openStreamRSuccess, file, expected = "test write method", text, fsTestFileName = getFileName("fileSystem-File05.txt"); -t.step(function(){ +t.step(function (){ openStreamRSuccess = t.step_func(function (fs) { text = fs.read(expected.length); fs.close(); @@ -84,6 +84,7 @@ t.step(function(){ } ); }); + diff --git a/tct-filesystem-tizen-tests/filesystem/FileStream_write.html b/tct-filesystem-tizen-tests/filesystem/FileStream_write.html index bbf70bf15..68e7c95a8 100644 --- a/tct-filesystem-tizen-tests/filesystem/FileStream_write.html +++ b/tct-filesystem-tizen-tests/filesystem/FileStream_write.html @@ -34,7 +34,7 @@ Authors: - FileStream_write +FileStream_write @@ -84,6 +84,7 @@ t.step(function () { } ); }); + diff --git a/tct-filesystem-tizen-tests/filesystem/FileStream_writeBase64.html b/tct-filesystem-tizen-tests/filesystem/FileStream_writeBase64.html index ec91a8b71..a372164af 100644 --- a/tct-filesystem-tizen-tests/filesystem/FileStream_writeBase64.html +++ b/tct-filesystem-tizen-tests/filesystem/FileStream_writeBase64.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Beata Koziarek + Beata Koziarek --> - + FileStream_writeBase64 @@ -33,7 +33,7 @@ Authors: //==== TEST: FileStream_writeBase64 //==== LABEL Check if method writeBase64 of FileStream works properly. //==== SPEC Tizen Web API:IO:Filesystem:FileStream:writeBase64 M -//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MAST MMINA MR var t = async_test("FileStream_writeBase64"), resolveSuccess, resolveError, openStreamWSuccess, openStreamRSuccess, retVal, @@ -71,6 +71,7 @@ t.step(function () { } ); }); + diff --git a/tct-filesystem-tizen-tests/filesystem/FileStream_writeBase64_exist.html b/tct-filesystem-tizen-tests/filesystem/FileStream_writeBase64_exist.html index 647a4c05c..a57062c12 100644 --- a/tct-filesystem-tizen-tests/filesystem/FileStream_writeBase64_exist.html +++ b/tct-filesystem-tizen-tests/filesystem/FileStream_writeBase64_exist.html @@ -33,7 +33,7 @@ Authors: - filesystem test - FileStream writeBase64 exist +FileStream_writeBase64_exist @@ -51,7 +51,7 @@ var t = async_test("FileStream_writeBase64_exist"), resolveSuccess, resolveError, openStreamSuccess, openStreamError, file, fsTestFileName = getFileName("readBaseFile.txt"); -t.step(function(){ +t.step(function (){ openStreamSuccess = t.step_func(function (fs) { assert_true("writeBase64" in fs, "writeBase64 is exist"); fs.close(); @@ -75,6 +75,7 @@ t.step(function(){ } ); }); + diff --git a/tct-filesystem-tizen-tests/filesystem/FileStream_writeBase64_without_w_permission.html b/tct-filesystem-tizen-tests/filesystem/FileStream_writeBase64_without_w_permission.html index 97a9df04d..453574d56 100644 --- a/tct-filesystem-tizen-tests/filesystem/FileStream_writeBase64_without_w_permission.html +++ b/tct-filesystem-tizen-tests/filesystem/FileStream_writeBase64_without_w_permission.html @@ -33,7 +33,7 @@ Authors: - filesystem test - FileStream writeBase64 without w permission +FileStream_writeBase64_without_w_permission @@ -45,7 +45,7 @@ Authors: //==== LABEL check if throw an exception when write the specified bytes to a file without w permission and encoding the result in base64. //==== PRIORITY P2 //==== SPEC Tizen Web API:IO:Filesystem:FileStream:writeBase64 M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA var resolveSuccess, resolveError, openStreamSuccess, openStreamError, file, @@ -53,7 +53,7 @@ var resolveSuccess, resolveError, openStreamSuccess, openStreamError, file, t = async_test("FileStream_writeBase64_without_w_permission"), fsTestFileName = getFileName("write11.txt"); -t.step(function(){ +t.step(function (){ openStreamSuccess = t.step_func(function (fs) { assert_throws({name: expected}, function () { fs.writeBase64(base); @@ -79,6 +79,7 @@ t.step(function(){ } ); }); + diff --git a/tct-filesystem-tizen-tests/filesystem/FileStream_writeBytes.html b/tct-filesystem-tizen-tests/filesystem/FileStream_writeBytes.html index 51f2f077b..34d791928 100644 --- a/tct-filesystem-tizen-tests/filesystem/FileStream_writeBytes.html +++ b/tct-filesystem-tizen-tests/filesystem/FileStream_writeBytes.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Beata Koziarek + Beata Koziarek --> - + FileStream_writeBytes @@ -33,7 +33,7 @@ Authors: //==== TEST: FileStream_writeBytes //==== LABEL Check if method writeBytes of FileStream works properly. //==== SPEC Tizen Web API:IO:Filesystem:FileStream:writeBytes M -//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MAST MMINA MR var t = async_test("FileStream_writeBytes"), diff --git a/tct-filesystem-tizen-tests/filesystem/FileStream_writeBytes_byteData_TypeMismatch.html b/tct-filesystem-tizen-tests/filesystem/FileStream_writeBytes_byteData_TypeMismatch.html index ee0103c35..bdcfb6b0d 100644 --- a/tct-filesystem-tizen-tests/filesystem/FileStream_writeBytes_byteData_TypeMismatch.html +++ b/tct-filesystem-tizen-tests/filesystem/FileStream_writeBytes_byteData_TypeMismatch.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Beata Koziarek + Beata Koziarek --> - + FileStream_writeBytes_byteData_TypeMismatch @@ -33,7 +33,7 @@ Authors: //==== LABEL Check argument onError conversions exception in writeBytes method. //==== PRIORITY: P2 //==== SPEC Tizen Web API:IO:Filesystem:FileStream:writeBytes M -//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MC // Check if method writeBytes of FileStream works properly. @@ -42,7 +42,7 @@ var t = async_test("FileStream_writeBytes_byteData_TypeMismatch"), file, conversionTable, bytes, i, exceptionName = "TypeMismatchError", fsTestFileName = getFileName("readBytesFiletest3.txt"); -t.step(function(){ +t.step(function (){ openStreamSuccess = t.step_func(function (fs) { conversionTable = getTypeConversionExceptions("array", false); for (i = 0; i < conversionTable.length; i++) { diff --git a/tct-filesystem-tizen-tests/filesystem/FileStream_writeBytes_exist.html b/tct-filesystem-tizen-tests/filesystem/FileStream_writeBytes_exist.html index 71a2a0665..2e27fb60e 100644 --- a/tct-filesystem-tizen-tests/filesystem/FileStream_writeBytes_exist.html +++ b/tct-filesystem-tizen-tests/filesystem/FileStream_writeBytes_exist.html @@ -33,7 +33,7 @@ Authors: - filesystem test - FileStream writeBytes exist +FileStream_writeBytes_exist @@ -52,7 +52,7 @@ var t = async_test("FileStream_writeBytes_exist"), resolveSuccess, resolveError, openStreamSuccess, openStreamError, file, fsTestFileName = getFileName("existFile09.txt"); -t.step(function(){ +t.step(function (){ openStreamSuccess = t.step_func(function (fs) { assert_true("writeBytes" in fs, "writeBytes is exist"); fs.close(); @@ -76,6 +76,7 @@ t.step(function(){ } ); }); + diff --git a/tct-filesystem-tizen-tests/filesystem/FileStream_writeBytes_missarg.html b/tct-filesystem-tizen-tests/filesystem/FileStream_writeBytes_missarg.html index 57deec14d..ba4ebb6a7 100644 --- a/tct-filesystem-tizen-tests/filesystem/FileStream_writeBytes_missarg.html +++ b/tct-filesystem-tizen-tests/filesystem/FileStream_writeBytes_missarg.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Beata Koziarek + Beata Koziarek --> - + FileStream_writeBytes_missarg @@ -32,7 +32,7 @@ Authors: //==== TEST: FileStream_writeBytes_missarg //==== LABEL Check if writeBytes of FileStream with missing non-optional argument works //==== SPEC Tizen Web API:IO:Filesystem:FileStream:writeBytes M -//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MMA // Check if method writeBytes of FileStream works properly. @@ -41,7 +41,7 @@ var t = async_test("FileStream_writeBytes_missarg"), expected = "TypeMismatchError", fsTestFileName = getFileName("readBytesFiletest2.txt"); -t.step(function(){ +t.step(function (){ openStreamSuccess = t.step_func(function (fs) { assert_throws({name: expected}, function () { fs.writeBytes(); diff --git a/tct-filesystem-tizen-tests/filesystem/FileStream_writeBytes_with_additional_null_parameter.html b/tct-filesystem-tizen-tests/filesystem/FileStream_writeBytes_with_additional_null_parameter.html index ab1d2f2e6..0b20b4548 100644 --- a/tct-filesystem-tizen-tests/filesystem/FileStream_writeBytes_with_additional_null_parameter.html +++ b/tct-filesystem-tizen-tests/filesystem/FileStream_writeBytes_with_additional_null_parameter.html @@ -18,10 +18,10 @@ limitations under the License. Authors: - Beata Koziarek + Beata Koziarek --> - + FileStream_writeBytes_with_additional_null_parameter @@ -36,7 +36,7 @@ Authors: //==== TEST: FileStream_writeBytes_with_additional_null_parameter //==== LABEL check whether 'writeBytes' method properly writes the specified bytes to FileStream //==== SPEC Tizen Web API:IO:Filesystem:FileStream:writeBytes M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html#writeBytesid2595057 +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MAST var t = async_test("FileStream_writeBytes_with_additional_null_parameter"), file, resolveSuccess, resolveError, openStreamWriteSuccess, @@ -75,6 +75,7 @@ t.step(function () { } ); }); + diff --git a/tct-filesystem-tizen-tests/filesystem/FileStream_writeBytes_without_w_permission.html b/tct-filesystem-tizen-tests/filesystem/FileStream_writeBytes_without_w_permission.html index f91f58e52..02ed7226a 100644 --- a/tct-filesystem-tizen-tests/filesystem/FileStream_writeBytes_without_w_permission.html +++ b/tct-filesystem-tizen-tests/filesystem/FileStream_writeBytes_without_w_permission.html @@ -33,7 +33,7 @@ Authors: - filesystem test - FileStream writeBytes without w permission +FileStream_writeBytes_without_w_permission @@ -45,7 +45,7 @@ Authors: //==== LABEL check if throw an exception when write the specified bytes to a file without w permission. //==== PRIORITY P2 //==== SPEC Tizen Web API:IO:Filesystem:FileStream:writeBytes M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA // check if throw an exception when write the specified bytes to a file without w permission. @@ -54,7 +54,7 @@ var t = async_test("FileStream_writeBytes_without_w_permission"), bytes = new Array(104,101,108), expected = "IOError", fsTestFileName = getFileName("writeBytesWOPerm.txt"); -t.step(function(){ +t.step(function (){ openStreamSuccess = t.step_func(function (fs) { assert_throws({name: expected}, function () { fs.writeBytes(bytes); @@ -80,6 +80,7 @@ t.step(function(){ } ); }); + diff --git a/tct-filesystem-tizen-tests/filesystem/FileStream_write_exist.html b/tct-filesystem-tizen-tests/filesystem/FileStream_write_exist.html index 481629bda..5adbb51be 100644 --- a/tct-filesystem-tizen-tests/filesystem/FileStream_write_exist.html +++ b/tct-filesystem-tizen-tests/filesystem/FileStream_write_exist.html @@ -33,7 +33,7 @@ Authors: - filesystem test - FileStream write exist +FileStream_write_exist @@ -52,7 +52,7 @@ var t = async_test("FileStream_write_exist"), fsTestFileName = getFileName("existFile08.txt"), resolveSuccess, resolveError, openStreamSuccess, openStreamError, file; -t.step(function(){ +t.step(function (){ openStreamSuccess = t.step_func(function (fs) { assert_true("write" in fs, "write is exist"); fs.close(); @@ -76,6 +76,7 @@ t.step(function(){ } ); }); + diff --git a/tct-filesystem-tizen-tests/filesystem/FileStream_write_without_w_permission.html b/tct-filesystem-tizen-tests/filesystem/FileStream_write_without_w_permission.html index ada38c274..68c2efdf2 100644 --- a/tct-filesystem-tizen-tests/filesystem/FileStream_write_without_w_permission.html +++ b/tct-filesystem-tizen-tests/filesystem/FileStream_write_without_w_permission.html @@ -31,7 +31,7 @@ Authors: --> - + FileStream_write_without_w_permission @@ -47,7 +47,7 @@ Authors: //==== LABEL check if throw an exception when write a file without w permission. //==== PRIORITY P2 //==== SPEC Tizen Web API:IO:Filesystem:FileStream:write M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA var t = async_test("FileStream_write_without_w_permission"), @@ -55,7 +55,7 @@ var t = async_test("FileStream_write_without_w_permission"), resolveSuccess, resolveError, openStreamSuccess, openStreamError, file, expected = "IOError"; -t.step(function(){ +t.step(function (){ openStreamSuccess = t.step_func(function (fs) { assert_throws({name: expected}, function () { fs.write("test"); diff --git a/tct-filesystem-tizen-tests/filesystem/FileStringSuccessCallback_notexist.html b/tct-filesystem-tizen-tests/filesystem/FileStringSuccessCallback_notexist.html index cce0a79aa..29358f061 100644 --- a/tct-filesystem-tizen-tests/filesystem/FileStringSuccessCallback_notexist.html +++ b/tct-filesystem-tizen-tests/filesystem/FileStringSuccessCallback_notexist.html @@ -36,6 +36,7 @@ Authors: test(function () { check_no_interface_object("FileStringSuccessCallback"); }, "FileStringSuccessCallback_notexist"); + diff --git a/tct-filesystem-tizen-tests/filesystem/FileStringSuccessCallback_onsuccess.html b/tct-filesystem-tizen-tests/filesystem/FileStringSuccessCallback_onsuccess.html index 227595ffd..eb21abdc3 100644 --- a/tct-filesystem-tizen-tests/filesystem/FileStringSuccessCallback_onsuccess.html +++ b/tct-filesystem-tizen-tests/filesystem/FileStringSuccessCallback_onsuccess.html @@ -16,8 +16,8 @@ See the License for the specific language governing permissions and limitations under the License. Authors: - Beata Koziarek - Mariusz Polasinski + Beata Koziarek + Mariusz Polasinski --> @@ -65,6 +65,7 @@ t.step(function () { } ); }); + diff --git a/tct-filesystem-tizen-tests/filesystem/FileSuccessCallback_notexist.html b/tct-filesystem-tizen-tests/filesystem/FileSuccessCallback_notexist.html index 73d1a0db4..c17b95cb3 100644 --- a/tct-filesystem-tizen-tests/filesystem/FileSuccessCallback_notexist.html +++ b/tct-filesystem-tizen-tests/filesystem/FileSuccessCallback_notexist.html @@ -36,6 +36,7 @@ Authors: test(function () { check_no_interface_object("FileSuccessCallback"); }, "FileSuccessCallback_notexist"); + diff --git a/tct-filesystem-tizen-tests/filesystem/FileSuccessCallback_onsuccess.html b/tct-filesystem-tizen-tests/filesystem/FileSuccessCallback_onsuccess.html index 2cd01e189..f49749246 100644 --- a/tct-filesystem-tizen-tests/filesystem/FileSuccessCallback_onsuccess.html +++ b/tct-filesystem-tizen-tests/filesystem/FileSuccessCallback_onsuccess.html @@ -16,11 +16,11 @@ See the License for the specific language governing permissions and limitations under the License. Authors: - Beata Koziarek - Mariusz Polasinski + Beata Koziarek + Mariusz Polasinski --> - + FileSuccessCallback_onsuccess @@ -54,6 +54,7 @@ t.step(function () { tizen.filesystem.resolve("images", resolveSuccess, resolveError, "rw"); }); + diff --git a/tct-filesystem-tizen-tests/filesystem/FileSystemManagerObject_notexist.html b/tct-filesystem-tizen-tests/filesystem/FileSystemManagerObject_notexist.html index 360476887..8954becc0 100644 --- a/tct-filesystem-tizen-tests/filesystem/FileSystemManagerObject_notexist.html +++ b/tct-filesystem-tizen-tests/filesystem/FileSystemManagerObject_notexist.html @@ -24,7 +24,7 @@ Authors: --> - + FileSystemManagerObject_notexist @@ -39,7 +39,7 @@ Authors: //==== TEST: FileSystemManagerObject_notexist //==== LABEL check if FileSystemManagerObject not exist //==== SPEC Tizen Web API:IO:Filesystem:FileSystemManagerObject:FileSystemManagerObject U -//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== PRIORITY P3 //==== TEST_CRITERIA NIO diff --git a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_addStorageStateChangeListener.html b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_addStorageStateChangeListener.html index 02cc98001..284a1e8c1 100644 --- a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_addStorageStateChangeListener.html +++ b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_addStorageStateChangeListener.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Beata Koziarek + Beata Koziarek --> - + FileSystemManager_addStorageStateChangeListener @@ -32,7 +32,7 @@ Authors: //==== TEST: FileSystemManager_addStorageStateChangeListener //==== LABEL Check addStorageStateChangeListener with non-optional arguments //==== SPEC Tizen Web API:IO:Filesystem:FileSystemManager:addStorageStateChangeListener M -//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MMINA MR // Check addStorageStateChangeListener with non-optional arguments diff --git a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_addStorageStateChangeListener_exist.html b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_addStorageStateChangeListener_exist.html index b58afdd60..d1397deb8 100644 --- a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_addStorageStateChangeListener_exist.html +++ b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_addStorageStateChangeListener_exist.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Beata Koziarek + Beata Koziarek --> - + FileSystemManager_addStorageStateChangeListener_exist @@ -33,7 +33,7 @@ Authors: //==== LABEL Check if method addStorageStateChangeListener of FileSystemManager exists //==== PRIORITY P0 //==== SPEC Tizen Web API:IO:Filesystem:FileSystemManager:addStorageStateChangeListener M -//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA ME test(function () { diff --git a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_addStorageStateChangeListener_missarg.html b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_addStorageStateChangeListener_missarg.html index 9aeb08cf2..23972db05 100644 --- a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_addStorageStateChangeListener_missarg.html +++ b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_addStorageStateChangeListener_missarg.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Beata Koziarek + Beata Koziarek --> - + FileSystemManager_addStorageStateChangeListener_missarg @@ -33,17 +33,16 @@ Authors: //==== PRIORITY P2 //==== LABEL Check with missing non-optional argument in addStorageStateChangeListener method //==== SPEC Tizen Web API:IO:Filesystem:FileSystemManager:addStorageStateChangeListener M -//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MMA -test(function() { +test(function () { assert_throws({ name: "TypeMismatchError" }, function () { tizen.filesystem.addStorageStateChangeListener(); }, "Method should throw an exception"); }, "FileSystemManager_addStorageStateChangeListener_missarg"); - diff --git a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_addStorageStateChangeListener_onerror_TypeMismatch.html b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_addStorageStateChangeListener_onerror_TypeMismatch.html index f656c512f..f715cd838 100644 --- a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_addStorageStateChangeListener_onerror_TypeMismatch.html +++ b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_addStorageStateChangeListener_onerror_TypeMismatch.html @@ -16,9 +16,9 @@ limitations under the License. Authors: - Beata Koziarek + Beata Koziarek --> - + FileSystemManager_addStorageStateChangeListener_onerror_TypeMismatch @@ -32,7 +32,7 @@ Authors: //==== PRIORITY P2 //==== LABEL Check argument onerror conversions exception in addStorageStateChangeListener method. //==== SPEC Tizen Web API:IO:Filesystem:FileSystemManager:addStorageStateChangeListener M -//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MC var t = async_test("FileSystemManager_addStorageStateChangeListener_onerror_TypeMismatch"), i, @@ -53,6 +53,7 @@ t.step(function () { } t.done(); }); + diff --git a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_addStorageStateChangeListener_onerror_invalid_cb.html b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_addStorageStateChangeListener_onerror_invalid_cb.html index 4ff721008..f569bdc1e 100644 --- a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_addStorageStateChangeListener_onerror_invalid_cb.html +++ b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_addStorageStateChangeListener_onerror_invalid_cb.html @@ -16,9 +16,9 @@ limitations under the License. Authors: - Beata Koziarek + Beata Koziarek --> - + FileSystemManager_addStorageStateChangeListener_onerror_invalid_cb @@ -32,7 +32,7 @@ Authors: //==== PRIORITY P2 //==== LABEL Check argument onError validation in addStorageStateChangeListener method onerror callback //==== SPEC Tizen Web API:IO:Filesystem:FileSystemManager:addStorageStateChangeListener M -//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MTCB // Check argument onError validation diff --git a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_addStorageStateChangeListener_onsuccess_TypeMismatch.html b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_addStorageStateChangeListener_onsuccess_TypeMismatch.html index e5f76ab66..3b0d792df 100644 --- a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_addStorageStateChangeListener_onsuccess_TypeMismatch.html +++ b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_addStorageStateChangeListener_onsuccess_TypeMismatch.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Beata Koziarek + Beata Koziarek --> - + FileSystemManager_addStorageStateChangeListener_onsuccess_TypeMismatch @@ -33,7 +33,7 @@ Authors: //==== PRIORITY P2 //==== LABEL Check argument onSuccess conversions exception in addStorageStateChangeListener method //==== SPEC Tizen Web API:IO:Filesystem:FileSystemManager:addStorageStateChangeListener M -//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MC // Check argument onSuccess conversions exception @@ -52,6 +52,7 @@ t.step(function () { } t.done(); }); + diff --git a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_addStorageStateChangeListener_onsuccess_invalid_cb.html b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_addStorageStateChangeListener_onsuccess_invalid_cb.html index fd4199427..444b89cc9 100644 --- a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_addStorageStateChangeListener_onsuccess_invalid_cb.html +++ b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_addStorageStateChangeListener_onsuccess_invalid_cb.html @@ -16,12 +16,12 @@ limitations under the License. Authors: - Beata Koziarek + Beata Koziarek --> - + -FileSystemManager_getStorage_onsuccess_invalid_cb +FileSystemManager_addStorageStateChangeListener_onsuccess_invalid_cb @@ -33,7 +33,7 @@ Authors: //==== PRIORITY P2 //==== LABEL Check argument onSuccess validation in addStorageStateChangeListener method onsuccess callback //==== SPEC Tizen Web API:IO:Filesystem:FileSystemManager:addStorageStateChangeListener M -//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MTCB // Check argument onSuccess validation @@ -42,7 +42,7 @@ var t = async_test("FileSystemManager_addStorageStateChangeListener_onsuccess_in t.step(function () { incorrectCallback = { - onsuccess: t.step_func(function(){ + onsuccess: t.step_func(function (){ assert_unreached("Invalid callback invoked: "); }) }; diff --git a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_addStorageStateChangeListener_with_onerror.html b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_addStorageStateChangeListener_with_onerror.html index 0dcaebbb7..b1155711b 100644 --- a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_addStorageStateChangeListener_with_onerror.html +++ b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_addStorageStateChangeListener_with_onerror.html @@ -16,12 +16,12 @@ limitations under the License. Authors: - Beata Koziarek + Beata Koziarek --> - + -FileSystemManager_getStorage_with_onerror +FileSystemManager_addStorageStateChangeListener_with_onerror @@ -33,13 +33,13 @@ Authors: //==== PRIORITY P1 //==== LABEL Check with optional arguments addStorageStateChangeListener //==== SPEC Tizen Web API:IO:Filesystem:FileSystemManager:addStorageStateChangeListener M -//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MOA // Check with optional arguments getStorage var t = async_test("FileSystemManager_addStorageStateChangeListener_with_onerror"), onError, successCallback; -t.step(function(){ +t.step(function (){ onError = t.step_func(function (error) { assert_unreached("Error: " + error.message); }); @@ -49,6 +49,7 @@ t.step(function(){ tizen.filesystem.addStorageStateChangeListener(successCallback, onError); }); + diff --git a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_addStorageStateChangeListener_without_arguments.html b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_addStorageStateChangeListener_without_arguments.html index 32b3a5284..b5890c04d 100644 --- a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_addStorageStateChangeListener_without_arguments.html +++ b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_addStorageStateChangeListener_without_arguments.html @@ -18,14 +18,14 @@ limitations under the License. Authors: - Beata Koziarek + Beata Koziarek --> - + -filesystem/UTC_filesystem +FileSystemManager_addStorageStateChangeListener_without_arguments - + @@ -39,7 +39,7 @@ Authors: //==== PRIORITY P2 //==== LABEL check whether invoking 'addStorageStateChangeListener' method without any argument throws exception properly //==== SPEC Tizen Web API:IO:Filesystem:FileSystemManager:addStorageStateChangeListener M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html#listStoragesid2590135 +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MMA test(function () { assert_throws({ diff --git a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_extend.html b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_extend.html index fcf26ccb1..245c9d37f 100644 --- a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_extend.html +++ b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_extend.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Piotr Czaja + Piotr Czaja --> - + FileSystemManager_extend @@ -33,7 +33,7 @@ Authors: //==== PRIORITY P3 //==== LABEL Check if instance of interface FileSystemManager can be extended with new property //==== SPEC Tizen Web API:IO:Filesystem:FileSystemManager:FileSystemManager U -//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA OBX test(function () { diff --git a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_getStorage.html b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_getStorage.html index 31dd7f0d4..41aaae990 100644 --- a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_getStorage.html +++ b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_getStorage.html @@ -26,13 +26,13 @@ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Authors: - Kaiyu - Guan,JingX - Piotr Czaja - Beata Koziarek + Kaiyu + Guan,JingX + Piotr Czaja + Beata Koziarek --> - + FileSystemManager_getStorage @@ -46,7 +46,7 @@ Authors: //==== PRIORITY P1 //==== LABEL Check with non-optional arguments getStorage //==== SPEC Tizen Web API:IO:Filesystem:FileSystemManager:getStorage M -//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MMINA MR // Check with non-optional arguments getStorage @@ -66,6 +66,7 @@ t.step(function () { }); tizen.filesystem.listStorages(successCallback, onError); }); + diff --git a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_getStorage_exist.html b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_getStorage_exist.html index 063276681..b07fdf3a6 100644 --- a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_getStorage_exist.html +++ b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_getStorage_exist.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Piotr Czaja + Piotr Czaja --> - + FileSystemManager_getStorage_exist @@ -32,7 +32,7 @@ Authors: //==== TEST: FileSystemManager_getStorage_exist //==== LABEL Check if method getStorage of FileSystemManager exists //==== SPEC Tizen Web API:IO:Filesystem:FileSystemManager:getStorage M -//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA ME test(function () { diff --git a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_getStorage_missarg.html b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_getStorage_missarg.html index a25b5a4e9..6e0d3b791 100644 --- a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_getStorage_missarg.html +++ b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_getStorage_missarg.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Piotr Czaja + Piotr Czaja --> - + FileSystemManager_getStorage_missarg @@ -33,17 +33,16 @@ Authors: //==== PRIORITY P2 //==== LABEL Check with missing non-optional argument in getStorage method //==== SPEC Tizen Web API:IO:Filesystem:FileSystemManager:getStorage M -//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MMA -test(function() { +test(function () { assert_throws({ name: "TypeMismatchError" }, function () { tizen.filesystem.getStorage(); }, "Method should throw an exception"); }, "FileSystemManager_getStorage_missarg"); - diff --git a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_getStorage_onerror_TypeMismatch.html b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_getStorage_onerror_TypeMismatch.html index aa8e0ebaf..9af3d5904 100644 --- a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_getStorage_onerror_TypeMismatch.html +++ b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_getStorage_onerror_TypeMismatch.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Piotr Czaja - Beata Koziarek + Piotr Czaja + Beata Koziarek --> - + FileSystemManager_getStorage_onerror_TypeMismatch @@ -33,7 +33,7 @@ Authors: //==== PRIORITY P2 //==== LABEL Check argument onerror conversions exception in getStorage method. //==== SPEC Tizen Web API:IO:Filesystem:FileSystemManager:getStorage M -//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MC // Check argument onError conversions exception @@ -64,6 +64,7 @@ t.step(function () { tizen.filesystem.listStorages(listStoragesSuccess, listStoragesError); }); + diff --git a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_getStorage_onerror_invalid_cb.html b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_getStorage_onerror_invalid_cb.html index d5035d092..29c213425 100644 --- a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_getStorage_onerror_invalid_cb.html +++ b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_getStorage_onerror_invalid_cb.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Piotr Czaja - Beata Koziarek + Piotr Czaja + Beata Koziarek --> - + FileSystemManager_getStorage_onerror_invalid_cb @@ -33,7 +33,7 @@ Authors: //==== PRIORITY P2 //==== LABEL Check argument onError validation in getStorage method onerror callback //==== SPEC Tizen Web API:IO:Filesystem:FileSystemManager:getStorage M -//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MTCB // Check argument onError validation @@ -46,7 +46,7 @@ t.step(function () { assert_unreached("getStorage success callback invoked."); }); getStorageIncorrect = { - onerror: t.step_func(function(){ + onerror: t.step_func(function (){ assert_unreached("Invalid callback invoked: "); }) }; diff --git a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_getStorage_onsuccess_TypeMismatch.html b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_getStorage_onsuccess_TypeMismatch.html index 64ac3b29c..402d51845 100644 --- a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_getStorage_onsuccess_TypeMismatch.html +++ b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_getStorage_onsuccess_TypeMismatch.html @@ -16,11 +16,11 @@ limitations under the License. Authors: - Piotr Czaja - Beata Koziarek + Piotr Czaja + Beata Koziarek --> - + FileSystemManager_getStorage_onsuccess_TypeMismatch @@ -34,7 +34,7 @@ Authors: //==== PRIORITY P2 //==== LABEL Check argument onSuccess conversions exception in getStorage method //==== SPEC Tizen Web API:IO:Filesystem:FileSystemManager:getStorage M -//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MC // Check argument onSuccess conversions exception @@ -62,6 +62,7 @@ t.step(function () { tizen.filesystem.listStorages(listStoragesSuccess, listStoragesError); }); + diff --git a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_getStorage_onsuccess_invalid_cb.html b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_getStorage_onsuccess_invalid_cb.html index 0289f8ee5..1dc03b093 100644 --- a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_getStorage_onsuccess_invalid_cb.html +++ b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_getStorage_onsuccess_invalid_cb.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Piotr Czaja + Piotr Czaja --> - + FileSystemManager_getStorage_onsuccess_invalid_cb @@ -33,7 +33,7 @@ Authors: //==== PRIORITY P2 //==== LABEL Check argument onSuccess validation in getStorage method onsuccess callback //==== SPEC Tizen Web API:IO:Filesystem:FileSystemManager:getStorage M -//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MTCB // Check argument onSuccess validation @@ -43,7 +43,7 @@ var t = async_test("FileSystemManager_getStorage_onsuccess_invalid_cb"), t.step(function () { getStorageIncorrect = { - onsuccess: t.step_func(function(){ + onsuccess: t.step_func(function (){ assert_unreached("Invalid callback invoked: "); }) }; diff --git a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_getStorage_with_nonexist_label.html b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_getStorage_with_nonexist_label.html index f8fd364cf..2101432d8 100644 --- a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_getStorage_with_nonexist_label.html +++ b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_getStorage_with_nonexist_label.html @@ -33,7 +33,7 @@ Authors: - filesystem test - FileSystemManager getStorage with nonexist label +FileSystemManager_getStorage_with_nonexist_label @@ -44,14 +44,14 @@ Authors: //==== LABEL check if throw an exception when get information about a storage based on nonexist label. //==== PRIORITY P2 //==== SPEC Tizen Web API:IO:Filesystem:FileSystemManager:getStorage M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MERRCB // check if get information about a storage based on nonexist label var t = async_test("FileSystemManager_getStorage_with_nonexist_label"), onSuccess, onError, expected = "NotFoundError"; -t.step(function(){ +t.step(function (){ onSuccess = t.step_func(function (storages) { assert_unreached("should throw an exception"); }); @@ -63,6 +63,7 @@ t.step(function(){ tizen.filesystem.getStorage("MMC", onSuccess, onError); }); + diff --git a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_getStorage_with_onerror.html b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_getStorage_with_onerror.html index b379bdcb7..014f94187 100644 --- a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_getStorage_with_onerror.html +++ b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_getStorage_with_onerror.html @@ -16,11 +16,11 @@ limitations under the License. Authors: - Piotr Czaja - Beata Koziarek + Piotr Czaja + Beata Koziarek --> - + FileSystemManager_getStorage_with_onerror @@ -34,13 +34,13 @@ Authors: //==== PRIORITY P1 //==== LABEL Check with optional arguments getStorage //==== SPEC Tizen Web API:IO:Filesystem:FileSystemManager:getStorage M -//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MOA // Check with optional arguments getStorage var t = async_test("FileSystemManager_getStorage_with_onerror"), getStorageSuccess, getStorageError, listStoragesSuccess, listStoragesError; -t.step(function(){ +t.step(function (){ getStorageSuccess = t.step_func(function (storage) { t.done(); }); @@ -58,6 +58,7 @@ t.step(function(){ tizen.filesystem.listStorages(listStoragesSuccess, listStoragesError); }); + diff --git a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_in_tizen.html b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_in_tizen.html index a33b51704..b370bcd76 100644 --- a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_in_tizen.html +++ b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_in_tizen.html @@ -16,11 +16,11 @@ limitations under the License. Authors: - Piotr Czaja - Mariusz Polasinski + Piotr Czaja + Mariusz Polasinski --> - + FileSystemManager_in_tizen @@ -35,10 +35,10 @@ Authors: //==== LABEL Check if FileSystemManager exists in tizen. //==== PRIORITY: P3 //==== SPEC Tizen Web API:IO:Filesystem:FileSystemManager:FileSystemManager U -//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA OBME -test(function() { +test(function () { assert_true("filesystem" in tizen, "No FileSystemManager in tizen."); check_readonly(tizen, "filesystem", tizen.filesystem, "object", "dummyValue"); }, "FileSystemManager_in_tizen"); diff --git a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages.html b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages.html index ffbf7e6ce..ca7c79473 100644 --- a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages.html +++ b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages.html @@ -16,11 +16,11 @@ limitations under the License. Authors: - Piotr Czaja - Beata Koziarek + Piotr Czaja + Beata Koziarek --> - + FileSystemManager_listStorages @@ -34,7 +34,7 @@ Authors: //==== PRIORITY P1 //==== LABEL Check with non-optional argument //==== SPEC Tizen Web API:IO:Filesystem:FileSystemManager:listStorages M -//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MMINA MR // check if list the available storages on the device. diff --git a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages_exist.html b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages_exist.html index 643a3f34f..e52b15d36 100644 --- a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages_exist.html +++ b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages_exist.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Piotr Czaja + Piotr Czaja --> - + FileSystemManager_listStorages_exist @@ -32,7 +32,7 @@ Authors: //==== TEST: FileSystemManager_listStorages_exist //==== LABEL Check if method listStorages of FileSystemManager exists //==== SPEC Tizen Web API:IO:Filesystem:FileSystemManager:listStorages M -//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA ME test(function () { diff --git a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages_missarg.html b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages_missarg.html index 23bee8e2b..164057374 100644 --- a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages_missarg.html +++ b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages_missarg.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Piotr Czaja + Piotr Czaja --> - + FileSystemManager_listStorages_missarg @@ -33,10 +33,10 @@ Authors: //==== PRIORITY P2 //==== LABEL Check with missing non-optional argument in listStorages method //==== SPEC Tizen Web API:IO:Filesystem:FileSystemManager:listStorages M -//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MMA -test(function() { +test(function () { assert_throws({ name: "TypeMismatchError" }, function () { tizen.filesystem.listStorages(); diff --git a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages_onerror_TypeMismatch.html b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages_onerror_TypeMismatch.html index e9e21df66..6f98a2d88 100644 --- a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages_onerror_TypeMismatch.html +++ b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages_onerror_TypeMismatch.html @@ -16,11 +16,11 @@ limitations under the License. Authors: - Piotr Czaja - Beata Koziarek + Piotr Czaja + Beata Koziarek --> - + FileSystemManager_listStorages_onerror_TypeMismatch @@ -34,7 +34,7 @@ Authors: //==== PRIORITY P2 //==== LABEL Check argument onerror conversions exception in listStorages method. //==== SPEC Tizen Web API:IO:Filesystem:FileSystemManager:listStorages M -//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MC // Check argument onError conversions exception diff --git a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages_onerror_invalid_cb.html b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages_onerror_invalid_cb.html index 30931a3de..17c25a763 100644 --- a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages_onerror_invalid_cb.html +++ b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages_onerror_invalid_cb.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Piotr Czaja - Beata Koziarek + Piotr Czaja + Beata Koziarek --> - + FileSystemManager_listStorages_onerror_invalid_cb @@ -33,7 +33,7 @@ Authors: //==== PRIORITY P2 //==== LABEL Check argument onError validation in listStorages method onerror callback //==== SPEC Tizen Web API:IO:Filesystem:FileSystemManager:listStorages M -//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MTCB // Check argument onError validation @@ -48,7 +48,7 @@ t.step(function () { }); listStoragesIncorrect = { - onerror: t.step_func(function(){ + onerror: t.step_func(function (){ assert_unreached("Invalid callback invoked: "); }) }; diff --git a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages_onsuccess_TypeMismatch.html b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages_onsuccess_TypeMismatch.html index cf19efb13..18e4896bc 100644 --- a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages_onsuccess_TypeMismatch.html +++ b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages_onsuccess_TypeMismatch.html @@ -16,11 +16,11 @@ limitations under the License. Authors: - Piotr Czaja - Beata Koziarek + Piotr Czaja + Beata Koziarek --> - + FileSystemManager_listStorages_onsuccess_TypeMismatch @@ -34,7 +34,7 @@ Authors: //==== PRIORITY P2 //==== LABEL Check argument onSuccess conversions exception in listStorages method //==== SPEC Tizen Web API:IO:Filesystem:FileSystemManager:listStorages M -//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MC // Check argument onSuccess conversions exception diff --git a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages_onsuccess_invalid_cb.html b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages_onsuccess_invalid_cb.html index 07c734f26..6cf290a4e 100644 --- a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages_onsuccess_invalid_cb.html +++ b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages_onsuccess_invalid_cb.html @@ -16,11 +16,11 @@ limitations under the License. Authors: - Piotr Czaja - Beata Koziarek + Piotr Czaja + Beata Koziarek --> - + FileSystemManager_listStorages_onsuccess_invalid_cb @@ -34,7 +34,7 @@ Authors: //==== PRIORITY P2 //==== LABEL Check argument onSuccess validation in listStorages method onsuccess callback //==== SPEC Tizen Web API:IO:Filesystem:FileSystemManager:listStorages M -//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MTCB // Check argument onSuccess validation @@ -44,7 +44,7 @@ var t = async_test("FileSystemManager_listStorages_onsuccess_invalid_cb"), t.step(function () { listStoragesIncorrect = { - onsuccess: t.step_func(function(){ + onsuccess: t.step_func(function (){ assert_unreached("Invalid callback invoked: "); }) }; diff --git a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages_storages_retrieve.html b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages_storages_retrieve.html index a875e18c9..240a80ed0 100644 --- a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages_storages_retrieve.html +++ b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages_storages_retrieve.html @@ -18,13 +18,13 @@ limitations under the License. Authors: - Beata Koziarek + Beata Koziarek --> - + -filesystem/UTC_filesystem +FileSystemManager_listStorages_storages_retrieve @@ -37,14 +37,14 @@ Authors: //==== TEST: FileSystemManager_listStorages_storages_retrieve //==== LABEL check whether 'listStorages' method properly retrieves the available storages on the device //==== SPEC Tizen Web API:IO:Filesystem:FileSystemManager:listStorages M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html#listStoragesid2590135 +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MOA var t = async_test("FileSystemManager_listStorages_storages_retrieve"), onSuccess, onError, labels; -t.step(function() { - onSuccess = t.step_func(function(storages) { - labels = storages.map(function(item) { +t.step(function () { + onSuccess = t.step_func(function (storages) { + labels = storages.map(function (item) { return item.label; }); assert_true(labels.indexOf("documents") > -1, "includes 'documents'"); @@ -58,11 +58,12 @@ t.step(function() { t.done(); }); - onError = t.step_func(function(error) { + onError = t.step_func(function (error) { assert_unreached("listStorages() error callback invoked: name: " + error.name + ", msg: " + error.message); }); tizen.filesystem.listStorages(onSuccess, onError); }); + diff --git a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages_with_invalid_error_callbacks.html b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages_with_invalid_error_callbacks.html index f8ffce2a7..3e96e8251 100644 --- a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages_with_invalid_error_callbacks.html +++ b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages_with_invalid_error_callbacks.html @@ -18,12 +18,12 @@ limitations under the License. Authors: - Beata Koziarek + Beata Koziarek --> - + -filesystem/UTC_filesystem +FileSystemManager_listStorages_with_invalid_error_callbacks @@ -38,7 +38,7 @@ Authors: //==== LABEL check whether invoking 'listStorages' method with improper argument throws exception properly //==== PRIORITY P2 //==== SPEC Tizen Web API:IO:Filesystem:FileSystemManager:listStorages M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html#listStoragesid2590135 +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MC var t = async_test("FileSystemManager_listStorages_with_invalid_error_callbacks"), invalid_type_params = [123, "abc", true, {}], getStorageSuccess, i; diff --git a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages_with_onerror.html b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages_with_onerror.html index 264637528..328f2f941 100644 --- a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages_with_onerror.html +++ b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages_with_onerror.html @@ -16,12 +16,12 @@ limitations under the License. Authors: - Piotr Czaja - Beata Koziarek - Mariusz Polasinski + Piotr Czaja + Beata Koziarek + Mariusz Polasinski --> - + FileSystemManager_listStorages_with_onerror @@ -36,7 +36,7 @@ Authors: //==== PRIORITY P1 //==== LABEL Check with optional arguments listStorages //==== SPEC Tizen Web API:IO:Filesystem:FileSystemManager:listStorages M -//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MOA MR var t = async_test("FileSystemManager_listStorages_with_onerror"), diff --git a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages_without_arguments.html b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages_without_arguments.html index 56a2f52f3..c0c347463 100644 --- a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages_without_arguments.html +++ b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages_without_arguments.html @@ -18,12 +18,12 @@ limitations under the License. Authors: - Beata Koziarek + Beata Koziarek --> - + -filesystem/UTC_filesystem +FileSystemManager_listStorages_without_arguments @@ -37,7 +37,7 @@ Authors: //==== TEST: FileSystemManager_listStorages_without_arguments //==== LABEL check whether invoking 'listStorages' method without any argument throws exception properly //==== SPEC Tizen Web API:IO:Filesystem:FileSystemManager:listStorages M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html#listStoragesid2590135 +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MMA test(function () { assert_throws({ diff --git a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages_works_correctly.html b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages_works_correctly.html index c95564f98..304ff51f4 100644 --- a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages_works_correctly.html +++ b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages_works_correctly.html @@ -18,10 +18,10 @@ limitations under the License. Authors: - Beata Koziarek + Beata Koziarek --> - + FileSystemManager_listStorages_works_correctly @@ -36,7 +36,7 @@ Authors: //==== TEST: FileSystemManager_listStorages_works_correctly //==== LABEL check whether 'listStorages' method returns the available storages on the device //==== SPEC Tizen Web API:IO:Filesystem:FileSystemManager:listStorages M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html#listStoragesid2590135 +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MOA var this_test = async_test("FileSystemManager_listStorages_works_correctly"), listStoragesSuccess, listStoragesError; diff --git a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_maxPathLength_attribute.html b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_maxPathLength_attribute.html index eb6c9f4de..6d3aa5a18 100644 --- a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_maxPathLength_attribute.html +++ b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_maxPathLength_attribute.html @@ -16,11 +16,11 @@ limitations under the License. Authors: - Piotr Czaja - Mariusz Polasinski + Piotr Czaja + Mariusz Polasinski --> - + FileSystemManager_maxPathLength_attribute @@ -35,7 +35,7 @@ Authors: //==== PRIORITY P1 //==== LABEL Check if maxPathLength attribute exists //==== SPEC Tizen Web API:IO:Filesystem:FileSystemManager:maxPathLength A -//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA AE AT ARO test(function () { diff --git a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_notexist.html b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_notexist.html index ff6ca6350..abd2d9831 100644 --- a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_notexist.html +++ b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_notexist.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Piotr Czaja + Piotr Czaja --> - + FileSystemManager_notexist @@ -33,7 +33,7 @@ Authors: //==== PRIORITY P3 //==== LABEL Check if interface FileSystemManager exists, it should not. //==== SPEC Tizen Web API:IO:Filesystem:FileSystemManager:FileSystemManager U -//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA NIO test(function () { diff --git a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_removeStorageStateChangeListener.html b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_removeStorageStateChangeListener.html index 7bf1d7c6c..9a426b986 100644 --- a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_removeStorageStateChangeListener.html +++ b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_removeStorageStateChangeListener.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Beata Koziarek + Beata Koziarek --> - + FileSystemManager_removeStorageStateChangeListener @@ -32,7 +32,7 @@ Authors: //==== TEST: FileSystemManager_removeStorageStateChangeListener //==== LABEL Check removeStorageStateChangeListener with non-optional arguments //==== SPEC Tizen Web API:IO:Filesystem:FileSystemManager:removeStorageStateChangeListener M -//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MMINA MR // Check removeStorageStateChangeListener with non-optional arguments diff --git a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_removeStorageStateChangeListener_exist.html b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_removeStorageStateChangeListener_exist.html index ddddacf91..19ee68225 100644 --- a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_removeStorageStateChangeListener_exist.html +++ b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_removeStorageStateChangeListener_exist.html @@ -28,15 +28,12 @@ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Authors: Kaiyu Beata Koziarek -Revision history: -Date Author Description -04-12-2012 Kaiyu create --> - + - filesystem test - FileSystemManager removeStorageStateChangeListener exist +FileSystemManager_removeStorageStateChangeListener_exist @@ -45,7 +42,7 @@ Date Author Description //==== TEST: FileSystemManager_removeStorageStateChangeListener_exist //==== LABEL Check if method removeStorageStateChangeListener of FileSystemManager exists //==== SPEC Tizen Web API:IO:Filesystem:FileSystemManager:removeStorageStateChangeListener M -//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA ME test(function () { @@ -54,6 +51,7 @@ test(function () { check_method_exists(tizen.filesystem, "removeStorageStateChangeListener"); }, "FileSystemManager_removeStorageStateChangeListener_exist"); + diff --git a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_removeStorageStateChangeListener_with_para_invalid.html b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_removeStorageStateChangeListener_with_para_invalid.html index 077bd1cb9..922b714ea 100644 --- a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_removeStorageStateChangeListener_with_para_invalid.html +++ b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_removeStorageStateChangeListener_with_para_invalid.html @@ -28,16 +28,12 @@ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Authors: Kaiyu -Revision history: -Date Author Description -08-05-2012 Kaiyu create - --> - + - filesystem test - FileSystemManager removeStorageStateChangeListener with para invalid +FileSystemManager_removeStorageStateChangeListener_with_para_invalid @@ -49,18 +45,19 @@ Date Author Description //==== LABEL check if throw an exception when removeStorageStateChangeListener with an invalid input parameter. //==== PRIORITY P2 //==== SPEC Tizen Web API:IO:Filesystem:FileSystemManager:removeStorageStateChangeListener M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA -test(function() { +test(function () { var watchID; assert_throws({ "name": NOT_FOUND_ERR - }, function() { + }, function () { tizen.filesystem.removeStorageStateChangeListener(watchID); }); }, "FileSystemManager_removeStorageStateChangeListener_with_para_invalid"); // Check tizen.filesystem.removeStorageStateChangeListener throws TypeMismatchError + diff --git a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_removeStorageStateChangeListener_works_correctly.html b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_removeStorageStateChangeListener_works_correctly.html index 2dd416290..fb3c10f4f 100644 --- a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_removeStorageStateChangeListener_works_correctly.html +++ b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_removeStorageStateChangeListener_works_correctly.html @@ -18,10 +18,10 @@ limitations under the License. Authors: - Beata Koziarek + Beata Koziarek --> - + FileSystemManager_removeStorageStateChangeListener_works_correctly @@ -37,7 +37,7 @@ Authors: //==== TEST: FileSystemManager_removeStorageStateChangeListener_works_correctly //==== LABEL check whether 'removeStorageStateChangeListener' method properly deregisters subscription to receive notifications about a storage state changes //==== SPEC Tizen Web API:IO:Filesystem:FileSystemManager:removeStorageStateChangeListener M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html#removeStorageStateChangeListenerid2587583 +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MMINA test(function () { var watchId; diff --git a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve.html b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve.html index ad8cc91a7..7bf9f66dd 100644 --- a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve.html +++ b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Beata Koziarek + Beata Koziarek --> - + FileSystemManager_resolve @@ -33,7 +33,7 @@ Authors: //==== PRIORITY P1 //==== LABEL Check with non-optional arguments resolve //==== SPEC Tizen Web API:IO:Filesystem:FileSystemManager:resolve M -//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MMINA MR var t = async_test("FileSystemManager_resolve"), @@ -48,6 +48,7 @@ t.step(function () { retValue = tizen.filesystem.resolve("documents", resolveSuccess); }); + diff --git a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_documents.html b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_documents.html index 3e2686758..9280cc9ec 100644 --- a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_documents.html +++ b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_documents.html @@ -26,14 +26,14 @@ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Authors: - Kaiyu - Guan,JingX + Kaiyu + Guan,JingX --> - + - FileSystemManager_resolve_documents +FileSystemManager_resolve_documents @@ -44,7 +44,7 @@ Authors: //==== LABEL check if resolve documents to a file handle. //==== PRIORITY P2 //==== SPEC Tizen Web API:IO:Filesystem:FileSystemManager:resolve M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MOA @@ -63,6 +63,7 @@ t.step(function () { tizen.filesystem.resolve("documents", resolveSuccess, resolveError, "rw"); }); + diff --git a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_downloads.html b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_downloads.html index 8b21f95cd..837b21906 100644 --- a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_downloads.html +++ b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_downloads.html @@ -26,12 +26,12 @@ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Authors: - Kaiyu - Guan,JingX + Kaiyu + Guan,JingX --> - + FileSystemManager_resolve_downloads @@ -44,7 +44,7 @@ Authors: //==== LABEL check if resolve downloads to a file handle. //==== PRIORITY P2 //==== SPEC Tizen Web API:IO:Filesystem:FileSystemManager:resolve M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MOA @@ -63,6 +63,7 @@ t.step(function () { tizen.filesystem.resolve("downloads", resolveSuccess, resolveError, "rw"); }); + diff --git a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_error_invoked.html b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_error_invoked.html index f99707482..f1b83fbe8 100644 --- a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_error_invoked.html +++ b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_error_invoked.html @@ -16,11 +16,11 @@ limitations under the License. Authors: - Mariusz Polasinski + Mariusz Polasinski --> - + FileSystemManager_resolve_error_invoked @@ -35,7 +35,7 @@ Authors: //==== PRIORITY P2 //==== LABEL check with error callback invoked //==== SPEC Tizen Web API:IO:Filesystem:FileSystemManager:resolve M -//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MOA MERRCB var t = async_test("FileSystemManager_resolve_error_invoked"), @@ -51,6 +51,7 @@ t.step(function () { tizen.filesystem.resolve("/opt", resolveSuccess, resolveError); }); + diff --git a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_exist.html b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_exist.html index 1818b7f82..08cdec6ae 100644 --- a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_exist.html +++ b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_exist.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Piotr Czaja + Piotr Czaja --> - + FileSystemManager_resolve_exist @@ -33,7 +33,7 @@ Authors: //==== PRIORITY P0 //==== LABEL Check if method can be overriden //==== SPEC Tizen Web API:IO:Filesystem:FileSystemManager:resolve M -//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA ME test(function () { diff --git a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_images.html b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_images.html index f39749033..ae4e73395 100644 --- a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_images.html +++ b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_images.html @@ -26,12 +26,12 @@ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Authors: - Kaiyu - Guan,JingX + Kaiyu + Guan,JingX --> - + FileSystemManager_resolve_images @@ -44,13 +44,13 @@ Authors: //==== TEST: FileSystemManager_resolve_images //==== LABEL: Check if resolve images to a file handle. //==== SPEC: Tizen Web API:IO:Filesystem:FileSystemManager:resolve M -//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MOA var resolveSuccess, resolveError, expected = "images", t = async_test("FileSystemManager_resolve_images"); -t.step(function(){ +t.step(function (){ resolveSuccess = t.step_func(function (dir) { assert_equals(dir.path, expected, "resolve images to a file handle"); t.done(); @@ -62,6 +62,7 @@ t.step(function(){ tizen.filesystem.resolve("images", resolveSuccess, resolveError, "rw"); }); + diff --git a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_invalid_location.html b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_invalid_location.html index 51630f032..b9585d91f 100644 --- a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_invalid_location.html +++ b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_invalid_location.html @@ -26,12 +26,12 @@ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Authors: - Kaiyu - Guan,JingX + Kaiyu + Guan,JingX --> - + FileSystemManager_resolve_invalid_location @@ -44,14 +44,14 @@ Authors: //==== LABEL check if throw an exception when resolve an invalid location. //==== PRIORITY P2 //==== SPEC Tizen Web API:IO:Filesystem:FileSystemManager:resolve M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MERRCB var t = async_test("FileSystemManager_resolve_invalid_location"), expected = "NotFoundError", resolveSuccess, resolveError; -t.step(function(){ +t.step(function (){ resolveSuccess = t.step_func(function (dir) { assert_unreached("There is no exception thrown when resolve an invalid location"); }); @@ -63,6 +63,7 @@ t.step(function(){ tizen.filesystem.resolve("hello", resolveSuccess, resolveError, "rw"); }); + diff --git a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_missarg.html b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_missarg.html index 64edd9565..588b10e61 100644 --- a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_missarg.html +++ b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_missarg.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Piotr Czaja + Piotr Czaja --> - + FileSystemManager_resolve_missarg @@ -33,7 +33,7 @@ Authors: //==== LABEL Check with missing non-optional argument in resolve method //==== PRIORITY P0 //==== SPEC Tizen Web API:IO:Filesystem:FileSystemManager:resolve M -//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MMA test(function () { diff --git a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_mode_TypeMismatch.html b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_mode_TypeMismatch.html index 4c3e5da61..72a196acc 100644 --- a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_mode_TypeMismatch.html +++ b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_mode_TypeMismatch.html @@ -16,12 +16,12 @@ limitations under the License. Authors: - Piotr Czaja - Beata Koziarek - Mariusz Polasinski + Piotr Czaja + Beata Koziarek + Mariusz Polasinski --> - + FileSystemManager_resolve_mode_TypeMismatch @@ -35,7 +35,7 @@ Authors: //==== PRIORITY P2 //==== LABEL Check argument mode conversions exception //==== SPEC Tizen Web API:IO:Filesystem:FileSystemManager:resolve M -//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MC var t = async_test("FileSystemManager_resolve_mode_TypeMismatch"), diff --git a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_mode_a.html b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_mode_a.html index 5ab23341f..d81ccd3dc 100644 --- a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_mode_a.html +++ b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_mode_a.html @@ -26,12 +26,12 @@ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Authors: - Kaiyu - Guan,JingX + Kaiyu + Guan,JingX --> - + FileSystemManager_resolve_mode_a @@ -44,14 +44,14 @@ Authors: //==== LABEL check if resolve a location with mode a. //==== PRIORITY P2 //==== SPEC Tizen Web API:IO:Filesystem:FileSystemManager:resolve M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MOA var resolveSuccess, resolveError, expected = "documents", t = async_test("FileSystemManager_resolve_mode_a"); -t.step(function(){ +t.step(function (){ resolveSuccess = t.step_func(function (dir) { assert_equals(dir.path, expected, "resolve a location with 'a' mode"); t.done(); @@ -63,6 +63,7 @@ t.step(function(){ tizen.filesystem.resolve("documents", resolveSuccess, resolveError, "a"); }); + diff --git a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_mode_r.html b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_mode_r.html index 3f30363ec..aadb192b9 100644 --- a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_mode_r.html +++ b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_mode_r.html @@ -26,12 +26,12 @@ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Authors: - Kaiyu - Guan,JingX + Kaiyu + Guan,JingX --> - + FileSystemManager_resolve_mode_r @@ -44,14 +44,14 @@ Authors: //==== LABEL check if resolve a location with mode r. //==== PRIORITY P2 //==== SPEC Tizen Web API:IO:Filesystem:FileSystemManager:resolve M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MOA var resolveSuccess, resolveError, expected = "documents", t = async_test("FileSystemManager_resolve_mode_r"); -t.step(function(){ +t.step(function (){ resolveSuccess = t.step_func(function (dir) { assert_equals(dir.path ,expected, "resolve a location with an mode r"); t.done(); @@ -63,6 +63,7 @@ t.step(function(){ tizen.filesystem.resolve("documents", resolveSuccess, resolveError, "r"); }); + diff --git a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_mode_w.html b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_mode_w.html index 21108e534..90d1cd7ba 100644 --- a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_mode_w.html +++ b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_mode_w.html @@ -26,12 +26,12 @@ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Authors: - Kaiyu - Guan,JingX + Kaiyu + Guan,JingX --> - + FileSystemManager_resolve_mode_w @@ -44,14 +44,14 @@ Authors: //==== LABEL check if resolve a location with mode w. //==== PRIORITY P2 //==== SPEC Tizen Web API:IO:Filesystem:FileSystemManager:resolve M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MOA var resolveSuccess, resolveError, expected = "documents", t = async_test("FileSystemManager_resolve_mode_w"); -t.step(function(){ +t.step(function (){ resolveSuccess = t.step_func(function (dir) { assert_equals(dir.path ,expected, "resolve a location with an mode w"); t.done(); @@ -63,6 +63,7 @@ t.step(function(){ tizen.filesystem.resolve("documents", resolveSuccess, resolveError, "w"); }); + diff --git a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_music.html b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_music.html index 629111bf2..750b632c6 100644 --- a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_music.html +++ b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_music.html @@ -26,12 +26,12 @@ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Authors: - Kaiyu - Guan,JingX + Kaiyu + Guan,JingX --> - + FileSystemManager_resolve_music @@ -44,14 +44,14 @@ Authors: //==== LABEL check if resolve music to a file handle. //==== PRIORITY P2 //==== SPEC Tizen Web API:IO:Filesystem:FileSystemManager:resolve M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MOA var resolveSuccess, resolveError, expected = "music", t = async_test("FileSystemManager_resolve_music"); -t.step(function(){ +t.step(function (){ resolveSuccess = t.step_func(function (dir) { assert_equals(dir.path ,expected, "resolve music to a file handle"); t.done(); @@ -63,6 +63,7 @@ t.step(function(){ tizen.filesystem.resolve("music", resolveSuccess, resolveError, "rw"); }); + diff --git a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_onerror_TypeMismatch.html b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_onerror_TypeMismatch.html index 12a4616a0..3463c7947 100644 --- a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_onerror_TypeMismatch.html +++ b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_onerror_TypeMismatch.html @@ -16,11 +16,11 @@ limitations under the License. Authors: - Piotr Czaja - Beata Koziarek + Piotr Czaja + Beata Koziarek --> - + FileSystemManager_resolve_onerror_TypeMismatch @@ -34,7 +34,7 @@ Authors: //==== PRIORITY P2 //==== LABEL Check argument onerror conversions exception in resolve method. //==== SPEC Tizen Web API:IO:Filesystem:FileSystemManager:resolve M -//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MC var t = async_test("FileSystemManager_resolve_onerror_TypeMismatch"), i, diff --git a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_onerror_invalid_cb.html b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_onerror_invalid_cb.html index a6bf53358..e86f8b318 100644 --- a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_onerror_invalid_cb.html +++ b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_onerror_invalid_cb.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Piotr Czaja + Piotr Czaja --> - + FileSystemManager_resolve_onerror_invalid_cb @@ -33,7 +33,7 @@ Authors: //==== PRIORITY P2 //==== LABEL Check argument onError validation in resolve method onerror callback //==== SPEC Tizen Web API:IO:Filesystem:FileSystemManager:resolve M -//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MTCB var t = async_test("FileSystemManager_resolve_onerror_invalid_cb"), @@ -45,7 +45,7 @@ t.step(function () { resolveSuccess = t.step_func(function (storage) { }); resolveError = { - onerror: t.step_func(function(){ + onerror: t.step_func(function (){ assert_unreached("Invalid callback invoked: "); }) }; diff --git a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_onsuccess_TypeMismatch.html b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_onsuccess_TypeMismatch.html index 6b253a965..4a5f6cb0c 100644 --- a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_onsuccess_TypeMismatch.html +++ b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_onsuccess_TypeMismatch.html @@ -16,11 +16,11 @@ limitations under the License. Authors: - Piotr Czaja - Beata Koziarek + Piotr Czaja + Beata Koziarek --> - + FileSystemManager_resolve_onsuccess_TypeMismatch @@ -34,7 +34,7 @@ Authors: //==== PRIORITY P2 //==== LABEL Check argument onSuccess conversions exception in resolve method //==== SPEC Tizen Web API:IO:Filesystem:FileSystemManager:resolve M -//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MC var t = async_test("FileSystemManager_resolve_onsuccess_TypeMismatch"), i, diff --git a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_onsuccess_invalid_cb.html b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_onsuccess_invalid_cb.html index f39d716bb..c2d49f999 100644 --- a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_onsuccess_invalid_cb.html +++ b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_onsuccess_invalid_cb.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Piotr Czaja - Beata Koziarek + Piotr Czaja + Beata Koziarek --> - + FileSystemManager_resolve_onsuccess_invalid_cb @@ -33,7 +33,7 @@ Authors: //==== PRIORITY P2 //==== LABEL Check argument onSuccess validation in resolve method onsuccess callback //==== SPEC Tizen Web API:IO:Filesystem:FileSystemManager:resolve M -//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MTCB var t = async_test("FileSystemManager_resolve_onsuccess_invalid_cb"), @@ -46,7 +46,7 @@ t.step(function () { }); resolveSuccess = { - onsuccess: t.step_func(function(){ + onsuccess: t.step_func(function (){ assert_unreached("Invalid callback invoked: "); }) }; diff --git a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_ringtones.html b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_ringtones.html index c58088b18..fe440e385 100644 --- a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_ringtones.html +++ b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_ringtones.html @@ -26,12 +26,12 @@ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Authors: - Kaiyu - Guan,JingX + Kaiyu + Guan,JingX --> - + FileSystemManager_resolve_ringtones @@ -44,13 +44,13 @@ Authors: //==== TEST: FileSystemManager_resolve_ringtones //==== LABEL: Check if resolve ringtones to a file handle. //==== SPEC: Tizen Web API:IO:Filesystem:FileSystemManager:resolve M -//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MOA var resolveSuccess, resolveError, expected = "ringtones", t = async_test("FileSystemManager_resolve_ringtones"); -t.step(function(){ +t.step(function (){ resolveSuccess = t.step_func(function (dir) { assert_equals(dir.path, expected, "resolve ringtones to a file handle"); t.done(); @@ -62,6 +62,7 @@ t.step(function(){ tizen.filesystem.resolve("ringtones", resolveSuccess, resolveError, "r"); }); + diff --git a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_ringtones_invalid_mode_a.html b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_ringtones_invalid_mode_a.html index 4fde7db2e..2007657b4 100644 --- a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_ringtones_invalid_mode_a.html +++ b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_ringtones_invalid_mode_a.html @@ -16,11 +16,11 @@ limitations under the License. Authors: - Mariusz Polasinski + Mariusz Polasinski --> - + FileSystemManager_resolve_ringtones_invalid_mode_a @@ -33,7 +33,7 @@ Authors: //==== LABEL check if InvalidValuesError will be reported when the ringtones directory is resolved with mode a //==== PRIORITY P2 //==== SPEC Tizen Web API:IO:Filesystem:FileSystemManager:resolve M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA var resolveSuccess, resolveError, @@ -52,6 +52,7 @@ t.step(function () { tizen.filesystem.resolve("ringtones", resolveSuccess, resolveError, "a"); }); + diff --git a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_ringtones_invalid_mode_rw.html b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_ringtones_invalid_mode_rw.html index e1b177e55..d8f165e39 100644 --- a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_ringtones_invalid_mode_rw.html +++ b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_ringtones_invalid_mode_rw.html @@ -16,11 +16,11 @@ limitations under the License. Authors: - Mariusz Polasinski + Mariusz Polasinski --> - + FileSystemManager_resolve_ringtones_invalid_mode_rw @@ -33,7 +33,7 @@ Authors: //==== LABEL check if InvalidValuesError will be reported when the rightones directory is resolved with mode rw //==== PRIORITY P2 //==== SPEC Tizen Web API:IO:Filesystem:FileSystemManager:resolve M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA var resolveSuccess, resolveError, @@ -52,6 +52,7 @@ t.step(function () { tizen.filesystem.resolve("ringtones", resolveSuccess, resolveError, "rw"); }); + diff --git a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_ringtones_invalid_mode_w.html b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_ringtones_invalid_mode_w.html index c771a78d6..aedfb3ab2 100644 --- a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_ringtones_invalid_mode_w.html +++ b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_ringtones_invalid_mode_w.html @@ -16,11 +16,11 @@ limitations under the License. Authors: - Mariusz Polasinski + Mariusz Polasinski --> - + FileSystemManager_resolve_ringtones_invalid_mode_w @@ -33,7 +33,7 @@ Authors: //==== LABEL check if InvalidValuesError will be reported when the ringtones directory is resolved with mode w //==== PRIORITY P2 //==== SPEC Tizen Web API:IO:Filesystem:FileSystemManager:resolve M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA var resolveSuccess, resolveError, @@ -52,6 +52,7 @@ t.step(function () { tizen.filesystem.resolve("ringtones", resolveSuccess, resolveError, "w"); }); + diff --git a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_videos.html b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_videos.html index a49944d32..75a684690 100644 --- a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_videos.html +++ b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_videos.html @@ -26,12 +26,12 @@ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Authors: - Kaiyu - Guan,JingX + Kaiyu + Guan,JingX --> - + FileSystemManager_resolve_videos @@ -44,14 +44,14 @@ Authors: //==== LABEL check if resolve videos to a file handle. //==== PRIORITY P2 //==== SPEC Tizen Web API:IO:Filesystem:FileSystemManager:resolve M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MOA var expected = "videos", resolveSuccess, resolveError, t = async_test("FileSystemManager_resolve_videos"); -t.step(function(){ +t.step(function (){ resolveSuccess = t.step_func(function (dir) { assert_equals(dir.path ,expected, "resolve videos to a file handle"); t.done(); @@ -63,6 +63,7 @@ t.step(function(){ tizen.filesystem.resolve("videos", resolveSuccess, resolveError, "rw"); }); + diff --git a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_wgt-package_invalid_mode_a.html b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_wgt-package_invalid_mode_a.html index c14b657ae..4b6928255 100644 --- a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_wgt-package_invalid_mode_a.html +++ b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_wgt-package_invalid_mode_a.html @@ -16,11 +16,11 @@ limitations under the License. Authors: - Mariusz Polasinski + Mariusz Polasinski --> - + FileSystemManager_resolve_wgt-package_invalid_mode_a @@ -33,7 +33,7 @@ Authors: //==== LABEL check if InvalidValuesError will be reported when the wgt-package directory is resolved with mode a //==== PRIORITY P2 //==== SPEC Tizen Web API:IO:Filesystem:FileSystemManager:resolve M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA var resolveSuccess, resolveError, @@ -52,6 +52,7 @@ t.step(function () { tizen.filesystem.resolve("wgt-package", resolveSuccess, resolveError, "a"); }); + diff --git a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_wgt-package_invalid_mode_rw.html b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_wgt-package_invalid_mode_rw.html index 2166c37d6..f15618735 100644 --- a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_wgt-package_invalid_mode_rw.html +++ b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_wgt-package_invalid_mode_rw.html @@ -16,11 +16,11 @@ limitations under the License. Authors: - Mariusz Polasinski + Mariusz Polasinski --> - + FileSystemManager_resolve_wgt-package_invalid_mode_rw @@ -33,7 +33,7 @@ Authors: //==== LABEL check if InvalidValuesError will be reported when the wgt-package directory is resolved with mode rw //==== PRIORITY P2 //==== SPEC Tizen Web API:IO:Filesystem:FileSystemManager:resolve M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA var resolveSuccess, resolveError, @@ -52,6 +52,7 @@ t.step(function () { tizen.filesystem.resolve("wgt-package", resolveSuccess, resolveError, "rw"); }); + diff --git a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_wgt-package_invalid_mode_w.html b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_wgt-package_invalid_mode_w.html index 50b3061ad..04b83cdf0 100644 --- a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_wgt-package_invalid_mode_w.html +++ b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_wgt-package_invalid_mode_w.html @@ -16,11 +16,11 @@ limitations under the License. Authors: - Mariusz Polasinski + Mariusz Polasinski --> - + FileSystemManager_resolve_wgt-package_invalid_mode_w @@ -33,7 +33,7 @@ Authors: //==== LABEL check if InvalidValuesError will be reported when the wgt-package directory is resolved with mode w //==== PRIORITY P2 //==== SPEC Tizen Web API:IO:Filesystem:FileSystemManager:resolve M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA var resolveSuccess, resolveError, @@ -52,6 +52,7 @@ t.step(function () { tizen.filesystem.resolve("wgt-package", resolveSuccess, resolveError, "w"); }); + diff --git a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_wgt_package.html b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_wgt_package.html index 4c65ed6de..822e904a0 100644 --- a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_wgt_package.html +++ b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_wgt_package.html @@ -26,12 +26,12 @@ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Authors: - Kaiyu - Guan,JingX + Kaiyu + Guan,JingX --> - + FileSystemManager_resolve_wgt_package @@ -44,13 +44,13 @@ Authors: //==== TEST: FileSystemManager_resolve_wgt_package //==== LABEL: Check if resolve wgt-package to a file handle. //==== SPEC: Tizen Web API:IO:Filesystem:FileSystemManager:resolve M -//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MOA var resolveSuccess, resolveError, expected = "wgt-package", t = async_test("FileSystemManager_resolve_wgt_package"); -t.step(function(){ +t.step(function (){ resolveSuccess = t.step_func(function (dir) { assert_equals(dir.path, expected, "resolve wgt-package to a file handle"); t.done(); @@ -62,6 +62,7 @@ t.step(function(){ tizen.filesystem.resolve("wgt-package", resolveSuccess, resolveError, "r"); }); + diff --git a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_wgt_private.html b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_wgt_private.html index f6cb123a1..f4c150336 100644 --- a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_wgt_private.html +++ b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_wgt_private.html @@ -26,12 +26,12 @@ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Authors: - Kaiyu - Guan,JingX + Kaiyu + Guan,JingX --> - + FileSystemManager_resolve_wgt_private @@ -44,13 +44,13 @@ Authors: //==== TEST: FileSystemManager_resolve_wgt_private //==== LABEL: Check if resolve wgt-private to a file handle. //==== SPEC: Tizen Web API:IO:Filesystem:FileSystemManager:resolve M -//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MOA var resolveSuccess, resolveError, expected = "wgt-private", t = async_test("FileSystemManager_resolve_wgt_private"); -t.step(function(){ +t.step(function (){ resolveSuccess = t.step_func(function (dir) { assert_equals(dir.path, expected, "resolve wgt-private to a file handle"); t.done(); @@ -62,6 +62,7 @@ t.step(function(){ tizen.filesystem.resolve("wgt-private", resolveSuccess, resolveError, "rw"); }); + diff --git a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_wgt_private_tmp.html b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_wgt_private_tmp.html index aed158db7..f2cf11dda 100644 --- a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_wgt_private_tmp.html +++ b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_wgt_private_tmp.html @@ -26,11 +26,11 @@ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Authors: - Kaiyu - Guan,JingX + Kaiyu + Guan,JingX --> - + FileSystemManager_resolve_wgt_private_tmp @@ -43,13 +43,13 @@ Authors: //==== TEST: FileSystemManager_resolve_wgt_private_tmp //==== LABEL: Check if resolve wgt-private-tmp to a file handle. //==== SPEC: Tizen Web API:IO:Filesystem:FileSystemManager:resolve M -//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MOA var resolveSuccess, resolveError, expected = "wgt-private-tmp", t = async_test("FileSystemManager_resolve_wgt_private_tmp"); -t.step(function(){ +t.step(function (){ resolveSuccess = t.step_func(function (dir) { assert_equals(dir.path, expected, "resolve wgt-private-tmp to a file handle"); t.done(); @@ -61,6 +61,7 @@ t.step(function(){ tizen.filesystem.resolve("wgt-private-tmp", resolveSuccess, resolveError, "rw"); }); + diff --git a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_with_mode.html b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_with_mode.html index 55e858fb4..c075207c8 100644 --- a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_with_mode.html +++ b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_with_mode.html @@ -16,11 +16,11 @@ limitations under the License. Authors: - Piotr Czaja - Beata Koziarek + Piotr Czaja + Beata Koziarek --> - + FileSystemManager_resolve_with_mode @@ -34,7 +34,7 @@ Authors: //==== PRIORITY P1 //==== LABEL Check with optional arguments resolve(valid_location, valid_onsuccess, valid_onerror, valid_mode) [METH7] //==== SPEC Tizen Web API:IO:Filesystem:FileSystemManager:resolve M -//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MOA var t = async_test("FileSystemManager_resolve_with_mode"), @@ -51,6 +51,7 @@ t.step(function () { tizen.filesystem.resolve("images", resolveSuccess, resolveError, "rw"); }); + diff --git a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_with_onerror.html b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_with_onerror.html index b831fb358..3164083c4 100644 --- a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_with_onerror.html +++ b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_with_onerror.html @@ -16,12 +16,12 @@ limitations under the License. Authors: - Piotr Czaja - Beata Koziarek + Piotr Czaja + Beata Koziarek --> - + FileSystemManager_resolve_with_onerror @@ -35,12 +35,12 @@ Authors: //==== PRIORITY P2 //==== LABEL Check with optional arguments resolve //==== SPEC Tizen Web API:IO:Filesystem:FileSystemManager:resolve M -//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MOA var t = async_test("FileSystemManager_resolve_with_onerror"), resolveSuccess, resolveError; -t.step(function(){ +t.step(function (){ resolveSuccess = t.step_func(function (storage) { t.done(); }); @@ -50,6 +50,7 @@ t.step(function(){ tizen.filesystem.resolve("images", resolveSuccess, resolveError); }); + diff --git a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_works_correctly.html b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_works_correctly.html index 4068badf5..e5b031738 100644 --- a/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_works_correctly.html +++ b/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_works_correctly.html @@ -18,10 +18,10 @@ limitations under the License. Authors: - Beata Koziarek + Beata Koziarek --> - + FileSystemManager_resolve_works_correctly @@ -37,7 +37,7 @@ Authors: //==== TEST: FileSystemManager_resolve_works_correctly //==== LABEL check whether invoking tizen.filesystem.resolve() method the given location is successfully resolved //==== SPEC Tizen Web API:IO:Filesystem:FileSystemManager:resolve M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html#resolveid2589634 +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MOA var this_test = async_test("FileSystemManager_resolve_works_correctly"), diff --git a/tct-filesystem-tizen-tests/filesystem/FileSystemStorageArraySuccessCallback_notexist.html b/tct-filesystem-tizen-tests/filesystem/FileSystemStorageArraySuccessCallback_notexist.html index f39175bfa..d80266248 100644 --- a/tct-filesystem-tizen-tests/filesystem/FileSystemStorageArraySuccessCallback_notexist.html +++ b/tct-filesystem-tizen-tests/filesystem/FileSystemStorageArraySuccessCallback_notexist.html @@ -36,6 +36,7 @@ Authors: test(function () { check_no_interface_object("FileSystemStorageArraySuccessCallback"); }, "FileSystemStorageArraySuccessCallback_notexist"); + diff --git a/tct-filesystem-tizen-tests/filesystem/FileSystemStorageArraySuccessCallback_onsuccess.html b/tct-filesystem-tizen-tests/filesystem/FileSystemStorageArraySuccessCallback_onsuccess.html index 1342f94f5..4ee7a5701 100644 --- a/tct-filesystem-tizen-tests/filesystem/FileSystemStorageArraySuccessCallback_onsuccess.html +++ b/tct-filesystem-tizen-tests/filesystem/FileSystemStorageArraySuccessCallback_onsuccess.html @@ -17,11 +17,11 @@ See the License for the specific language governing permissions and limitations under the License. Authors: - Beata Koziarek - Mariusz Polasinski + Beata Koziarek + Mariusz Polasinski --> - + FileSystemStorageArraySuccessCallback_onsuccess diff --git a/tct-filesystem-tizen-tests/filesystem/FileSystemStorageSuccessCallback_notexist.html b/tct-filesystem-tizen-tests/filesystem/FileSystemStorageSuccessCallback_notexist.html index da297af00..87c358f97 100644 --- a/tct-filesystem-tizen-tests/filesystem/FileSystemStorageSuccessCallback_notexist.html +++ b/tct-filesystem-tizen-tests/filesystem/FileSystemStorageSuccessCallback_notexist.html @@ -36,6 +36,7 @@ Authors: test(function () { check_no_interface_object("FileSystemStorageSuccessCallback"); }, "FileSystemStorageSuccessCallback_notexist"); + diff --git a/tct-filesystem-tizen-tests/filesystem/FileSystemStorageSuccessCallback_onsuccess.html b/tct-filesystem-tizen-tests/filesystem/FileSystemStorageSuccessCallback_onsuccess.html index d4f3d9e0e..6c55babac 100644 --- a/tct-filesystem-tizen-tests/filesystem/FileSystemStorageSuccessCallback_onsuccess.html +++ b/tct-filesystem-tizen-tests/filesystem/FileSystemStorageSuccessCallback_onsuccess.html @@ -17,11 +17,11 @@ See the License for the specific language governing permissions and limitations under the License. Authors: - Beata Koziarek - Mariusz Polasinski + Beata Koziarek + Mariusz Polasinski --> - + FileSystemStorageSuccessCallback_onsuccess diff --git a/tct-filesystem-tizen-tests/filesystem/FileSystemStorage_extend.html b/tct-filesystem-tizen-tests/filesystem/FileSystemStorage_extend.html index f73ea7d0c..9629ca094 100644 --- a/tct-filesystem-tizen-tests/filesystem/FileSystemStorage_extend.html +++ b/tct-filesystem-tizen-tests/filesystem/FileSystemStorage_extend.html @@ -16,10 +16,10 @@ See the License for the specific language governing permissions and limitations under the License. Authors: - Beata Koziarek + Beata Koziarek --> - + FileSystemStorage_extend diff --git a/tct-filesystem-tizen-tests/filesystem/FileSystemStorage_label_attribute.html b/tct-filesystem-tizen-tests/filesystem/FileSystemStorage_label_attribute.html index fa7d522d4..4ab7a5e56 100644 --- a/tct-filesystem-tizen-tests/filesystem/FileSystemStorage_label_attribute.html +++ b/tct-filesystem-tizen-tests/filesystem/FileSystemStorage_label_attribute.html @@ -19,7 +19,7 @@ Authors: Beata Koziarek --> - + FileSystemStorage_label_attribute @@ -33,7 +33,7 @@ Authors: //==== TEST: FileSystemStorage_label_attribute //==== LABEL: Check if attribute label of FileSystemStorage exists, has type DOMString and is readonly //==== SPEC: Tizen Web API:IO:Filesystem:FileSystemStorage:label A -//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA AE AT ARO var t = async_test("FileSystemStorage_label_attribute"), listStoragesSuccess; diff --git a/tct-filesystem-tizen-tests/filesystem/FileSystemStorage_notexist.html b/tct-filesystem-tizen-tests/filesystem/FileSystemStorage_notexist.html index b9c1e66a5..566f33604 100644 --- a/tct-filesystem-tizen-tests/filesystem/FileSystemStorage_notexist.html +++ b/tct-filesystem-tizen-tests/filesystem/FileSystemStorage_notexist.html @@ -36,6 +36,7 @@ Authors: test(function () { check_no_interface_object("FileSystemStorage"); }, "FileSystemStorage_notexist"); + diff --git a/tct-filesystem-tizen-tests/filesystem/FileSystemStorage_state_attribute.html b/tct-filesystem-tizen-tests/filesystem/FileSystemStorage_state_attribute.html index 098c0dbc1..dccf1334e 100644 --- a/tct-filesystem-tizen-tests/filesystem/FileSystemStorage_state_attribute.html +++ b/tct-filesystem-tizen-tests/filesystem/FileSystemStorage_state_attribute.html @@ -20,7 +20,7 @@ Authors: Mariusz Polasinski --> - + FileSystemStorage_state_attribute @@ -34,7 +34,7 @@ Authors: //==== TEST: FileSystemStorage_state_attribute //==== LABEL: Check if attribute state of FileSystemStorage exists, has type FileSystemStorageState and is readonly //==== SPEC: Tizen Web API:IO:Filesystem:FileSystemStorage:state A -//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA AE AT ARO var t = async_test("FileSystemStorage_state_attribute"), listStoragesSuccess, valueToAssign; diff --git a/tct-filesystem-tizen-tests/filesystem/FileSystemStorage_type_attribute.html b/tct-filesystem-tizen-tests/filesystem/FileSystemStorage_type_attribute.html index 2faf499be..fc1864780 100644 --- a/tct-filesystem-tizen-tests/filesystem/FileSystemStorage_type_attribute.html +++ b/tct-filesystem-tizen-tests/filesystem/FileSystemStorage_type_attribute.html @@ -20,7 +20,7 @@ Authors: Mariusz Polasinski --> - + FileSystemStorage_type_attribute @@ -34,7 +34,7 @@ Authors: //==== TEST: FileSystemStorage_type_attribute //==== LABEL: Check if attribute type of FileSystemStorage exists, has type FileSystemStorageType and is readonly //==== SPEC: Tizen Web API:IO:Filesystem:FileSystemStorage:type A -//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA AE AT ARO var t = async_test("FileSystemStorage_type_attribute"), listStoragesSuccess, valueToAssign; diff --git a/tct-filesystem-tizen-tests/filesystem/File_copyTo.html b/tct-filesystem-tizen-tests/filesystem/File_copyTo.html index 65fe8a6d8..0b61b79fa 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_copyTo.html +++ b/tct-filesystem-tizen-tests/filesystem/File_copyTo.html @@ -16,11 +16,11 @@ limitations under the License. Authors: - Beata Koziarek - Mariusz Polasinski + Beata Koziarek + Mariusz Polasinski --> - + File_copyTo @@ -35,12 +35,12 @@ Authors: //==== TEST: File_copyTo //==== LABEL: Check if method copyTo of File works properly. //==== SPEC: Tizen Web API:IO:Filesystem:File:copyTo M -//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MMINA var t = async_test("File_copyTo"), resolveSuccess, resolveError, fsTestFile, fsTestFileName; -t.step(function(){ +t.step(function (){ fsTestFileName = getFileName("filesystem.txt"); resolveSuccess = t.step_func(function (dir) { diff --git a/tct-filesystem-tizen-tests/filesystem/File_copyTo_dir_overwrite_false.html b/tct-filesystem-tizen-tests/filesystem/File_copyTo_dir_overwrite_false.html index cb37c723e..cea6f82a3 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_copyTo_dir_overwrite_false.html +++ b/tct-filesystem-tizen-tests/filesystem/File_copyTo_dir_overwrite_false.html @@ -16,11 +16,11 @@ limitations under the License. Authors: - Mariusz Polasinski + Mariusz Polasinski --> - + File_copyTo_dir_overwrite_false @@ -36,7 +36,7 @@ Authors: //==== LABEL check if error callback was invoked when copy a directory to another location of the directory with the same name (overwrite is false). //==== PRIORITY P2 //==== SPEC Tizen Web API:IO:Filesystem:File:copyTo M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MERRCB diff --git a/tct-filesystem-tizen-tests/filesystem/File_copyTo_dir_overwrite_true.html b/tct-filesystem-tizen-tests/filesystem/File_copyTo_dir_overwrite_true.html index a0d2d284d..cdf0073bb 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_copyTo_dir_overwrite_true.html +++ b/tct-filesystem-tizen-tests/filesystem/File_copyTo_dir_overwrite_true.html @@ -16,11 +16,11 @@ limitations under the License. Authors: - Mariusz Polasinski + Mariusz Polasinski --> - + File_copyTo_dir_overwrite_true @@ -36,7 +36,7 @@ Authors: //==== LABEL check if copy a directory to another location of the directory with the same name (overwrite is true) was successfull. //==== PRIORITY P2 //==== SPEC Tizen Web API:IO:Filesystem:File:copyTo M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MOA diff --git a/tct-filesystem-tizen-tests/filesystem/File_copyTo_dir_samedir_samename_overwrite_false.html b/tct-filesystem-tizen-tests/filesystem/File_copyTo_dir_samedir_samename_overwrite_false.html index 139aa5109..9d1834def 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_copyTo_dir_samedir_samename_overwrite_false.html +++ b/tct-filesystem-tizen-tests/filesystem/File_copyTo_dir_samedir_samename_overwrite_false.html @@ -32,7 +32,7 @@ Authors: --> - + File_copyTo_dir_samedir_samename_overwrite_false @@ -48,7 +48,7 @@ Authors: //==== LABEL check if error callback invoked when copy a directory to the same location with the same name (overwrite is false). //==== PRIORITY P2 //==== SPEC Tizen Web API:IO:Filesystem:File:copyTo M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MERRCB diff --git a/tct-filesystem-tizen-tests/filesystem/File_copyTo_dir_samedir_samename_overwrite_true.html b/tct-filesystem-tizen-tests/filesystem/File_copyTo_dir_samedir_samename_overwrite_true.html index 9a5ca2f0e..3069d64a1 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_copyTo_dir_samedir_samename_overwrite_true.html +++ b/tct-filesystem-tizen-tests/filesystem/File_copyTo_dir_samedir_samename_overwrite_true.html @@ -32,7 +32,7 @@ Authors: --> - + File_copyTo_dir_samedir_samename_overwrite_true @@ -48,7 +48,7 @@ Authors: //==== LABEL check if error callback invoked when copy a directory to the same location with the same name (overwrite is true). //==== PRIORITY P2 //==== SPEC Tizen Web API:IO:Filesystem:File:copyTo M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MERRCB diff --git a/tct-filesystem-tizen-tests/filesystem/File_copyTo_exist.html b/tct-filesystem-tizen-tests/filesystem/File_copyTo_exist.html index fc1c021b4..3081a2d12 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_copyTo_exist.html +++ b/tct-filesystem-tizen-tests/filesystem/File_copyTo_exist.html @@ -32,7 +32,7 @@ Authors: --> - + File_copyTo_exist @@ -65,6 +65,7 @@ t.step(function () { tizen.filesystem.resolve("documents", resolveSuccess, resolveError, "rw"); }); + diff --git a/tct-filesystem-tizen-tests/filesystem/File_copyTo_file_overwrite_false.html b/tct-filesystem-tizen-tests/filesystem/File_copyTo_file_overwrite_false.html index a38bc6dcb..e3ec15dd1 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_copyTo_file_overwrite_false.html +++ b/tct-filesystem-tizen-tests/filesystem/File_copyTo_file_overwrite_false.html @@ -16,11 +16,11 @@ limitations under the License. Authors: - Mariusz Polasinski + Mariusz Polasinski --> - + File_copyTo_file_overwrite_false @@ -36,7 +36,7 @@ Authors: //==== LABEL check if error callback was invoked when copy a file to another location of the file with the same name (overwrite is false). //==== PRIORITY P2 //==== SPEC Tizen Web API:IO:Filesystem:File:copyTo M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MERRCB var t = async_test("File_copyTo_file_overwrite_false"), expected = "IOError", diff --git a/tct-filesystem-tizen-tests/filesystem/File_copyTo_file_overwrite_true.html b/tct-filesystem-tizen-tests/filesystem/File_copyTo_file_overwrite_true.html index e44919aa2..939a5d3fc 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_copyTo_file_overwrite_true.html +++ b/tct-filesystem-tizen-tests/filesystem/File_copyTo_file_overwrite_true.html @@ -16,11 +16,11 @@ limitations under the License. Authors: - Mariusz Polasinski + Mariusz Polasinski --> - + File_copyTo_file_overwrite_true @@ -36,7 +36,7 @@ Authors: //==== LABEL check if copy a file to another location of the file with the same name (overwrite is true) was successfull. //==== PRIORITY P2 //==== SPEC Tizen Web API:IO:Filesystem:File:copyTo M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MOA var t = async_test("File_copyTo_file_overwrite_true"), @@ -74,6 +74,7 @@ t.step(function () { tizen.filesystem.resolve("documents", resolveSuccess, resolveError, "rw"); }); }); + diff --git a/tct-filesystem-tizen-tests/filesystem/File_copyTo_file_samedir_samename_overwrite_false.html b/tct-filesystem-tizen-tests/filesystem/File_copyTo_file_samedir_samename_overwrite_false.html index e0ef650e3..b8b2135fa 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_copyTo_file_samedir_samename_overwrite_false.html +++ b/tct-filesystem-tizen-tests/filesystem/File_copyTo_file_samedir_samename_overwrite_false.html @@ -32,7 +32,7 @@ Authors: --> - + File_copyTo_file_samedir_samename_overwrite_false @@ -48,7 +48,7 @@ Authors: //==== LABEL check if error callback invoked when copy a file to the same location with the same name (overwrite is false). //==== PRIORITY P2 //==== SPEC Tizen Web API:IO:Filesystem:File:copyTo M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MERRCB diff --git a/tct-filesystem-tizen-tests/filesystem/File_copyTo_file_samedir_samename_overwrite_true.html b/tct-filesystem-tizen-tests/filesystem/File_copyTo_file_samedir_samename_overwrite_true.html index f675f4914..8c097548c 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_copyTo_file_samedir_samename_overwrite_true.html +++ b/tct-filesystem-tizen-tests/filesystem/File_copyTo_file_samedir_samename_overwrite_true.html @@ -26,12 +26,12 @@ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Authors: - Kaiyu + Kaiyu Mariusz Polasinski --> - + File_copyTo_file_samedir_samename_overwrite_true @@ -47,7 +47,7 @@ Authors: //==== LABEL check if error callback invoked when copy a file to the same location with the same name (overwrite is true) //==== PRIORITY P2 //==== SPEC Tizen Web API:IO:Filesystem:File:copyTo M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MERRCB var t = async_test("File_copyTo_file_samedir_samename_overwrite_true"), resolveSuccess, copyError, @@ -80,6 +80,7 @@ t.step(function () { tizen.filesystem.resolve("documents", resolveSuccess, resolveError, "rw"); }); }); + - \ No newline at end of file + diff --git a/tct-filesystem-tizen-tests/filesystem/File_copyTo_onerror_TypeMismatch.html b/tct-filesystem-tizen-tests/filesystem/File_copyTo_onerror_TypeMismatch.html index 89222395a..112b45867 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_copyTo_onerror_TypeMismatch.html +++ b/tct-filesystem-tizen-tests/filesystem/File_copyTo_onerror_TypeMismatch.html @@ -16,11 +16,11 @@ limitations under the License. Authors: - Beata Koziarek - Mariusz Polasinski + Beata Koziarek + Mariusz Polasinski --> - + File_copyTo_onerror_TypeMismatch @@ -36,14 +36,14 @@ Authors: //==== LABEL: Check argument onError conversions exception in copyTo method. //==== PRIORITY: P2 //==== SPEC: Tizen Web API:IO:Filesystem:File:copyTo M -//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MC var t = async_test("File_copyTo_onerror_TypeMismatch"), resolveSuccess, resolveError, conversionTable, copyError, i, copySuccess, fsTestFileName, exceptionName = "TypeMismatchError"; -t.step(function() { +t.step(function () { fsTestFileName = getFileName("filesystem.txt"); copySuccess = t.step_func(function () { diff --git a/tct-filesystem-tizen-tests/filesystem/File_copyTo_onerror_invalid_cb.html b/tct-filesystem-tizen-tests/filesystem/File_copyTo_onerror_invalid_cb.html index f2e2fa695..d9e5517e5 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_copyTo_onerror_invalid_cb.html +++ b/tct-filesystem-tizen-tests/filesystem/File_copyTo_onerror_invalid_cb.html @@ -16,12 +16,12 @@ limitations under the License. Authors: - Beata Koziarek - Mariusz Polasinski + Beata Koziarek + Mariusz Polasinski --> - + File_copyTo_onerror_invalid_cb @@ -38,7 +38,7 @@ Authors: //==== LABEL: Test whether the constructor of the interface is defined or not in copyTo method onError callback. //==== PRIORITY: P2 //==== SPEC: Tizen Web API:IO:Filesystem:File:copyTo M -//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MTCB var t = async_test("File_copyTo_onerror_invalid_cb"), resolveSuccess, resolveError, diff --git a/tct-filesystem-tizen-tests/filesystem/File_copyTo_onsuccess_TypeMismatch.html b/tct-filesystem-tizen-tests/filesystem/File_copyTo_onsuccess_TypeMismatch.html index a136a8686..8698271fe 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_copyTo_onsuccess_TypeMismatch.html +++ b/tct-filesystem-tizen-tests/filesystem/File_copyTo_onsuccess_TypeMismatch.html @@ -16,12 +16,12 @@ limitations under the License. Authors: - Beata Koziarek - Mariusz Polasinski + Beata Koziarek + Mariusz Polasinski --> - + File_copyTo_onsuccess_TypeMismatch @@ -37,13 +37,13 @@ Authors: //==== LABEL: Check argument onSuccess conversions exception in copyTo method. //==== PRIORITY: P2 //==== SPEC: Tizen Web API:IO:Filesystem:File:copyTo M -//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MC var t = async_test("File_copyTo_onsuccess_TypeMismatch"), copySuccess, resolveSuccess, resolveError, conversionTable, i, exceptionName = "TypeMismatchError", fsTestFile, fsTestFileName; -t.step(function(){ +t.step(function (){ fsTestFileName = getFileName("filesystem.txt"); resolveSuccess = t.step_func(function (dir) { diff --git a/tct-filesystem-tizen-tests/filesystem/File_copyTo_onsuccess_invalid_cb.html b/tct-filesystem-tizen-tests/filesystem/File_copyTo_onsuccess_invalid_cb.html index 7512ed57c..3136d6682 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_copyTo_onsuccess_invalid_cb.html +++ b/tct-filesystem-tizen-tests/filesystem/File_copyTo_onsuccess_invalid_cb.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Beata Koziarek + Beata Koziarek --> - + File_copyTo_onsuccess_invalid_cb @@ -36,13 +36,13 @@ Authors: //==== LABEL: Test whether the constructor of the interface is defined or not in copyTo method onSuccess callback. //==== PRIORITY: P2 //==== SPEC: Tizen Web API:IO:Filesystem:File:copyTo M -//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MTCB var t = async_test("File_copyTo_onsuccess_invalid_cb"), resolveSuccess, resolveError, copySuccess, exceptionName = "TypeMismatchError", fsTestFile, fsTestFileName; -t.step(function(){ +t.step(function (){ fsTestFileName = getFileName("filesystem.txt"); copySuccess = { diff --git a/tct-filesystem-tizen-tests/filesystem/File_copyTo_with_destination_invalid.html b/tct-filesystem-tizen-tests/filesystem/File_copyTo_with_destination_invalid.html index eca771021..7bda5a915 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_copyTo_with_destination_invalid.html +++ b/tct-filesystem-tizen-tests/filesystem/File_copyTo_with_destination_invalid.html @@ -34,7 +34,7 @@ Authors: --> - + File_copyTo_with_destination_invalid @@ -50,7 +50,7 @@ Authors: //==== LABEL check if throw an exception when copy a file to an invalid destination. //==== PRIORITY P2 //==== SPEC Tizen Web API:IO:Filesystem:File:copyTo M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MERRCB diff --git a/tct-filesystem-tizen-tests/filesystem/File_copyTo_with_file_handle.html b/tct-filesystem-tizen-tests/filesystem/File_copyTo_with_file_handle.html index fb6b576e7..e4025f0fe 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_copyTo_with_file_handle.html +++ b/tct-filesystem-tizen-tests/filesystem/File_copyTo_with_file_handle.html @@ -32,7 +32,7 @@ Authors: --> - + File_copyTo_with_file_handle @@ -48,7 +48,7 @@ Authors: //==== LABEL check if throw an exception when copyTo with file handle. //==== PRIORITY P2 //==== SPEC Tizen Web API:IO:Filesystem:File:copyTo M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MERRCB var resolveSuccess, resolveError, copySuccess, copyError, fsTestFile, fsTestFileName, fsTestDir, fsTestDirName, diff --git a/tct-filesystem-tizen-tests/filesystem/File_copyTo_with_invalid_filepath.html b/tct-filesystem-tizen-tests/filesystem/File_copyTo_with_invalid_filepath.html index dc2bf15b4..ee98ce619 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_copyTo_with_invalid_filepath.html +++ b/tct-filesystem-tizen-tests/filesystem/File_copyTo_with_invalid_filepath.html @@ -18,10 +18,10 @@ limitations under the License. Authors: - Beata Koziarek + Beata Koziarek --> - + File_copyTo_with_invalid_filepath @@ -38,7 +38,7 @@ Authors: //==== LABEL check whether invoking 'copyTo' method with invalid filepath param calls error callback function properly //==== PRIORITY P2 //==== SPEC Tizen Web API:IO:Filesystem:File:copyTo M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html#copyToid2592536 +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MERRCB var this_test = async_test("File_copyTo_with_invalid_filepath"); diff --git a/tct-filesystem-tizen-tests/filesystem/File_copyTo_with_invalid_virtual_file.html b/tct-filesystem-tizen-tests/filesystem/File_copyTo_with_invalid_virtual_file.html index 393945b8d..262109e67 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_copyTo_with_invalid_virtual_file.html +++ b/tct-filesystem-tizen-tests/filesystem/File_copyTo_with_invalid_virtual_file.html @@ -18,10 +18,10 @@ limitations under the License. Authors: - Beata Koziarek + Beata Koziarek --> - + File_copyTo_with_invalid_virtual_file @@ -38,7 +38,7 @@ Authors: //==== LABEL check whether invoking 'copyTo' method with invalid virtual file path params calls error callback function properly //==== PRIORITY P2 //==== SPEC Tizen Web API:IO:Filesystem:File:copyTo M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html#copyToid2592536 +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MERRCB var t = async_test("File_copyTo_with_invalid_virtual_file"), copyToSuccess, copyToError, diff --git a/tct-filesystem-tizen-tests/filesystem/File_copyTo_with_null_success_and_error_callbacks.html b/tct-filesystem-tizen-tests/filesystem/File_copyTo_with_null_success_and_error_callbacks.html index 3f1f8b4b5..551dded28 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_copyTo_with_null_success_and_error_callbacks.html +++ b/tct-filesystem-tizen-tests/filesystem/File_copyTo_with_null_success_and_error_callbacks.html @@ -18,10 +18,10 @@ limitations under the License. Authors: - Beata Koziarek + Beata Koziarek --> - + File_copyTo_with_null_success_and_error_callbacks @@ -37,7 +37,7 @@ Authors: //==== TEST: File_copyTo_with_null_success_and_error_callbacks //==== LABEL check whether 'copyTo' method properly copies file in case success and error callbacks are undefined //==== SPEC Tizen Web API:IO:Filesystem:File:copyTo M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html#copyToid2592536 +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MMINA var this_test = async_test("File_copyTo_with_null_success_and_error_callbacks"); diff --git a/tct-filesystem-tizen-tests/filesystem/File_copyTo_with_onerror.html b/tct-filesystem-tizen-tests/filesystem/File_copyTo_with_onerror.html index 87455be3a..936454cde 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_copyTo_with_onerror.html +++ b/tct-filesystem-tizen-tests/filesystem/File_copyTo_with_onerror.html @@ -17,12 +17,12 @@ limitations under the License. Authors: - Beata Koziarek - Mariusz Polasinski + Beata Koziarek + Mariusz Polasinski --> - + File_copyTo_with_onerror @@ -39,13 +39,13 @@ Authors: //==== TEST: File_copyTo_with_onerror //==== LABEL: Check if method copyTo wit onError optional argument works properly. //==== SPEC: Tizen Web API:IO:Filesystem:File:copyTo M -//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MOA var t = async_test("File_copyTo_with_onerror"), resolveSuccess, resolveError, copyToSuccess, copyToError, fsTestFileName; -t.step(function(){ +t.step(function (){ fsTestFileName = getFileName("notexistingfile.txt"); copyToError = t.step_func(function () { diff --git a/tct-filesystem-tizen-tests/filesystem/File_copyTo_with_onsuccess.html b/tct-filesystem-tizen-tests/filesystem/File_copyTo_with_onsuccess.html index 8b49f8196..ffc86a060 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_copyTo_with_onsuccess.html +++ b/tct-filesystem-tizen-tests/filesystem/File_copyTo_with_onsuccess.html @@ -17,12 +17,12 @@ limitations under the License. Authors: - Beata Koziarek - Mariusz Polasinski + Beata Koziarek + Mariusz Polasinski --> - + File_copyTo_with_onsuccess @@ -39,7 +39,7 @@ Authors: //==== TEST: File_copyTo_with_onsuccess //==== LABEL: Check if method copyTo with onSuccess optional argument works properly. //==== SPEC: Tizen Web API:IO:Filesystem:File:copyTo M -//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MAST MR var t = async_test("File_copyTo_with_onsuccess"), resolveSuccess, resolveError, resolveSuccess2, resolveError2, diff --git a/tct-filesystem-tizen-tests/filesystem/File_copyTo_with_para_invalid.html b/tct-filesystem-tizen-tests/filesystem/File_copyTo_with_para_invalid.html index 7714e84c4..b2cb8d235 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_copyTo_with_para_invalid.html +++ b/tct-filesystem-tizen-tests/filesystem/File_copyTo_with_para_invalid.html @@ -33,7 +33,7 @@ Authors: --> - + File_copyTo_with_para_invalid @@ -49,7 +49,7 @@ Authors: //==== LABEL check if throw an exception when copyTo with invalid parameters. //==== PRIORITY P2 //==== SPEC Tizen Web API:IO:Filesystem:File:copyTo M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MERRCB diff --git a/tct-filesystem-tizen-tests/filesystem/File_copyTo_writeFile_newName.html b/tct-filesystem-tizen-tests/filesystem/File_copyTo_writeFile_newName.html index 90f6163ce..2cedfb526 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_copyTo_writeFile_newName.html +++ b/tct-filesystem-tizen-tests/filesystem/File_copyTo_writeFile_newName.html @@ -32,7 +32,7 @@ Authors: --> - + File_copyTo_writeFile_newName @@ -47,7 +47,7 @@ Authors: //==== TEST: File_copyTo_writeFile_newName //==== LABEL check if create a new empty file and write content of the file and then copy the file to the same location with different file name //==== SPEC Tizen Web API:IO:Filesystem:File:copyTo M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MOA diff --git a/tct-filesystem-tizen-tests/filesystem/File_copyTo_writeFile_overwrite_false.html b/tct-filesystem-tizen-tests/filesystem/File_copyTo_writeFile_overwrite_false.html index acb6534e8..db5bdec8c 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_copyTo_writeFile_overwrite_false.html +++ b/tct-filesystem-tizen-tests/filesystem/File_copyTo_writeFile_overwrite_false.html @@ -32,10 +32,10 @@ Authors: --> - + -File_copyTo_writeFile_overwirte_false +File_copyTo_writeFile_overwrite_false @@ -47,7 +47,7 @@ Authors: //==== TEST: File_copyTo_writeFile_overwrite_false //==== LABEL check if create a new empty file and write content of the file and then copy the file to another location with same file name (overwrite false) //==== SPEC Tizen Web API:IO:Filesystem:File:copyTo M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MERRCB diff --git a/tct-filesystem-tizen-tests/filesystem/File_copyTo_writeFile_subdir.html b/tct-filesystem-tizen-tests/filesystem/File_copyTo_writeFile_subdir.html index 5048e3241..191ae140e 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_copyTo_writeFile_subdir.html +++ b/tct-filesystem-tizen-tests/filesystem/File_copyTo_writeFile_subdir.html @@ -32,7 +32,7 @@ Authors: --> - + File_copyTo_writeFile_subdir @@ -47,7 +47,7 @@ Authors: //==== TEST: File_copyTo_writeFile_subdir //==== LABEL check if create a new empty file and write content of the file and then copy the file to subdirectory with same file name //==== SPEC Tizen Web API:IO:Filesystem:File:copyTo M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MOA diff --git a/tct-filesystem-tizen-tests/filesystem/File_createDirectory.html b/tct-filesystem-tizen-tests/filesystem/File_createDirectory.html index 5ec75014f..3f183e6f8 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_createDirectory.html +++ b/tct-filesystem-tizen-tests/filesystem/File_createDirectory.html @@ -16,12 +16,12 @@ limitations under the License. Authors: - Beata Koziarek - Mariusz Polasinski + Beata Koziarek + Mariusz Polasinski --> - + File_createDirectory @@ -38,7 +38,7 @@ Authors: //==== TEST: File_createDirectory //==== LABEL: Check if method createDirectory of File works properly. //==== SPEC: Tizen Web API:IO:Filesystem:File:createDirectory M -//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MAST MMINA MR var t = async_test("File_createDirectory"), diff --git a/tct-filesystem-tizen-tests/filesystem/File_createDirectory_exist.html b/tct-filesystem-tizen-tests/filesystem/File_createDirectory_exist.html index 013145b3d..ce0269566 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_createDirectory_exist.html +++ b/tct-filesystem-tizen-tests/filesystem/File_createDirectory_exist.html @@ -32,7 +32,7 @@ Authors: --> - + File_createDirectory_exist diff --git a/tct-filesystem-tizen-tests/filesystem/File_createDirectory_level2.html b/tct-filesystem-tizen-tests/filesystem/File_createDirectory_level2.html index f20818d60..dfccafa6f 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_createDirectory_level2.html +++ b/tct-filesystem-tizen-tests/filesystem/File_createDirectory_level2.html @@ -32,7 +32,7 @@ Authors: --> - + File_createDirectory_level2 @@ -48,12 +48,12 @@ Authors: //==== LABEL check if create directory of two levels. //==== PRIORITY P2 //==== SPEC Tizen Web API:IO:Filesystem:File:createDirectory M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MAST var t = async_test("File_createDirectory_level2"); -t.step(function(){ +t.step(function (){ var resolveSuccess, resolveError, listFilesSuccess, listFilesError, documentsDir, fsTestDir, fsTestDirName, fsTestSubDir, fsTestSubDirName; @@ -66,7 +66,7 @@ t.step(function(){ t.done(); }); - listFilesError = t.step_func(function(error) { + listFilesError = t.step_func(function (error) { assert_unreached("listFiles() error callback invoked: name: " + error.name + ", msg: " + error.message); }); diff --git a/tct-filesystem-tizen-tests/filesystem/File_createFile.html b/tct-filesystem-tizen-tests/filesystem/File_createFile.html index 8b53af291..e747243e1 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_createFile.html +++ b/tct-filesystem-tizen-tests/filesystem/File_createFile.html @@ -16,12 +16,12 @@ limitations under the License. Authors: - Beata Koziarek - Mariusz Polasinski + Beata Koziarek + Mariusz Polasinski --> - + File_createFile @@ -37,7 +37,7 @@ Authors: //==== TEST: File_createFile //==== LABEL: Check if method createFile of File works properly. //==== SPEC: Tizen Web API:IO:Filesystem:File:createFile M -//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MAST MMINA MR var t = async_test("File_createFile"), diff --git a/tct-filesystem-tizen-tests/filesystem/File_createFile_exist.html b/tct-filesystem-tizen-tests/filesystem/File_createFile_exist.html index 6e356eb2f..639a8f70c 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_createFile_exist.html +++ b/tct-filesystem-tizen-tests/filesystem/File_createFile_exist.html @@ -32,7 +32,7 @@ Authors: --> - + File_createFile_exist @@ -53,7 +53,7 @@ Authors: var t = async_test("File_createFile_exist"), resolveSuccess, resolveError; -t.step(function(){ +t.step(function (){ resolveSuccess = t.step_func(function (dir) { assert_true("createFile" in dir, "method createFile is exist"); check_method_exists(dir, "createFile"); @@ -66,6 +66,7 @@ t.step(function(){ tizen.filesystem.resolve("documents", resolveSuccess, resolveError, "rw"); }); + diff --git a/tct-filesystem-tizen-tests/filesystem/File_createFile_existing_file.html b/tct-filesystem-tizen-tests/filesystem/File_createFile_existing_file.html index 20b5b2eb5..950773286 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_createFile_existing_file.html +++ b/tct-filesystem-tizen-tests/filesystem/File_createFile_existing_file.html @@ -32,7 +32,7 @@ Authors: --> - + File_createFile_existing_file diff --git a/tct-filesystem-tizen-tests/filesystem/File_createFile_with_invalid_name.html b/tct-filesystem-tizen-tests/filesystem/File_createFile_with_invalid_name.html index 53805f49e..faa22e3f8 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_createFile_with_invalid_name.html +++ b/tct-filesystem-tizen-tests/filesystem/File_createFile_with_invalid_name.html @@ -32,7 +32,7 @@ Authors: --> - + File_createFile_with_invalid_name @@ -47,23 +47,23 @@ Authors: //==== LABEL check if throw an exception when create file with invalid file name. //==== PRIORITY P2 //==== SPEC Tizen Web API:IO:Filesystem:File:createFile M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA var t = async_test("File_createFile_with_invalid_name"), expected = "InvalidValuesError", documentsDir, resolveSuccess, resolveError; -t.step(function() { - resolveSuccess = t.step_func(function(dir) { +t.step(function () { + resolveSuccess = t.step_func(function (dir) { documentsDir = dir; - assert_throws({name: expected}, function() { + assert_throws({name: expected}, function () { dir.createFile("..//test.doc"); }, expected + " should be thrown"); t.done(); }); - resolveError = t.step_func(function(error) { + resolveError = t.step_func(function (error) { assert_unreached("resolve() error callback invoked: name: " + error.name + ", msg: " + error.message); }); diff --git a/tct-filesystem-tizen-tests/filesystem/File_created_attribute.html b/tct-filesystem-tizen-tests/filesystem/File_created_attribute.html index cc825839f..6f668c194 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_created_attribute.html +++ b/tct-filesystem-tizen-tests/filesystem/File_created_attribute.html @@ -20,7 +20,7 @@ Authors: Mariusz Polasinski --> - + File_created_attribute @@ -37,13 +37,13 @@ Authors: //==== TEST: File_created_attribute //==== LABEL: Check if attribute created of File exists, has type Date and is readonly //==== SPEC: Tizen Web API:IO:Filesystem:File:created A -//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA AE AT ARO var t = async_test("File_created_attribute"), resolveSuccess, resolveError, fsTestFileName, fsTestFile, date, tmp; -t.step(function(){ +t.step(function (){ fsTestFileName = getFileName("filesystem.txt"); resolveSuccess = t.step_func(function (dir) { diff --git a/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory.html b/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory.html index 4cc175a68..e922503a1 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory.html +++ b/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory.html @@ -17,12 +17,12 @@ limitations under the License. Authors: - Beata Koziarek - Mariusz Polasinski + Beata Koziarek + Mariusz Polasinski --> - + File_deleteDirectory @@ -37,12 +37,12 @@ Authors: //==== TEST: File_deleteDirectory //==== LABEL: Check if method deleteDirectory of File works properly. //==== SPEC: Tizen Web API:IO:Filesystem:File:deleteDirectory M -//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MMINA var t = async_test("File_deleteDirectory"); -t.step(function(){ +t.step(function (){ var resolveSuccess, resolveError, fsTestDirName, fsTestDir; fsTestDirName = getDirName("filesystem"); diff --git a/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_createDir_documents.html b/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_createDir_documents.html index 96d54948a..140930c4b 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_createDir_documents.html +++ b/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_createDir_documents.html @@ -32,7 +32,7 @@ Authors: --> - + File_deleteDirectory_createDir_documents @@ -48,33 +48,33 @@ Authors: //==== TEST: File_deleteDirectory_createDir_documents //==== LABEL check if create a new directory in documents and then delete the directory //==== SPEC Tizen Web API:IO:Filesystem:File:deleteDirectory M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MOA var fsTestDirName, fsTestDir, resolveSuccess, resolveError, deleteSuccess, deleteError, documentsDir, t = async_test("File_deleteDirectory_createDir_documents"); -t.step(function(){ +t.step(function (){ fsTestDirName = getDirName("filesystem"); - deleteSuccess = t.step_func(function() { + deleteSuccess = t.step_func(function () { assert_throws({name: "NotFoundError"}, function () { documentsDir.resolve(fsTestDirName); }, "directory wasn't deleted properly"); t.done(); }); - deleteError = t.step_func(function(error) { + deleteError = t.step_func(function (error) { assert_unreached("deleteDirectory() error callback invoked: name: " + error.name + ", msg: " + error.message); }); - resolveSuccess = t.step_func(function(dir) { + resolveSuccess = t.step_func(function (dir) { documentsDir = dir; fsTestDir = dir.createDirectory(fsTestDirName); dir.deleteDirectory(fsTestDir.fullPath, true, deleteSuccess, deleteError); }); - resolveError = t.step_func(function(error) { + resolveError = t.step_func(function (error) { assert_unreached("resolve() error callback invoked: name: " + error.name + ", msg: " + error.message); }); @@ -82,7 +82,7 @@ t.step(function(){ tizen.filesystem.resolve("documents", resolveSuccess, resolveError, "rw"); }); }); - + diff --git a/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_createDir_downloads.html b/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_createDir_downloads.html index 9ea55cd8a..55f0a8e2b 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_createDir_downloads.html +++ b/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_createDir_downloads.html @@ -32,7 +32,7 @@ Authors: --> - + File_deleteDirectory_createDir_downloads @@ -47,34 +47,34 @@ Authors: //==== TEST: File_deleteDirectory_createDir_downloads //==== LABEL check if create a new directory in downloads and then delete the directory //==== SPEC Tizen Web API:IO:Filesystem:File:deleteDirectory M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MOA var fsTestDirName, fsTestDir, resolveSuccess, resolveError, deleteSuccess, deleteError, downloadsDir, t = async_test("File_deleteDirectory_createDir_downloads"); -t.step(function(){ +t.step(function (){ fsTestDirName = getDirName("filesystem"); - deleteSuccess = t.step_func(function() { + deleteSuccess = t.step_func(function () { assert_throws({name: "NotFoundError"}, function () { downloadsDir.resolve(fsTestDirName); }, "directory wasn't deleted properly"); t.done(); }); - deleteError = t.step_func(function(error) { + deleteError = t.step_func(function (error) { assert_unreached("deleteDirectory() error callback invoked: name: " + error.name + ", msg: " + error.message); }); - resolveSuccess = t.step_func(function(dir) { + resolveSuccess = t.step_func(function (dir) { downloadsDir = dir; fsTestDir = dir.createDirectory(fsTestDirName); dir.deleteDirectory(fsTestDir.fullPath, true, deleteSuccess, deleteError); }); - resolveError = t.step_func(function(error) { + resolveError = t.step_func(function (error) { assert_unreached("resolve() error callback invoked: name: " + error.name + ", msg: " + error.message); }); diff --git a/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_createDir_images.html b/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_createDir_images.html index 424389c9a..bf9b07e42 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_createDir_images.html +++ b/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_createDir_images.html @@ -32,7 +32,7 @@ Authors: --> - + File_deleteDirectory_createDir_images @@ -48,34 +48,34 @@ Authors: //==== LABEL check if create a new directory in images and then delete the directory //==== PRIORITY P1 //==== SPEC Tizen Web API:IO:Filesystem:File:deleteDirectory M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MOA var fsTestDirName, fsTestDir, resolveSuccess, resolveError, deleteSuccess, deleteError, imagesDir, t = async_test("File_deleteDirectory_createDir_images"); -t.step(function(){ +t.step(function (){ fsTestDirName = getDirName("filesystem"); - deleteSuccess = t.step_func(function() { + deleteSuccess = t.step_func(function () { assert_throws({name: "NotFoundError"}, function () { imagesDir.resolve(fsTestDirName); }, "directory wasn't deleted properly"); t.done(); }); - deleteError = t.step_func(function(error) { + deleteError = t.step_func(function (error) { assert_unreached("deleteDirectory() error callback invoked: name: " + error.name + ", msg: " + error.message); }); - resolveSuccess = t.step_func(function(dir) { + resolveSuccess = t.step_func(function (dir) { imagesDir = dir; fsTestDir = dir.createDirectory(fsTestDirName); dir.deleteDirectory(fsTestDir.fullPath, true, deleteSuccess, deleteError); }); - resolveError = t.step_func(function(error) { + resolveError = t.step_func(function (error) { assert_unreached("resolve() error callback invoked: name: " + error.name + ", msg: " + error.message); }); @@ -85,6 +85,5 @@ t.step(function(){ }); - diff --git a/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_createDir_music.html b/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_createDir_music.html index 516c7a5ce..5607f97ab 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_createDir_music.html +++ b/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_createDir_music.html @@ -32,7 +32,7 @@ Authors: --> - + File_deleteDirectory_createDir_music @@ -48,34 +48,34 @@ Authors: //==== LABEL check if create a new directory in music and then delete the directory //==== PRIORITY P1 //==== SPEC Tizen Web API:IO:Filesystem:File:deleteDirectory M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MOA var fsTestDirName, fsTestDir, resolveSuccess, resolveError, deleteSuccess, deleteError, musicDir, t = async_test("File_deleteDirectory_createDir_music"); -t.step(function(){ +t.step(function (){ fsTestDirName = getDirName("filesystem"); - deleteSuccess = t.step_func(function() { + deleteSuccess = t.step_func(function () { assert_throws({name: "NotFoundError"}, function () { musicDir.resolve(fsTestDirName); }, "directory wasn't deleted properly"); t.done(); }); - deleteError = t.step_func(function(error) { + deleteError = t.step_func(function (error) { assert_unreached("deleteDirectory() error callback invoked: name: " + error.name + ", msg: " + error.message); }); - resolveSuccess = t.step_func(function(dir) { + resolveSuccess = t.step_func(function (dir) { musicDir = dir; fsTestDir = dir.createDirectory(fsTestDirName); dir.deleteDirectory(fsTestDir.fullPath, true, deleteSuccess, deleteError); }); - resolveError = t.step_func(function(error) { + resolveError = t.step_func(function (error) { assert_unreached("resolve() error callback invoked: name: " + error.name + ", msg: " + error.message); }); @@ -85,6 +85,5 @@ t.step(function(){ }); - diff --git a/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_createDir_videos.html b/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_createDir_videos.html index d551eb4b2..5de45c17b 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_createDir_videos.html +++ b/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_createDir_videos.html @@ -32,7 +32,7 @@ Authors: --> - + File_deleteDirectory_createDir_videos @@ -49,33 +49,33 @@ Authors: //==== LABEL check if create a new directory in videos and then delete the directory //==== PRIORITY P1 //==== SPEC Tizen Web API:IO:Filesystem:File:deleteDirectory M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MOA var fsTestDirName, fsTestDir, resolveSuccess, resolveError, deleteSuccess, deleteError, videosDir, t = async_test("File_deleteDirectory_createDir_videos"); -t.step(function(){ +t.step(function (){ fsTestDirName = getDirName("filesystem"); - deleteSuccess = t.step_func(function() { + deleteSuccess = t.step_func(function () { assert_throws({name: "NotFoundError"}, function () { videosDir.resolve(fsTestDirName); }, "directory wasn't deleted properly"); t.done(); }); - deleteError = t.step_func(function(error) { + deleteError = t.step_func(function (error) { assert_unreached("deleteDirectory() error callback invoked: name: " + error.name + ", msg: " + error.message); }); - resolveSuccess = t.step_func(function(dir) { + resolveSuccess = t.step_func(function (dir) { videosDir = dir; fsTestDir = dir.createDirectory(fsTestDirName); dir.deleteDirectory(fsTestDir.fullPath, true, deleteSuccess, deleteError); }); - resolveError = t.step_func(function(error) { + resolveError = t.step_func(function (error) { assert_unreached("resolve() error callback invoked: name: " + error.name + ", msg: " + error.message); }); @@ -83,7 +83,7 @@ t.step(function(){ tizen.filesystem.resolve("videos", resolveSuccess, resolveError, "rw"); }); }); - + diff --git a/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_exist.html b/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_exist.html index 48b789785..b04298665 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_exist.html +++ b/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_exist.html @@ -32,7 +32,7 @@ Authors: --> - + File_deleteDirectory_exist @@ -66,7 +66,7 @@ t.step(function () { tizen.filesystem.resolve("documents", resolveSuccess, resolveError, "rw"); }); - + diff --git a/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_onerror_TypeMismatch.html b/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_onerror_TypeMismatch.html index c6a73392c..b8c9d518a 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_onerror_TypeMismatch.html +++ b/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_onerror_TypeMismatch.html @@ -17,12 +17,12 @@ limitations under the License. Authors: - Beata Koziarek - Mariusz Polasinski + Beata Koziarek + Mariusz Polasinski --> - + File_deleteDirectory_onerror_TypeMismatch @@ -38,14 +38,14 @@ Authors: //==== LABEL: Check argument onError conversions exception in deleteDirectory method. //==== PRIORITY: P2 //==== SPEC: Tizen Web API:IO:Filesystem:File:deleteDirectory M -//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MC var t = async_test("File_deleteDirectory_onerror_TypeMismatch"), resolveSuccess, resolveError, conversionTable, deleteError, i, deleteSuccess, fsTestDirName, fsTestDir, exceptionName = "TypeMismatchError"; -t.step(function() { +t.step(function () { fsTestDirName = getDirName("filesystem"); deleteSuccess = t.step_func(function () { diff --git a/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_onerror_invalid_cb.html b/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_onerror_invalid_cb.html index 8a4866352..c3b664a52 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_onerror_invalid_cb.html +++ b/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_onerror_invalid_cb.html @@ -17,12 +17,12 @@ limitations under the License. Authors: - Beata Koziarek - Mariusz Polasinski + Beata Koziarek + Mariusz Polasinski --> - + File_deleteDirectory_onerror_invalid_cb @@ -38,7 +38,7 @@ Authors: //==== LABEL: Test whether the constructor of the interface is defined or not in deleteDirectory method onError callback. //==== PRIORITY: P2 //==== SPEC: Tizen Web API:IO:Filesystem:File:deleteDirectory M -//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MTCB var t = async_test("File_deleteDirectory_onerror_invalid_cb"), diff --git a/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_onsuccess_TypeMismatch.html b/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_onsuccess_TypeMismatch.html index 2a2c82db9..9f76d0cef 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_onsuccess_TypeMismatch.html +++ b/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_onsuccess_TypeMismatch.html @@ -17,12 +17,12 @@ limitations under the License. Authors: - Beata Koziarek - Mariusz Polasinski + Beata Koziarek + Mariusz Polasinski --> - + File_deleteDirectory_onsuccess_TypeMismatch @@ -40,13 +40,13 @@ Authors: //==== LABEL: Check argument onSuccess conversions exception in deleteDirectory method. //==== PRIORITY: P2 //==== SPEC: Tizen Web API:IO:Filesystem:File:deleteDirectory M -//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MC var t = async_test("File_deleteDirectory_onsuccess_TypeMismatch"), deleteSuccess, resolveSuccess, resolveError, conversionTable, i, exceptionName = "TypeMismatchError", fsTestDirName, fsTestDir; -t.step(function(){ +t.step(function (){ fsTestDirName = getDirName("filesystem"); resolveSuccess = t.step_func(function (dir) { diff --git a/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_onsuccess_invalid_cb.html b/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_onsuccess_invalid_cb.html index 75c01a5d6..a3f444907 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_onsuccess_invalid_cb.html +++ b/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_onsuccess_invalid_cb.html @@ -17,12 +17,12 @@ limitations under the License. Authors: - Beata Koziarek - Mariusz Polasinski + Beata Koziarek + Mariusz Polasinski --> - + File_deleteDirectory_onsuccess_invalid_cb @@ -39,13 +39,13 @@ Authors: //==== LABEL: Test whether the constructor of the interface is defined or not in deleteDirectory method onSuccess callback. //==== PRIORITY: P2 //==== SPEC: Tizen Web API:IO:Filesystem:File:deleteDirectory M -//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MTCB var t = async_test("File_deleteDirectory_onsuccess_invalid_cb"), resolveSuccess, resolveError, deleteSuccess, exceptionName = "TypeMismatchError", fsTestDirName, fsTestDir; -t.step(function(){ +t.step(function (){ fsTestDirName = getDirName("filesystem"); deleteSuccess = { diff --git a/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_with_empty_path.html b/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_with_empty_path.html index 18bd3fdae..aaa17d7af 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_with_empty_path.html +++ b/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_with_empty_path.html @@ -19,10 +19,10 @@ limitations under the License. Authors: - Beata Koziarek + Beata Koziarek --> - + File_deleteDirectory_with_empty_path @@ -38,7 +38,7 @@ Authors: //==== TEST: File_deleteDirectory_with_empty_path //==== LABEL check whether invoking 'deleteDirectory' method with improper virtual path to the directory argument throws exception properly //==== SPEC Tizen Web API:IO:Filesystem:File:deleteDirectory M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html#deleteDirectoryid2593534 +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MERRCB var t = async_test("File_deleteDirectory_with_empty_path"); diff --git a/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_with_file_handle.html b/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_with_file_handle.html index 6fd3f24fd..37095ff62 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_with_file_handle.html +++ b/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_with_file_handle.html @@ -33,7 +33,7 @@ Authors: --> - + File_deleteDirectory_with_file_handle @@ -49,14 +49,14 @@ Authors: //==== LABEL check if throw an exception when delete a dir with file handle. //==== PRIORITY P2 //==== SPEC Tizen Web API:IO:Filesystem:File:deleteDirectory M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MERRCB var resolveSuccess, resolveError, deleteSuccess, deleteError, fsTestFileName, fsTestFile, documentsDir, expected = "InvalidValuesError", t = async_test("File_deleteDirectory_with_file_handle"); -t.step(function(){ +t.step(function (){ fsTestFileName = getFileName("filesystem.txt"); deleteSuccess = t.step_func(function () { diff --git a/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_with_null_callbacks.html b/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_with_null_callbacks.html index 497546293..2a33add8d 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_with_null_callbacks.html +++ b/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_with_null_callbacks.html @@ -19,13 +19,13 @@ limitations under the License. Authors: - Beata Koziarek + Beata Koziarek --> - + -File_deleteDirectory_with_all_arguments +File_deleteDirectory_with_null_callbacks @@ -38,7 +38,7 @@ Authors: //==== TEST: File_deleteDirectory_with_null_callbacks //==== LABEL check whether 'deleteDirectory' method properly removes a specified directory //==== SPEC Tizen Web API:IO:Filesystem:File:deleteDirectory M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html#deleteDirectoryid2593534 +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MMINA var this_test = async_test("File_deleteDirectory_with_null_callbacks"); diff --git a/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_with_onerror.html b/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_with_onerror.html index 16d3ba9ac..8aff633eb 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_with_onerror.html +++ b/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_with_onerror.html @@ -16,13 +16,13 @@ limitations under the License. Authors: - Beata Koziarek - Mariusz Polasinski + Beata Koziarek + Mariusz Polasinski --> - + File_deleteDirectory_with_onerror @@ -38,7 +38,7 @@ Authors: //==== TEST: File_deleteDirectory_with_onerror //==== LABEL: Check if method deleteDirectory wit onError optional argument works properly. //==== SPEC: Tizen Web API:IO:Filesystem:File:deleteDirectory M -//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MERRCB var resolveSuccess, resolveError, deleteDirectorySuccess, deleteDirectoryError, fsTestDirName, diff --git a/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_with_onsuccess.html b/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_with_onsuccess.html index 0557f8375..548cb81b3 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_with_onsuccess.html +++ b/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_with_onsuccess.html @@ -17,12 +17,12 @@ limitations under the License. Authors: - Beata Koziarek - Mariusz Polasinski + Beata Koziarek + Mariusz Polasinski --> - + File_deleteDirectory_with_onsuccess @@ -39,7 +39,7 @@ Authors: //==== TEST: File_deleteDirectory_with_onsuccess //==== LABEL: Check if method deleteDirectory wit onSuccess optional argument works properly. //==== SPEC: Tizen Web API:IO:Filesystem:File:deleteDirectory M -//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MAST MR var t = async_test("File_deleteDirectory_with_onsuccess"), retVal = null, diff --git a/tct-filesystem-tizen-tests/filesystem/File_deleteFile.html b/tct-filesystem-tizen-tests/filesystem/File_deleteFile.html index 1af3f556c..e35c8c302 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_deleteFile.html +++ b/tct-filesystem-tizen-tests/filesystem/File_deleteFile.html @@ -16,12 +16,12 @@ limitations under the License. Authors: - Beata Koziarek + Beata Koziarek --> - File_deleteFile +File_deleteFile @@ -32,7 +32,7 @@ Authors: //==== TEST: File_deleteFile //==== LABEL: Check if method deleteFile of File works properly. //==== SPEC: Tizen Web API:IO:Filesystem:File:deleteFile M -//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MAST MR var t = async_test("File_deleteFile"), fsTestFileName, fsTestFile, i, retVal = null, diff --git a/tct-filesystem-tizen-tests/filesystem/File_deleteFile_copyFile_downloads.html b/tct-filesystem-tizen-tests/filesystem/File_deleteFile_copyFile_downloads.html index 98238cd2e..0a7d909e9 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_deleteFile_copyFile_downloads.html +++ b/tct-filesystem-tizen-tests/filesystem/File_deleteFile_copyFile_downloads.html @@ -26,14 +26,14 @@ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Authors: - Kaiyu - Guan,JingX + Kaiyu + Guan,JingX --> - File_deleteFile_copyFile_downloads +File_deleteFile_copyFile_downloads @@ -43,7 +43,7 @@ Authors: //==== TEST: File_deleteFile_copyFile_downloads //==== LABEL check if create a new file in downloads and copy the file to another location and then delete the file //==== SPEC Tizen Web API:IO:Filesystem:File:deleteFile M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MOA @@ -84,6 +84,7 @@ t.step(function () { tizen.filesystem.resolve("documents", resolveSuccess, resolveError, "rw"); }); }); + diff --git a/tct-filesystem-tizen-tests/filesystem/File_deleteFile_copyFile_images.html b/tct-filesystem-tizen-tests/filesystem/File_deleteFile_copyFile_images.html index 0226726ea..a8e9596a7 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_deleteFile_copyFile_images.html +++ b/tct-filesystem-tizen-tests/filesystem/File_deleteFile_copyFile_images.html @@ -26,14 +26,14 @@ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Authors: - Kaiyu - Guan,JingX + Kaiyu + Guan,JingX --> - File_deleteFile_copyFile_images +File_deleteFile_copyFile_images @@ -43,7 +43,7 @@ Authors: //==== TEST: File_deleteFile_copyFile_images //==== LABEL check if create a new file in images and copy the file to another location and then delete the file //==== SPEC Tizen Web API:IO:Filesystem:File:deleteFile M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MOA @@ -84,6 +84,7 @@ t.step(function () { tizen.filesystem.resolve("images", resolveSuccess, resolveError, "rw"); }); }); + diff --git a/tct-filesystem-tizen-tests/filesystem/File_deleteFile_copyFile_music.html b/tct-filesystem-tizen-tests/filesystem/File_deleteFile_copyFile_music.html index 848944c62..bc8deddb8 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_deleteFile_copyFile_music.html +++ b/tct-filesystem-tizen-tests/filesystem/File_deleteFile_copyFile_music.html @@ -26,14 +26,14 @@ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Authors: - Kaiyu - Guan,JingX + Kaiyu + Guan,JingX --> - File_deleteFile_copyFile_music +File_deleteFile_copyFile_music @@ -43,7 +43,7 @@ Authors: //==== TEST: File_deleteFile_copyFile_music //==== LABEL check if create a new file in music and copy the file to another location and then delete the file //==== SPEC Tizen Web API:IO:Filesystem:File:deleteFile M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MOA @@ -84,6 +84,7 @@ t.step(function () { tizen.filesystem.resolve("music", resolveSuccess, resolveError, "rw"); }); }); + diff --git a/tct-filesystem-tizen-tests/filesystem/File_deleteFile_copyFile_videos.html b/tct-filesystem-tizen-tests/filesystem/File_deleteFile_copyFile_videos.html index 5c0e01f8e..c7ad71f49 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_deleteFile_copyFile_videos.html +++ b/tct-filesystem-tizen-tests/filesystem/File_deleteFile_copyFile_videos.html @@ -26,14 +26,14 @@ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Authors: - Kaiyu - Guan,JingX + Kaiyu + Guan,JingX --> - File_deleteFile_copyFile_videos +File_deleteFile_copyFile_videos @@ -43,7 +43,7 @@ Authors: //==== TEST: File_deleteFile_copyFile_videos //==== LABEL check if create a new file in videos and copy the file to another location and then delete the file //==== SPEC Tizen Web API:IO:Filesystem:File:deleteFile M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MOA @@ -84,6 +84,7 @@ t.step(function () { tizen.filesystem.resolve("videos", resolveSuccess, resolveError, "rw"); }); }); + diff --git a/tct-filesystem-tizen-tests/filesystem/File_deleteFile_createFile.html b/tct-filesystem-tizen-tests/filesystem/File_deleteFile_createFile.html index b39e7c273..a70d759c9 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_deleteFile_createFile.html +++ b/tct-filesystem-tizen-tests/filesystem/File_deleteFile_createFile.html @@ -26,14 +26,14 @@ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Authors: - Kaiyu - Guan,JingX + Kaiyu + Guan,JingX --> - File_deleteFile_createFile +File_deleteFile_createFile @@ -43,7 +43,7 @@ Authors: //==== TEST: File_deleteFile_createFile //==== LABEL check if create a new file and then delete the file //==== SPEC Tizen Web API:IO:Filesystem:File:deleteFile M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MOA @@ -74,6 +74,7 @@ t.step(function () { tizen.filesystem.resolve("documents", resolveSuccess, resolveError, "rw"); }); }); + diff --git a/tct-filesystem-tizen-tests/filesystem/File_deleteFile_exist.html b/tct-filesystem-tizen-tests/filesystem/File_deleteFile_exist.html index afe691a1f..f3f102030 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_deleteFile_exist.html +++ b/tct-filesystem-tizen-tests/filesystem/File_deleteFile_exist.html @@ -26,15 +26,15 @@ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Authors: - Kaiyu - Guan,JingX - Beata Koziarek + Kaiyu + Guan,JingX + Beata Koziarek --> - File_deleteFile_exist +File_deleteFile_exist @@ -52,7 +52,7 @@ Authors: var t = async_test("File_deleteFile_exist"), resolveSuccess, resolveError; -t.step(function(){ +t.step(function (){ resolveSuccess = t.step_func(function (dir) { assert_true("deleteFile" in dir, "method deleteFile is exist"); check_method_exists(dir, "deleteFile"); @@ -65,6 +65,7 @@ t.step(function(){ tizen.filesystem.resolve("documents", resolveSuccess, resolveError, "rw"); }); + diff --git a/tct-filesystem-tizen-tests/filesystem/File_deleteFile_listDocumentsFiles.html b/tct-filesystem-tizen-tests/filesystem/File_deleteFile_listDocumentsFiles.html index a5dcd5d7a..6db06e38a 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_deleteFile_listDocumentsFiles.html +++ b/tct-filesystem-tizen-tests/filesystem/File_deleteFile_listDocumentsFiles.html @@ -26,14 +26,14 @@ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Authors: - Kaiyu - Guan,JingX + Kaiyu + Guan,JingX --> - File_deleteFile_listDocumentsFiles +File_deleteFile_listDocumentsFiles @@ -43,7 +43,7 @@ Authors: //==== TEST: File_deleteFile_listDocumentsFiles //==== LABEL check if delete the list of all files in documents //==== SPEC Tizen Web API:IO:Filesystem:File:deleteFile M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MOA @@ -57,32 +57,32 @@ t.step(function () { fsTestDirName2 = getFileName("inside"); fsTestFileName = getFileName("filesystem.txt"); - deleteFileSuccess = t.step_func(function() { + deleteFileSuccess = t.step_func(function () { t.done(); }); - deleteFileError = t.step_func(function(error) { + deleteFileError = t.step_func(function (error) { assert_unreached("deleteFile() error callback invoked: name:" + error.name + "msg:" + error.message); }); - deleteDirSuccess = t.step_func(function() { + deleteDirSuccess = t.step_func(function () { fsTestDir1.deleteFile(fsTestFile.fullPath, deleteFileSuccess, deleteFileError); }); - deleteDirError = t.step_func(function(error) { + deleteDirError = t.step_func(function (error) { assert_unreached("deleteDir() error callback invoked: name:" + error.name + "msg:" + error.message); }); - listFilesSuccess = t.step_func(function(files) { + listFilesSuccess = t.step_func(function (files) { assert_true(files.length > 0,"Files not found"); fsTestDir1.deleteDirectory(fsTestDir2.fullPath,true, deleteDirSuccess, deleteDirError); }); - listFilesError = t.step_func(function(error) { + listFilesError = t.step_func(function (error) { assert_unreached("listFiles() error callback invoked: name:" + error.name + "msg:" + error.message); }); - resolveSuccess = t.step_func(function(dir) { + resolveSuccess = t.step_func(function (dir) { documentsDir = dir; fsTestDir1 = dir.createDirectory(fsTestDirName1); fsTestFile = fsTestDir1.createFile(fsTestFileName); @@ -98,6 +98,7 @@ t.step(function () { tizen.filesystem.resolve("documents", resolveSuccess, resolveError, "rw"); }); }); + diff --git a/tct-filesystem-tizen-tests/filesystem/File_deleteFile_listDownloadsFiles.html b/tct-filesystem-tizen-tests/filesystem/File_deleteFile_listDownloadsFiles.html index 76a43fd45..3378ad387 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_deleteFile_listDownloadsFiles.html +++ b/tct-filesystem-tizen-tests/filesystem/File_deleteFile_listDownloadsFiles.html @@ -26,15 +26,15 @@ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Authors: - Kaiyu - Guan,JingX - Mariusz Polasinski + Kaiyu + Guan,JingX + Mariusz Polasinski --> - File_deleteFile_listDownloadsFiles +File_deleteFile_listDownloadsFiles @@ -44,7 +44,7 @@ Authors: //==== TEST: File_deleteFile_listDownloadsFiles //==== LABEL check if delete the list of all files in downloads //==== SPEC Tizen Web API:IO:Filesystem:File:deleteFile M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MOA @@ -58,32 +58,32 @@ t.step(function () { fsTestDirName2 = getFileName("inside"); fsTestFileName = getFileName("filesystem.txt"); - deleteFileSuccess = t.step_func(function() { + deleteFileSuccess = t.step_func(function () { t.done(); }); - deleteFileError = t.step_func(function(error) { + deleteFileError = t.step_func(function (error) { assert_unreached("deleteFile() error callback invoked: name:" + error.name + "msg:" + error.message); }); - deleteDirSuccess = t.step_func(function() { + deleteDirSuccess = t.step_func(function () { fsTestDir1.deleteFile(fsTestFile.fullPath, deleteFileSuccess, deleteFileError); }); - deleteDirError = t.step_func(function(error) { + deleteDirError = t.step_func(function (error) { assert_unreached("deleteDir() error callback invoked: name:" + error.name + "msg:" + error.message); }); - listFilesSuccess = t.step_func(function(files) { + listFilesSuccess = t.step_func(function (files) { assert_true(files.length > 0,"Files not found"); fsTestDir1.deleteDirectory(fsTestDir2.fullPath,true, deleteDirSuccess, deleteDirError); }); - listFilesError = t.step_func(function(error) { + listFilesError = t.step_func(function (error) { assert_unreached("listFiles() error callback invoked: name:" + error.name + "msg:" + error.message); }); - resolveSuccess = t.step_func(function(dir) { + resolveSuccess = t.step_func(function (dir) { documentsDir = dir; fsTestDir1 = dir.createDirectory(fsTestDirName1); fsTestFile = fsTestDir1.createFile(fsTestFileName); @@ -99,6 +99,7 @@ t.step(function () { tizen.filesystem.resolve("downloads", resolveSuccess, resolveError, "rw"); }); }); + diff --git a/tct-filesystem-tizen-tests/filesystem/File_deleteFile_listImagsFiles.html b/tct-filesystem-tizen-tests/filesystem/File_deleteFile_listImagsFiles.html index e6c7b0606..b9943555b 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_deleteFile_listImagsFiles.html +++ b/tct-filesystem-tizen-tests/filesystem/File_deleteFile_listImagsFiles.html @@ -26,15 +26,15 @@ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Authors: - Kaiyu - Guan,JingX - Mariusz Polasinski + Kaiyu + Guan,JingX + Mariusz Polasinski --> - File_deleteFile_listImagsFiles +File_deleteFile_listImagsFiles @@ -46,7 +46,7 @@ Authors: //==== TEST: File_deleteFile_listImagsFiles //==== LABEL check if delete the list of all files in images //==== SPEC Tizen Web API:IO:Filesystem:File:deleteFile M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MOA @@ -60,32 +60,32 @@ t.step(function () { fsTestDirName2 = getDirName("inside"); fsTestFileName = getFileName("filesystem.txt"); - deleteFileSuccess = t.step_func(function() { + deleteFileSuccess = t.step_func(function () { t.done(); }); - deleteFileError = t.step_func(function(error) { + deleteFileError = t.step_func(function (error) { assert_unreached("deleteFile() error callback invoked: name:" + error.name + "msg:" + error.message); }); - deleteDirSuccess = t.step_func(function() { + deleteDirSuccess = t.step_func(function () { fsTestDir1.deleteFile(fsTestFile.fullPath, deleteFileSuccess, deleteFileError); }); - deleteDirError = t.step_func(function(error) { + deleteDirError = t.step_func(function (error) { assert_unreached("deleteDir() error callback invoked: name:" + error.name + "msg:" + error.message); }); - listFilesSuccess = t.step_func(function(files) { + listFilesSuccess = t.step_func(function (files) { assert_true(files.length > 0,"Files not found"); fsTestDir1.deleteDirectory(fsTestDir2.fullPath,true, deleteDirSuccess, deleteDirError); }); - listFilesError = t.step_func(function(error) { + listFilesError = t.step_func(function (error) { assert_unreached("listFiles() error callback invoked: name:" + error.name + "msg:" + error.message); }); - resolveSuccess = t.step_func(function(dir) { + resolveSuccess = t.step_func(function (dir) { documentsDir = dir; fsTestDir1 = dir.createDirectory(fsTestDirName1); fsTestFile = fsTestDir1.createFile(fsTestFileName); @@ -101,6 +101,7 @@ t.step(function () { tizen.filesystem.resolve("images", resolveSuccess, resolveError, "rw"); }); }); + diff --git a/tct-filesystem-tizen-tests/filesystem/File_deleteFile_listMusicFiles.html b/tct-filesystem-tizen-tests/filesystem/File_deleteFile_listMusicFiles.html index bd708cfc5..f7a38fa4a 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_deleteFile_listMusicFiles.html +++ b/tct-filesystem-tizen-tests/filesystem/File_deleteFile_listMusicFiles.html @@ -26,15 +26,15 @@ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Authors: - Kaiyu - Guan,JingX - Mariusz Polasinski + Kaiyu + Guan,JingX + Mariusz Polasinski --> - File_deleteFile_listMusicFiles +File_deleteFile_listMusicFiles @@ -44,7 +44,7 @@ Authors: //==== TEST: File_deleteFile_listMusicFiles //==== LABEL check if delete the list of all files in music //==== SPEC Tizen Web API:IO:Filesystem:File:deleteFile M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MOA @@ -58,32 +58,32 @@ t.step(function () { fsTestDirName2 = getFileName("inside"); fsTestFileName = getFileName("filesystem.txt"); - deleteFileSuccess = t.step_func(function() { + deleteFileSuccess = t.step_func(function () { t.done(); }); - deleteFileError = t.step_func(function(error) { + deleteFileError = t.step_func(function (error) { assert_unreached("deleteFile() error callback invoked: name:" + error.name + "msg:" + error.message); }); - deleteDirSuccess = t.step_func(function() { + deleteDirSuccess = t.step_func(function () { fsTestDir1.deleteFile(fsTestFile.fullPath, deleteFileSuccess, deleteFileError); }); - deleteDirError = t.step_func(function(error) { + deleteDirError = t.step_func(function (error) { assert_unreached("deleteDir() error callback invoked: name:" + error.name + "msg:" + error.message); }); - listFilesSuccess = t.step_func(function(files) { + listFilesSuccess = t.step_func(function (files) { assert_true(files.length > 0,"Files not found"); fsTestDir1.deleteDirectory(fsTestDir2.fullPath,true, deleteDirSuccess, deleteDirError); }); - listFilesError = t.step_func(function(error) { + listFilesError = t.step_func(function (error) { assert_unreached("listFiles() error callback invoked: name:" + error.name + "msg:" + error.message); }); - resolveSuccess = t.step_func(function(dir) { + resolveSuccess = t.step_func(function (dir) { documentsDir = dir; fsTestDir1 = dir.createDirectory(fsTestDirName1); fsTestFile = fsTestDir1.createFile(fsTestFileName); @@ -99,6 +99,7 @@ t.step(function () { tizen.filesystem.resolve("music", resolveSuccess, resolveError, "rw"); }); }); + diff --git a/tct-filesystem-tizen-tests/filesystem/File_deleteFile_listVideosfiles.html b/tct-filesystem-tizen-tests/filesystem/File_deleteFile_listVideosfiles.html index 08647a989..1e7a380d9 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_deleteFile_listVideosfiles.html +++ b/tct-filesystem-tizen-tests/filesystem/File_deleteFile_listVideosfiles.html @@ -26,15 +26,15 @@ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Authors: - Kaiyu - Guan,JingX - Mariusz Polasinski + Kaiyu + Guan,JingX + Mariusz Polasinski --> - File_deleteFile_listVideosfiles +File_deleteFile_listVideosfiles @@ -44,7 +44,7 @@ Authors: //==== TEST: File_deleteFile_listVideosfiles //==== LABEL check if delete the list of all files in videos //==== SPEC Tizen Web API:IO:Filesystem:File:deleteFile M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MOA @@ -58,32 +58,32 @@ t.step(function () { fsTestDirName2 = getFileName("inside"); fsTestFileName = getFileName("filesystem.txt"); - deleteFileSuccess = t.step_func(function() { + deleteFileSuccess = t.step_func(function () { t.done(); }); - deleteFileError = t.step_func(function(error) { + deleteFileError = t.step_func(function (error) { assert_unreached("deleteFile() error callback invoked: name:" + error.name + "msg:" + error.message); }); - deleteDirSuccess = t.step_func(function() { + deleteDirSuccess = t.step_func(function () { fsTestDir1.deleteFile(fsTestFile.fullPath, deleteFileSuccess, deleteFileError); }); - deleteDirError = t.step_func(function(error) { + deleteDirError = t.step_func(function (error) { assert_unreached("deleteDir() error callback invoked: name:" + error.name + "msg:" + error.message); }); - listFilesSuccess = t.step_func(function(files) { + listFilesSuccess = t.step_func(function (files) { assert_true(files.length > 0,"Files not found"); fsTestDir1.deleteDirectory(fsTestDir2.fullPath,true, deleteDirSuccess, deleteDirError); }); - listFilesError = t.step_func(function(error) { + listFilesError = t.step_func(function (error) { assert_unreached("listFiles() error callback invoked: name:" + error.name + "msg:" + error.message); }); - resolveSuccess = t.step_func(function(dir) { + resolveSuccess = t.step_func(function (dir) { documentsDir = dir; fsTestDir1 = dir.createDirectory(fsTestDirName1); fsTestFile = fsTestDir1.createFile(fsTestFileName); @@ -99,6 +99,7 @@ t.step(function () { tizen.filesystem.resolve("videos", resolveSuccess, resolveError, "rw"); }); }); + diff --git a/tct-filesystem-tizen-tests/filesystem/File_deleteFile_onerror_TypeMismatch.html b/tct-filesystem-tizen-tests/filesystem/File_deleteFile_onerror_TypeMismatch.html index ab30fd57c..752deeca9 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_deleteFile_onerror_TypeMismatch.html +++ b/tct-filesystem-tizen-tests/filesystem/File_deleteFile_onerror_TypeMismatch.html @@ -16,12 +16,12 @@ limitations under the License. Authors: - Beata Koziarek + Beata Koziarek --> - File_deleteFile_onerror_TypeMismatch +File_deleteFile_onerror_TypeMismatch @@ -33,7 +33,7 @@ Authors: //==== LABEL: Check argument onError conversions exception in deleteFile method. //==== PRIORITY: P2 //==== SPEC: Tizen Web API:IO:Filesystem:File:deleteFile M -//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MC var t = async_test("File_deleteFile_onerror_TypeMismatch"), diff --git a/tct-filesystem-tizen-tests/filesystem/File_deleteFile_onerror_invalid_cb.html b/tct-filesystem-tizen-tests/filesystem/File_deleteFile_onerror_invalid_cb.html index 44776794c..a05f00f6a 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_deleteFile_onerror_invalid_cb.html +++ b/tct-filesystem-tizen-tests/filesystem/File_deleteFile_onerror_invalid_cb.html @@ -16,12 +16,12 @@ limitations under the License. Authors: - Beata Koziarek + Beata Koziarek --> - + - File_deleteFile_onerror_invalid_cb +File_deleteFile_onerror_invalid_cb @@ -33,7 +33,7 @@ Authors: //==== LABEL: Test whether the constructor of the interface is defined or not in deleteFile method onError callback. //==== PRIORITY: P2 //==== SPEC: Tizen Web API:IO:Filesystem:File:deleteFile M -//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MTCB var t = async_test("File_deleteFile_onerror_invalid_cb"), fsTestFileName, fsTestFile, diff --git a/tct-filesystem-tizen-tests/filesystem/File_deleteFile_onsuccess_TypeMismatch.html b/tct-filesystem-tizen-tests/filesystem/File_deleteFile_onsuccess_TypeMismatch.html index 584eb5fac..b6130ebdb 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_deleteFile_onsuccess_TypeMismatch.html +++ b/tct-filesystem-tizen-tests/filesystem/File_deleteFile_onsuccess_TypeMismatch.html @@ -16,12 +16,12 @@ limitations under the License. Authors: - Beata Koziarek + Beata Koziarek --> - File_deleteFile_onsuccess_TypeMismatch +File_deleteFile_onsuccess_TypeMismatch @@ -33,7 +33,7 @@ Authors: //==== LABEL: Check argument onsuccess conversions exception in deleteFile method. //==== PRIORITY: P2 //==== SPEC: Tizen Web API:IO:Filesystem:File:deleteFile M -//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MC var t = async_test("File_deleteFile_onsuccess_TypeMismatch"), deleteFileSuccess, fsTestFileName, diff --git a/tct-filesystem-tizen-tests/filesystem/File_deleteFile_onsuccess_invalid_cb.html b/tct-filesystem-tizen-tests/filesystem/File_deleteFile_onsuccess_invalid_cb.html index fed50b7cc..078690070 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_deleteFile_onsuccess_invalid_cb.html +++ b/tct-filesystem-tizen-tests/filesystem/File_deleteFile_onsuccess_invalid_cb.html @@ -16,12 +16,12 @@ limitations under the License. Authors: - Beata Koziarek + Beata Koziarek --> - File_deleteFile_onsuccess_invalid_cb +File_deleteFile_onsuccess_invalid_cb @@ -33,7 +33,7 @@ Authors: //==== LABEL: Test whether the constructor of the interface is defined or not in deleteFile method onSuccess callback. //==== PRIORITY: P2 //==== SPEC: Tizen Web API:IO:Filesystem:File:deleteFile M -//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MTCB var t = async_test("File_deleteFile_onsuccess_invalid_cb"), fsTestFileName, fsTestFile, diff --git a/tct-filesystem-tizen-tests/filesystem/File_deleteFile_with_dir_handle.html b/tct-filesystem-tizen-tests/filesystem/File_deleteFile_with_dir_handle.html index 49d26fb73..de9c3cc9e 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_deleteFile_with_dir_handle.html +++ b/tct-filesystem-tizen-tests/filesystem/File_deleteFile_with_dir_handle.html @@ -32,7 +32,7 @@ Authors: --> - + File_deleteFile_with_dir_handle @@ -46,7 +46,7 @@ Authors: //==== LABEL check if throw an exception when delete a file with dir handle. //==== PRIORITY P2 //==== SPEC Tizen Web API:IO:Filesystem:File:deleteFile M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MERRCB diff --git a/tct-filesystem-tizen-tests/filesystem/File_deleteFile_with_nonexist.html b/tct-filesystem-tizen-tests/filesystem/File_deleteFile_with_nonexist.html index 2fc421a1e..99cd00059 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_deleteFile_with_nonexist.html +++ b/tct-filesystem-tizen-tests/filesystem/File_deleteFile_with_nonexist.html @@ -26,15 +26,15 @@ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Authors: - Kaiyu - Guan,JingX - Mariusz Polasinski + Kaiyu + Guan,JingX + Mariusz Polasinski --> - + - File_deleteFile_with_nonexist +File_deleteFile_with_nonexist @@ -46,7 +46,7 @@ Authors: //==== LABEL check if throw an exception when delete a file which not exist. //==== PRIORITY P2 //==== SPEC Tizen Web API:IO:Filesystem:File:deleteFile M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MERRCB @@ -78,6 +78,7 @@ t.step(function () { }); }); + diff --git a/tct-filesystem-tizen-tests/filesystem/File_deleteFile_with_onerror.html b/tct-filesystem-tizen-tests/filesystem/File_deleteFile_with_onerror.html index be2a650fc..0beab0fa1 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_deleteFile_with_onerror.html +++ b/tct-filesystem-tizen-tests/filesystem/File_deleteFile_with_onerror.html @@ -16,13 +16,13 @@ limitations under the License. Authors: - Beata Koziarek - Mariusz Polasinski + Beata Koziarek + Mariusz Polasinski --> - + - File_deleteFile_with_onerror +File_deleteFile_with_onerror @@ -33,7 +33,7 @@ Authors: //==== TEST: File_deleteFile_with_onerror //==== LABEL: Check if method deleteFile wit onError optional argument works properly. //==== SPEC: Tizen Web API:IO:Filesystem:File:deleteFile M -//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MERRCB var t = async_test("File_deleteFile_with_onerror"), diff --git a/tct-filesystem-tizen-tests/filesystem/File_deleteFile_with_onsuccess.html b/tct-filesystem-tizen-tests/filesystem/File_deleteFile_with_onsuccess.html index c30d42786..b9ae29051 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_deleteFile_with_onsuccess.html +++ b/tct-filesystem-tizen-tests/filesystem/File_deleteFile_with_onsuccess.html @@ -16,12 +16,12 @@ limitations under the License. Authors: - Beata Koziarek + Beata Koziarek --> - File_deleteFile_with_onsuccess +File_deleteFile_with_onsuccess @@ -32,7 +32,7 @@ Authors: //==== TEST: File_deleteFile_with_onsuccess //==== LABEL: Check if method deleteFile with onSuccess optional argument works properly. //==== SPEC: Tizen Web API:IO:Filesystem:File:deleteFile M -//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MOA var t = async_test("File_deleteFile_with_onsuccess"), fsTestFileName, fsTestFile, diff --git a/tct-filesystem-tizen-tests/filesystem/File_deleteFile_with_vaild_callbacks.html b/tct-filesystem-tizen-tests/filesystem/File_deleteFile_with_vaild_callbacks.html index 22f029417..131eb1935 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_deleteFile_with_vaild_callbacks.html +++ b/tct-filesystem-tizen-tests/filesystem/File_deleteFile_with_vaild_callbacks.html @@ -18,12 +18,12 @@ limitations under the License. Authors: - Beata Koziarek + Beata Koziarek --> - File_deleteFile_with_vaild_callbacks +File_deleteFile_with_vaild_callbacks @@ -34,7 +34,7 @@ Authors: //==== TEST: File_deleteFile_with_vaild_callbacks //==== LABEL check whether 'deleteFile' method properly removes a specified file //==== SPEC Tizen Web API:IO:Filesystem:File:deleteFile M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html#deleteFileid2593782 +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MOA var this_test = async_test("File_deleteFile_with_vaild_callbacks"), diff --git a/tct-filesystem-tizen-tests/filesystem/File_deleteFile_with_valid_filePath.html b/tct-filesystem-tizen-tests/filesystem/File_deleteFile_with_valid_filePath.html index 78d98079d..8874872d1 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_deleteFile_with_valid_filePath.html +++ b/tct-filesystem-tizen-tests/filesystem/File_deleteFile_with_valid_filePath.html @@ -18,12 +18,12 @@ limitations under the License. Authors: - Beata Koziarek + Beata Koziarek --> - File_deleteFile_with_valid_filePath +File_deleteFile_with_valid_filePath @@ -34,7 +34,7 @@ Authors: //==== TEST: File_deleteFile_with_valid_filePath //==== LABEL check whether 'deleteFile' method works properly removing a specified file //==== SPEC Tizen Web API:IO:Filesystem:File:deleteFile M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html#deleteFileid2593782 +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MMINA var this_test = async_test("File_deleteFile_with_valid_filePath"), fsTestFileName, fsTestFile, diff --git a/tct-filesystem-tizen-tests/filesystem/File_extend.html b/tct-filesystem-tizen-tests/filesystem/File_extend.html index d9f6b1e3a..d202c1ea5 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_extend.html +++ b/tct-filesystem-tizen-tests/filesystem/File_extend.html @@ -16,12 +16,12 @@ See the License for the specific language governing permissions and limitations under the License. Authors: - Beata Koziarek + Beata Koziarek --> - File_extend +File_extend @@ -51,6 +51,7 @@ t.step(function () { tizen.filesystem.resolve("documents", resolveSuccess, resolveError, "rw"); }); + diff --git a/tct-filesystem-tizen-tests/filesystem/File_fileSize_attribute.html b/tct-filesystem-tizen-tests/filesystem/File_fileSize_attribute.html index c043ebc69..a0614f17c 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_fileSize_attribute.html +++ b/tct-filesystem-tizen-tests/filesystem/File_fileSize_attribute.html @@ -20,9 +20,9 @@ Authors: Mariusz Polasinski --> - + - File_fileSize_attribute +File_fileSize_attribute @@ -33,7 +33,7 @@ Authors: //==== TEST: File_fileSize_attribute //==== LABEL: Check if attribute fileSize of File exists, has type Number and is readonly //==== SPEC: Tizen Web API:IO:Filesystem:File:fileSize A -//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA AE AT ARO var t = async_test("File_fileSize_attribute"), fsTestFileName, fsTestFile, diff --git a/tct-filesystem-tizen-tests/filesystem/File_fullPath_attribute.html b/tct-filesystem-tizen-tests/filesystem/File_fullPath_attribute.html index 5a6c6f282..0d19efc67 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_fullPath_attribute.html +++ b/tct-filesystem-tizen-tests/filesystem/File_fullPath_attribute.html @@ -19,9 +19,9 @@ Authors: Beata Koziarek --> - + - File_fullPath_attribute +File_fullPath_attribute @@ -32,7 +32,7 @@ Authors: //==== TEST: File_fullPath_attribute //==== LABEL: Check if attribute fullPath of File exists, has type DOMString and is readonly //==== SPEC: Tizen Web API:IO:Filesystem:File:fullPath A -//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA AE AT ARO var t = async_test("File_fullPath_attribute"), fsTestFileName, fsTestFile, diff --git a/tct-filesystem-tizen-tests/filesystem/File_isDirectory_attribute.html b/tct-filesystem-tizen-tests/filesystem/File_isDirectory_attribute.html index bcea64ed9..b0552a19f 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_isDirectory_attribute.html +++ b/tct-filesystem-tizen-tests/filesystem/File_isDirectory_attribute.html @@ -21,7 +21,7 @@ Authors: --> - File_isDirectory_attribute +File_isDirectory_attribute @@ -32,7 +32,7 @@ Authors: //==== TEST: File_isDirectory_attribute //==== LABEL: Check if attribute isDirectory of File exists, has type Boolean and is readonly //==== SPEC: Tizen Web API:IO:Filesystem:File:isDirectory A -//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA AE AT ARO var t = async_test("File_isDirectory_attribute"), diff --git a/tct-filesystem-tizen-tests/filesystem/File_isFile_attribute.html b/tct-filesystem-tizen-tests/filesystem/File_isFile_attribute.html index db15bce69..3b1ab5b11 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_isFile_attribute.html +++ b/tct-filesystem-tizen-tests/filesystem/File_isFile_attribute.html @@ -21,7 +21,7 @@ Authors: --> - File_moveTo +File_isFile_attribute @@ -32,7 +32,7 @@ Authors: //==== TEST: File_isFile_attribute //==== LABEL: Check if attribute isFile of File exists, has type Boolean and is readonly //==== SPEC: Tizen Web API:IO:Filesystem:File:isFile A -//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA AE AT ARO var t = async_test("File_isFile_attribute"), diff --git a/tct-filesystem-tizen-tests/filesystem/File_length_attribute.html b/tct-filesystem-tizen-tests/filesystem/File_length_attribute.html index cc6c6945b..9ec4b6f50 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_length_attribute.html +++ b/tct-filesystem-tizen-tests/filesystem/File_length_attribute.html @@ -22,7 +22,7 @@ Authors: --> - File_length_attribute +File_length_attribute @@ -33,7 +33,7 @@ Authors: //==== TEST: File_length_attribute //==== LABEL: Check if attribute length of File exists, has type Number and is readonly //==== SPEC: Tizen Web API:IO:Filesystem:File:length A -//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA AE AT ARO var t = async_test("File_length_attribute"), fsTestFileName = getFileName("filesystem.txt"), diff --git a/tct-filesystem-tizen-tests/filesystem/File_listFiles.html b/tct-filesystem-tizen-tests/filesystem/File_listFiles.html index 3a979cef7..7cdb52b13 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_listFiles.html +++ b/tct-filesystem-tizen-tests/filesystem/File_listFiles.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Beata Koziarek + Beata Koziarek --> - + File_listFiles @@ -32,7 +32,7 @@ Authors: //==== TEST: File_listFiles //==== LABEL: Check if method listFiles of File works properly. //==== SPEC: Tizen Web API:IO:Filesystem:File:listFiles M -//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MMINA MR var t = async_test("File_listFiles"), diff --git a/tct-filesystem-tizen-tests/filesystem/File_listFiles_createFiles.html b/tct-filesystem-tizen-tests/filesystem/File_listFiles_createFiles.html index 5af305653..de0593a05 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_listFiles_createFiles.html +++ b/tct-filesystem-tizen-tests/filesystem/File_listFiles_createFiles.html @@ -26,13 +26,13 @@ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Authors: - Kaiyu - Guan,JingX - Mariusz Polasinski + Kaiyu + Guan,JingX + Mariusz Polasinski --> - + File_listFiles_createFiles @@ -45,7 +45,7 @@ Authors: //==== TEST: File_listFiles_createFiles //==== LABEL check if create a new directory and then list all files in this directory //==== SPEC Tizen Web API:IO:Filesystem:File:listFiles M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MOA @@ -82,6 +82,7 @@ t.step(function () { tizen.filesystem.resolve("documents", resolveSuccess, resolveError, "rw"); }); }); + diff --git a/tct-filesystem-tizen-tests/filesystem/File_listFiles_exist.html b/tct-filesystem-tizen-tests/filesystem/File_listFiles_exist.html index 3d6417cc7..5faa8ecae 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_listFiles_exist.html +++ b/tct-filesystem-tizen-tests/filesystem/File_listFiles_exist.html @@ -26,13 +26,13 @@ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Authors: - Kaiyu - Guan,JingX - Beata Koziarek + Kaiyu + Guan,JingX + Beata Koziarek --> - + File_listFiles_exist @@ -64,6 +64,7 @@ t.step(function () { tizen.filesystem.resolve("documents", resolveSuccess, resolveError, "rw"); }); + diff --git a/tct-filesystem-tizen-tests/filesystem/File_listFiles_filter_TypeMismatch.html b/tct-filesystem-tizen-tests/filesystem/File_listFiles_filter_TypeMismatch.html index d1fe8dcac..899324944 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_listFiles_filter_TypeMismatch.html +++ b/tct-filesystem-tizen-tests/filesystem/File_listFiles_filter_TypeMismatch.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Beata Koziarek + Beata Koziarek --> - + File_listFiles_filter_TypeMismatch @@ -33,16 +33,16 @@ Authors: //==== LABEL: Check argument filter conversions exception. //==== PRIORITY: P2 //==== SPEC: Tizen Web API:IO:Filesystem:File:listFiles M -//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MC var t = async_test("File_listFiles_filter_TypeMismatch"), listFilesSuccess, resolveSuccess, resolveError, conversionTable, i, exceptionName = "TypeMismatchError", filter; -t.step(function() { - listFilesSuccess = t.step_func(function() {}); - resolveSuccess = t.step_func(function(dir) { +t.step(function () { + listFilesSuccess = t.step_func(function () {}); + resolveSuccess = t.step_func(function (dir) { conversionTable = getTypeConversionExceptions("object", true); for (i = 0; i < conversionTable.length; i++) { filter = conversionTable[i][0]; @@ -50,14 +50,14 @@ t.step(function() { assert_throws({ name: exceptionName - }, function() { + }, function () { dir.listFiles(listFilesSuccess, null, filter); }, exceptionName + " should be thrown - given incorrect filter."); } t.done(); }); - resolveError = t.step_func(function(error) { + resolveError = t.step_func(function (error) { assert_unreached("resolve() error callback invoked: name:" + error.name + "msg:" + error.message); }); diff --git a/tct-filesystem-tizen-tests/filesystem/File_listFiles_filter_empty.html b/tct-filesystem-tizen-tests/filesystem/File_listFiles_filter_empty.html index 0f4f7fd2b..283113f83 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_listFiles_filter_empty.html +++ b/tct-filesystem-tizen-tests/filesystem/File_listFiles_filter_empty.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Mariusz Polasinski + Mariusz Polasinski --> - + File_listFiles_filter_empty @@ -34,7 +34,7 @@ Authors: //==== LABEL check with empty FileFilter argument of listFiles //==== PRIORITY P2 //==== SPEC Tizen Web API:IO:Filesystem:File:listFiles M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MTD var t = async_test("File_listFiles_filter_empty"), resolveSuccess, resolveError, @@ -60,6 +60,7 @@ t.step(function () { tizen.filesystem.resolve("documents", resolveSuccess, resolveError, "rw"); }); + diff --git a/tct-filesystem-tizen-tests/filesystem/File_listFiles_missarg.html b/tct-filesystem-tizen-tests/filesystem/File_listFiles_missarg.html index 366eb93c6..167ea5d14 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_listFiles_missarg.html +++ b/tct-filesystem-tizen-tests/filesystem/File_listFiles_missarg.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Beata Koziarek + Beata Koziarek --> - + File_listFiles_missarg @@ -33,21 +33,21 @@ Authors: //==== PRIORITY: P2 //==== LABEL: Check if listFiles of File with missing non-optional argument works //==== SPEC: Tizen Web API:IO:Filesystem:File:listFiles M -//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MMA var t = async_test("File_listFiles_missarg"), resolveSuccess, resolveError; -t.step(function() { - resolveSuccess = t.step_func(function(dir) { +t.step(function () { + resolveSuccess = t.step_func(function (dir) { assert_throws({ name: "TypeMismatchError" - }, function() { + }, function () { dir.listFiles(); }); t.done(); }); - resolveError = t.step_func(function(error) { + resolveError = t.step_func(function (error) { assert_unreached("resolve() error callback invoked: name:" + error.name + "msg:" + error.message); }); diff --git a/tct-filesystem-tizen-tests/filesystem/File_listFiles_onerror_TypeMismatch.html b/tct-filesystem-tizen-tests/filesystem/File_listFiles_onerror_TypeMismatch.html index 2aab539ab..4be07f7f3 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_listFiles_onerror_TypeMismatch.html +++ b/tct-filesystem-tizen-tests/filesystem/File_listFiles_onerror_TypeMismatch.html @@ -16,12 +16,12 @@ limitations under the License. Authors: - Beata Koziarek + Beata Koziarek --> - + - File_listFiles_onerror_TypeMismatch +File_listFiles_onerror_TypeMismatch @@ -33,7 +33,7 @@ Authors: //==== LABEL: Check argument onError conversions exception in listFiles method. //==== PRIORITY: P2 //==== SPEC: Tizen Web API:IO:Filesystem:File:listFiles M -//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MC var t = async_test("File_listFiles_onerror_TypeMismatch"), diff --git a/tct-filesystem-tizen-tests/filesystem/File_listFiles_onerror_invalid_cb.html b/tct-filesystem-tizen-tests/filesystem/File_listFiles_onerror_invalid_cb.html index 138cc3a48..2caa0d982 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_listFiles_onerror_invalid_cb.html +++ b/tct-filesystem-tizen-tests/filesystem/File_listFiles_onerror_invalid_cb.html @@ -16,12 +16,12 @@ limitations under the License. Authors: - Beata Koziarek + Beata Koziarek --> - + - File_listFiles_onerror_invalid_cb +File_listFiles_onerror_invalid_cb @@ -33,7 +33,7 @@ Authors: //==== LABEL: Test whether the constructor of the interface is defined or not in listFiles method onError callback. //==== PRIORITY: P2 //==== SPEC: Tizen Web API:IO:Filesystem:File:listFiles M -//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MTCB var t = async_test("File_listFiles_onerror_invalid_cb"), fsTestFileName, fsTestFile, diff --git a/tct-filesystem-tizen-tests/filesystem/File_listFiles_onsuccess_TypeMismatch.html b/tct-filesystem-tizen-tests/filesystem/File_listFiles_onsuccess_TypeMismatch.html index 4f0ee20c6..1544466e3 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_listFiles_onsuccess_TypeMismatch.html +++ b/tct-filesystem-tizen-tests/filesystem/File_listFiles_onsuccess_TypeMismatch.html @@ -16,12 +16,12 @@ limitations under the License. Authors: - Beata Koziarek + Beata Koziarek --> - File_listFiles_onsuccess_TypeMismatch +File_listFiles_onsuccess_TypeMismatch @@ -33,14 +33,14 @@ Authors: //==== LABEL: Check argument onSuccess conversions exception in listFiles method. //==== PRIORITY: P2 //==== SPEC: Tizen Web API:IO:Filesystem:File:listFiles M -//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MC var t = async_test("File_listFiles_onsuccess_TypeMismatch"), listFilesSuccess, resolveSuccess, resolveError, conversionTable, i, exceptionName = "TypeMismatchError"; -t.step(function() { - resolveSuccess = t.step_func(function(dir) { +t.step(function () { + resolveSuccess = t.step_func(function (dir) { conversionTable = getTypeConversionExceptions("functionObject", false); for (i = 0; i < conversionTable.length; i++) { listFilesSuccess = conversionTable[i][0]; @@ -48,14 +48,14 @@ t.step(function() { assert_throws({ name: exceptionName - }, function() { + }, function () { dir.listFiles(listFilesSuccess); }, exceptionName + " should be thrown - given incorrect successCallback."); } t.done(); }); - resolveError = t.step_func(function(error) { + resolveError = t.step_func(function (error) { assert_unreached("resolve() error callback invoked: name:" + error.name + "msg:" + error.message); }); diff --git a/tct-filesystem-tizen-tests/filesystem/File_listFiles_onsuccess_invalid_cb.html b/tct-filesystem-tizen-tests/filesystem/File_listFiles_onsuccess_invalid_cb.html index 7d84f0794..bc794a7a2 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_listFiles_onsuccess_invalid_cb.html +++ b/tct-filesystem-tizen-tests/filesystem/File_listFiles_onsuccess_invalid_cb.html @@ -16,12 +16,12 @@ limitations under the License. Authors: - Beata Koziarek + Beata Koziarek --> - File_listFiles_onsuccess_invalid_cb +File_listFiles_onsuccess_invalid_cb @@ -33,29 +33,29 @@ Authors: //==== LABEL: Test whether the constructor of the interface is defined or not in listFiles method onSuccess callback. //==== PRIORITY: P2 //==== SPEC: Tizen Web API:IO:Filesystem:File:listFiles M -//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MTCB var t = async_test("File_listFiles_onsuccess_invalid_cb"), resolveSuccess, resolveError, listFilesSuccess, exceptionName = "TypeMismatchError"; -t.step(function() { +t.step(function () { listFilesSuccess = { - onsuccess: t.step_func(function() { + onsuccess: t.step_func(function () { assert_unreached("Invalid callback invoked: "); }) }; - resolveSuccess = t.step_func(function(dir) { + resolveSuccess = t.step_func(function (dir) { assert_throws({ name: exceptionName - }, function() { + }, function () { dir.listFiles(listFilesSuccess); }, exceptionName + " should be thrown - given incorrect successCallback."); t.done(); }); - resolveError = t.step_func(function(error) { + resolveError = t.step_func(function (error) { assert_unreached("resolve() error callback invoked: name:" + error.name + "msg:" + error.message); }); diff --git a/tct-filesystem-tizen-tests/filesystem/File_listFiles_with_file_handle.html b/tct-filesystem-tizen-tests/filesystem/File_listFiles_with_file_handle.html index 1d55f9e72..286e72e09 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_listFiles_with_file_handle.html +++ b/tct-filesystem-tizen-tests/filesystem/File_listFiles_with_file_handle.html @@ -26,13 +26,13 @@ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Authors: - Kaiyu - Guan,JingX + Kaiyu + Guan,JingX --> - + - File_listFiles_with_file_handle +File_listFiles_with_file_handle @@ -44,7 +44,7 @@ Authors: //==== LABEL check if throw an exception when listFiles with a file handle. //==== PRIORITY P2 //==== SPEC Tizen Web API:IO:Filesystem:File:listFiles M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MERRCB @@ -77,6 +77,7 @@ t.step(function () { tizen.filesystem.resolve("documents", resolveSuccess, resolveError, "rw"); }); }); + diff --git a/tct-filesystem-tizen-tests/filesystem/File_listFiles_with_filter.html b/tct-filesystem-tizen-tests/filesystem/File_listFiles_with_filter.html index 92f2c5d66..c66f9906a 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_listFiles_with_filter.html +++ b/tct-filesystem-tizen-tests/filesystem/File_listFiles_with_filter.html @@ -26,13 +26,13 @@ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Authors: - Kaiyu - Guan,JingX - Mariusz Polasinski + Kaiyu + Guan,JingX + Mariusz Polasinski --> - + File_listFiles_with_filter @@ -47,7 +47,7 @@ Authors: //==== LABEL check if list files in documents directory with filter. //==== PRIORITY P1 //==== SPEC Tizen Web API:IO:Filesystem:File:listFiles M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MOA @@ -83,6 +83,7 @@ t.step(function () { tizen.filesystem.resolve("documents", resolveSuccess, resolveError, "rw"); }); }); + diff --git a/tct-filesystem-tizen-tests/filesystem/File_listFiles_with_onerror.html b/tct-filesystem-tizen-tests/filesystem/File_listFiles_with_onerror.html index 52a4325e8..edf1f64a9 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_listFiles_with_onerror.html +++ b/tct-filesystem-tizen-tests/filesystem/File_listFiles_with_onerror.html @@ -16,12 +16,12 @@ limitations under the License. Authors: - Beata Koziarek + Beata Koziarek --> - File_listFiles_with_onerror +File_listFiles_with_onerror @@ -32,7 +32,7 @@ Authors: //==== TEST: File_listFiles_with_onerror //==== LABEL: Check if method listFiles wit onError optional argument works properly. //==== SPEC: Tizen Web API:IO:Filesystem:File:listFiles M -//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MERRCB var t = async_test("File_listFiles_with_onerror"), diff --git a/tct-filesystem-tizen-tests/filesystem/File_listFiles_with_valid_successCallback.html b/tct-filesystem-tizen-tests/filesystem/File_listFiles_with_valid_successCallback.html index 3f28bdcbe..afe1bbb58 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_listFiles_with_valid_successCallback.html +++ b/tct-filesystem-tizen-tests/filesystem/File_listFiles_with_valid_successCallback.html @@ -18,12 +18,12 @@ limitations under the License. Authors: - Beata Koziarek + Beata Koziarek --> - File_moveTo_with_path_invalid +File_listFiles_with_valid_successCallback @@ -34,7 +34,7 @@ Authors: //==== TEST: File_listFiles_with_valid_successCallback //==== LABEL check whether 'listFiles' method properly retrieves the list of files in directory //==== SPEC Tizen Web API:IO:Filesystem:File:listFiles M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html#listFilesid2591852 +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MMINA var this_test = async_test("File_listFiles_with_valid_successCallback"), resolveSuccess, resolveError, diff --git a/tct-filesystem-tizen-tests/filesystem/File_modified_attribute.html b/tct-filesystem-tizen-tests/filesystem/File_modified_attribute.html index 0bb63a7c7..d3fc31f57 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_modified_attribute.html +++ b/tct-filesystem-tizen-tests/filesystem/File_modified_attribute.html @@ -16,12 +16,12 @@ limitations under the License. Authors: - Beata Koziarek + Beata Koziarek --> - + - File_moveTo_with_path_invalid +File_modified_attribute @@ -32,7 +32,7 @@ Authors: //==== TEST: File_modified_attribute //==== LABEL: Check if attribute modified of File exists, has type Date and is readonly //==== SPEC: Tizen Web API:IO:Filesystem:File:modified A -//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA AE ARO AT var t = async_test("File_modified_attribute"), diff --git a/tct-filesystem-tizen-tests/filesystem/File_moveTo.html b/tct-filesystem-tizen-tests/filesystem/File_moveTo.html index 7cd5c4e36..1c7c0eb60 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_moveTo.html +++ b/tct-filesystem-tizen-tests/filesystem/File_moveTo.html @@ -16,13 +16,13 @@ limitations under the License. Authors: - Beata Koziarek - Mariusz Polasinski + Beata Koziarek + Mariusz Polasinski --> - File_moveTo +File_moveTo @@ -33,7 +33,7 @@ Authors: //==== TEST: File_moveTo //==== LABEL: Check if method moveTo of File works properly. //==== SPEC: Tizen Web API:IO:Filesystem:File:moveTo M -//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MMINA MR var t = async_test("File_moveTo"), fsTestFileName, fsTestFile, diff --git a/tct-filesystem-tizen-tests/filesystem/File_moveTo_dir_samedir_samename_overwrite_false.html b/tct-filesystem-tizen-tests/filesystem/File_moveTo_dir_samedir_samename_overwrite_false.html index 73777b76e..6a1cfecbb 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_moveTo_dir_samedir_samename_overwrite_false.html +++ b/tct-filesystem-tizen-tests/filesystem/File_moveTo_dir_samedir_samename_overwrite_false.html @@ -16,11 +16,11 @@ limitations under the License. Authors: - Mariusz Polasinski + Mariusz Polasinski --> - + File_moveTo_dir_samedir_samename_overwrite_false @@ -36,7 +36,7 @@ Authors: //==== LABEL check if error callback invoked when move a directory to the same location with the same name (overwrite is false). //==== PRIORITY P2 //==== SPEC Tizen Web API:IO:Filesystem:File:copyTo M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MERRCB diff --git a/tct-filesystem-tizen-tests/filesystem/File_moveTo_dir_samedir_samename_overwrite_true.html b/tct-filesystem-tizen-tests/filesystem/File_moveTo_dir_samedir_samename_overwrite_true.html index 85ada7bce..509147a45 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_moveTo_dir_samedir_samename_overwrite_true.html +++ b/tct-filesystem-tizen-tests/filesystem/File_moveTo_dir_samedir_samename_overwrite_true.html @@ -16,11 +16,11 @@ limitations under the License. Authors: - Mariusz Polasinski + Mariusz Polasinski --> - + File_moveTo_dir_samedir_samename_overwrite_true @@ -36,7 +36,7 @@ Authors: //==== LABEL check if error callback invoked when move a directory to the same location with the same name (overwrite is true). //==== PRIORITY P2 //==== SPEC Tizen Web API:IO:Filesystem:File:copyTo M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MERRCB diff --git a/tct-filesystem-tizen-tests/filesystem/File_moveTo_empty_destination_source_and_destination_paths.html b/tct-filesystem-tizen-tests/filesystem/File_moveTo_empty_destination_source_and_destination_paths.html index 4d0e6fe34..b7d52776a 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_moveTo_empty_destination_source_and_destination_paths.html +++ b/tct-filesystem-tizen-tests/filesystem/File_moveTo_empty_destination_source_and_destination_paths.html @@ -18,12 +18,12 @@ limitations under the License. Authors: - Beata Koziarek + Beata Koziarek --> - File_moveTo_empty_destination_source_and_destination_paths +File_moveTo_empty_destination_source_and_destination_paths @@ -34,7 +34,7 @@ Authors: //==== TEST: File_moveTo_empty_destination_source_and_destination_paths //==== LABEL check whether invoking 'moveTo' method with improper arguments calls error callback function properly //==== SPEC Tizen Web API:IO:Filesystem:File:moveTo M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html#moveToid2592799 +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MERRCB var t = async_test("File_moveTo_empty_destination_source_and_destination_paths"), @@ -59,6 +59,7 @@ t.step(function () { tizen.filesystem.resolve("documents", resolveSuccess, resolveError, "rw"); }); + diff --git a/tct-filesystem-tizen-tests/filesystem/File_moveTo_exist.html b/tct-filesystem-tizen-tests/filesystem/File_moveTo_exist.html index 377649a8a..26f928cfa 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_moveTo_exist.html +++ b/tct-filesystem-tizen-tests/filesystem/File_moveTo_exist.html @@ -26,15 +26,15 @@ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Authors: - Kaiyu - Guan,JingX - Beata Koziarek + Kaiyu + Guan,JingX + Beata Koziarek --> - File_moveTo_with_path_invalid +File_moveTo_exist @@ -63,6 +63,7 @@ t.step(function () { tizen.filesystem.resolve("documents", resolveSuccess, resolveError, "rw"); }); + diff --git a/tct-filesystem-tizen-tests/filesystem/File_moveTo_file_samedir_samename_overwrite_false.html b/tct-filesystem-tizen-tests/filesystem/File_moveTo_file_samedir_samename_overwrite_false.html index 5f8c621c5..cdc7e18f8 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_moveTo_file_samedir_samename_overwrite_false.html +++ b/tct-filesystem-tizen-tests/filesystem/File_moveTo_file_samedir_samename_overwrite_false.html @@ -26,14 +26,14 @@ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Authors: - Guan,JingX - Mariusz Polasinski + Guan,JingX + Mariusz Polasinski --> - File_moveTo_file_samedir_samename_overwrite_false +File_moveTo_file_samedir_samename_overwrite_false @@ -44,7 +44,7 @@ Authors: //==== LABEL check if error callback invoked when move a file to the same location with the same name (overwrite is false). //==== PRIORITY P2 //==== SPEC Tizen Web API:IO:Filesystem:File:moveTo M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MERRCB @@ -82,6 +82,7 @@ t.step(function () { tizen.filesystem.resolve("documents", resolveSuccess, resolveError, "rw"); }); }); + diff --git a/tct-filesystem-tizen-tests/filesystem/File_moveTo_file_samedir_samename_overwrite_true.html b/tct-filesystem-tizen-tests/filesystem/File_moveTo_file_samedir_samename_overwrite_true.html index 7578b362b..1f825e5bc 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_moveTo_file_samedir_samename_overwrite_true.html +++ b/tct-filesystem-tizen-tests/filesystem/File_moveTo_file_samedir_samename_overwrite_true.html @@ -26,13 +26,13 @@ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Authors: - Guan,JingX + Guan,JingX --> - File_moveTo_file_samedir_samename_overwrite_true +File_moveTo_file_samedir_samename_overwrite_true @@ -43,7 +43,7 @@ Authors: //==== LABEL check if error callback invoked when move a file to the same location with the same name (overwrite is true) //==== PRIORITY P2 //==== SPEC Tizen Web API:IO:Filesystem:File:moveTo M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MERRCB @@ -82,6 +82,7 @@ t.step(function () { tizen.filesystem.resolve("documents", resolveSuccess, resolveError, "rw"); }); }); + diff --git a/tct-filesystem-tizen-tests/filesystem/File_moveTo_onerror_TypeMismatch.html b/tct-filesystem-tizen-tests/filesystem/File_moveTo_onerror_TypeMismatch.html index 7a7fd9c8c..c62d695ae 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_moveTo_onerror_TypeMismatch.html +++ b/tct-filesystem-tizen-tests/filesystem/File_moveTo_onerror_TypeMismatch.html @@ -16,12 +16,12 @@ limitations under the License. Authors: - Beata Koziarek + Beata Koziarek --> - File_moveTo_onerror_TypeMismatch +File_moveTo_onerror_TypeMismatch @@ -33,19 +33,19 @@ Authors: //==== LABEL: Check argument onError conversions exception in moveTo method. //==== PRIORITY: P2 //==== SPEC: Tizen Web API:IO:Filesystem:File:moveTo M -//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MC var t = async_test("File_moveTo_onerror_TypeMismatch"), resolveSuccess, resolveError, conversionTable, moveToError, i, moveToSuccess, exceptionName = "TypeMismatchError"; -t.step(function() { +t.step(function () { moveToSuccess = t.step_func(function () { assert_unreached("successCalback should not be called"); }); - resolveSuccess = t.step_func(function(dir) { + resolveSuccess = t.step_func(function (dir) { conversionTable = getTypeConversionExceptions("functionObject", true); for (i = 0; i < conversionTable.length; i++) { moveToError = conversionTable[i][0]; @@ -53,7 +53,7 @@ t.step(function() { assert_throws({ name: exceptionName - }, function() { + }, function () { dir.moveTo("verybadfile.txt", "images", true, moveToSuccess, moveToError); }, exceptionName + " should be thrown - given incorrect error callback."); } diff --git a/tct-filesystem-tizen-tests/filesystem/File_moveTo_onerror_invalid_cb.html b/tct-filesystem-tizen-tests/filesystem/File_moveTo_onerror_invalid_cb.html index 565c314c2..d533afb30 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_moveTo_onerror_invalid_cb.html +++ b/tct-filesystem-tizen-tests/filesystem/File_moveTo_onerror_invalid_cb.html @@ -16,12 +16,12 @@ limitations under the License. Authors: - Beata Koziarek + Beata Koziarek --> - + - File_moveTo_onerror_invalid_cb +File_moveTo_onerror_invalid_cb @@ -33,7 +33,7 @@ Authors: //==== LABEL: Test whether the constructor of the interface is defined or not in moveTo method onError callback. //==== PRIORITY: P2 //==== SPEC: Tizen Web API:IO:Filesystem:File:moveTo M -//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MTCB var t = async_test("File_moveTo_onerror_invalid_cb"), fsTestFileName, fsTestFile, diff --git a/tct-filesystem-tizen-tests/filesystem/File_moveTo_onsuccess_TypeMismatch.html b/tct-filesystem-tizen-tests/filesystem/File_moveTo_onsuccess_TypeMismatch.html index ae9314ffa..b510e035a 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_moveTo_onsuccess_TypeMismatch.html +++ b/tct-filesystem-tizen-tests/filesystem/File_moveTo_onsuccess_TypeMismatch.html @@ -16,13 +16,13 @@ limitations under the License. Authors: - Beata Koziarek + Beata Koziarek --> - + - File_moveTo_onsuccess_TypeMismatch +File_moveTo_onsuccess_TypeMismatch @@ -34,7 +34,7 @@ Authors: //==== LABEL: Check argument onSuccess conversions exception in moveTo method. //==== PRIORITY: P2 //==== SPEC: Tizen Web API:IO:Filesystem:File:moveTo M -//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MC var t = async_test("File_moveTo_onsuccess_TypeMismatch"), moveToSuccess, fsTestFileName, fsTestFile, diff --git a/tct-filesystem-tizen-tests/filesystem/File_moveTo_onsuccess_invalid_cb.html b/tct-filesystem-tizen-tests/filesystem/File_moveTo_onsuccess_invalid_cb.html index 81cd943b3..835ebbbb4 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_moveTo_onsuccess_invalid_cb.html +++ b/tct-filesystem-tizen-tests/filesystem/File_moveTo_onsuccess_invalid_cb.html @@ -16,13 +16,13 @@ limitations under the License. Authors: - Beata Koziarek - Mariusz Polasinski + Beata Koziarek + Mariusz Polasinski --> - + - File_moveTo_onsuccess_invalid_cb +File_moveTo_onsuccess_invalid_cb @@ -34,7 +34,7 @@ Authors: //==== LABEL: check if an exception was thrown when a fake callback (onsuccess) was passed into moveTo method. //==== PRIORITY: P2 //==== SPEC: Tizen Web API:IO:Filesystem:File:moveTo M -//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MTCB var t = async_test("File_moveTo_onsuccess_invalid_cb"), resolveSuccess, resolveError, diff --git a/tct-filesystem-tizen-tests/filesystem/File_moveTo_with_additional_null_parameter.html b/tct-filesystem-tizen-tests/filesystem/File_moveTo_with_additional_null_parameter.html index 93d0cbe60..f9c00ed8b 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_moveTo_with_additional_null_parameter.html +++ b/tct-filesystem-tizen-tests/filesystem/File_moveTo_with_additional_null_parameter.html @@ -15,12 +15,12 @@ See the License for the specific language governing permissions and limitations under the License. Authors: - Beata Koziarek + Beata Koziarek --> - + - File_moveTo_with_additional_null_parameter +File_moveTo_with_additional_null_parameter @@ -31,7 +31,7 @@ Authors: //==== TEST: File_moveTo_with_additional_null_parameter //==== LABEL check whether 'moveTo' method invoked with additional null parameter properly transfers a file //==== SPEC Tizen Web API:IO:Filesystem:File:moveTo M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html#moveToid2592799 +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MOA var this_test = async_test("File_moveTo_with_additional_null_parameter"), fsTestFileName2, diff --git a/tct-filesystem-tizen-tests/filesystem/File_moveTo_with_file_handle.html b/tct-filesystem-tizen-tests/filesystem/File_moveTo_with_file_handle.html index c0cf1d58d..9858ad4b7 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_moveTo_with_file_handle.html +++ b/tct-filesystem-tizen-tests/filesystem/File_moveTo_with_file_handle.html @@ -26,15 +26,15 @@ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Authors: - Kaiyu - Guan,JingX - Mariusz Polasinski + Kaiyu + Guan,JingX + Mariusz Polasinski --> - + - File_moveTo_with_file_handle +File_moveTo_with_file_handle @@ -46,7 +46,7 @@ Authors: //==== LABEL check if errorCallback will be invoked when moveTo will be used with file handle. //==== PRIORITY P2 //==== SPEC Tizen Web API:IO:Filesystem:File:moveTo M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MERRCB diff --git a/tct-filesystem-tizen-tests/filesystem/File_moveTo_with_invalid_filePath.html b/tct-filesystem-tizen-tests/filesystem/File_moveTo_with_invalid_filePath.html index c61f10f71..f24dcdffe 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_moveTo_with_invalid_filePath.html +++ b/tct-filesystem-tizen-tests/filesystem/File_moveTo_with_invalid_filePath.html @@ -18,12 +18,12 @@ limitations under the License. Authors: - Beata Koziarek + Beata Koziarek --> - File_moveTo_with_invalid_filePath +File_moveTo_with_invalid_filePath @@ -35,7 +35,7 @@ Authors: //==== LABEL check whether invoking 'moveTo' method with improper argument calls error callback function properly //==== PRIORITY P2 //==== SPEC Tizen Web API:IO:Filesystem:File:moveTo M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html#moveToid2592799 +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MERRCB var this_test = async_test("File_moveTo_with_invalid_filePath"), param = ["aa"], fsTestFileName, diff --git a/tct-filesystem-tizen-tests/filesystem/File_moveTo_with_onerror.html b/tct-filesystem-tizen-tests/filesystem/File_moveTo_with_onerror.html index 54433d001..aef2ff6b6 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_moveTo_with_onerror.html +++ b/tct-filesystem-tizen-tests/filesystem/File_moveTo_with_onerror.html @@ -16,11 +16,11 @@ limitations under the License. Authors: - Beata Koziarek - Mariusz Polasinski + Beata Koziarek + Mariusz Polasinski --> - + File_moveTo_with_onerror @@ -33,7 +33,7 @@ Authors: //==== TEST: File_moveTo_with_onerror //==== LABEL: Check if method moveTo wit onError optional argument works properly. //==== SPEC: Tizen Web API:IO:Filesystem:File:moveTo M -//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MERRCB var t = async_test("File_moveTo_with_onerror"), diff --git a/tct-filesystem-tizen-tests/filesystem/File_moveTo_with_onsuccess.html b/tct-filesystem-tizen-tests/filesystem/File_moveTo_with_onsuccess.html index 2171d0410..f7c116715 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_moveTo_with_onsuccess.html +++ b/tct-filesystem-tizen-tests/filesystem/File_moveTo_with_onsuccess.html @@ -16,11 +16,11 @@ limitations under the License. Authors: - Beata Koziarek - Mariusz Polasinski + Beata Koziarek + Mariusz Polasinski --> - + File_moveTo_with_onsuccess @@ -34,7 +34,7 @@ Authors: //==== TEST: File_moveTo_with_onsuccess //==== LABEL: Check if method moveTo wit onSuccess optional argument works properly. //==== SPEC: Tizen Web API:IO:Filesystem:File:moveTo M -//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MAST MOA var t = async_test("File_moveTo_with_onsuccess"), listFilesError, resolveError, diff --git a/tct-filesystem-tizen-tests/filesystem/File_moveTo_with_path_invalid.html b/tct-filesystem-tizen-tests/filesystem/File_moveTo_with_path_invalid.html index 3aac32faa..c51a04d49 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_moveTo_with_path_invalid.html +++ b/tct-filesystem-tizen-tests/filesystem/File_moveTo_with_path_invalid.html @@ -26,14 +26,14 @@ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Authors: - Kaiyu - Guan,JingX + Kaiyu + Guan,JingX --> - + - File_moveTo_with_path_invalid +File_moveTo_with_path_invalid @@ -46,7 +46,7 @@ Authors: //==== LABEL check if throw an exception when move a file to an invalid path. //==== PRIORITY P2 //==== SPEC Tizen Web API:IO:Filesystem:File:moveTo M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MERRCB @@ -80,6 +80,7 @@ t.step(function () { tizen.filesystem.resolve("documents", resolveSuccess, resolveError, "rw"); }); }); + diff --git a/tct-filesystem-tizen-tests/filesystem/File_moveTo_writeFile_newName.html b/tct-filesystem-tizen-tests/filesystem/File_moveTo_writeFile_newName.html index 9ee7b1bc6..f5522f6e0 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_moveTo_writeFile_newName.html +++ b/tct-filesystem-tizen-tests/filesystem/File_moveTo_writeFile_newName.html @@ -26,14 +26,14 @@ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Authors: - Kaiyu - Guan,JingX + Kaiyu + Guan,JingX --> - + - File_moveTo_writeFile_newName +File_moveTo_writeFile_newName @@ -45,7 +45,7 @@ Authors: //==== TEST: File_moveTo_writeFile_newName //==== LABEL check if create a new empty file and write content of the file and then move the file to the same location with different file name //==== SPEC Tizen Web API:IO:Filesystem:File:moveTo M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MOA @@ -91,6 +91,7 @@ t.step(function () { tizen.filesystem.resolve("documents", resolveSuccess, resolveError, "rw"); }); }); + diff --git a/tct-filesystem-tizen-tests/filesystem/File_moveTo_writeFile_overwrite_false.html b/tct-filesystem-tizen-tests/filesystem/File_moveTo_writeFile_overwrite_false.html index 7b5f6d740..59962f23e 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_moveTo_writeFile_overwrite_false.html +++ b/tct-filesystem-tizen-tests/filesystem/File_moveTo_writeFile_overwrite_false.html @@ -26,15 +26,15 @@ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Authors: - Kaiyu - Guan,JingX - Mariusz Polasinski + Kaiyu + Guan,JingX + Mariusz Polasinski --> - + - File_moveTo_writeFile_overwrite_false +File_moveTo_writeFile_overwrite_false @@ -46,7 +46,7 @@ Authors: //==== TEST: File_moveTo_writeFile_overwrite_false //==== LABEL check if create a new empty file and write content of the file and then move the file to another location with same file name (overwrite false) //==== SPEC Tizen Web API:IO:Filesystem:File:moveTo M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MERRCB @@ -93,6 +93,7 @@ t.step(function () { tizen.filesystem.resolve("documents", resolveSuccess, resolveError, "rw"); }); }); + diff --git a/tct-filesystem-tizen-tests/filesystem/File_moveTo_writeFile_subdir.html b/tct-filesystem-tizen-tests/filesystem/File_moveTo_writeFile_subdir.html index b972f8da0..982e8e5dd 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_moveTo_writeFile_subdir.html +++ b/tct-filesystem-tizen-tests/filesystem/File_moveTo_writeFile_subdir.html @@ -26,14 +26,14 @@ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Authors: - Kaiyu - Guan,JingX + Kaiyu + Guan,JingX --> - + - File_moveTo_writeFile_subdir +File_moveTo_writeFile_subdir @@ -45,7 +45,7 @@ Authors: //==== TEST: File_moveTo_writeFile_subdir //==== LABEL check if create a new empty file and write content of the file and then move the file to subdirectory with same file name //==== SPEC Tizen Web API:IO:Filesystem:File:moveTo M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MOA @@ -91,6 +91,7 @@ t.step(function () { tizen.filesystem.resolve("documents", resolveSuccess, resolveError, "rw"); }); }); + diff --git a/tct-filesystem-tizen-tests/filesystem/File_name_attribute.html b/tct-filesystem-tizen-tests/filesystem/File_name_attribute.html index 86c5a78c8..e28580361 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_name_attribute.html +++ b/tct-filesystem-tizen-tests/filesystem/File_name_attribute.html @@ -15,10 +15,10 @@ See the License for the specific language governing permissions and limitations under the License. Authors: - Andrzej Krolikowski a.krolikowsk@samsung.com + Andrzej Krolikowski a.krolikowsk@samsung.com --> - + File_name_attribute @@ -32,7 +32,7 @@ Authors: //==== TEST: File_name_attribute //==== LABEL: Check if attribute name of File exists, has type DOMString and is readonly //==== SPEC: Tizen Web API:IO:Filesystem:File:name A -//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA AE ARO AT var t = async_test("File_name_attribute"), fsTestFileName, diff --git a/tct-filesystem-tizen-tests/filesystem/File_notexist.html b/tct-filesystem-tizen-tests/filesystem/File_notexist.html index 1e161bde1..98279b2e1 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_notexist.html +++ b/tct-filesystem-tizen-tests/filesystem/File_notexist.html @@ -16,7 +16,7 @@ See the License for the specific language governing permissions and limitations under the License. Authors: - Beata Koziarek + Beata Koziarek --> @@ -37,6 +37,7 @@ Authors: test(function () { check_no_interface_object("File"); }); + diff --git a/tct-filesystem-tizen-tests/filesystem/File_openStream.html b/tct-filesystem-tizen-tests/filesystem/File_openStream.html index 578ff4254..85717c7cf 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_openStream.html +++ b/tct-filesystem-tizen-tests/filesystem/File_openStream.html @@ -16,11 +16,11 @@ limitations under the License. Authors: - Beata Koziarek - Mariusz Polasinski + Beata Koziarek + Mariusz Polasinski --> - + File_openStream @@ -34,7 +34,7 @@ Authors: //==== TEST: File_openStream //==== LABEL: Check if method openStream of File works properly. //==== SPEC: Tizen Web API:IO:Filesystem:File:openStream M -//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MMINA MR var t = async_test("File_openStream"), fsTestFileName, fsTestFile, diff --git a/tct-filesystem-tizen-tests/filesystem/File_openStream_encoding_invalid.html b/tct-filesystem-tizen-tests/filesystem/File_openStream_encoding_invalid.html index f6984644b..d5bd078ab 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_openStream_encoding_invalid.html +++ b/tct-filesystem-tizen-tests/filesystem/File_openStream_encoding_invalid.html @@ -26,16 +26,16 @@ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Authors: - Kaiyu - Guan,JingX - Mariusz Polasinski + Kaiyu + Guan,JingX + Mariusz Polasinski --> - + - File_openStream_encoding_invalid +File_openStream_encoding_invalid @@ -47,7 +47,7 @@ Authors: //==== LABEL check if throw an exception when open the file in invalid encoding. //==== PRIORITY P2 //==== SPEC Tizen Web API:IO:Filesystem:File:openStream M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MC @@ -86,6 +86,7 @@ t.step(function () { tizen.filesystem.resolve("documents", resolveSuccess, resolveError, "rw"); }); }); + diff --git a/tct-filesystem-tizen-tests/filesystem/File_openStream_exist.html b/tct-filesystem-tizen-tests/filesystem/File_openStream_exist.html index 2f34096e8..3b91af550 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_openStream_exist.html +++ b/tct-filesystem-tizen-tests/filesystem/File_openStream_exist.html @@ -26,15 +26,15 @@ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Authors: - Kaiyu - Guan,JingX - Beata Koziarek + Kaiyu + Guan,JingX + Beata Koziarek --> - File_openStream_exist +File_openStream_exist @@ -49,7 +49,7 @@ Authors: //==== TEST_CRITERIA ME var t = async_test("File_openStream_exist"), resolveSuccess, resolveError; -t.step(function(){ +t.step(function (){ resolveSuccess = t.step_func(function (dir) { assert_true("openStream" in dir, "method openStream is exist"); check_method_exists(dir, "listFiles"); @@ -62,6 +62,7 @@ t.step(function(){ tizen.filesystem.resolve("documents", resolveSuccess, resolveError, "rw"); }); + diff --git a/tct-filesystem-tizen-tests/filesystem/File_openStream_missarg.html b/tct-filesystem-tizen-tests/filesystem/File_openStream_missarg.html index 69f5770a9..04a93334a 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_openStream_missarg.html +++ b/tct-filesystem-tizen-tests/filesystem/File_openStream_missarg.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Beata Koziarek + Beata Koziarek --> - + File_openStream_missarg @@ -33,7 +33,7 @@ Authors: //==== PRIORITY: P2 //==== LABEL: Check if openStream of File with missing non-optional argument works //==== SPEC: Tizen Web API:IO:Filesystem:File:openStream M -//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MMA var t = async_test("File_openStream_missarg"), fsTestFileName, fsTestFile, @@ -41,11 +41,11 @@ var t = async_test("File_openStream_missarg"), fsTestFileName, fsTestFile, t.step(function () { fsTestFileName = getFileName("filesystem.txt"); - resolveSuccess = t.step_func(function(dir) { + resolveSuccess = t.step_func(function (dir) { fsTestFile = dir.createFile(fsTestFileName); assert_throws({ name: "TypeMismatchError" - }, function() { + }, function () { fsTestFile.openStream(); }); t.done(); diff --git a/tct-filesystem-tizen-tests/filesystem/File_openStream_mode_TypeMismatch.html b/tct-filesystem-tizen-tests/filesystem/File_openStream_mode_TypeMismatch.html index 08559bdac..ce76b2c72 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_openStream_mode_TypeMismatch.html +++ b/tct-filesystem-tizen-tests/filesystem/File_openStream_mode_TypeMismatch.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Beata Koziarek + Beata Koziarek --> - + File_openStream_mode_TypeMismatch @@ -32,7 +32,7 @@ Authors: //==== LABEL: Check argument mode conversions exception. //==== PRIORITY: P2 //==== SPEC: Tizen Web API:IO:Filesystem:File:openStream M -//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MC var t = async_test("File_openStream_mode_TypeMismatch"), diff --git a/tct-filesystem-tizen-tests/filesystem/File_openStream_mode_a.html b/tct-filesystem-tizen-tests/filesystem/File_openStream_mode_a.html index bddf634be..7449b8a42 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_openStream_mode_a.html +++ b/tct-filesystem-tizen-tests/filesystem/File_openStream_mode_a.html @@ -26,15 +26,15 @@ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Authors: - Kaiyu - Guan,JingX + Kaiyu + Guan,JingX --> - + - File_openStream_mode_a +File_openStream_mode_a @@ -46,7 +46,7 @@ Authors: //==== LABEL check if open the file with mode a. //==== PRIORITY P2 //==== SPEC Tizen Web API:IO:Filesystem:File:openStream M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MOA @@ -79,6 +79,7 @@ t.step(function () { tizen.filesystem.resolve("documents", resolveSuccess, resolveError, "rw"); }); }); + diff --git a/tct-filesystem-tizen-tests/filesystem/File_openStream_mode_r.html b/tct-filesystem-tizen-tests/filesystem/File_openStream_mode_r.html index bd6dc47ef..51e924813 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_openStream_mode_r.html +++ b/tct-filesystem-tizen-tests/filesystem/File_openStream_mode_r.html @@ -26,16 +26,16 @@ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Authors: - Kaiyu - Guan,JingX - Mariusz Polasinski + Kaiyu + Guan,JingX + Mariusz Polasinski --> - + - File_openStream_mode_r +File_openStream_mode_r @@ -47,14 +47,14 @@ Authors: //==== LABEL check if open the file with mode r. //==== PRIORITY P2 //==== SPEC Tizen Web API:IO:Filesystem:File:openStream M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MAST MOA var resolveSuccess, resolveError, openStreamSuccess, openStreamError, fsTestFileName, fsTestFile, documentsDir, t = async_test("File_openStream_mode_r"); -t.step(function(){ +t.step(function (){ fsTestFileName = getFileName("filesystem.txt"); openStreamSuccess = t.step_func(function (fs) { @@ -80,6 +80,7 @@ t.step(function(){ tizen.filesystem.resolve("documents", resolveSuccess, resolveError, "rw"); }); }); + diff --git a/tct-filesystem-tizen-tests/filesystem/File_openStream_mode_rw.html b/tct-filesystem-tizen-tests/filesystem/File_openStream_mode_rw.html index f80925daf..da49f970d 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_openStream_mode_rw.html +++ b/tct-filesystem-tizen-tests/filesystem/File_openStream_mode_rw.html @@ -26,15 +26,15 @@ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Authors: - Kaiyu - Guan,JingX + Kaiyu + Guan,JingX --> - + - File_openStream_mode_rw +File_openStream_mode_rw @@ -46,7 +46,7 @@ Authors: //==== LABEL check if open the file with mode rw. //==== PRIORITY P2 //==== SPEC Tizen Web API:IO:Filesystem:File:openStream M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MAST MOA @@ -79,6 +79,7 @@ t.step(function () { tizen.filesystem.resolve("documents", resolveSuccess, resolveError, "rw"); }); }); + diff --git a/tct-filesystem-tizen-tests/filesystem/File_openStream_mode_w.html b/tct-filesystem-tizen-tests/filesystem/File_openStream_mode_w.html index e5ab8850c..667f6792b 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_openStream_mode_w.html +++ b/tct-filesystem-tizen-tests/filesystem/File_openStream_mode_w.html @@ -26,15 +26,15 @@ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Authors: - Kaiyu - Guan,JingX + Kaiyu + Guan,JingX --> - + - File_openStream_mode_w +File_openStream_mode_w @@ -46,7 +46,7 @@ Authors: //==== LABEL check if open the file with mode w. //==== PRIORITY P2 //==== SPEC Tizen Web API:IO:Filesystem:File:openStream M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MAST MOA @@ -79,6 +79,7 @@ t.step(function () { tizen.filesystem.resolve("documents", resolveSuccess, resolveError, "rw"); }); }); + diff --git a/tct-filesystem-tizen-tests/filesystem/File_openStream_onerror_TypeMismatch.html b/tct-filesystem-tizen-tests/filesystem/File_openStream_onerror_TypeMismatch.html index 28ac0b671..623e90f5e 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_openStream_onerror_TypeMismatch.html +++ b/tct-filesystem-tizen-tests/filesystem/File_openStream_onerror_TypeMismatch.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Beata Koziarek + Beata Koziarek --> - + File_openStream_onerror_TypeMismatch @@ -33,13 +33,13 @@ Authors: //==== LABEL: Check argument onError conversions exception in openStream method. //==== PRIORITY: P2 //==== SPEC: Tizen Web API:IO:Filesystem:File:openStream M -//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MC var t = async_test("File_openStream_onerror_TypeMismatch"), resolveSuccess, resolveError, conversionTable, openStreamError, i, openStreamSuccess, exceptionName = "TypeMismatchError"; -t.step(function() { +t.step(function () { openStreamSuccess = t.step_func(function (fs) { fs.close(); assert_unreached("openStream() success callback invoked: should not be called"); diff --git a/tct-filesystem-tizen-tests/filesystem/File_openStream_onerror_invalid_cb.html b/tct-filesystem-tizen-tests/filesystem/File_openStream_onerror_invalid_cb.html index 7593afc02..6c4b7101d 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_openStream_onerror_invalid_cb.html +++ b/tct-filesystem-tizen-tests/filesystem/File_openStream_onerror_invalid_cb.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Beata Koziarek + Beata Koziarek --> - + File_openStream_onerror_invalid_cb @@ -32,7 +32,7 @@ Authors: //==== LABEL: Test whether the constructor of the interface is defined or not in openStream method onError callback. //==== PRIORITY: P2 //==== SPEC: Tizen Web API:IO:Filesystem:File:openStream M -//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MTCB var t = async_test("File_openStream_onerror_invalid_cb"), diff --git a/tct-filesystem-tizen-tests/filesystem/File_openStream_onsuccess_TypeMismatch.html b/tct-filesystem-tizen-tests/filesystem/File_openStream_onsuccess_TypeMismatch.html index 323963ca8..b86885b42 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_openStream_onsuccess_TypeMismatch.html +++ b/tct-filesystem-tizen-tests/filesystem/File_openStream_onsuccess_TypeMismatch.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Beata Koziarek + Beata Koziarek --> - + File_openStream_onsuccess_TypeMismatch @@ -34,7 +34,7 @@ Authors: //==== LABEL: Check argument onSuccess conversions exception in openStream method. //==== PRIORITY: P2 //==== SPEC: Tizen Web API:IO:Filesystem:File:openStream M -//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MC var t = async_test("File_openStream_onsuccess_TypeMismatch"), openStreamSuccess, diff --git a/tct-filesystem-tizen-tests/filesystem/File_openStream_onsuccess_invalid_cb.html b/tct-filesystem-tizen-tests/filesystem/File_openStream_onsuccess_invalid_cb.html index 07b59a18d..e11c6af98 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_openStream_onsuccess_invalid_cb.html +++ b/tct-filesystem-tizen-tests/filesystem/File_openStream_onsuccess_invalid_cb.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Beata Koziarek + Beata Koziarek --> - + File_openStream_onsuccess_invalid_cb @@ -33,12 +33,12 @@ Authors: //==== LABEL: Test whether the constructor of the interface is defined or not in openStream method onSuccess callback. //==== PRIORITY: P2 //==== SPEC: Tizen Web API:IO:Filesystem:File:openStream M -//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MTCB var t = async_test("File_openStream_onsuccess_invalid_cb"), resolveSuccess, resolveError, openStreamSuccess, exceptionName = "TypeMismatchError", fsTestFileName, fsTestFile; -t.step(function(){ +t.step(function (){ fsTestFileName = getFileName("filesystem.txt"); openStreamSuccess = { diff --git a/tct-filesystem-tizen-tests/filesystem/File_openStream_with_encoding.html b/tct-filesystem-tizen-tests/filesystem/File_openStream_with_encoding.html index e4c3e2f46..34c21f44c 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_openStream_with_encoding.html +++ b/tct-filesystem-tizen-tests/filesystem/File_openStream_with_encoding.html @@ -16,11 +16,11 @@ limitations under the License. Authors: - Beata Koziarek - Mariusz Polasinski + Beata Koziarek + Mariusz Polasinski --> - + File_openStream_with_encoding @@ -34,13 +34,13 @@ Authors: //==== TEST: File_openStream_with_encoding //==== LABEL: Check if method openStream wit encoding optional argument works properly. //==== SPEC: Tizen Web API:IO:Filesystem:File:openStream M -//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MAST MOA var t = async_test("File_openStream_with_encoding"), resolveSuccess, resolveError, openStreamSuccess, openStreamError, fsTestFileName, fsTestFile; -t.step(function(){ +t.step(function (){ fsTestFileName = getFileName("filesystem.txt"); openStreamError = t.step_func(function (error) { diff --git a/tct-filesystem-tizen-tests/filesystem/File_openStream_with_nonexist_file.html b/tct-filesystem-tizen-tests/filesystem/File_openStream_with_nonexist_file.html index 60221aa29..b3960ff7f 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_openStream_with_nonexist_file.html +++ b/tct-filesystem-tizen-tests/filesystem/File_openStream_with_nonexist_file.html @@ -26,14 +26,14 @@ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Authors: - Kaiyu - Ma,YueX + Kaiyu + Ma,YueX --> - File_openStream_with_nonexist_file +File_openStream_with_nonexist_file @@ -44,7 +44,7 @@ Authors: //==== LABEL check if throw an exception when open the file which not exist. //==== PRIORITY P2 //==== SPEC Tizen Web API:IO:Filesystem:File:openStream M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MERRCB @@ -52,7 +52,7 @@ var fsTestFileName, fsTestFile, resolveSuccess, resolveError, deleteFileSuccess, deleteFileError, openStreamSuccess, openStreamError, t = async_test("File_openStream_with_nonexist_file"); -t.step(function() { +t.step(function () { fsTestFileName = getFileName("filesystem.txt"); openStreamSuccess = t.step_func(function (fs) { @@ -86,6 +86,7 @@ t.step(function() { tizen.filesystem.resolve("documents", resolveSuccess, resolveError, "rw"); }); }); + diff --git a/tct-filesystem-tizen-tests/filesystem/File_openStream_with_onerror.html b/tct-filesystem-tizen-tests/filesystem/File_openStream_with_onerror.html index e5da0c973..8a62f3a0a 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_openStream_with_onerror.html +++ b/tct-filesystem-tizen-tests/filesystem/File_openStream_with_onerror.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Beata Koziarek + Beata Koziarek --> - + File_openStream_with_onerror @@ -32,12 +32,12 @@ Authors: //==== TEST: File_openStream_with_onerror //==== LABEL: Check if method openStream wit onError optional argument works properly. //==== SPEC: Tizen Web API:IO:Filesystem:File:openStream M -//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MAST MOA var t = async_test("File_openStream_with_onerror"), resolveSuccess, resolveError, openStreamSuccess, openStreamError; -t.step(function(){ +t.step(function (){ openStreamError = t.step_func(function () { t.done(); }); diff --git a/tct-filesystem-tizen-tests/filesystem/File_parent_attribute.html b/tct-filesystem-tizen-tests/filesystem/File_parent_attribute.html index 5954b671d..9adc4dafc 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_parent_attribute.html +++ b/tct-filesystem-tizen-tests/filesystem/File_parent_attribute.html @@ -20,7 +20,7 @@ Authors: Mariusz Polasinski --> - + File_parent_attribute @@ -33,7 +33,7 @@ Authors: //==== TEST: File_parent_attribute //==== LABEL: Check if attribute parent of File exists, has type File and is readonly //==== SPEC: Tizen Web API:IO:Filesystem:File:parent A -//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA AE ARO AT var t = async_test("File_parent_attribute"), resolveSuccess, resolveError, fsTestFileName, diff --git a/tct-filesystem-tizen-tests/filesystem/File_parent_attribute_notnull_using_resolve.html b/tct-filesystem-tizen-tests/filesystem/File_parent_attribute_notnull_using_resolve.html index 155d417e2..52400b461 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_parent_attribute_notnull_using_resolve.html +++ b/tct-filesystem-tizen-tests/filesystem/File_parent_attribute_notnull_using_resolve.html @@ -20,7 +20,7 @@ Authors: Mariusz Polasinski > --> - + File_parent_attribute_notnull_using_resolve @@ -35,14 +35,14 @@ Authors: //==== TEST: File_parent_attribute_notnull_using_resolve //==== LABEL: Check if attribute parent of File is not null when using resolve method //==== SPEC: Tizen Web API:IO:Filesystem:File:parent A -//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA //Check if attribute parent of File is not null when using resolve method var t = async_test("File_parent_attribute_notnull_using_resolve"), resolveSuccess, resolveError, resolveFileSuccess, fsTestFileName; -t.step(function(){ +t.step(function (){ fsTestFileName = getFileName("filesystem.txt"); resolveFileSuccess = t.step_func(function (file) { diff --git a/tct-filesystem-tizen-tests/filesystem/File_path_attribute.html b/tct-filesystem-tizen-tests/filesystem/File_path_attribute.html index 93e19c980..4e5470f48 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_path_attribute.html +++ b/tct-filesystem-tizen-tests/filesystem/File_path_attribute.html @@ -19,7 +19,7 @@ Authors: Beata Koziarek --> - + File_path_attribute @@ -33,7 +33,7 @@ Authors: //==== TEST: File_path_attribute //==== LABEL: Check if attribute path of File exists, has type DOMString and is readonly //==== SPEC: Tizen Web API:IO:Filesystem:File:path A -//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA AE ARO AT var t = async_test("File_path_attribute"), resolveSuccess, resolveError; diff --git a/tct-filesystem-tizen-tests/filesystem/File_readAsText.html b/tct-filesystem-tizen-tests/filesystem/File_readAsText.html index 9acdd705b..36586b6ee 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_readAsText.html +++ b/tct-filesystem-tizen-tests/filesystem/File_readAsText.html @@ -16,11 +16,11 @@ limitations under the License. Authors: - Beata Koziarek - Mariusz Polasinski + Beata Koziarek + Mariusz Polasinski --> - + File_readAsText @@ -35,7 +35,7 @@ Authors: //==== TEST: File_readAsText //==== LABEL: Check if method readAsText of File works properly. //==== SPEC: Tizen Web API:IO:Filesystem:File:readAsText M -//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MMINA MR var t = async_test("File_readAsText"), resolveSuccess, resolveError, stringInFile = "HelloWorld", diff --git a/tct-filesystem-tizen-tests/filesystem/File_readAsText_encoding_invalid.html b/tct-filesystem-tizen-tests/filesystem/File_readAsText_encoding_invalid.html index 8654179a3..ad29412ab 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_readAsText_encoding_invalid.html +++ b/tct-filesystem-tizen-tests/filesystem/File_readAsText_encoding_invalid.html @@ -26,15 +26,15 @@ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Authors: - Kaiyu - Guan,JingX + Kaiyu + Guan,JingX --> - + - File_readAsText_encoding_invalid +File_readAsText_encoding_invalid @@ -46,7 +46,7 @@ Authors: //==== LABEL check if throw an exception when readAsText in invalid encoding. //==== PRIORITY P2 //==== SPEC Tizen Web API:IO:Filesystem:File:readAsText M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA var t = async_test("File_readAsText_encoding_invalid"), resolveSuccess, resolveError, @@ -81,6 +81,7 @@ t.step(function () { tizen.filesystem.resolve("documents", resolveSuccess, resolveError, "rw"); }); }); + diff --git a/tct-filesystem-tizen-tests/filesystem/File_readAsText_exist.html b/tct-filesystem-tizen-tests/filesystem/File_readAsText_exist.html index a8fd7dc3a..daa9c9085 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_readAsText_exist.html +++ b/tct-filesystem-tizen-tests/filesystem/File_readAsText_exist.html @@ -26,15 +26,15 @@ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Authors: - Kaiyu - Guan,JingX - Beata Koziarek + Kaiyu + Guan,JingX + Beata Koziarek --> - File_readAsText_exist +File_readAsText_exist @@ -49,7 +49,7 @@ Authors: //==== TEST_CRITERIA ME var t = async_test("File_readAsText_exist"), resolveSuccess, resolveError; -t.step(function(){ +t.step(function (){ resolveSuccess = t.step_func(function (dir) { assert_true("readAsText" in dir, "method readAsText is exist"); check_method_exists(dir, "readAsText"); @@ -61,6 +61,7 @@ t.step(function(){ tizen.filesystem.resolve("documents", resolveSuccess, resolveError, "rw"); }); + diff --git a/tct-filesystem-tizen-tests/filesystem/File_readAsText_listDocumentsFiles.html b/tct-filesystem-tizen-tests/filesystem/File_readAsText_listDocumentsFiles.html index 7ead9cd80..071539baf 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_readAsText_listDocumentsFiles.html +++ b/tct-filesystem-tizen-tests/filesystem/File_readAsText_listDocumentsFiles.html @@ -33,7 +33,7 @@ Authors: -check if list all files in documents and then read the content of the file as a DOMString +File_readAsText_listDocumentsFiles @@ -44,7 +44,7 @@ Authors: //==== TEST: File_readAsText_listDocumentsFiles //==== LABEL check if list all files in documents and then read the content of the file as a DOMString //==== SPEC Tizen Web API:IO:Filesystem:File:readAsText M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MOA var testFile, resolveSuccess, resolveError, readAsTextSuccess, @@ -53,35 +53,35 @@ var testFile, resolveSuccess, resolveError, readAsTextSuccess, t = async_test("File_readAsText_listDocumentsFiles"), fsTestFileName = getFileName("write01.txt"); -t.step(function(){ - readAsTextSuccess = t.step_func(function(str) { +t.step(function (){ + readAsTextSuccess = t.step_func(function (str) { assert_equals(str, text, "text readed from file is wrong"); t.done(); }); - readAsTextError = t.step_func(function(error) { + readAsTextError = t.step_func(function (error) { assert_unreached("readAsText() error callback invoked: name: " + error.name + ", msg: " + error.message); }); - openStreamSuccess = t.step_func(function(fs) { + openStreamSuccess = t.step_func(function (fs) { fs.write(text); fs.close(); testFile.readAsText(readAsTextSuccess, readAsTextError, "UTF-8"); }); - openStreamError = t.step_func(function(error) { + openStreamError = t.step_func(function (error) { assert_unreached("openStream() error callback invoked: name: " + error.name + ", msg: " + error.message); }); - listFilesSuccess = t.step_func(function(files) { + listFilesSuccess = t.step_func(function (files) { testFile.openStream("rw", openStreamSuccess, openStreamError); }); - listFilesError = t.step_func(function(error) { + listFilesError = t.step_func(function (error) { assert_unreached("listFiles() error callback invoked: name: " + error.name + ", msg: " + error.message); }); - resolveSuccess = t.step_func(function(dir) { + resolveSuccess = t.step_func(function (dir) { testFile = dir.createFile(fsTestFileName); dir.listFiles(listFilesSuccess, listFilesError); }); @@ -96,6 +96,7 @@ t.step(function(){ } ); }); + diff --git a/tct-filesystem-tizen-tests/filesystem/File_readAsText_listDownloadsFiles.html b/tct-filesystem-tizen-tests/filesystem/File_readAsText_listDownloadsFiles.html index ee9870145..6053d8833 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_readAsText_listDownloadsFiles.html +++ b/tct-filesystem-tizen-tests/filesystem/File_readAsText_listDownloadsFiles.html @@ -33,7 +33,7 @@ Authors: -check if list all files in downloads and then read the content of the file as a DOMString +File_readAsText_listDownloadsFiles @@ -44,7 +44,7 @@ Authors: //==== TEST: File_readAsText_listDownloadsFiles //==== LABEL check if list all files in downloads and then read the content of the file as a DOMString //==== SPEC Tizen Web API:IO:Filesystem:File:readAsText M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MOA var t = async_test("File_readAsText_listDownloadsFiles"), @@ -53,37 +53,37 @@ var t = async_test("File_readAsText_listDownloadsFiles"), openStreamError, readAsTextSuccess, readAsTextError, fsTestFileName = getFileName("write01.txt"); -t.step(function(){ - readAsTextSuccess = t.step_func(function(str) { +t.step(function (){ + readAsTextSuccess = t.step_func(function (str) { assert_equals(str, text, "text readed from file is wrong"); t.done(); }); - readAsTextError = t.step_func(function(error) { + readAsTextError = t.step_func(function (error) { assert_unreached("readAsText() error callback invoked: name: " + error.name + ", msg: " + error.message); }); - openStreamSuccess = t.step_func(function(fs) { + openStreamSuccess = t.step_func(function (fs) { fs.write(text); fs.close(); testFile.readAsText(readAsTextSuccess, readAsTextError, "UTF-8"); }); - openStreamError = t.step_func(function(error) { + openStreamError = t.step_func(function (error) { assert_unreached("openStream() error callback invoked: name: " + error.name + ", msg: " + error.message); }); - listFilesSuccess = t.step_func(function(files) { + listFilesSuccess = t.step_func(function (files) { testFile.openStream("rw", openStreamSuccess, openStreamError); }); - listFilesError = t.step_func(function(error) { + listFilesError = t.step_func(function (error) { assert_unreached("listFiles() error callback invoked: name: " + error.name + ", msg: " + error.message); }); - resolveSuccess = t.step_func(function(dir) { + resolveSuccess = t.step_func(function (dir) { testFile = dir.createFile(fsTestFileName); dir.listFiles(listFilesSuccess, listFilesError); }); - resolveError = t.step_func(function(error) { + resolveError = t.step_func(function (error) { assert_unreached("resolve() error callback invoked: name: " + error.name + ", msg: " + error.message); }); @@ -93,6 +93,7 @@ t.step(function(){ } ); }); + diff --git a/tct-filesystem-tizen-tests/filesystem/File_readAsText_listImagesFiles.html b/tct-filesystem-tizen-tests/filesystem/File_readAsText_listImagesFiles.html index 651e75b6e..a29ed748b 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_readAsText_listImagesFiles.html +++ b/tct-filesystem-tizen-tests/filesystem/File_readAsText_listImagesFiles.html @@ -33,7 +33,7 @@ Authors: -check if list all files in images and then read the content of the file as a DOMString +File_readAsText_listImagesFiles @@ -44,7 +44,7 @@ Authors: //==== TEST: File_readAsText_listImagesFiles //==== LABEL check if list all files in images and then read the content of the file as a DOMString //==== SPEC Tizen Web API:IO:Filesystem:File:readAsText M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MOA var text = "test write method", t = async_test("File_readAsText_listImagesFiles"), @@ -53,40 +53,40 @@ var text = "test write method", t = async_test("File_readAsText_listImagesFiles" readAsTextSuccess, readAsTextError, fsTestFileName = getFileName("write01.txt"); -t.step(function(){ - readAsTextSuccess = t.step_func(function(str) { +t.step(function (){ + readAsTextSuccess = t.step_func(function (str) { assert_equals(str, text, "text readed from file is wrong"); t.done(); }); - readAsTextError = t.step_func(function(error) { + readAsTextError = t.step_func(function (error) { assert_unreached("readAsText() error callback invoked: name: " + error.name + ", msg: " + error.message); }); - openStreamSuccess = t.step_func(function(fs) { + openStreamSuccess = t.step_func(function (fs) { fs.write(text); fs.close(); testFile.readAsText(readAsTextSuccess, readAsTextError, "UTF-8"); }); - openStreamError = t.step_func(function(error) { + openStreamError = t.step_func(function (error) { assert_unreached("openStream() error callback invoked: name: " + error.name + ", msg: " + error.message); }); - listFilesSuccess = t.step_func(function(files) { + listFilesSuccess = t.step_func(function (files) { testFile.openStream("rw", openStreamSuccess, openStreamError); }); - listFilesError = t.step_func(function(error) { + listFilesError = t.step_func(function (error) { assert_unreached("listFiles() error callback invoked: name: " + error.name + ", msg: " + error.message); }); - resolveSuccess = t.step_func(function(dir) { + resolveSuccess = t.step_func(function (dir) { testFile = dir.createFile(fsTestFileName); dir.listFiles(listFilesSuccess, listFilesError); }); - resolveError = t.step_func(function(error) { + resolveError = t.step_func(function (error) { assert_unreached("resolve() error callback invoked: name: " + error.name + ", msg: " + error.message); }); @@ -96,6 +96,7 @@ t.step(function(){ } ); }); + diff --git a/tct-filesystem-tizen-tests/filesystem/File_readAsText_listMusicFiles.html b/tct-filesystem-tizen-tests/filesystem/File_readAsText_listMusicFiles.html index 8913aa918..37cf2ba67 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_readAsText_listMusicFiles.html +++ b/tct-filesystem-tizen-tests/filesystem/File_readAsText_listMusicFiles.html @@ -33,7 +33,7 @@ Authors: -check if list all files in music and then read the content of the file as a DOMString +File_readAsText_listMusicFiles @@ -44,7 +44,7 @@ Authors: //==== TEST: File_readAsText_listMusicFiles //==== LABEL check if list all files in music and then read the content of the file as a DOMString //==== SPEC Tizen Web API:IO:Filesystem:File:readAsText M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MOA var testFile, resolveSuccess, resolveError, listFilesSuccess, @@ -53,40 +53,40 @@ var testFile, resolveSuccess, resolveError, listFilesSuccess, t = async_test("File_readAsText_listMusicFiles"), fsTestFileName = getFileName("write01.txt"); -t.step(function(){ - readAsTextSuccess = t.step_func(function(str) { +t.step(function (){ + readAsTextSuccess = t.step_func(function (str) { assert_equals(str, text, "text readed from file is wrong"); t.done(); }); - readAsTextError = t.step_func(function(error) { + readAsTextError = t.step_func(function (error) { assert_unreached("readAsText() error callback invoked: name: " + error.name + ", msg: " + error.message); }); - openStreamSuccess = t.step_func(function(fs) { + openStreamSuccess = t.step_func(function (fs) { fs.write(text); fs.close(); testFile.readAsText(readAsTextSuccess, readAsTextError, "UTF-8"); }); - openStreamError = t.step_func(function(error) { + openStreamError = t.step_func(function (error) { assert_unreached("openStream() error callback invoked: name: " + error.name + ", msg: " + error.message); }); - listFilesSuccess = t.step_func(function(files) { + listFilesSuccess = t.step_func(function (files) { testFile.openStream("rw", openStreamSuccess, openStreamError); }); - listFilesError = t.step_func(function(error) { + listFilesError = t.step_func(function (error) { assert_unreached("listFiles() error callback invoked: name: " + error.name + ", msg: " + error.message); }); - resolveSuccess = t.step_func(function(dir) { + resolveSuccess = t.step_func(function (dir) { testFile = dir.createFile(fsTestFileName); dir.listFiles(listFilesSuccess, listFilesError); }); - resolveError = t.step_func(function(error) { + resolveError = t.step_func(function (error) { assert_unreached("resolve() error callback invoked: name: " + error.name + ", msg: " + error.message); }); @@ -96,6 +96,7 @@ t.step(function(){ } ); }); + diff --git a/tct-filesystem-tizen-tests/filesystem/File_readAsText_listVideosFiles.html b/tct-filesystem-tizen-tests/filesystem/File_readAsText_listVideosFiles.html index 29e5c7c15..2d2a40001 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_readAsText_listVideosFiles.html +++ b/tct-filesystem-tizen-tests/filesystem/File_readAsText_listVideosFiles.html @@ -33,7 +33,7 @@ Authors: -check if list all files in videos and then read the content of the file as a DOMString +File_readAsText_listVideosFiles @@ -44,7 +44,7 @@ Authors: //==== TEST: File_readAsText_listVideosFiles //==== LABEL check if list all files in videos and then read the content of the file as a DOMString //==== SPEC Tizen Web API:IO:Filesystem:File:readAsText M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MOA var text = "test write method", t = async_test("File_readAsText_listVideosFiles"), @@ -53,40 +53,40 @@ var text = "test write method", t = async_test("File_readAsText_listVideosFiles" readAsTextSuccess, readAsTextError, fsTestFileName = getFileName("write01.txt"); -t.step(function(){ - readAsTextSuccess = t.step_func(function(str) { +t.step(function (){ + readAsTextSuccess = t.step_func(function (str) { assert_equals(str, text, "text readed from file is wrong"); t.done(); }); - readAsTextError = t.step_func(function(error) { + readAsTextError = t.step_func(function (error) { assert_unreached("readAsText() error callback invoked: name: " + error.name + ", msg: " + error.message); }); - openStreamSuccess = t.step_func(function(fs) { + openStreamSuccess = t.step_func(function (fs) { fs.write(text); fs.close(); testFile.readAsText(readAsTextSuccess, readAsTextError, "UTF-8"); }); - openStreamError = t.step_func(function(error) { + openStreamError = t.step_func(function (error) { assert_unreached("openStream() error callback invoked: name: " + error.name + ", msg: " + error.message); }); - listFilesSuccess = t.step_func(function(files) { + listFilesSuccess = t.step_func(function (files) { testFile.openStream("rw", openStreamSuccess, openStreamError); }); - listFilesError = t.step_func(function(error) { + listFilesError = t.step_func(function (error) { assert_unreached("listFiles() error callback invoked: name: " + error.name + ", msg: " + error.message); }); - resolveSuccess = t.step_func(function(dir) { + resolveSuccess = t.step_func(function (dir) { testFile = dir.createFile(fsTestFileName); dir.listFiles(listFilesSuccess, listFilesError); }); - resolveError = t.step_func(function(error) { + resolveError = t.step_func(function (error) { assert_unreached("resolve() error callback invoked: name: " + error.name + ", msg: " + error.message); }); @@ -96,6 +96,7 @@ t.step(function(){ } ); }); + diff --git a/tct-filesystem-tizen-tests/filesystem/File_readAsText_missarg.html b/tct-filesystem-tizen-tests/filesystem/File_readAsText_missarg.html index 1534f1b00..64859cf65 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_readAsText_missarg.html +++ b/tct-filesystem-tizen-tests/filesystem/File_readAsText_missarg.html @@ -16,11 +16,11 @@ limitations under the License. Authors: - Beata Koziarek - Mariusz Polasinski + Beata Koziarek + Mariusz Polasinski --> - + File_readAsText_missarg @@ -36,7 +36,7 @@ Authors: //==== PRIORITY: P2 //==== LABEL: Check if readAsText of File with missing non-optional argument works //==== SPEC: Tizen Web API:IO:Filesystem:File:readAsText M -//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MMA var t = async_test("File_readAsText_missarg"), diff --git a/tct-filesystem-tizen-tests/filesystem/File_readAsText_onerror_TypeMismatch.html b/tct-filesystem-tizen-tests/filesystem/File_readAsText_onerror_TypeMismatch.html index 61d400922..bb47ba89f 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_readAsText_onerror_TypeMismatch.html +++ b/tct-filesystem-tizen-tests/filesystem/File_readAsText_onerror_TypeMismatch.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Beata Koziarek + Beata Koziarek --> - + File_readAsText_onerror_TypeMismatch @@ -33,14 +33,14 @@ Authors: //==== LABEL: Check argument onError conversions exception in readAsText method. //==== PRIORITY: P2 //==== SPEC: Tizen Web API:IO:Filesystem:File:readAsText M -//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MC var t = async_test("File_readAsText_onerror_TypeMismatch"), resolveSuccess, resolveError, conversionTable, readAsTextError, i, readAsTextSuccess, exceptionName = "TypeMismatchError"; -t.step(function() { +t.step(function () { readAsTextSuccess = t.step_func(function () { assert_unreached("successCalback should not be called"); }); diff --git a/tct-filesystem-tizen-tests/filesystem/File_readAsText_onerror_invalid_cb.html b/tct-filesystem-tizen-tests/filesystem/File_readAsText_onerror_invalid_cb.html index 10f272be1..8dd417269 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_readAsText_onerror_invalid_cb.html +++ b/tct-filesystem-tizen-tests/filesystem/File_readAsText_onerror_invalid_cb.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Beata Koziarek + Beata Koziarek --> - + File_readAsText_onerror_invalid_cb @@ -33,7 +33,7 @@ Authors: //==== LABEL: Test whether the constructor of the interface is defined or not in readAsText method onError callback. //==== PRIORITY: P2 //==== SPEC: Tizen Web API:IO:Filesystem:File:readAsText M -//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MTCB var t = async_test("File_readAsText_onerror_invalid_cb"), diff --git a/tct-filesystem-tizen-tests/filesystem/File_readAsText_onsuccess_TypeMismatch.html b/tct-filesystem-tizen-tests/filesystem/File_readAsText_onsuccess_TypeMismatch.html index ecc79db55..ba83dcfb4 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_readAsText_onsuccess_TypeMismatch.html +++ b/tct-filesystem-tizen-tests/filesystem/File_readAsText_onsuccess_TypeMismatch.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Beata Koziarek + Beata Koziarek --> - + File_readAsText_onsuccess_TypeMismatch @@ -34,7 +34,7 @@ Authors: //==== LABEL: Check argument onSuccess conversions exception in readAsText method. //==== PRIORITY: P2 //==== SPEC: Tizen Web API:IO:Filesystem:File:readAsText M -//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MC var t = async_test("File_readAsText_onsuccess_TypeMismatch"), readAsTextSuccess, @@ -42,7 +42,7 @@ var t = async_test("File_readAsText_onsuccess_TypeMismatch"), readAsTextSuccess, exceptionName = "TypeMismatchError", fsTestFileName = getFileName("goodFile2.txt"); -t.step(function(){ +t.step(function (){ resolveSuccess = t.step_func(function (dir) { file = dir.createFile(fsTestFileName); conversionTable = getTypeConversionExceptions("functionObject", false); diff --git a/tct-filesystem-tizen-tests/filesystem/File_readAsText_onsuccess_invalid_cb.html b/tct-filesystem-tizen-tests/filesystem/File_readAsText_onsuccess_invalid_cb.html index 03465b181..e037911ae 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_readAsText_onsuccess_invalid_cb.html +++ b/tct-filesystem-tizen-tests/filesystem/File_readAsText_onsuccess_invalid_cb.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Beata Koziarek + Beata Koziarek --> - + File_readAsText_onsuccess_invalid_cb @@ -34,7 +34,7 @@ Authors: //==== LABEL: Test whether the constructor of the interface is defined or not in readAsText method onSuccess callback. //==== PRIORITY: P2 //==== SPEC: Tizen Web API:IO:Filesystem:File:readAsText M -//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MTCB var t = async_test("File_readAsText_onsuccess_invalid_cb"), @@ -42,7 +42,7 @@ var t = async_test("File_readAsText_onsuccess_invalid_cb"), exceptionName = "TypeMismatchError", fsTestFileName = getFileName("goodFile.txt"), file; -t.step(function(){ +t.step(function (){ readAsTextSuccess = { onsuccess: t.step_func(function () { assert_unreached("Invalid callback invoked: "); diff --git a/tct-filesystem-tizen-tests/filesystem/File_readAsText_with_encoding.html b/tct-filesystem-tizen-tests/filesystem/File_readAsText_with_encoding.html index d9d78c158..c8b44eacb 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_readAsText_with_encoding.html +++ b/tct-filesystem-tizen-tests/filesystem/File_readAsText_with_encoding.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Beata Koziarek + Beata Koziarek --> - + File_readAsText_with_encoding @@ -32,14 +32,14 @@ Authors: //==== TEST: File_readAsText_with_encoding //==== LABEL: Check if method readAsText wit encoding optional argument works properly. //==== SPEC: Tizen Web API:IO:Filesystem:File:readAsText M -//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MOA var t = async_test("File_readAsText_with_encoding"), resolveSuccess, resolveError, listFilesSuccess, listFilesError, readAsTextSuccess, readAsTextError, i; -t.step(function(){ +t.step(function (){ readAsTextSuccess = t.step_func(function (files) { t.done(); }); diff --git a/tct-filesystem-tizen-tests/filesystem/File_readAsText_with_onerror.html b/tct-filesystem-tizen-tests/filesystem/File_readAsText_with_onerror.html index 5cc386fcf..ad92ac597 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_readAsText_with_onerror.html +++ b/tct-filesystem-tizen-tests/filesystem/File_readAsText_with_onerror.html @@ -16,11 +16,11 @@ limitations under the License. Authors: - Beata Koziarek - Mariusz Polasinski + Beata Koziarek + Mariusz Polasinski --> - + File_readAsText_with_onerror @@ -33,7 +33,7 @@ Authors: //==== TEST: File_readAsText_with_onerror //==== LABEL: Check if method readAsText wit onError optional argument works properly. //==== SPEC: Tizen Web API:IO:Filesystem:File:readAsText M -//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MERRCB var t = async_test("File_readAsText_with_onerror"), diff --git a/tct-filesystem-tizen-tests/filesystem/File_readOnly_attribute.html b/tct-filesystem-tizen-tests/filesystem/File_readOnly_attribute.html index 835447bbc..dda0b917e 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_readOnly_attribute.html +++ b/tct-filesystem-tizen-tests/filesystem/File_readOnly_attribute.html @@ -19,7 +19,7 @@ Authors: Beata Koziarek --> - + File_readOnly_attribute @@ -32,7 +32,7 @@ Authors: //==== TEST: File_readOnly_attribute //==== LABEL: Check if attribute readOnly of File exists, has type Boolean and is readonly //==== SPEC: Tizen Web API:IO:Filesystem:File:readOnly A -//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA AE AT ARO var t = async_test("File_readOnly_attribute"), diff --git a/tct-filesystem-tizen-tests/filesystem/File_resolve.html b/tct-filesystem-tizen-tests/filesystem/File_resolve.html index 3704139db..d91c44747 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_resolve.html +++ b/tct-filesystem-tizen-tests/filesystem/File_resolve.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Beata Koziarek + Beata Koziarek --> - + File_resolve @@ -33,7 +33,7 @@ Authors: //==== TEST: File_resolve //==== LABEL: Check if method resolve of File works properly. //==== SPEC: Tizen Web API:IO:Filesystem:File:resolve M -//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MMINA MR var t = async_test("File_resolve"), diff --git a/tct-filesystem-tizen-tests/filesystem/File_resolve_exist.html b/tct-filesystem-tizen-tests/filesystem/File_resolve_exist.html index 6a1cb9252..9456038ae 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_resolve_exist.html +++ b/tct-filesystem-tizen-tests/filesystem/File_resolve_exist.html @@ -34,7 +34,7 @@ Authors: - filesystem test - File resolve exist +File_resolve_exist @@ -49,7 +49,7 @@ Authors: var t = async_test("File_resolve_exist"), onSuccess, onError; -t.step(function(){ +t.step(function (){ onSuccess = t.step_func(function (dir) { assert_true("resolve" in dir, "method resolve is exist"); check_method_exists(dir, "resolve"); @@ -61,6 +61,7 @@ t.step(function(){ tizen.filesystem.resolve("documents", onSuccess, onError, "rw"); }); + diff --git a/tct-filesystem-tizen-tests/filesystem/File_resolve_with_invalid_para.html b/tct-filesystem-tizen-tests/filesystem/File_resolve_with_invalid_para.html index 36720b3be..2e8483346 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_resolve_with_invalid_para.html +++ b/tct-filesystem-tizen-tests/filesystem/File_resolve_with_invalid_para.html @@ -33,7 +33,7 @@ Authors: - filesystem test - File resolve with invalid para +File_resolve_with_invalid_para @@ -45,7 +45,7 @@ Authors: //==== LABEL check if throw an exception when resolve a file with the incompatible input parameter. //==== PRIORITY P2 //==== SPEC Tizen Web API:IO:Filesystem:File:resolve M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA var t = async_test("File_resolve_with_invalid_para"), @@ -73,6 +73,7 @@ t.step(function () { } ); }); + diff --git a/tct-filesystem-tizen-tests/filesystem/File_resolve_with_nonexist.html b/tct-filesystem-tizen-tests/filesystem/File_resolve_with_nonexist.html index aaa802d2a..07fb875ca 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_resolve_with_nonexist.html +++ b/tct-filesystem-tizen-tests/filesystem/File_resolve_with_nonexist.html @@ -32,10 +32,10 @@ Authors: --> - + - File_resolve_with_nonexist +File_resolve_with_nonexist @@ -48,7 +48,7 @@ Authors: //==== LABEL check if throw an exception when resolve a file which not exist. //==== PRIORITY P2 //==== SPEC Tizen Web API:IO:Filesystem:File:resolve M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA var t = async_test("File_resolve_with_nonexist"), @@ -78,6 +78,7 @@ t.step(function () { ); }); + diff --git a/tct-filesystem-tizen-tests/filesystem/File_toURI.html b/tct-filesystem-tizen-tests/filesystem/File_toURI.html index dbc25a1bd..7d716db23 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_toURI.html +++ b/tct-filesystem-tizen-tests/filesystem/File_toURI.html @@ -17,12 +17,12 @@ limitations under the License. Authors: - Beata Koziarek - Mariusz Polasinski + Beata Koziarek + Mariusz Polasinski --> - + File_toURI @@ -38,7 +38,7 @@ Authors: //==== TEST: File_toURI //==== LABEL: Check if method toURI of File works properly. //==== SPEC: Tizen Web API:IO:Filesystem:File:toURI M -//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MNA MR var t = async_test("File_toURI"), resolveSuccess, resolveError, returnedValue, fsTestFileName, fsTestFile; diff --git a/tct-filesystem-tizen-tests/filesystem/File_toURI_exist.html b/tct-filesystem-tizen-tests/filesystem/File_toURI_exist.html index 2c7560cd1..4f83f71b5 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_toURI_exist.html +++ b/tct-filesystem-tizen-tests/filesystem/File_toURI_exist.html @@ -16,12 +16,12 @@ limitations under the License. Authors: - Beata Koziarek - Mariusz Polasinski + Beata Koziarek + Mariusz Polasinski --> - + File_toURI_exist diff --git a/tct-filesystem-tizen-tests/filesystem/File_toURI_extra_argument.html b/tct-filesystem-tizen-tests/filesystem/File_toURI_extra_argument.html index 753ca2d35..a0db2b2e2 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_toURI_extra_argument.html +++ b/tct-filesystem-tizen-tests/filesystem/File_toURI_extra_argument.html @@ -17,12 +17,12 @@ limitations under the License. Authors: - Beata Koziarek + Beata Koziarek --> - + File_toURI_extra_argument @@ -36,12 +36,12 @@ Authors: //==== TEST: File_toURI_extra_argument //==== LABEL: Check if method toURI of File accepts extra argument //==== SPEC: Tizen Web API:IO:Filesystem:File:toURI M -//==== SPEC_URL: https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MNAEX var t = async_test("File_toURI_extra_argument"), resolveSuccess, resolveError; -t.step(function(){ +t.step(function (){ resolveSuccess = t.step_func(function (dir) { checkExtraArgument(dir, "toURI"); t.done(); diff --git a/tct-filesystem-tizen-tests/filesystem/File_toURI_with_nonexist_file.html b/tct-filesystem-tizen-tests/filesystem/File_toURI_with_nonexist_file.html index 9f4bc4916..aacef8944 100644 --- a/tct-filesystem-tizen-tests/filesystem/File_toURI_with_nonexist_file.html +++ b/tct-filesystem-tizen-tests/filesystem/File_toURI_with_nonexist_file.html @@ -32,7 +32,7 @@ Authors: --> - + File_toURI_with_nonexist_file @@ -47,14 +47,14 @@ Authors: //==== LABEL check if throw an exception when get a URI of nonexist file. //==== PRIORITY P2 //==== SPEC Tizen Web API:IO:Filesystem:File:toURI M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MNA var t = async_test("File_toURI_with_nonexist_file"), resolveSuccess, resolveError, deleteFileSuccess, deleteFileError , fsTestFileName, fsTestFile, returnedValue; -t.step(function() { +t.step(function () { fsTestFileName = getFileName("filesystem.txt"); deleteFileSuccess = t.step_func(function () { diff --git a/tct-filesystem-tizen-tests/filesystem/filesystem_FileStreamSuccessCallback_onsuccess.html b/tct-filesystem-tizen-tests/filesystem/filesystem_FileStreamSuccessCallback_onsuccess.html index 496f95598..77787c33b 100644 --- a/tct-filesystem-tizen-tests/filesystem/filesystem_FileStreamSuccessCallback_onsuccess.html +++ b/tct-filesystem-tizen-tests/filesystem/filesystem_FileStreamSuccessCallback_onsuccess.html @@ -33,7 +33,7 @@ Authors: - filesystem test - FileStreamSuccessCallback onSuccess exist +filesystem_FileStreamSuccessCallback_onsuccess @@ -44,7 +44,7 @@ Authors: //==== TEST: filesystem_FileStreamSuccessCallback_onsuccess //==== LABEL check if FileStreamSuccessCallback method: onsuccess is exist //==== SPEC Tizen Web API:IO:Filesystem:FileStreamSuccessCallback:onsuccess M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA CBOA // check if FileStreamSuccessCallback method: onSuccess is exist @@ -76,6 +76,7 @@ t.step(function () { } ); }); + diff --git a/tct-filesystem-tizen-tests/filesystem/filesystem_File_copyTo.html b/tct-filesystem-tizen-tests/filesystem/filesystem_File_copyTo.html index 48e09c09b..72106a26f 100644 --- a/tct-filesystem-tizen-tests/filesystem/filesystem_File_copyTo.html +++ b/tct-filesystem-tizen-tests/filesystem/filesystem_File_copyTo.html @@ -33,7 +33,7 @@ Authors: -check if copy a file successfully +filesystem_File_copyTo @@ -45,7 +45,7 @@ Authors: //==== LABEL check if copy a file successfully //==== PRIORITY P0 //==== SPEC Tizen Web API:IO:Filesystem:File:copyTo M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MOA // check if copy a file successfully @@ -53,15 +53,15 @@ var t = async_test("filesystem_File_copyTo"), createFile, resolveSuccess, resolveError, copyToSuccess, copyToError, fsTestFileName = getFileName("copyFile.txt"); -t.step(function(){ - copyToSuccess = t.step_func(function() { +t.step(function (){ + copyToSuccess = t.step_func(function () { t.done(); }); copyToError = t.step_func(function (error) { assert_unreached("copyTo() error callback invoked: name: " + error.name + ", msg: " + error.message); }); - resolveSuccess = t.step_func(function(dir) { + resolveSuccess = t.step_func(function (dir) { createFile = dir.createFile(fsTestFileName); dir.copyTo(createFile.fullPath, "downloads/" + createFile.name, true, copyToSuccess, copyToError); }); diff --git a/tct-filesystem-tizen-tests/filesystem/filesystem_File_readAsText.html b/tct-filesystem-tizen-tests/filesystem/filesystem_File_readAsText.html index 829df5ded..c877761e3 100644 --- a/tct-filesystem-tizen-tests/filesystem/filesystem_File_readAsText.html +++ b/tct-filesystem-tizen-tests/filesystem/filesystem_File_readAsText.html @@ -33,7 +33,7 @@ Authors: - filesystem test - File readAsText +filesystem_File_readAsText @@ -44,7 +44,7 @@ Authors: //==== TEST: filesystem_File_readAsText //==== LABEL check if reads the content of a file as a DOMString. //==== SPEC Tizen Web API:IO:Filesystem:File:readAsText M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MOA // check if reads the content of a file as a DOMString. @@ -53,8 +53,8 @@ var t = async_test("filesystem_File_readAsText"), text = "test write method", readAsTextSuccess, readAsTextError, fsTestFileName = getFileName("write01.txt"); -t.step(function(){ - readAsTextSuccess = t.step_func(function(str) { +t.step(function (){ + readAsTextSuccess = t.step_func(function (str) { assert_equals(str, text, "text readed from file is wrong"); t.done(); }); @@ -62,7 +62,7 @@ t.step(function(){ assert_unreached("readAsText() error callback invoked: name: " + error.name + ", msg: " + error.message); }); - openStreamSuccess = t.step_func(function(fs) { + openStreamSuccess = t.step_func(function (fs) { fs.write(text); fs.close(); testFile.readAsText(readAsTextSuccess, readAsTextError, "UTF-8"); @@ -71,7 +71,7 @@ t.step(function(){ assert_unreached("openStream() error callback invoked: name: " + error.name + ", msg: " + error.message); }); - resolveSuccess = t.step_func(function(dir) { + resolveSuccess = t.step_func(function (dir) { testFile = dir.createFile(fsTestFileName); testFile.openStream("rw", openStreamSuccess, openStreamError, "UTF-8"); }); @@ -85,6 +85,7 @@ t.step(function(){ } ); }); + diff --git a/tct-filesystem-tizen-tests/filesystem/filesystem_File_resolve.html b/tct-filesystem-tizen-tests/filesystem/filesystem_File_resolve.html index eddbdefd3..ace94eb0c 100644 --- a/tct-filesystem-tizen-tests/filesystem/filesystem_File_resolve.html +++ b/tct-filesystem-tizen-tests/filesystem/filesystem_File_resolve.html @@ -33,7 +33,7 @@ Authors: - filesystem test - File resolve +filesystem_File_resolve @@ -44,7 +44,7 @@ Authors: //==== TEST: filesystem_File_resolve //==== LABEL check if resolve a file and return a file handle //==== SPEC Tizen Web API:IO:Filesystem:File:resolve M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html //==== TEST_CRITERIA MMINA // check if resolves a file and returns a file handle. @@ -69,6 +69,7 @@ t.step(function () { } ); }); + diff --git a/tct-filesystem-tizen-tests/tests.full.xml b/tct-filesystem-tizen-tests/tests.full.xml index 29f3759a2..570e475cd 100644 --- a/tct-filesystem-tizen-tests/tests.full.xml +++ b/tct-filesystem-tizen-tests/tests.full.xml @@ -94,7 +94,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -106,7 +106,7 @@ - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -190,7 +190,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -202,7 +202,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -214,7 +214,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -250,7 +250,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -262,7 +262,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -274,7 +274,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -298,7 +298,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -310,7 +310,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -322,7 +322,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -346,7 +346,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -370,7 +370,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -382,7 +382,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -394,7 +394,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -418,7 +418,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -430,7 +430,7 @@ - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html#writeBytesid2595057 + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -442,7 +442,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -466,7 +466,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -526,7 +526,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -538,7 +538,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -550,7 +550,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -562,7 +562,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -574,7 +574,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -586,7 +586,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -598,7 +598,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -610,7 +610,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -622,7 +622,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -634,7 +634,7 @@ - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html#listStoragesid2590135 + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -646,7 +646,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -658,7 +658,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -670,7 +670,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -682,7 +682,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -694,7 +694,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -706,7 +706,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -718,7 +718,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -730,7 +730,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -742,7 +742,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -754,7 +754,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -766,7 +766,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -778,7 +778,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -790,7 +790,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -802,7 +802,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -814,7 +814,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -826,7 +826,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -838,7 +838,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -850,7 +850,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -862,7 +862,7 @@ - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html#listStoragesid2590135 + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -874,7 +874,7 @@ - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html#listStoragesid2590135 + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -886,7 +886,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -898,7 +898,7 @@ - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html#listStoragesid2590135 + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -910,7 +910,7 @@ - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html#listStoragesid2590135 + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -922,7 +922,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -934,7 +934,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -946,7 +946,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -958,7 +958,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -970,7 +970,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -982,7 +982,7 @@ - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html#removeStorageStateChangeListenerid2587583 + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -994,7 +994,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -1006,7 +1006,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -1018,7 +1018,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -1030,7 +1030,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -1042,7 +1042,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -1054,7 +1054,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -1066,7 +1066,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -1078,7 +1078,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -1090,7 +1090,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -1102,7 +1102,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -1114,7 +1114,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -1126,7 +1126,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -1138,7 +1138,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -1150,7 +1150,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -1162,7 +1162,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -1174,7 +1174,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -1186,7 +1186,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -1198,7 +1198,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -1210,7 +1210,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -1222,7 +1222,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -1234,7 +1234,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -1246,7 +1246,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -1258,7 +1258,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -1270,7 +1270,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -1282,7 +1282,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -1294,7 +1294,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -1306,7 +1306,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -1318,7 +1318,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -1330,7 +1330,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -1342,7 +1342,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -1354,7 +1354,7 @@ - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html#resolveid2589634 + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -1426,7 +1426,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -1450,7 +1450,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -1462,7 +1462,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -1474,7 +1474,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -1486,7 +1486,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -1498,7 +1498,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -1510,7 +1510,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -1522,7 +1522,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -1546,7 +1546,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -1558,7 +1558,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -1570,7 +1570,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -1582,7 +1582,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -1594,7 +1594,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -1606,7 +1606,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -1618,7 +1618,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -1630,7 +1630,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -1642,7 +1642,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -1654,7 +1654,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -1666,7 +1666,7 @@ - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html#copyToid2592536 + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -1678,7 +1678,7 @@ - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html#copyToid2592536 + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -1690,7 +1690,7 @@ - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html#copyToid2592536 + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -1702,7 +1702,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -1714,7 +1714,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -1726,7 +1726,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -1738,7 +1738,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -1750,7 +1750,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -1762,7 +1762,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -1774,7 +1774,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -1798,7 +1798,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -1810,7 +1810,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -1846,7 +1846,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -1858,7 +1858,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -1870,7 +1870,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -1882,7 +1882,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -1894,7 +1894,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -1906,7 +1906,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -1918,7 +1918,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -1930,7 +1930,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -1954,7 +1954,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -1966,7 +1966,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -1978,7 +1978,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -1990,7 +1990,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -2002,7 +2002,7 @@ - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html#deleteDirectoryid2593534 + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -2014,7 +2014,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -2026,7 +2026,7 @@ - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html#deleteDirectoryid2593534 + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -2038,7 +2038,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -2050,7 +2050,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -2062,7 +2062,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -2074,7 +2074,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -2086,7 +2086,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -2098,7 +2098,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -2110,7 +2110,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -2122,7 +2122,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -2146,7 +2146,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -2158,7 +2158,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -2170,7 +2170,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -2182,7 +2182,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -2194,7 +2194,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -2206,7 +2206,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -2218,7 +2218,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -2230,7 +2230,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -2242,7 +2242,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -2254,7 +2254,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -2266,7 +2266,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -2278,7 +2278,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -2290,7 +2290,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -2302,7 +2302,7 @@ - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html#deleteFileid2593782 + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -2314,7 +2314,7 @@ - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html#deleteFileid2593782 + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -2338,7 +2338,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -2350,7 +2350,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -2362,7 +2362,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -2374,7 +2374,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -2386,7 +2386,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -2398,7 +2398,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -2410,7 +2410,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -2434,7 +2434,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -2446,7 +2446,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -2458,7 +2458,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -2470,7 +2470,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -2482,7 +2482,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -2494,7 +2494,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -2506,7 +2506,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -2518,7 +2518,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -2530,7 +2530,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -2542,7 +2542,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -2554,7 +2554,7 @@ - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html#listFilesid2591852 + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -2566,7 +2566,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -2578,7 +2578,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -2590,7 +2590,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -2602,7 +2602,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -2614,7 +2614,7 @@ - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html#moveToid2592799 + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -2638,7 +2638,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -2650,7 +2650,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -2662,7 +2662,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -2674,7 +2674,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -2686,7 +2686,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -2698,7 +2698,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -2710,7 +2710,7 @@ - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html#moveToid2592799 + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -2722,7 +2722,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -2734,7 +2734,7 @@ - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html#moveToid2592799 + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -2746,7 +2746,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -2758,7 +2758,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -2770,7 +2770,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -2782,7 +2782,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -2794,7 +2794,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -2806,7 +2806,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -2818,7 +2818,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -2842,7 +2842,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -2854,7 +2854,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -2878,7 +2878,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -2890,7 +2890,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -2902,7 +2902,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -2914,7 +2914,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -2926,7 +2926,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -2938,7 +2938,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -2950,7 +2950,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -2962,7 +2962,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -2974,7 +2974,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -2986,7 +2986,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -2998,7 +2998,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -3010,7 +3010,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -3022,7 +3022,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -3034,7 +3034,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -3046,7 +3046,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -3058,7 +3058,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -3070,7 +3070,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -3082,7 +3082,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -3106,7 +3106,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -3118,7 +3118,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -3130,7 +3130,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -3142,7 +3142,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -3154,7 +3154,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -3166,7 +3166,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -3178,7 +3178,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -3190,7 +3190,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -3202,7 +3202,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -3214,7 +3214,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -3226,7 +3226,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -3238,7 +3238,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -3250,7 +3250,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -3262,7 +3262,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -3286,7 +3286,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -3298,7 +3298,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -3310,7 +3310,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -3334,7 +3334,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -3346,7 +3346,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -3358,7 +3358,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -3370,7 +3370,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -3382,7 +3382,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD @@ -3394,7 +3394,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html TBD