[Filesystem] clean up
authorMariusz Polasinski <m.polasinski@samsung.com>
Mon, 23 Sep 2013 14:44:50 +0000 (16:44 +0200)
committerGerrit Code Review <gerrit@gerrit.vlan144.tizendev.org>
Tue, 24 Sep 2013 14:53:33 +0000 (14:53 +0000)
Change-Id: I2c1fba676fd43c040260f002833127afe1a3c6a1

284 files changed:
tct-filesystem-tizen-tests/filesystem/FileArraySuccessCallback_notexist.html
tct-filesystem-tizen-tests/filesystem/FileArraySuccessCallback_onsuccess.html
tct-filesystem-tizen-tests/filesystem/FileStreamSuccessCallback_notexist.html
tct-filesystem-tizen-tests/filesystem/FileStreamSuccessCallback_onsuccess.html
tct-filesystem-tizen-tests/filesystem/FileStream_bytesAvailable_attribute.html
tct-filesystem-tizen-tests/filesystem/FileStream_close.html
tct-filesystem-tizen-tests/filesystem/FileStream_close_exist.html
tct-filesystem-tizen-tests/filesystem/FileStream_close_extra_argument.html
tct-filesystem-tizen-tests/filesystem/FileStream_eof_attribute.html
tct-filesystem-tizen-tests/filesystem/FileStream_extend.html
tct-filesystem-tizen-tests/filesystem/FileStream_notexist.html
tct-filesystem-tizen-tests/filesystem/FileStream_position_attribute.html
tct-filesystem-tizen-tests/filesystem/FileStream_read.html
tct-filesystem-tizen-tests/filesystem/FileStream_readBase64.html
tct-filesystem-tizen-tests/filesystem/FileStream_readBase64_exist.html
tct-filesystem-tizen-tests/filesystem/FileStream_readBase64_with_invalid_value.html
tct-filesystem-tizen-tests/filesystem/FileStream_readBase64_without_r_permission.html
tct-filesystem-tizen-tests/filesystem/FileStream_readBase64_writeFile.html
tct-filesystem-tizen-tests/filesystem/FileStream_readBytes.html
tct-filesystem-tizen-tests/filesystem/FileStream_readBytes_exist.html
tct-filesystem-tizen-tests/filesystem/FileStream_readBytes_with_invalid_value.html
tct-filesystem-tizen-tests/filesystem/FileStream_readBytes_without_r_permission.html
tct-filesystem-tizen-tests/filesystem/FileStream_readBytes_writeFile.html
tct-filesystem-tizen-tests/filesystem/FileStream_read_exist.html
tct-filesystem-tizen-tests/filesystem/FileStream_read_with_invalid_value.html
tct-filesystem-tizen-tests/filesystem/FileStream_read_without_r_permission.html
tct-filesystem-tizen-tests/filesystem/FileStream_read_writeFile.html
tct-filesystem-tizen-tests/filesystem/FileStream_write.html
tct-filesystem-tizen-tests/filesystem/FileStream_writeBase64.html
tct-filesystem-tizen-tests/filesystem/FileStream_writeBase64_exist.html
tct-filesystem-tizen-tests/filesystem/FileStream_writeBase64_without_w_permission.html
tct-filesystem-tizen-tests/filesystem/FileStream_writeBytes.html
tct-filesystem-tizen-tests/filesystem/FileStream_writeBytes_byteData_TypeMismatch.html
tct-filesystem-tizen-tests/filesystem/FileStream_writeBytes_exist.html
tct-filesystem-tizen-tests/filesystem/FileStream_writeBytes_missarg.html
tct-filesystem-tizen-tests/filesystem/FileStream_writeBytes_with_additional_null_parameter.html
tct-filesystem-tizen-tests/filesystem/FileStream_writeBytes_without_w_permission.html
tct-filesystem-tizen-tests/filesystem/FileStream_write_exist.html
tct-filesystem-tizen-tests/filesystem/FileStream_write_without_w_permission.html
tct-filesystem-tizen-tests/filesystem/FileStringSuccessCallback_notexist.html
tct-filesystem-tizen-tests/filesystem/FileStringSuccessCallback_onsuccess.html
tct-filesystem-tizen-tests/filesystem/FileSuccessCallback_notexist.html
tct-filesystem-tizen-tests/filesystem/FileSuccessCallback_onsuccess.html
tct-filesystem-tizen-tests/filesystem/FileSystemManagerObject_notexist.html
tct-filesystem-tizen-tests/filesystem/FileSystemManager_addStorageStateChangeListener.html
tct-filesystem-tizen-tests/filesystem/FileSystemManager_addStorageStateChangeListener_exist.html
tct-filesystem-tizen-tests/filesystem/FileSystemManager_addStorageStateChangeListener_missarg.html
tct-filesystem-tizen-tests/filesystem/FileSystemManager_addStorageStateChangeListener_onerror_TypeMismatch.html
tct-filesystem-tizen-tests/filesystem/FileSystemManager_addStorageStateChangeListener_onerror_invalid_cb.html
tct-filesystem-tizen-tests/filesystem/FileSystemManager_addStorageStateChangeListener_onsuccess_TypeMismatch.html
tct-filesystem-tizen-tests/filesystem/FileSystemManager_addStorageStateChangeListener_onsuccess_invalid_cb.html
tct-filesystem-tizen-tests/filesystem/FileSystemManager_addStorageStateChangeListener_with_onerror.html
tct-filesystem-tizen-tests/filesystem/FileSystemManager_addStorageStateChangeListener_without_arguments.html
tct-filesystem-tizen-tests/filesystem/FileSystemManager_extend.html
tct-filesystem-tizen-tests/filesystem/FileSystemManager_getStorage.html
tct-filesystem-tizen-tests/filesystem/FileSystemManager_getStorage_exist.html
tct-filesystem-tizen-tests/filesystem/FileSystemManager_getStorage_missarg.html
tct-filesystem-tizen-tests/filesystem/FileSystemManager_getStorage_onerror_TypeMismatch.html
tct-filesystem-tizen-tests/filesystem/FileSystemManager_getStorage_onerror_invalid_cb.html
tct-filesystem-tizen-tests/filesystem/FileSystemManager_getStorage_onsuccess_TypeMismatch.html
tct-filesystem-tizen-tests/filesystem/FileSystemManager_getStorage_onsuccess_invalid_cb.html
tct-filesystem-tizen-tests/filesystem/FileSystemManager_getStorage_with_nonexist_label.html
tct-filesystem-tizen-tests/filesystem/FileSystemManager_getStorage_with_onerror.html
tct-filesystem-tizen-tests/filesystem/FileSystemManager_in_tizen.html
tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages.html
tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages_exist.html
tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages_missarg.html
tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages_onerror_TypeMismatch.html
tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages_onerror_invalid_cb.html
tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages_onsuccess_TypeMismatch.html
tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages_onsuccess_invalid_cb.html
tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages_storages_retrieve.html
tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages_with_invalid_error_callbacks.html
tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages_with_onerror.html
tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages_without_arguments.html
tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages_works_correctly.html
tct-filesystem-tizen-tests/filesystem/FileSystemManager_maxPathLength_attribute.html
tct-filesystem-tizen-tests/filesystem/FileSystemManager_notexist.html
tct-filesystem-tizen-tests/filesystem/FileSystemManager_removeStorageStateChangeListener.html
tct-filesystem-tizen-tests/filesystem/FileSystemManager_removeStorageStateChangeListener_exist.html
tct-filesystem-tizen-tests/filesystem/FileSystemManager_removeStorageStateChangeListener_with_para_invalid.html
tct-filesystem-tizen-tests/filesystem/FileSystemManager_removeStorageStateChangeListener_works_correctly.html
tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve.html
tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_documents.html
tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_downloads.html
tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_error_invoked.html
tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_exist.html
tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_images.html
tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_invalid_location.html
tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_missarg.html
tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_mode_TypeMismatch.html
tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_mode_a.html
tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_mode_r.html
tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_mode_w.html
tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_music.html
tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_onerror_TypeMismatch.html
tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_onerror_invalid_cb.html
tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_onsuccess_TypeMismatch.html
tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_onsuccess_invalid_cb.html
tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_ringtones.html
tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_ringtones_invalid_mode_a.html
tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_ringtones_invalid_mode_rw.html
tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_ringtones_invalid_mode_w.html
tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_videos.html
tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_wgt-package_invalid_mode_a.html
tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_wgt-package_invalid_mode_rw.html
tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_wgt-package_invalid_mode_w.html
tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_wgt_package.html
tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_wgt_private.html
tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_wgt_private_tmp.html
tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_with_mode.html
tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_with_onerror.html
tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_works_correctly.html
tct-filesystem-tizen-tests/filesystem/FileSystemStorageArraySuccessCallback_notexist.html
tct-filesystem-tizen-tests/filesystem/FileSystemStorageArraySuccessCallback_onsuccess.html
tct-filesystem-tizen-tests/filesystem/FileSystemStorageSuccessCallback_notexist.html
tct-filesystem-tizen-tests/filesystem/FileSystemStorageSuccessCallback_onsuccess.html
tct-filesystem-tizen-tests/filesystem/FileSystemStorage_extend.html
tct-filesystem-tizen-tests/filesystem/FileSystemStorage_label_attribute.html
tct-filesystem-tizen-tests/filesystem/FileSystemStorage_notexist.html
tct-filesystem-tizen-tests/filesystem/FileSystemStorage_state_attribute.html
tct-filesystem-tizen-tests/filesystem/FileSystemStorage_type_attribute.html
tct-filesystem-tizen-tests/filesystem/File_copyTo.html
tct-filesystem-tizen-tests/filesystem/File_copyTo_dir_overwrite_false.html
tct-filesystem-tizen-tests/filesystem/File_copyTo_dir_overwrite_true.html
tct-filesystem-tizen-tests/filesystem/File_copyTo_dir_samedir_samename_overwrite_false.html
tct-filesystem-tizen-tests/filesystem/File_copyTo_dir_samedir_samename_overwrite_true.html
tct-filesystem-tizen-tests/filesystem/File_copyTo_exist.html
tct-filesystem-tizen-tests/filesystem/File_copyTo_file_overwrite_false.html
tct-filesystem-tizen-tests/filesystem/File_copyTo_file_overwrite_true.html
tct-filesystem-tizen-tests/filesystem/File_copyTo_file_samedir_samename_overwrite_false.html
tct-filesystem-tizen-tests/filesystem/File_copyTo_file_samedir_samename_overwrite_true.html
tct-filesystem-tizen-tests/filesystem/File_copyTo_onerror_TypeMismatch.html
tct-filesystem-tizen-tests/filesystem/File_copyTo_onerror_invalid_cb.html
tct-filesystem-tizen-tests/filesystem/File_copyTo_onsuccess_TypeMismatch.html
tct-filesystem-tizen-tests/filesystem/File_copyTo_onsuccess_invalid_cb.html
tct-filesystem-tizen-tests/filesystem/File_copyTo_with_destination_invalid.html
tct-filesystem-tizen-tests/filesystem/File_copyTo_with_file_handle.html
tct-filesystem-tizen-tests/filesystem/File_copyTo_with_invalid_filepath.html
tct-filesystem-tizen-tests/filesystem/File_copyTo_with_invalid_virtual_file.html
tct-filesystem-tizen-tests/filesystem/File_copyTo_with_null_success_and_error_callbacks.html
tct-filesystem-tizen-tests/filesystem/File_copyTo_with_onerror.html
tct-filesystem-tizen-tests/filesystem/File_copyTo_with_onsuccess.html
tct-filesystem-tizen-tests/filesystem/File_copyTo_with_para_invalid.html
tct-filesystem-tizen-tests/filesystem/File_copyTo_writeFile_newName.html
tct-filesystem-tizen-tests/filesystem/File_copyTo_writeFile_overwrite_false.html
tct-filesystem-tizen-tests/filesystem/File_copyTo_writeFile_subdir.html
tct-filesystem-tizen-tests/filesystem/File_createDirectory.html
tct-filesystem-tizen-tests/filesystem/File_createDirectory_exist.html
tct-filesystem-tizen-tests/filesystem/File_createDirectory_level2.html
tct-filesystem-tizen-tests/filesystem/File_createFile.html
tct-filesystem-tizen-tests/filesystem/File_createFile_exist.html
tct-filesystem-tizen-tests/filesystem/File_createFile_existing_file.html
tct-filesystem-tizen-tests/filesystem/File_createFile_with_invalid_name.html
tct-filesystem-tizen-tests/filesystem/File_created_attribute.html
tct-filesystem-tizen-tests/filesystem/File_deleteDirectory.html
tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_createDir_documents.html
tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_createDir_downloads.html
tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_createDir_images.html
tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_createDir_music.html
tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_createDir_videos.html
tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_exist.html
tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_onerror_TypeMismatch.html
tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_onerror_invalid_cb.html
tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_onsuccess_TypeMismatch.html
tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_onsuccess_invalid_cb.html
tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_with_empty_path.html
tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_with_file_handle.html
tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_with_null_callbacks.html
tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_with_onerror.html
tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_with_onsuccess.html
tct-filesystem-tizen-tests/filesystem/File_deleteFile.html
tct-filesystem-tizen-tests/filesystem/File_deleteFile_copyFile_downloads.html
tct-filesystem-tizen-tests/filesystem/File_deleteFile_copyFile_images.html
tct-filesystem-tizen-tests/filesystem/File_deleteFile_copyFile_music.html
tct-filesystem-tizen-tests/filesystem/File_deleteFile_copyFile_videos.html
tct-filesystem-tizen-tests/filesystem/File_deleteFile_createFile.html
tct-filesystem-tizen-tests/filesystem/File_deleteFile_exist.html
tct-filesystem-tizen-tests/filesystem/File_deleteFile_listDocumentsFiles.html
tct-filesystem-tizen-tests/filesystem/File_deleteFile_listDownloadsFiles.html
tct-filesystem-tizen-tests/filesystem/File_deleteFile_listImagsFiles.html
tct-filesystem-tizen-tests/filesystem/File_deleteFile_listMusicFiles.html
tct-filesystem-tizen-tests/filesystem/File_deleteFile_listVideosfiles.html
tct-filesystem-tizen-tests/filesystem/File_deleteFile_onerror_TypeMismatch.html
tct-filesystem-tizen-tests/filesystem/File_deleteFile_onerror_invalid_cb.html
tct-filesystem-tizen-tests/filesystem/File_deleteFile_onsuccess_TypeMismatch.html
tct-filesystem-tizen-tests/filesystem/File_deleteFile_onsuccess_invalid_cb.html
tct-filesystem-tizen-tests/filesystem/File_deleteFile_with_dir_handle.html
tct-filesystem-tizen-tests/filesystem/File_deleteFile_with_nonexist.html
tct-filesystem-tizen-tests/filesystem/File_deleteFile_with_onerror.html
tct-filesystem-tizen-tests/filesystem/File_deleteFile_with_onsuccess.html
tct-filesystem-tizen-tests/filesystem/File_deleteFile_with_vaild_callbacks.html
tct-filesystem-tizen-tests/filesystem/File_deleteFile_with_valid_filePath.html
tct-filesystem-tizen-tests/filesystem/File_extend.html
tct-filesystem-tizen-tests/filesystem/File_fileSize_attribute.html
tct-filesystem-tizen-tests/filesystem/File_fullPath_attribute.html
tct-filesystem-tizen-tests/filesystem/File_isDirectory_attribute.html
tct-filesystem-tizen-tests/filesystem/File_isFile_attribute.html
tct-filesystem-tizen-tests/filesystem/File_length_attribute.html
tct-filesystem-tizen-tests/filesystem/File_listFiles.html
tct-filesystem-tizen-tests/filesystem/File_listFiles_createFiles.html
tct-filesystem-tizen-tests/filesystem/File_listFiles_exist.html
tct-filesystem-tizen-tests/filesystem/File_listFiles_filter_TypeMismatch.html
tct-filesystem-tizen-tests/filesystem/File_listFiles_filter_empty.html
tct-filesystem-tizen-tests/filesystem/File_listFiles_missarg.html
tct-filesystem-tizen-tests/filesystem/File_listFiles_onerror_TypeMismatch.html
tct-filesystem-tizen-tests/filesystem/File_listFiles_onerror_invalid_cb.html
tct-filesystem-tizen-tests/filesystem/File_listFiles_onsuccess_TypeMismatch.html
tct-filesystem-tizen-tests/filesystem/File_listFiles_onsuccess_invalid_cb.html
tct-filesystem-tizen-tests/filesystem/File_listFiles_with_file_handle.html
tct-filesystem-tizen-tests/filesystem/File_listFiles_with_filter.html
tct-filesystem-tizen-tests/filesystem/File_listFiles_with_onerror.html
tct-filesystem-tizen-tests/filesystem/File_listFiles_with_valid_successCallback.html
tct-filesystem-tizen-tests/filesystem/File_modified_attribute.html
tct-filesystem-tizen-tests/filesystem/File_moveTo.html
tct-filesystem-tizen-tests/filesystem/File_moveTo_dir_samedir_samename_overwrite_false.html
tct-filesystem-tizen-tests/filesystem/File_moveTo_dir_samedir_samename_overwrite_true.html
tct-filesystem-tizen-tests/filesystem/File_moveTo_empty_destination_source_and_destination_paths.html
tct-filesystem-tizen-tests/filesystem/File_moveTo_exist.html
tct-filesystem-tizen-tests/filesystem/File_moveTo_file_samedir_samename_overwrite_false.html
tct-filesystem-tizen-tests/filesystem/File_moveTo_file_samedir_samename_overwrite_true.html
tct-filesystem-tizen-tests/filesystem/File_moveTo_onerror_TypeMismatch.html
tct-filesystem-tizen-tests/filesystem/File_moveTo_onerror_invalid_cb.html
tct-filesystem-tizen-tests/filesystem/File_moveTo_onsuccess_TypeMismatch.html
tct-filesystem-tizen-tests/filesystem/File_moveTo_onsuccess_invalid_cb.html
tct-filesystem-tizen-tests/filesystem/File_moveTo_with_additional_null_parameter.html
tct-filesystem-tizen-tests/filesystem/File_moveTo_with_file_handle.html
tct-filesystem-tizen-tests/filesystem/File_moveTo_with_invalid_filePath.html
tct-filesystem-tizen-tests/filesystem/File_moveTo_with_onerror.html
tct-filesystem-tizen-tests/filesystem/File_moveTo_with_onsuccess.html
tct-filesystem-tizen-tests/filesystem/File_moveTo_with_path_invalid.html
tct-filesystem-tizen-tests/filesystem/File_moveTo_writeFile_newName.html
tct-filesystem-tizen-tests/filesystem/File_moveTo_writeFile_overwrite_false.html
tct-filesystem-tizen-tests/filesystem/File_moveTo_writeFile_subdir.html
tct-filesystem-tizen-tests/filesystem/File_name_attribute.html
tct-filesystem-tizen-tests/filesystem/File_notexist.html
tct-filesystem-tizen-tests/filesystem/File_openStream.html
tct-filesystem-tizen-tests/filesystem/File_openStream_encoding_invalid.html
tct-filesystem-tizen-tests/filesystem/File_openStream_exist.html
tct-filesystem-tizen-tests/filesystem/File_openStream_missarg.html
tct-filesystem-tizen-tests/filesystem/File_openStream_mode_TypeMismatch.html
tct-filesystem-tizen-tests/filesystem/File_openStream_mode_a.html
tct-filesystem-tizen-tests/filesystem/File_openStream_mode_r.html
tct-filesystem-tizen-tests/filesystem/File_openStream_mode_rw.html
tct-filesystem-tizen-tests/filesystem/File_openStream_mode_w.html
tct-filesystem-tizen-tests/filesystem/File_openStream_onerror_TypeMismatch.html
tct-filesystem-tizen-tests/filesystem/File_openStream_onerror_invalid_cb.html
tct-filesystem-tizen-tests/filesystem/File_openStream_onsuccess_TypeMismatch.html
tct-filesystem-tizen-tests/filesystem/File_openStream_onsuccess_invalid_cb.html
tct-filesystem-tizen-tests/filesystem/File_openStream_with_encoding.html
tct-filesystem-tizen-tests/filesystem/File_openStream_with_nonexist_file.html
tct-filesystem-tizen-tests/filesystem/File_openStream_with_onerror.html
tct-filesystem-tizen-tests/filesystem/File_parent_attribute.html
tct-filesystem-tizen-tests/filesystem/File_parent_attribute_notnull_using_resolve.html
tct-filesystem-tizen-tests/filesystem/File_path_attribute.html
tct-filesystem-tizen-tests/filesystem/File_readAsText.html
tct-filesystem-tizen-tests/filesystem/File_readAsText_encoding_invalid.html
tct-filesystem-tizen-tests/filesystem/File_readAsText_exist.html
tct-filesystem-tizen-tests/filesystem/File_readAsText_listDocumentsFiles.html
tct-filesystem-tizen-tests/filesystem/File_readAsText_listDownloadsFiles.html
tct-filesystem-tizen-tests/filesystem/File_readAsText_listImagesFiles.html
tct-filesystem-tizen-tests/filesystem/File_readAsText_listMusicFiles.html
tct-filesystem-tizen-tests/filesystem/File_readAsText_listVideosFiles.html
tct-filesystem-tizen-tests/filesystem/File_readAsText_missarg.html
tct-filesystem-tizen-tests/filesystem/File_readAsText_onerror_TypeMismatch.html
tct-filesystem-tizen-tests/filesystem/File_readAsText_onerror_invalid_cb.html
tct-filesystem-tizen-tests/filesystem/File_readAsText_onsuccess_TypeMismatch.html
tct-filesystem-tizen-tests/filesystem/File_readAsText_onsuccess_invalid_cb.html
tct-filesystem-tizen-tests/filesystem/File_readAsText_with_encoding.html
tct-filesystem-tizen-tests/filesystem/File_readAsText_with_onerror.html
tct-filesystem-tizen-tests/filesystem/File_readOnly_attribute.html
tct-filesystem-tizen-tests/filesystem/File_resolve.html
tct-filesystem-tizen-tests/filesystem/File_resolve_exist.html
tct-filesystem-tizen-tests/filesystem/File_resolve_with_invalid_para.html
tct-filesystem-tizen-tests/filesystem/File_resolve_with_nonexist.html
tct-filesystem-tizen-tests/filesystem/File_toURI.html
tct-filesystem-tizen-tests/filesystem/File_toURI_exist.html
tct-filesystem-tizen-tests/filesystem/File_toURI_extra_argument.html
tct-filesystem-tizen-tests/filesystem/File_toURI_with_nonexist_file.html
tct-filesystem-tizen-tests/filesystem/filesystem_FileStreamSuccessCallback_onsuccess.html
tct-filesystem-tizen-tests/filesystem/filesystem_File_copyTo.html
tct-filesystem-tizen-tests/filesystem/filesystem_File_readAsText.html
tct-filesystem-tizen-tests/filesystem/filesystem_File_resolve.html
tct-filesystem-tizen-tests/tests.full.xml

index e92658b7c2c8461e6b220f2da941669d37f5a490..78fd364c54e29132cdd5fbb24f5348453a7e0a15 100644 (file)
@@ -36,6 +36,7 @@ Authors:
 test(function () {
     check_no_interface_object("FileArraySuccessCallback");
 }, "FileArraySuccessCallback_notexist");
+
 </script>
 </body>
 </html>
index c1aaf01930f03fd9b0c8b577ee60956a819c6fc2..11839a670f58e4c1e8c0ecf873f49c1863cd9d0a 100644 (file)
@@ -17,8 +17,8 @@ See the License for the specific language governing permissions and
 limitations under the License.
 
 Authors:
-    Beata Koziarek <b.koziarek@samsung.com>
-    Mariusz Polasinski <m.polasinski@samsung.com>
+        Beata Koziarek <b.koziarek@samsung.com>
+        Mariusz Polasinski <m.polasinski@samsung.com>
 -->
 
 <html>
index 1dd441ba622e7f179d00d6d0992c9e80507be41b..561e2ed05ffd6ba2b3362abe971493dc28c27aba 100644 (file)
@@ -36,6 +36,7 @@ Authors:
 test(function () {
     check_no_interface_object("FileStreamSuccessCallback");
 }, "FileStreamSuccessCallback_notexist");
+
 </script>
 </body>
 </html>
index d2a9952bd9090f7252da896c5a7be28d7609a992..4443874923e1acd5310155712c595862379264d1 100644 (file)
@@ -16,8 +16,8 @@ See the License for the specific language governing permissions and
 limitations under the License.
 
 Authors:
-    Beata Koziarek <b.koziarek@samsung.com>
-    Mariusz Polasinski <m.polasinski@samsung.com>
+        Beata Koziarek <b.koziarek@samsung.com>
+        Mariusz Polasinski <m.polasinski@samsung.com>
 -->
 
 <html>
@@ -62,6 +62,7 @@ t.step(function () {
         }
     );
 });
+
 </script>
 </body>
 </html>
index 6e2e04a36e78cc0affb80332c9cd552ba69a567d..a9c82751470f4b12d60744764fae5b5814ad957b 100644 (file)
@@ -31,7 +31,7 @@ Authors:
 
 -->
 
-<html lang="en">
+<html>
 <head>
 <title>FileStream_bytesAvailable_attribute</title>
 <meta charset="utf-8"/>
@@ -79,6 +79,7 @@ t.step(function () {
         }
     );
 });
+
 </script>
 </body>
 </html>
index 9e33d8d6060668bd7eae64f87b0da15bb1e2a987..2587b59c9e93a4216b12795e4ce6016c5bc391db 100644 (file)
@@ -32,7 +32,7 @@ Authors:
 
 -->
 
-<html lang="en">
+<html>
 <head>
 <title>FileStream_close</title>
 <meta charset="utf-8"/>
@@ -82,6 +82,7 @@ t.step(function () {
         }
     );
 });
+
 </script>
 </body>
 </html>
index a5d2518a2bcbbe7c1fd4cec9c8880c53302b360b..a5d95ac159926d73fefc1fca1931778c7d726cec 100644 (file)
@@ -31,9 +31,9 @@ Authors:
 
 -->
 
-<html lang="en">
+<html>
 <head>
-<title>filesystem_FileStream_close_exist</title>
+<title>FileStream_close_exist</title>
 <meta charset="utf-8"/>
 <script src="../resources/unitcommon.js"></script>
 <script src="support/filesystem_common.js"></script>
@@ -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(){
         }
     );
 });
+
 </script>
 </body>
 </html>
index b9d39e0c41a05fa8ec524621fd27a1ec1ed6e22f..caee5c931cd3e853c35ffa60f898d6e3fc46c23f 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Beata Koziarek <b.koziarek@samsung.com>
+        Beata Koziarek <b.koziarek@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>FileStream_close_extra_argument</title>
 <meta charset="utf-8"/>
@@ -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 () {
         }
     );
 });
+
 </script>
 </body>
 </html>
index f3fefa1460d90b0f513a9735945ed86c2b15e7ae..69a095c652e96d1d309b632bdda71602f73147e3 100644 (file)
@@ -31,7 +31,7 @@ Authors:
 
 -->
 
-<html lang="en">
+<html>
 <head>
 <title>FileStream_eof_attribute</title>
 <meta charset="utf-8"/>
@@ -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"),
index 474a9e9920fe6fcc224bc642afbddd2d26f87c78..ebd8a9394b385891af039d6825fe272a5772db37 100644 (file)
@@ -16,12 +16,12 @@ See the License for the specific language governing permissions and
 limitations under the License.
 
 Authors:
-    Beata Koziarek <b.koziarek@samsung.com>
+        Beata Koziarek <b.koziarek@samsung.com>
 -->
 
 <html>
 <head>
-<title>FileSteram_extend</title>
+<title>FileStream_extend</title>
 <script src="../resources/unitcommon.js"></script>
 <script src="support/filesystem_common.js"></script>
 </head>
@@ -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(){
         }
     );
 });
+
 </script>
 </body>
 </html>
index c811d0cb00a37110ce9900f140be27604de5b2cb..3fb68b1a7558949805131add7021a7db16d01bbf 100644 (file)
@@ -36,6 +36,7 @@ Authors:
 test(function () {
     check_no_interface_object("FileStream");
 }, "FileStream_notexist");
+
 </script>
 </body>
 </html>
index 175098cc538bf53ebdf4a55111c3dbe9ffb5f93f..78afd33599ed8c89491e294d511792e14f7cd4e2 100644 (file)
@@ -32,7 +32,7 @@ Authors:
 
 -->
 
-<html lang="en">
+<html>
 <head>
 <title>FileStream_position_attribute</title>
 <meta charset="utf-8"/>
@@ -82,6 +82,7 @@ t.step(function () {
         }
     );
 });
+
 </script>
 </body>
 </html>
index 4055d3318f3c2c888ebb72162aa05c1368aea08e..8989706699c00e43a8d3162a1d134b6994378c8c 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 
 <html>
 <head>
-<title> filesystem test - FileStream read </title>
+<title>FileStream_read</title>
 <script src="../resources/testharness.js"></script>
 <script src="../resources/testharnessreport.js"></script>
 <script src="support/filesystem_common.js"></script>
@@ -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(){
         }
     );
 });
+
 </script>
 </body>
 </html>
index 0417303d7219ab306ac229f77c8f4d4302182e88..67866de6f8027a2789be938cb9193c69d87fa05d 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 
 <html>
 <head>
-<title> filesystem test - FileStream readBase64 </title>
+<title>FileStream_readBase64</title>
 <script src="../resources/testharness.js"></script>
 <script src="../resources/testharnessreport.js"></script>
 <script src="support/filesystem_common.js"></script>
@@ -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(){
         }
     );
 });
+
 </script>
 </body>
 </html>
index 78555a89d7d95177fec3e44b109e4f4376735ef2..b0ae4f8b63e1dcd4e9038b0f5d9f90d0528996d7 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 
 <html>
 <head>
-<title> filesystem test - FileStream readBase64 exist </title>
+<title>FileStream_readBase64_exist</title>
 <script src="../resources/testharness.js"></script>
 <script src="../resources/testharnessreport.js"></script>
 <script src="support/filesystem_common.js"></script>
@@ -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(){
         }
     );
 });
+
 </script>
 </body>
 </html>
index 4b3af7d929736a290467752137fe6a5e050f8410..026156fcd35567364c48107622bf761d64fbf31b 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 
 <html>
 <head>
-<title> filesystem test - FileStream readBase64 with invalid value </title>
+<title>FileStream_readBase64_with_invalid_value</title>
 <script src="../resources/testharness.js"></script>
 <script src="../resources/testharnessreport.js"></script>
 <script src="support/filesystem_common.js"></script>
@@ -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 () {
         }
     );
 });
+
 </script>
 </body>
 </html>
index e5e32a61820f2eb19836d98d89f6525e6525f548..e1700bbc542ae9e0c0678bcb97e22a5cfac5bfdb 100644 (file)
@@ -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 <kaiyux.li@intel.com> 
-
-Revision history:
-Date                        Author                        Description
-08-08-2012         Kaiyu <kaiyux.li@intel.com>              create
-06-04-2013   Mariusz Polasinski <m.polasinski@samsung.com>  amendments
+        Kaiyu <kaiyux.li@intel.com>
+        Mariusz Polasinski <m.polasinski@samsung.com>
 
 -->
 
-<html lang="en">
+<html>
 <head>
 <meta charset="utf-8" />
 <title>FileStream_readBase64_without_r_permission</title>
@@ -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 () {
         }
     );
 });
+
 </script>
 </body>
 </html>
index 0e05c802c0a861953d256d64584ec8a7125f19b9..4d2f1c9daf0ec4502c9bf254508f7dc96c0ada1a 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 
 <html>
 <head>
-<title>check if create a new empty file and write content of the file and then read the content of the file as base64</title>
+<title>FileStream_readBase64_writeFile</title>
 <script src="../resources/testharness.js"></script>
 <script src="../resources/testharnessreport.js"></script>
 <script src="support/filesystem_common.js"></script>
@@ -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(){
         }
     );
 });
+
 </script>
 </body>
 </html>
index cdca2d910fb5554aeb22442f4d6b7381b0f788c1..88ecc88eba2d947d64b2d3b9b3d5a08e316c1315 100644 (file)
@@ -34,7 +34,7 @@ Authors:
 
 <html>
 <head>
-<title> filesystem test - FileStream readBytes </title>
+<title>FileStream_readBytes</title>
 <script type="text/javascript" src="../resources/unitcommon.js"></script>
 <script src="support/filesystem_common.js"></script>
 </head>
@@ -87,6 +87,7 @@ t.step(function () {
         }
     );
 });
+
 </script>
 </body>
 </html>
index ffcee3f95a695540d3c9ad934fbbbea60019dc3f..ae9278b731473bd73d15e08767765b11776e327e 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 
 <html>
 <head>
-<title> filesystem test - FileStream readBytes exist </title>
+<title>FileStream_readBytes_exist</title>
 <script src="../resources/testharness.js"></script>
 <script src="../resources/testharnessreport.js"></script> 
 <script src="support/filesystem_common.js"></script>
@@ -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(){
         }
     );
 });
+
 </script>
 </body>
 </html>
index f367da2d226918851c80027b073ed2b013f83a3b..0c5232f3e5e60685d6d81364427e6ea6859b7e12 100644 (file)
@@ -34,7 +34,7 @@ Authors:
 
 <html>
 <head>
-<title> filesystem test - FileStream readBytes with invalid value </title>
+<title>FileStream_readBytes_with_invalid_value</title>
 <script src="../resources/testharness.js"></script>
 <script src="../resources/testharnessreport.js"></script>
 <script src="support/filesystem_common.js"></script>
@@ -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 () {
         }
     );
 });
+
 </script>
 </body>
 </html>
index 3276a15089b25aeb08a170aae183e0e4478d9e0a..6a33a8d076bb12110fc90c0ca209e9ecdff0365c 100644 (file)
@@ -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 <kaiyux.li@intel.com> 
-
-Revision history:
-Date                        Author                        Description
-08-08-2012         Kaiyu <kaiyux.li@intel.com>              create
-06-04-2013   Mariusz Polasinski <m.polasinski@samsung.com>  amendments
+        Kaiyu <kaiyux.li@intel.com>
+        Mariusz Polasinski <m.polasinski@samsung.com>
 
 -->
 
-<html lang="en">
+<html>
 <head>
 <title>FileStream_readBytes_without_r_permission</title>
 <script type="text/javascript" src="../resources/testharness.js"></script>
@@ -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 () {
         }
     );
 });
+
 </script>
 </body>
 </html>
index dd8e47a5289efb76c394487cc1e0634adf91952d..954017a734d1bd165fac15624cce66814a73499b 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 
 <html>
 <head>
-<title>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</title>
+<title>FileStream_readBytes_writeFile</title>
 <script src="../resources/testharness.js"></script>
 <script src="../resources/testharnessreport.js"></script>
 <script src="support/filesystem_common.js"></script>
@@ -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(){
         }
     );
 });
+
 </script>
 </body>
 </html>
index 68f3cb9369a5d0b95dd6bed4311615d742af1497..30586db6e222a0afc44699c7f755526a5e32b38e 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 
 <html>
 <head>
-<title> filesystem test - FileStream read exist </title>
+<title>FileStream_read_exist</title>
 <script src="../resources/testharness.js"></script>
 <script src="../resources/testharnessreport.js"></script>
 <script src="support/filesystem_common.js"></script>
@@ -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(){
         }
     );
 });
+
 </script>
 </body>
 </html>
index 6a8f7d9c078450fa59418cd44a59dc856ac373f0..e574e5ba6379a37e8a6e538c2710591bab098d84 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 
 <html>
 <head>
-<title> filesystem test - FileStream read with invalid value </title>
+<title>FileStream_read_with_invalid_value</title>
 <script src="../resources/testharness.js"></script>
 <script src="../resources/testharnessreport.js"></script>
 <script src="support/filesystem_common.js"></script>
@@ -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 () {
         }
     );
 });
+
 </script>
 </body>
 </html>
index 3175dad5e4fc6e1274b4197577fb0f1252cba3a9..b5510f041381c84bf5e7233b0402f4f3f0b5ee8d 100644 (file)
@@ -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 <kaiyux.li@intel.com> 
-
-Revision history:
-Date                        Author                        Description
-08-08-2012         Kaiyu <kaiyux.li@intel.com>              create
-                Beata Koziarek <b.koziarek@samsung.com>
-06-04-2013   Mariusz Polasinski <m.polasinski@samsung.com>  amendments
+        Kaiyu <kaiyux.li@intel.com>
+        Beata Koziarek <b.koziarek@samsung.com>
+        Mariusz Polasinski <m.polasinski@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
-<title> filesystem test - FileStream read without r permission </title>
+<title>FileStream_read_without_r_permission</title>
 <meta charset="utf-8" />
 <script type="text/javascript" src="../resources/testharness.js"></script>
 <script type="text/javascript" src="../resources/testharnessreport.js"></script>
@@ -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 () {
         }
     );
 });
+
 </script>
 </body>
 </html>
index 81d49e0e3cb2cdfbc81381b89c6ada9a94f708a7..041e6cc837d0811c4f3e330a00d9ee5ab127354d 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 
 <html>
 <head>
-<title>check if create a new empty file and write content of the file and then read the content of the file</title>
+<title>FileStream_read_writeFile</title>
 <script src="../resources/testharness.js"></script>
 <script src="../resources/testharnessreport.js"></script>
 <script src="support/filesystem_common.js"></script>
@@ -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(){
         }
     );
 });
+
 </script>
 </body>
 </html>
index bbf70bf15d3871a9b8c6772e8c407cd8501bffab..68e7c95a8b18883ec29eaf72cfd3a15f2b7417b1 100644 (file)
@@ -34,7 +34,7 @@ Authors:
 
 <html>
 <head>
-<title> FileStream_write </title>
+<title>FileStream_write</title>
 <script src="../resources/unitcommon.js"></script>
 <script src="support/filesystem_common.js"></script>
 </head>
@@ -84,6 +84,7 @@ t.step(function () {
         }
     );
 });
+
 </script>
 </body>
 </html>
index ec91a8b71f16b39e840edd3f8879e1a4908449a6..a372164af4387db0794d14f102c9f6f821da9a65 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Beata Koziarek <b.koziarek@samsung.com>
+        Beata Koziarek <b.koziarek@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>FileStream_writeBase64</title>
 <meta charset="utf-8"/>
@@ -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 () {
         }
     );
 });
+
 </script>
 </body>
 </html>
index 647a4c05cdb45db2056e68ff80e90c6308f2cb1f..a57062c123fd43e6ca35576cefe5b59fa4621c8f 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 
 <html>
 <head>
-<title> filesystem test - FileStream writeBase64 exist </title>
+<title>FileStream_writeBase64_exist</title>
 <script src="../resources/testharness.js"></script>
 <script src="../resources/testharnessreport.js"></script>
 <script src="support/filesystem_common.js"></script>
@@ -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(){
         }
     );
 });
+
 </script>
 </body>
 </html>
index 97a9df04d96daa39ec37ccf0c740ce4b9c886d85..453574d565109c49409f8b4148ce53b7cc9f10a2 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 
 <html>
 <head>
-<title> filesystem test - FileStream writeBase64 without w permission </title>
+<title>FileStream_writeBase64_without_w_permission</title>
 <script src="../resources/testharness.js"></script>
 <script src="../resources/testharnessreport.js"></script>
 <script src="support/filesystem_common.js"></script>
@@ -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(){
         }
     );
 });
+
 </script>
 </body>
 </html>
index 51f2f077bfd71d953e11ea34ebf6694df5a17b92..34d7919289bfcaea23a43dfc952324f99516d32a 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Beata Koziarek <b.koziarek@samsung.com>
+        Beata Koziarek <b.koziarek@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>FileStream_writeBytes</title>
 <meta charset="utf-8"/>
@@ -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"),
index ee0103c35de7c9d4dd3e561ae6248497c224d3f9..bdcfb6b0d5fb2664dd491184f6d451883a2cbb97 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Beata Koziarek <b.koziarek@samsung.com>
+        Beata Koziarek <b.koziarek@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>FileStream_writeBytes_byteData_TypeMismatch</title>
 <meta charset="utf-8"/>
@@ -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++) {
index 71a2a0665eb77687b818d2dc1c286c30f8c107e0..2e27fb60e449cefa3f2d5ba5ed4cf5b6c734a574 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 
 <html>
 <head>
-<title> filesystem test - FileStream writeBytes exist </title>
+<title>FileStream_writeBytes_exist</title>
 <script src="../resources/testharness.js"></script>
 <script src="../resources/testharnessreport.js"></script>
 <script src="support/filesystem_common.js"></script>
@@ -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(){
         }
     );
 });
+
 </script>
 </body>
 </html>
index 57deec14d4649f022151aaacabd246ee09b96d80..ba4ebb6a7efcb6c525acdcba1248f2b447621255 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Beata Koziarek <b.koziarek@samsung.com>
+        Beata Koziarek <b.koziarek@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>FileStream_writeBytes_missarg</title>
 <meta charset="utf-8"/>
@@ -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();
index ab1d2f2e65299f40509e0af8d23434d5b62c3fe9..0b20b4548cc230d692cf1e91bc841bbc70700e59 100644 (file)
@@ -18,10 +18,10 @@ limitations under the License.
 
 
 Authors:
-    Beata Koziarek <b.koziarek@samsung.com>
+        Beata Koziarek <b.koziarek@samsung.com>
 -->
 
-<html lang="en">
+<html>
 
 <head>
 <title>FileStream_writeBytes_with_additional_null_parameter</title>
@@ -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 () {
         }
     );
 });
+
 </script>
 </body>
 </html>
index f91f58e5269b48d99dda4f7007c874d0c0307700..02ed7226a5f55e6a84b0819846e68302cd98be34 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 
 <html>
 <head>
-<title> filesystem test - FileStream writeBytes without w permission </title>
+<title>FileStream_writeBytes_without_w_permission</title>
 <script src="../resources/testharness.js"></script>
 <script src="../resources/testharnessreport.js"></script>
 <script src="support/filesystem_common.js"></script>
@@ -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(){
         }
     );
 });
+
 </script>
 </body>
 </html>
index 481629bda6f242ed72e4bd31df5e4d34e245d555..5adbb51bee3d0fd9b5408b35b134f006dd6af90c 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 
 <html>
 <head>
-<title> filesystem test - FileStream write exist </title>
+<title>FileStream_write_exist</title>
 <script src="../resources/testharness.js"></script>
 <script src="../resources/testharnessreport.js"></script>
 <script src="support/filesystem_common.js"></script>
@@ -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(){
         }
     );
 });
+
 </script>
 </body>
 </html>
index ada38c274a7228a8fc7f7d0984582c774d28b919..68c2efdf2fa8c2ff1d76b02c6e92e03d5428831d 100644 (file)
@@ -31,7 +31,7 @@ Authors:
 
 -->
 
-<html lang="en">
+<html>
 <head>
 <title>FileStream_write_without_w_permission</title>
 <meta charset="utf-8" />
@@ -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");
index cce0a79aa3707aa2316501dd658e9b064670b1bf..29358f0611d30883f0da27851b275b2d4f64507f 100644 (file)
@@ -36,6 +36,7 @@ Authors:
 test(function () {
     check_no_interface_object("FileStringSuccessCallback");
 }, "FileStringSuccessCallback_notexist");
+
 </script>
 </body>
 </html>
index 227595ffd0f4b7fc9a7d5f5b4914fac4f50d93ac..eb21abdc3d4a0909da0646669009bfa04e8c826d 100644 (file)
@@ -16,8 +16,8 @@ See the License for the specific language governing permissions and
 limitations under the License.
 
 Authors:
-    Beata Koziarek <b.koziarek@samsung.com>
-    Mariusz Polasinski<m.polasinski@samsung.com>
+        Beata Koziarek <b.koziarek@samsung.com>
+        Mariusz Polasinski <m.polasinski@samsung.com>
 -->
 
 <html>
@@ -65,6 +65,7 @@ t.step(function () {
         }
     );
 });
+
 </script>
 </body>
 </html>
index 73d1a0db4a01d9b4d50bd938ad7da64ac325081f..c17b95cb38a8c8c027b97c838b48d2e1e148ad79 100644 (file)
@@ -36,6 +36,7 @@ Authors:
 test(function () {
     check_no_interface_object("FileSuccessCallback");
 }, "FileSuccessCallback_notexist");
+
 </script>
 </body>
 </html>
index 2cd01e189f8f75c7e0cc24dfd8031e926d7933bf..f497492468e7c71445c67d957d029c2602a033fd 100644 (file)
@@ -16,11 +16,11 @@ See the License for the specific language governing permissions and
 limitations under the License.
 
 Authors:
-    Beata Koziarek <b.koziarek@samsung.com>
-    Mariusz Polasinski <m.polasinski@samsung.com>
+        Beata Koziarek <b.koziarek@samsung.com>
+        Mariusz Polasinski <m.polasinski@samsung.com>
 -->
 
-<html lang="en">
+<html>
 <head>
 <meta charset="utf-8"/>
 <title>FileSuccessCallback_onsuccess</title>
@@ -54,6 +54,7 @@ t.step(function () {
 
     tizen.filesystem.resolve("images", resolveSuccess, resolveError, "rw");
 });
+
 </script>
 </body>
 </html>
index 360476887b0bfe759cb2057b5565eedd777c315a..8954becc0cc44b4c948ac2970010d512941d4c83 100644 (file)
@@ -24,7 +24,7 @@ Authors:
 
 -->
 
-<html lang="en">
+<html>
 
 <head>
 <title>FileSystemManagerObject_notexist</title>
@@ -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
 
index 02cc98001bac970e8bc1fe6dd4d6b84ccbedb682..284a1e8c1a7447f21817bd21ed84847a5a24e9d2 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Beata Koziarek <b.koziarek@samsung.com>
+        Beata Koziarek <b.koziarek@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>FileSystemManager_addStorageStateChangeListener</title>
 <meta charset="utf-8"/>
@@ -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
index b58afdd60a2ad0c00a2e0b1eb3640f22b39c0969..d1397deb81911ccdef29f665244aaa8c27785e7d 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Beata Koziarek <b.koziarek@samsung.com>
+        Beata Koziarek <b.koziarek@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>FileSystemManager_addStorageStateChangeListener_exist</title>
 <meta charset="utf-8"/>
@@ -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 () {
index 9aeb08cf261b9d2d685034bfff8c0162202df897..23972db055fbd351b3681286052e7fc47a7e8aa3 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Beata Koziarek <b.koziarek@samsung.com>
+        Beata Koziarek <b.koziarek@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>FileSystemManager_addStorageStateChangeListener_missarg</title>
 <meta charset="utf-8"/>
@@ -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");
 
-
 </script>
 </body>
 </html>
index f656c512fb57382d4ecd9388b3e702647659e0c3..f715cd8384443525b43e1a7d1c153f51b0a6a215 100644 (file)
@@ -16,9 +16,9 @@ limitations under the License.
 
 
 Authors:
-    Beata Koziarek <b.koziarek@samsung.com>
+        Beata Koziarek <b.koziarek@samsung.com>
 -->
-<html lang="en">
+<html>
 <head>
 <title>FileSystemManager_addStorageStateChangeListener_onerror_TypeMismatch</title>
 <meta charset="utf-8"/>
@@ -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();
 });
+
 </script>
 </body>
 </html>
index 4ff7210082380922d23c5a2000a22c4ae264fa18..f569bdc1e9be272c122e9f1959ddf7171f6c19d9 100644 (file)
@@ -16,9 +16,9 @@ limitations under the License.
 
 
 Authors:
-    Beata Koziarek <b.koziarek@samsung.com>
+        Beata Koziarek <b.koziarek@samsung.com>
 -->
-<html lang="en">
+<html>
 <head>
 <title>FileSystemManager_addStorageStateChangeListener_onerror_invalid_cb</title>
 <meta charset="utf-8"/>
@@ -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
index e5f76ab667a03b74f9124a52eb442be9e73c30c7..3b0d792dfa7e498ae8b25ec4efffb4d312843047 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Beata Koziarek <b.koziarek@samsung.com>
+        Beata Koziarek <b.koziarek@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>FileSystemManager_addStorageStateChangeListener_onsuccess_TypeMismatch</title>
 <meta charset="utf-8"/>
@@ -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();
 });
+
 </script>
 </body>
 </html>
index fd419942736111ae9b6c1a27b56cc03a1ef9f12e..444b89cc9418c468969db8be48eb94b03e55e2e6 100644 (file)
@@ -16,12 +16,12 @@ limitations under the License.
 
 
 Authors:
-    Beata Koziarek <b.koziarek@samsung.com>
+        Beata Koziarek <b.koziarek@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
-<title>FileSystemManager_getStorage_onsuccess_invalid_cb</title>
+<title>FileSystemManager_addStorageStateChangeListener_onsuccess_invalid_cb</title>
 <meta charset="utf-8"/>
 <script type="text/javascript" src="../resources/unitcommon.js"></script>
 </head>
@@ -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: ");
         })
     };
index 0dcaebbb790a4242b3d2ac9b0279e09823d50ca0..b1155711b954a3d682648c9a7e2b4e8fdfd4e35c 100644 (file)
@@ -16,12 +16,12 @@ limitations under the License.
 
 
 Authors:
-    Beata Koziarek <b.koziarek@samsung.com>
+        Beata Koziarek <b.koziarek@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
-<title>FileSystemManager_getStorage_with_onerror</title>
+<title>FileSystemManager_addStorageStateChangeListener_with_onerror</title>
 <meta charset="utf-8"/>
 <script type="text/javascript" src="../resources/unitcommon.js"></script>
 </head>
@@ -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);
 });
+
 </script>
 </body>
 </html>
index 32b3a528457c37c3c4c0715d32fdd9b47170cbc3..b5890c04dea19b175d25e9901a7fd88d35adbfdf 100644 (file)
@@ -18,14 +18,14 @@ limitations under the License.
 
 
 Authors:
-    Beata Koziarek <b.koziarek@samsung.com>
+        Beata Koziarek <b.koziarek@samsung.com>
 -->
-<html lang="en">
+<html>
 
 <head>
-<title>filesystem/UTC_filesystem</title>
+<title>FileSystemManager_addStorageStateChangeListener_without_arguments</title>
 <meta charset="utf-8">
-<script>window.onError = function(e) { console.log(e); }; </script>
+<script>window.onError = function (e) { console.log(e); };</script>
 <script type="text/javascript" src="../resources/unitcommon.js"></script>
 <script type="text/javascript" src="support/filesystem_common.js"></script>
 </head>
@@ -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({
index fcf26ccb16f95f9589ce0c6410783f04fcb05b09..245c9d37fb4b2f843f183a7fcc5379ea99d1cd6f 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Piotr Czaja <p.czaja@samsung.com>
+        Piotr Czaja <p.czaja@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>FileSystemManager_extend</title>
 <meta charset="utf-8"/>
@@ -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 () {
index 31dd7f0d4f11c7b6fb238d42096c69a738b72a88..41aaae99060772875c8cad99f2a06550fe14111d 100644 (file)
@@ -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 <kaiyux.li@intel.com>
-    Guan,JingX <jingx.guan@intel.com>
-    Piotr Czaja <p.czaja@samsung.com>
-    Beata Koziarek <b.koziarek@samsung.com>
+        Kaiyu <kaiyux.li@intel.com>
+        Guan,JingX <jingx.guan@intel.com>
+        Piotr Czaja <p.czaja@samsung.com>
+        Beata Koziarek <b.koziarek@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>FileSystemManager_getStorage</title>
 <meta charset="utf-8"/>
@@ -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);
 });
+
 </script>
 </body>
 </html>
index 063276681ebbfe14b38ca8d3dbbcebe36e90e8c0..b07fdf3a6f4f0b153972dac436b7488359575cbe 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Piotr Czaja <p.czaja@samsung.com>
+        Piotr Czaja <p.czaja@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>FileSystemManager_getStorage_exist</title>
 <meta charset="utf-8"/>
@@ -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 () {
index a25b5a4e992cb9b96ee3bb0189f124519110251b..6e0d3b7913913641c1ecb0253e7918fb23bc03a4 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Piotr Czaja <p.czaja@samsung.com>
+        Piotr Czaja <p.czaja@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>FileSystemManager_getStorage_missarg</title>
 <meta charset="utf-8"/>
@@ -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");
 
-
 </script>
 </body>
 </html>
index aa8e0ebaf318c7deedce5b637ac3c1c73696e1c2..9af3d59041a0e8b32ec8aa3deba374ad0323c7ae 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Piotr Czaja <p.czaja@samsung.com>
-    Beata Koziarek <b.koziarek@samsung.com>
+        Piotr Czaja <p.czaja@samsung.com>
+        Beata Koziarek <b.koziarek@samsung.com>
 -->
-<html lang="en">
+<html>
 <head>
 <title>FileSystemManager_getStorage_onerror_TypeMismatch</title>
 <meta charset="utf-8"/>
@@ -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);
 });
+
 </script>
 </body>
 </html>
index d5035d0927d2334dc47d29147288de4d28a341cc..29c213425e8e7364b45b26c1f7601d8a5dd0ae95 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Piotr Czaja <p.czaja@samsung.com>
-    Beata Koziarek <b.koziarek@samsung.com>
+        Piotr Czaja <p.czaja@samsung.com>
+        Beata Koziarek <b.koziarek@samsung.com>
 -->
-<html lang="en">
+<html>
 <head>
 <title>FileSystemManager_getStorage_onerror_invalid_cb</title>
 <meta charset="utf-8"/>
@@ -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: ");
         })
     };
index 64ac3b29c37bd679b1ce813291ff96208c2ee57a..402d5184504ddbec518d89927b39e5f7bebb2fbc 100644 (file)
@@ -16,11 +16,11 @@ limitations under the License.
 
 
 Authors:
-    Piotr Czaja <p.czaja@samsung.com>
-    Beata Koziarek <b.koziarek@samsung.com>
+        Piotr Czaja <p.czaja@samsung.com>
+        Beata Koziarek <b.koziarek@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>FileSystemManager_getStorage_onsuccess_TypeMismatch</title>
 <meta charset="utf-8"/>
@@ -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);
 });
+
 </script>
 </body>
 </html>
index 0289f8ee5c6e87a820caad40039749151e49df7d..1dc03b093dfc46fed03d7324124e0fd63ac058e7 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Piotr Czaja <p.czaja@samsung.com>
+        Piotr Czaja <p.czaja@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>FileSystemManager_getStorage_onsuccess_invalid_cb</title>
 <meta charset="utf-8"/>
@@ -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: ");
         })
     };
index f8fd364cfe07a55b2c5d4cb3877282f4aac52941..2101432d80d95b105f7a3798517dee14655e3ff3 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 
 <html>
 </head>
-<title> filesystem test - FileSystemManager getStorage with nonexist label</title>
+<title>FileSystemManager_getStorage_with_nonexist_label</title>
 <script src="../resources/testharness.js"></script>
 <script src="../resources/testharnessreport.js"></script>
 </head>
@@ -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);
 });
+
 </script>
 </body>
 </html>
index b379bdcb74aa365e33c4c540b038516349d0ef5c..014f941874bf2cf40fd46e8852a3db43357520d3 100644 (file)
@@ -16,11 +16,11 @@ limitations under the License.
 
 
 Authors:
-    Piotr Czaja <p.czaja@samsung.com>
-    Beata Koziarek <b.koziarek@samsung.com>
+        Piotr Czaja <p.czaja@samsung.com>
+        Beata Koziarek <b.koziarek@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>FileSystemManager_getStorage_with_onerror</title>
 <meta charset="utf-8"/>
@@ -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);
 });
+
 </script>
 </body>
 </html>
index a33b517049a36c4629d01ce32063822664a960aa..b370bcd7633400bb98960e97c733f7c425eac19b 100644 (file)
@@ -16,11 +16,11 @@ limitations under the License.
 
 
 Authors:
-    Piotr Czaja <p.czaja@samsung.com>
-    Mariusz Polasinski <m.polasinski@samsung.com>
+        Piotr Czaja <p.czaja@samsung.com>
+        Mariusz Polasinski <m.polasinski@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>FileSystemManager_in_tizen</title>
 <meta charset="utf-8"/>
@@ -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");
index ffbf7e6ce74afdbbe7e23cd35e76b990fcb74679..ca7c7947302e3d169ebaeed309afae107255ec7d 100644 (file)
@@ -16,11 +16,11 @@ limitations under the License.
 
 
 Authors:
-    Piotr Czaja <p.czaja@samsung.com>
-    Beata Koziarek <b.koziarek@samsung.com>
+        Piotr Czaja <p.czaja@samsung.com>
+        Beata Koziarek <b.koziarek@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>FileSystemManager_listStorages</title>
 <meta charset="utf-8"/>
@@ -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.
index 643a3f34f0f41c9723f63261872b4f7e352feb71..e52b15d36d4ab403e6241d1c816f0018a652afce 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Piotr Czaja <p.czaja@samsung.com>
+        Piotr Czaja <p.czaja@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>FileSystemManager_listStorages_exist</title>
 <meta charset="utf-8"/>
@@ -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 () {
index 23bee8e2bc1830ad92639dae5bbaf5726b5f3568..164057374105c8277b2a78954df58b9467b271d1 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Piotr Czaja <p.czaja@samsung.com>
+        Piotr Czaja <p.czaja@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>FileSystemManager_listStorages_missarg</title>
 <meta charset="utf-8"/>
@@ -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();
index e9e21df6625711807f5f3f740f9c876111d835c4..6f98a2d88e24472d713b647f7cd2acfbd4e1f91e 100644 (file)
@@ -16,11 +16,11 @@ limitations under the License.
 
 
 Authors:
-    Piotr Czaja <p.czaja@samsung.com>
-    Beata Koziarek <b.koziarek@samsung.com>
+        Piotr Czaja <p.czaja@samsung.com>
+        Beata Koziarek <b.koziarek@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>FileSystemManager_listStorages_onerror_TypeMismatch</title>
 <meta charset="utf-8"/>
@@ -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
index 30931a3deeb8d2ff929b689452f7010016e2c92d..17c25a76356571ff095eece5e4df114455e048b4 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Piotr Czaja <p.czaja@samsung.com>
-    Beata Koziarek <b.koziarek@samsung.com>
+        Piotr Czaja <p.czaja@samsung.com>
+        Beata Koziarek <b.koziarek@samsung.com>
 -->
-<html lang="en">
+<html>
 <head>
 <title>FileSystemManager_listStorages_onerror_invalid_cb</title>
 <meta charset="utf-8"/>
@@ -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: ");
         })
     };
index cf19efb1335cc55d6585d46d6d017bcd39601c50..18e4896bc8c18f771fea6e01e70a6326d292951d 100644 (file)
@@ -16,11 +16,11 @@ limitations under the License.
 
 
 Authors:
-    Piotr Czaja <p.czaja@samsung.com>
-    Beata Koziarek <b.koziarek@samsung.com>
+        Piotr Czaja <p.czaja@samsung.com>
+        Beata Koziarek <b.koziarek@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>FileSystemManager_listStorages_onsuccess_TypeMismatch</title>
 <meta charset="utf-8"/>
@@ -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
index 07c734f26c00949c22e01b3892f640493dfd6ccc..6cf290a4eb816fdbfc76c606a29de374b94caca1 100644 (file)
@@ -16,11 +16,11 @@ limitations under the License.
 
 
 Authors:
-    Piotr Czaja <p.czaja@samsung.com>
-    Beata Koziarek <b.koziarek@samsung.com>
+        Piotr Czaja <p.czaja@samsung.com>
+        Beata Koziarek <b.koziarek@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>FileSystemManager_listStorages_onsuccess_invalid_cb</title>
 <meta charset="utf-8"/>
@@ -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: ");
         })
     };
index a875e18c94a2d552bc2f3b5039ac15fec6a431f2..240a80ed0407e271eb14848723ccd49d3d334c51 100644 (file)
@@ -18,13 +18,13 @@ limitations under the License.
 
 
 Authors:
-    Beata Koziarek <b.koziarek@samsung.com>
+        Beata Koziarek <b.koziarek@samsung.com>
 -->
 
-<html lang="en">
+<html>
 
 <head>
-<title>filesystem/UTC_filesystem</title>
+<title>FileSystemManager_listStorages_storages_retrieve</title>
 <meta charset="utf-8">
 <script src="../resources/unitcommon.js"></script>
 <script src="support/filesystem_common.js"></script>
@@ -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);
 });
+
 </script>
 </body>
 </html>
index f8ffce2a71bae36201c98f7cf153ab87c34efd73..3e96e8251ae856832b39f838648fda7ed1ac24cb 100644 (file)
@@ -18,12 +18,12 @@ limitations under the License.
 
 
 Authors:
-    Beata Koziarek <b.koziarek@samsung.com>
+        Beata Koziarek <b.koziarek@samsung.com>
 -->
-<html lang="en">
+<html>
 
 <head>
-<title>filesystem/UTC_filesystem</title>
+<title>FileSystemManager_listStorages_with_invalid_error_callbacks</title>
 <meta charset="utf-8">
 <script src="../resources/unitcommon.js"></script>
 <script src="support/filesystem_common.js"></script>
@@ -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;
index 26463752814319d8fe4a614c8ffcfc75d14dafd2..328f2f9418f3ce464630f72ac1944385e3cabce3 100644 (file)
@@ -16,12 +16,12 @@ limitations under the License.
 
 
 Authors:
-    Piotr Czaja <p.czaja@samsung.com>
-    Beata Koziarek <b.koziarek@samsung.com>
-    Mariusz Polasinski <m.polasinski@samsung.com>
+        Piotr Czaja <p.czaja@samsung.com>
+        Beata Koziarek <b.koziarek@samsung.com>
+        Mariusz Polasinski <m.polasinski@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>FileSystemManager_listStorages_with_onerror</title>
 <meta charset="utf-8"/>
@@ -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"),
index 56a2f52f3f171671833d8c78add02dce643507ae..c0c347463c7a387d1ae0131a8356846b384f7fc7 100644 (file)
@@ -18,12 +18,12 @@ limitations under the License.
 
 
 Authors:
-    Beata Koziarek <b.koziarek@samsung.com>
+        Beata Koziarek <b.koziarek@samsung.com>
 -->
 
-<html lang="en">
+<html>
 <head>
-<title>filesystem/UTC_filesystem</title>
+<title>FileSystemManager_listStorages_without_arguments</title>
 <meta charset="utf-8">
 <script src="../resources/unitcommon.js"></script>
 <script src="support/filesystem_common.js"></script>
@@ -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({
index c95564f9861ce4eeffe2c7c6cb8a51a5dafa677e..304ff51f422934d14225603db66b86f3f304b3a4 100644 (file)
@@ -18,10 +18,10 @@ limitations under the License.
 
 
 Authors:
-    Beata Koziarek <b.koziarek@samsung.com>
+        Beata Koziarek <b.koziarek@samsung.com>
 -->
 
-<html lang="en">
+<html>
 <head>
 <title>FileSystemManager_listStorages_works_correctly</title>
 <meta charset="utf-8">
@@ -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;
index eb6c9f4de5d24bc011ab04c7bc8b9692d0d32c68..6d3aa5a18380aab731fc64e51100b576f918f45f 100644 (file)
@@ -16,11 +16,11 @@ limitations under the License.
 
 
 Authors:
-    Piotr Czaja <p.czaja@samsung.com>
-    Mariusz Polasinski <m.polasinski@samsung.com>
+        Piotr Czaja <p.czaja@samsung.com>
+        Mariusz Polasinski <m.polasinski@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>FileSystemManager_maxPathLength_attribute</title>
 <meta charset="utf-8"/>
@@ -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 () {
index ff6ca6350d0a28ff8273dc195e0bac46ff61e11f..abd2d983128e65fc6b32af313008f64c1ac28ccc 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Piotr Czaja <p.czaja@samsung.com>
+        Piotr Czaja <p.czaja@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>FileSystemManager_notexist</title>
 <meta charset="utf-8"/>
@@ -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 () {
index 7bf1d7c6c990ea2d09862d75856766f9f5556c45..9a426b986dc09e7c882990c831d6c721197c3cd9 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Beata Koziarek <b.koziarek@samsung.com>
+        Beata Koziarek <b.koziarek@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>FileSystemManager_removeStorageStateChangeListener</title>
 <meta charset="utf-8"/>
@@ -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
index ddddacf9101066139b7610c937adb2f5a0f9d274..19ee68225bdf7f2dcf17c313afbdecd9aac83c18 100644 (file)
@@ -28,15 +28,12 @@ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 Authors:
         Kaiyu <kaiyux.li@intel.com>
         Beata Koziarek <b.koziarek@samsung.com>
-Revision history:
-Date                        Author                        Description
-04-12-2012         Kaiyu <kaiyux.li@intel.com>   create
 
 -->
 
-<html lang="en">
+<html>
 <head>
-<title> filesystem test - FileSystemManager removeStorageStateChangeListener exist</title>
+<title>FileSystemManager_removeStorageStateChangeListener_exist</title>
 <script src="../resources/unitcommon.js"></script>
 </head>
 <body>
@@ -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");
+
 </script>
 </body>
 </html>
index 077bd1cb9ccba4039beea3e4c2b38290488b4bb3..922b714ead5e19e258e939f93804eab47fec60cf 100644 (file)
@@ -28,16 +28,12 @@ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 Authors:
         Kaiyu <kaiyux.li@intel.com>
 
-Revision history:
-Date                        Author                        Description
-08-05-2012           Kaiyu <kaiyux.li@intel.com>            create
-
 -->
 
 
-<html lang="en">
+<html>
 <head>
-<title> filesystem test - FileSystemManager removeStorageStateChangeListener with para invalid </title>
+<title>FileSystemManager_removeStorageStateChangeListener_with_para_invalid</title>
 <script src="../resources/testharness.js"></script>
 <script src="../resources/testharnessreport.js"></script>
 <script src="support/filesystem_common.js"></script>
@@ -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
+
 </script>
 </body>
 </html>
index 2dd416290b0aa7d6b0f450ac3105bccadd3a23cb..fb3c10f4f6425c93f3d5fef5ca54e88ded1c3c2f 100644 (file)
@@ -18,10 +18,10 @@ limitations under the License.
 
 
 Authors:
-    Beata Koziarek <b.koziarek@samsung.com>
+        Beata Koziarek <b.koziarek@samsung.com>
 -->
 
-<html lang="en">
+<html>
 
 <head>
 <title>FileSystemManager_removeStorageStateChangeListener_works_correctly</title>
@@ -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;
index ad8cc91a7959afc9f95b79f4b6c46dd7ca792e82..7bf9f66dd8c6d1e59fbc6cd0a6673aa4986d9e5e 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Beata Koziarek <b.koziarek@samsung.com>
+        Beata Koziarek <b.koziarek@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>FileSystemManager_resolve</title>
 <script type="text/javascript" src="../resources/unitcommon.js"></script>
@@ -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);
 });
+
 </script>
 </body>
 </html>
index 3e268675888167b874be04354213e3ba0d136ddf..9280cc9ecf8ea2692fc9977f9129a8011ce3683f 100644 (file)
@@ -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 <kaiyux.li@intel.com>
-    Guan,JingX <jingx.guan@intel.com>
+        Kaiyu <kaiyux.li@intel.com>
+        Guan,JingX <jingx.guan@intel.com>
 
 -->
 
-<html lang="en">
+<html>
 <head>
-<title> FileSystemManager_resolve_documents </title>
+<title>FileSystemManager_resolve_documents</title>
 <script type="text/javascript" src="../resources/unitcommon.js"></script>
 <script type="text/javascript" src="support/filesystem_common.js"></script>
 </head>
@@ -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");
 });
+
 </script>
 </body>
 </html>
index 8b21f95cd544c986924949d41bfc6c0dfbc920f7..837b2190672a5909edd6f2cc0cb9318b4d0b3a45 100644 (file)
@@ -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 <kaiyux.li@intel.com>
-    Guan,JingX <jingx.guan@intel.com>
+        Kaiyu <kaiyux.li@intel.com>
+        Guan,JingX <jingx.guan@intel.com>
 
 -->
 
-<html lang="en">
+<html>
 <head>
 <title>FileSystemManager_resolve_downloads</title>
 <script type="text/javascript" src="../resources/unitcommon.js"></script>
@@ -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");
 });
+
 </script>
 </body>
 </html>
index f9970748224e728f2f55b60aed24b470aed958cf..f1b83fbe8828fec60d4c5ff267c6ec0caa6b13ea 100644 (file)
@@ -16,11 +16,11 @@ limitations under the License.
 
 
 Authors:
-    Mariusz Polasinski <m.polasinski@samsung.com>
+        Mariusz Polasinski <m.polasinski@samsung.com>
 
 -->
 
-<html lang="en">
+<html>
 <head>
 <meta charset="utf-8"/>
 <title>FileSystemManager_resolve_error_invoked</title>
@@ -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);
 });
+
 </script>
 </body>
 </html>
index 1818b7f82603b5ce1dd3732a6c151bdfbd7cbdda..08cdec6aecb1368e52ac0dc6414a88639bb94471 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Piotr Czaja <p.czaja@samsung.com>
+        Piotr Czaja <p.czaja@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>FileSystemManager_resolve_exist</title>
 <script type="text/javascript" src="../resources/unitcommon.js"></script>
@@ -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 () {
index f3974903354ea4b408746008660626e640627022..ae4e7339541172c0e2dfca2bb2906f1f10d125ef 100644 (file)
@@ -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 <kaiyux.li@intel.com>
-    Guan,JingX <jingx.guan@intel.com>
+        Kaiyu <kaiyux.li@intel.com>
+        Guan,JingX <jingx.guan@intel.com>
 
 -->
 
-<html lang="en">
+<html>
 <head>
 <title>FileSystemManager_resolve_images</title>
 <script type="text/javascript" src="../resources/unitcommon.js"></script>
@@ -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");
 });
+
 </script>
 </body>
 </html>
index 51630f032ef1f869b69ad8159944742f2d43883f..b9585d91f538aa9a0c32f25ce48d2c08b59c0656 100644 (file)
@@ -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 <kaiyux.li@intel.com>
-    Guan,JingX <jingx.guan@intel.com>
+        Kaiyu <kaiyux.li@intel.com>
+        Guan,JingX <jingx.guan@intel.com>
 
 -->
 
-<html lang="en">
+<html>
 <head>
 <title>FileSystemManager_resolve_invalid_location</title>
 <script type="text/javascript" src="../resources/unitcommon.js"></script>
@@ -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");
 });
+
 </script>
 </body>
 </html>
index 64edd956542b2ecbdfc5bd3d94df5b8c84255d42..588b10e61313735e35a3a0a7895767398fd9cd6e 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Piotr Czaja <p.czaja@samsung.com>
+        Piotr Czaja <p.czaja@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>FileSystemManager_resolve_missarg</title>
 <script type="text/javascript" src="../resources/unitcommon.js"></script>
@@ -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 () {
index 4c3e5da61975bdfb81e4c02e9abce38493d34a25..72a196acc0be6fb5011c39e4e0a6109a5d862aca 100644 (file)
@@ -16,12 +16,12 @@ limitations under the License.
 
 
 Authors:
-    Piotr Czaja <p.czaja@samsung.com>
-    Beata Koziarek <b.koziarek@samsung.com>
-    Mariusz Polasinski <m.polasinski@samsung.com>
+        Piotr Czaja <p.czaja@samsung.com>
+        Beata Koziarek <b.koziarek@samsung.com>
+        Mariusz Polasinski <m.polasinski@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>FileSystemManager_resolve_mode_TypeMismatch</title>
 <script type="text/javascript" src="../resources/unitcommon.js"></script>
@@ -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"),
index 5ab23341f0f31c08db3a2a70c5130a9a841c7ef3..d81ccd3dcf465832f12b7172d93e45c41195f50c 100644 (file)
@@ -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 <kaiyux.li@intel.com>
-    Guan,JingX <jingx.guan@intel.com>
+        Kaiyu <kaiyux.li@intel.com>
+        Guan,JingX <jingx.guan@intel.com>
 
 -->
 
-<html lang="en">
+<html>
 <head>
 <title>FileSystemManager_resolve_mode_a</title>
 <script type="text/javascript" src="../resources/unitcommon.js"></script>
@@ -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");
 });
+
 </script>
 </body>
 </html>
index 3f30363ecc005ccfb5b06bff58c74a8ee4a38878..aadb192b992db8e276529fccc191f4c9900d3d03 100644 (file)
@@ -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 <kaiyux.li@intel.com>
-    Guan,JingX <jingx.guan@intel.com>
+        Kaiyu <kaiyux.li@intel.com>
+        Guan,JingX <jingx.guan@intel.com>
 
 -->
 
-<html lang="en">
+<html>
 <head>
 <title>FileSystemManager_resolve_mode_r</title>
 <script type="text/javascript" src="../resources/unitcommon.js"></script>
@@ -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");
 });
+
 </script>
 </body>
 </html>
index 21108e53474a91f96bd79c452133669cca2aa36f..90d1cd7ba15bff067c21e55272ad863716d95c3e 100644 (file)
@@ -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 <kaiyux.li@intel.com>
-    Guan,JingX <jingx.guan@intel.com>
+        Kaiyu <kaiyux.li@intel.com>
+        Guan,JingX <jingx.guan@intel.com>
 
 -->
 
-<html lang="en">
+<html>
 <head>
 <title>FileSystemManager_resolve_mode_w</title>
 <script type="text/javascript" src="../resources/unitcommon.js"></script>
@@ -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");
 });
+
 </script>
 </body>
 </html>
index 629111bf23b67f0c1c3209a8addd19626f817bce..750b632c666776ea7da6b1eeda37d567d0fee917 100644 (file)
@@ -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 <kaiyux.li@intel.com> 
-    Guan,JingX <jingx.guan@intel.com>
+        Kaiyu <kaiyux.li@intel.com>
+        Guan,JingX <jingx.guan@intel.com>
 
 -->
 
-<html lang="en">
+<html>
 <head>
 <title>FileSystemManager_resolve_music</title>
 <script type="text/javascript" src="../resources/unitcommon.js"></script>
@@ -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");
 });
+
 </script>
 </body>
 </html>
index 12a4616a0bf1bf18660cb4c206cf4836702a508c..3463c7947f49476a5912063426d463c74d9aa81e 100644 (file)
@@ -16,11 +16,11 @@ limitations under the License.
 
 
 Authors:
-    Piotr Czaja <p.czaja@samsung.com>
-    Beata Koziarek <b.koziarek@samsung.com>
+        Piotr Czaja <p.czaja@samsung.com>
+        Beata Koziarek <b.koziarek@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>FileSystemManager_resolve_onerror_TypeMismatch</title>
 <script type="text/javascript" src="../resources/unitcommon.js"></script>
@@ -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,
index a6bf53358c61e11bfb6a984dd0f571b3c605e163..e86f8b3181723bfb16a8f62301f460002fdd82c1 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Piotr Czaja <p.czaja@samsung.com>
+        Piotr Czaja <p.czaja@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>FileSystemManager_resolve_onerror_invalid_cb</title>
 <script type="text/javascript" src="../resources/unitcommon.js"></script>
@@ -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: ");
         })
     };
index 6b253a9657f7114ae4c8984d9f6dc122d438d121..4a5f6cb0cab0da547980a4f1d6d04f44bef50730 100644 (file)
@@ -16,11 +16,11 @@ limitations under the License.
 
 
 Authors:
-    Piotr Czaja <p.czaja@samsung.com>
-    Beata Koziarek <b.koziarek@samsung.com>
+        Piotr Czaja <p.czaja@samsung.com>
+        Beata Koziarek <b.koziarek@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>FileSystemManager_resolve_onsuccess_TypeMismatch</title>
 <script type="text/javascript" src="../resources/unitcommon.js"></script>
@@ -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,
index f39d716bb70f2a452c2288cb846908dea41ce76a..c2d49f9994610dbe7234382e4a7be57b5ddf6525 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Piotr Czaja <p.czaja@samsung.com>
-    Beata Koziarek <b.koziarek@samsung.com>
+        Piotr Czaja <p.czaja@samsung.com>
+        Beata Koziarek <b.koziarek@samsung.com>
 -->
-<html lang="en">
+<html>
 <head>
 <title>FileSystemManager_resolve_onsuccess_invalid_cb</title>
 <script type="text/javascript" src="../resources/unitcommon.js"></script>
@@ -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: ");
         })
     };
index c58088b18d0094bf3dfdbc3a0195948c0f3c33ab..fe440e385a2f968a21d53798704db1e62b805fd6 100644 (file)
@@ -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 <kaiyux.li@intel.com>
-    Guan,JingX <jingx.guan@intel.com>
+        Kaiyu <kaiyux.li@intel.com>
+        Guan,JingX <jingx.guan@intel.com>
 
 -->
 
-<html lang="en">
+<html>
 <head>
 <title>FileSystemManager_resolve_ringtones</title>
 <script type="text/javascript" src="../resources/unitcommon.js"></script>
@@ -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");
 });
+
 </script>
 </body>
 </html>
index 4fde7db2e13f49846566c14f870858b70cebacde..2007657b4ca7a05a770e4594c8c913f230c8ddc8 100644 (file)
@@ -16,11 +16,11 @@ limitations under the License.
 
 
 Authors:
-    Mariusz Polasinski <m.polasinski@samsung.com>
+        Mariusz Polasinski <m.polasinski@samsung.com>
 
 -->
 
-<html lang="en">
+<html>
 <head>
 <title>FileSystemManager_resolve_ringtones_invalid_mode_a</title>
 <script type="text/javascript" src="../resources/testharness.js"></script>
@@ -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");
 
 });
+
 </script>
 </body>
 </html>
index e1b177e55517d7de72b9f1e96c9c0462c193cf9a..d8f165e39a02198d8b9dd251494ab9aead310842 100644 (file)
@@ -16,11 +16,11 @@ limitations under the License.
 
 
 Authors:
-    Mariusz Polasinski <m.polasinski@samsung.com>
+        Mariusz Polasinski <m.polasinski@samsung.com>
 
 -->
 
-<html lang="en">
+<html>
 <head>
 <title>FileSystemManager_resolve_ringtones_invalid_mode_rw</title>
 <script type="text/javascript" src="../resources/testharness.js"></script>
@@ -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");
 
 });
+
 </script>
 </body>
 </html>
index c771a78d6c41d2974c11087e7fbc6495bc741124..aedfb3ab23642bbe7932dacc927a1658de78657d 100644 (file)
@@ -16,11 +16,11 @@ limitations under the License.
 
 
 Authors:
-    Mariusz Polasinski <m.polasinski@samsung.com>
+        Mariusz Polasinski <m.polasinski@samsung.com>
 
 -->
 
-<html lang="en">
+<html>
 <head>
 <title>FileSystemManager_resolve_ringtones_invalid_mode_w</title>
 <script type="text/javascript" src="../resources/testharness.js"></script>
@@ -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");
 
 });
+
 </script>
 </body>
 </html>
index a49944d32dfd7e51504ab96a95164f19396f41d4..75a68469039fd4fcecf6f1a54d8b1db912abff07 100644 (file)
@@ -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 <kaiyux.li@intel.com>
-    Guan,JingX <jingx.guan@intel.com>
+        Kaiyu <kaiyux.li@intel.com>
+        Guan,JingX <jingx.guan@intel.com>
 
 -->
 
-<html lang="en">
+<html>
 <head>
 <title>FileSystemManager_resolve_videos</title>
 <script type="text/javascript" src="../resources/unitcommon.js"></script>
@@ -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");
 });
+
 </script>
 </body>
 </html>
index c14b657ae6191d027767b24ff7cff6e36d0206a2..4b6928255715430425ebe4b49f6dabe57d7eb05c 100644 (file)
@@ -16,11 +16,11 @@ limitations under the License.
 
 
 Authors:
-    Mariusz Polasinski <m.polasinski@samsung.com>
+        Mariusz Polasinski <m.polasinski@samsung.com>
 
 -->
 
-<html lang="en">
+<html>
 <head>
 <title>FileSystemManager_resolve_wgt-package_invalid_mode_a</title>
 <script type="text/javascript" src="../resources/testharness.js"></script>
@@ -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");
 
 });
+
 </script>
 </body>
 </html>
index 2166c37d67c67e65ca37307dd36e20b70b778234..f156187354c33768bab689163d68aab10786093c 100644 (file)
@@ -16,11 +16,11 @@ limitations under the License.
 
 
 Authors:
-    Mariusz Polasinski <m.polasinski@samsung.com>
+        Mariusz Polasinski <m.polasinski@samsung.com>
 
 -->
 
-<html lang="en">
+<html>
 <head>
 <title>FileSystemManager_resolve_wgt-package_invalid_mode_rw</title>
 <script type="text/javascript" src="../resources/testharness.js"></script>
@@ -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");
 
 });
+
 </script>
 </body>
 </html>
index 50b3061adc7cf52ac9aecf98fbdedff3bb211b26..04b83cdf0923887316a6975361b3ba4685b13630 100644 (file)
@@ -16,11 +16,11 @@ limitations under the License.
 
 
 Authors:
-    Mariusz Polasinski <m.polasinski@samsung.com>
+        Mariusz Polasinski <m.polasinski@samsung.com>
 
 -->
 
-<html lang="en">
+<html>
 <head>
 <title>FileSystemManager_resolve_wgt-package_invalid_mode_w</title>
 <script type="text/javascript" src="../resources/testharness.js"></script>
@@ -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");
 
 });
+
 </script>
 </body>
 </html>
index 4c65ed6de5a472473900d36daccb54164944eb9e..822e904a0b8f8b7da00a0b7f042f2ffbe61e6c80 100644 (file)
@@ -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 <kaiyux.li@intel.com>
-    Guan,JingX <jingx.guan@intel.com>
+        Kaiyu <kaiyux.li@intel.com>
+        Guan,JingX <jingx.guan@intel.com>
 
 -->
 
-<html lang="en">
+<html>
 <head>
 <title>FileSystemManager_resolve_wgt_package</title>
 <script type="text/javascript" src="../resources/unitcommon.js"></script>
@@ -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");
 });
+
 </script>
 </body>
 </html>
index f6cb123a1b7a6f86e03fbb2a7fdbc43b3910abe2..f4c1503369622a9a873904d253ece204256a602b 100644 (file)
@@ -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 <kaiyux.li@intel.com>
-    Guan,JingX <jingx.guan@intel.com>
+        Kaiyu <kaiyux.li@intel.com>
+        Guan,JingX <jingx.guan@intel.com>
 
 -->
 
-<html lang="en">
+<html>
 <head>
 <title>FileSystemManager_resolve_wgt_private</title>
 <script type="text/javascript" src="../resources/unitcommon.js"></script>
@@ -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");
 });
+
 </script>
 </body>
 </html>
index aed158db7fff457e00f3e5fa927cb535887e1e29..f2cf11dda0b1573b12bff64cf2795d6453dab0f9 100644 (file)
@@ -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 <kaiyux.li@intel.com>
-    Guan,JingX <jingx.guan@intel.com>
+        Kaiyu <kaiyux.li@intel.com>
+        Guan,JingX <jingx.guan@intel.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>FileSystemManager_resolve_wgt_private_tmp</title>
 <script type="text/javascript" src="../resources/unitcommon.js"></script>
@@ -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");
 });
+
 </script>
 </body>
 </html>
index 55e858fb4e02156e2a98636e05215b15b97ebbe3..c075207c8f8ef20ab191f8a5642b23c955c17a14 100644 (file)
@@ -16,11 +16,11 @@ limitations under the License.
 
 
 Authors:
-    Piotr Czaja <p.czaja@samsung.com>
-    Beata Koziarek <b.koziarek@samsung.com>
+        Piotr Czaja <p.czaja@samsung.com>
+        Beata Koziarek <b.koziarek@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>FileSystemManager_resolve_with_mode</title>
 <script type="text/javascript" src="../resources/unitcommon.js"></script>
@@ -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");
 });
+
 </script>
 </body>
 </html>
index b831fb358fdfc17541cae32ed8a2afcef0249cfe..3164083c47d7610979ed2353e1a24a8a3ef1b35e 100644 (file)
@@ -16,12 +16,12 @@ limitations under the License.
 
 
 Authors:
-    Piotr Czaja <p.czaja@samsung.com>
-    Beata Koziarek <b.koziarek@samsung.com>
+        Piotr Czaja <p.czaja@samsung.com>
+        Beata Koziarek <b.koziarek@samsung.com>
 
 -->
 
-<html lang="en">
+<html>
 <head>
 <title>FileSystemManager_resolve_with_onerror</title>
 <script type="text/javascript" src="../resources/unitcommon.js"></script>
@@ -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);
 });
+
 </script>
 </body>
 </html>
index 4068badf51988c21dcb930c9d220db2fca8a178e..e5b0317382eeb8a63cdcc5212f9a4c1d113fa7ac 100644 (file)
@@ -18,10 +18,10 @@ limitations under the License.
 
 
 Authors:
-    Beata Koziarek <b.koziarek@samsung.com>
+        Beata Koziarek <b.koziarek@samsung.com>
 -->
 
-<html lang="en">
+<html>
 
 <head>
 <title>FileSystemManager_resolve_works_correctly</title>
@@ -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"),
index f39175bfa547d74acb7184d8f71dedc1a7cd34a6..d802662484f34fc026ff06d8092eafac6ce5cee2 100644 (file)
@@ -36,6 +36,7 @@ Authors:
 test(function () {
     check_no_interface_object("FileSystemStorageArraySuccessCallback");
 }, "FileSystemStorageArraySuccessCallback_notexist");
+
 </script>
 </body>
 </html>
index 1342f94f593899555b6f98441a1faf6a6f4243dc..4ee7a57012c64a570ebd52ef35345143e7aaf5bf 100644 (file)
@@ -17,11 +17,11 @@ See the License for the specific language governing permissions and
 limitations under the License.
 
 Authors:
-    Beata Koziarek <b.koziarek@samsung.com>
-    Mariusz Polasinski <m.polasinski@samsung.com>
+        Beata Koziarek <b.koziarek@samsung.com>
+        Mariusz Polasinski <m.polasinski@samsung.com>
 -->
 
-<html lang="en">
+<html>
 <head>
 <title>FileSystemStorageArraySuccessCallback_onsuccess</title>
 <script src="../resources/unitcommon.js"></script>
index da297af000e3f219c7a7896303e24576033c0c1c..87c358f97c3d3f825fac018366a535b9345a2d3e 100644 (file)
@@ -36,6 +36,7 @@ Authors:
 test(function () {
     check_no_interface_object("FileSystemStorageSuccessCallback");
 }, "FileSystemStorageSuccessCallback_notexist");
+
 </script>
 </body>
 </html>
index d4f3d9e0e239b206b0cb73d1af7c85044ab43d58..6c55babac0424c9e3871607a7ccfaf759ce170d7 100644 (file)
@@ -17,11 +17,11 @@ See the License for the specific language governing permissions and
 limitations under the License.
 
 Authors:
-    Beata Koziarek <b.koziarek@samsung.com>
-    Mariusz Polasinski <m.polasinski@samsung.com>
+        Beata Koziarek <b.koziarek@samsung.com>
+        Mariusz Polasinski <m.polasinski@samsung.com>
 -->
 
-<html lang="en">
+<html>
 
 <head>
 <title>FileSystemStorageSuccessCallback_onsuccess</title>
index f73ea7d0c642cdfdbe18554eeef349097f69fe33..9629ca0945e72856fd84a9f5133732821a1d21a5 100644 (file)
@@ -16,10 +16,10 @@ See the License for the specific language governing permissions and
 limitations under the License.
 
 Authors:
-    Beata Koziarek <b.koziarek@samsung.com>
+        Beata Koziarek <b.koziarek@samsung.com>
 -->
 
-<html lang="en">
+<html>
 <head>
 <title>FileSystemStorage_extend</title>
 <script src="../resources/unitcommon.js"></script>
index fa7d522d433166a82345e95c5acef0bf1ece6332..4ab7a5e56b8d07f9311a561a51d49e85fad90c2e 100644 (file)
@@ -19,7 +19,7 @@ Authors:
         Beata Koziarek <b.koziarek@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>FileSystemStorage_label_attribute</title>
 <meta charset="utf-8"/>
@@ -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;
index b9c1e66a5fc7cdc342054d1087981e21feaa8abb..566f33604a7b374e423cf5c1e3f36628c5aa2157 100644 (file)
@@ -36,6 +36,7 @@ Authors:
 test(function () {
     check_no_interface_object("FileSystemStorage");
 }, "FileSystemStorage_notexist");
+
 </script>
 </body>
 </html>
index 098c0dbc1d015bc7c7d2ed4f72ba8325653d553d..dccf1334e996e5c4a2fccc5f7cea6144c00335ab 100644 (file)
@@ -20,7 +20,7 @@ Authors:
         Mariusz Polasinski <m.polasinski@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>FileSystemStorage_state_attribute</title>
 <meta charset="utf-8"/>
@@ -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;
index 2faf499be9c5356ebdd426c1c1d63bc5727bb710..fc1864780a06b0127b740d0b5ca85ab62839a50a 100644 (file)
@@ -20,7 +20,7 @@ Authors:
         Mariusz Polasinski <m.polasisnki@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>FileSystemStorage_type_attribute</title>
 <meta charset="utf-8"/>
@@ -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;
index 65fe8a6d8db3fca4c23a757907325dc4e4b9ce98..0b61b79fa1fc7a8861d0abd07589c38ebf021902 100644 (file)
@@ -16,11 +16,11 @@ limitations under the License.
 
 
 Authors:
-    Beata Koziarek <b.koziarek@samsung.com>
-    Mariusz Polasinski <m.polasinski@samsung.com>
+        Beata Koziarek <b.koziarek@samsung.com>
+        Mariusz Polasinski <m.polasinski@samsung.com>
 
 -->
-<html lang="en">
+<html>
 
 <head>
 <title>File_copyTo</title>
@@ -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) {
index cb37c723e16c672265895bd519359da98230826b..cea6f82a36799a0a4648bba0b743989d56ac303a 100644 (file)
@@ -16,11 +16,11 @@ limitations under the License.
 
 
 Authors:
-    Mariusz Polasinski <m.polasinski@samsung.com>
+        Mariusz Polasinski <m.polasinski@samsung.com>
 
 -->
 
-<html lang="en">
+<html>
 
 <head>
 <title>File_copyTo_dir_overwrite_false</title>
@@ -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
 
 
index a0d2d284dac0dee306ff851122310af790196f2c..cdf0073bb5a387ba3c3a4cacdd810f3fa5fafbe6 100644 (file)
@@ -16,11 +16,11 @@ limitations under the License.
 
 
 Authors:
-    Mariusz Polasinski <m.polasinski@samsung.com>
+        Mariusz Polasinski <m.polasinski@samsung.com>
 
 -->
 
-<html lang="en">
+<html>
 
 <head>
 <title>File_copyTo_dir_overwrite_true</title>
@@ -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
 
 
index 139aa510963ce9fe9957736d93fe9776998af6d6..9d1834def09c7ecd8fdcaaba6fca66e2da75cee4 100644 (file)
@@ -32,7 +32,7 @@ Authors:
 
 -->
 
-<html lang="en">
+<html>
 
 <head>
 <title>File_copyTo_dir_samedir_samename_overwrite_false</title>
@@ -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
 
 
index 9a5ca2f0ea6ff5eaaacab368ffcd94ba1e1891ff..3069d64a171c3779ec4e707b97df9623143ba43d 100644 (file)
@@ -32,7 +32,7 @@ Authors:
 
 -->
 
-<html lang="en">
+<html>
 
 <head>
 <title>File_copyTo_dir_samedir_samename_overwrite_true</title>
@@ -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
 
 
index fc1c021b4fbc6ab604d77869009cf5a8dffa42b3..3081a2d1297af218bfcf14fe741213e771d1b905 100644 (file)
@@ -32,7 +32,7 @@ Authors:
 
 -->
 
-<html lang="en">
+<html>
 
 <head>
 <title>File_copyTo_exist</title>
@@ -65,6 +65,7 @@ t.step(function () {
     tizen.filesystem.resolve("documents", resolveSuccess, resolveError, "rw");
 
 });
+
 </script>
 </body>
 </html>
index a38bc6dcb7c0efbc344212eba4842cd4cbf994a4..e3ec15dd114f5a6c1adabb7bab0eda8656806119 100644 (file)
@@ -16,11 +16,11 @@ limitations under the License.
 
 
 Authors:
-    Mariusz Polasinski <m.polasinski@samsung.com>
+        Mariusz Polasinski <m.polasinski@samsung.com>
 
 -->
 
-<html lang="en">
+<html>
 
 <head>
 <title>File_copyTo_file_overwrite_false</title>
@@ -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",
index e44919aa23a73d3e0c48acf28f12992f2f3efae1..939a5d3fc0ef661b626b8288168b099f0038c8ee 100644 (file)
@@ -16,11 +16,11 @@ limitations under the License.
 
 
 Authors:
-    Mariusz Polasinski <m.polasinski@samsung.com>
+        Mariusz Polasinski <m.polasinski@samsung.com>
 
 -->
 
-<html lang="en">
+<html>
 
 <head>
 <title>File_copyTo_file_overwrite_true</title>
@@ -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");
     });
 });
+
 </script>
 </body>
 </html>
index e0ef650e35c59da242be45d5c1fdd6a0b4af68d4..b8b2135faa916a6b87c464d2d39686b7973338e6 100644 (file)
@@ -32,7 +32,7 @@ Authors:
 
 -->
 
-<html lang="en">
+<html>
 
 <head>
 <title>File_copyTo_file_samedir_samename_overwrite_false</title>
@@ -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
 
 
index f675f4914ef35dce5c37f794faa7892040162aae..8c097548c9576187ac3812ec451b7ac6f2bae8d9 100644 (file)
@@ -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 <kaiyux.li@intel.com> 
+        Kaiyu <kaiyux.li@intel.com>
         Mariusz Polasinski <m.polasinski@samsung.com>
 
 -->
 
-<html lang="en">
+<html>
 
 <head>
 <title>File_copyTo_file_samedir_samename_overwrite_true</title>
@@ -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");
     });
 });
+
 </script>
 </body>
-</html>
\ No newline at end of file
+</html>
index 89222395a94dbe54733e86922f9c176272a812f6..112b458677bad2d9be63a42b04c8a274c0a0ccbc 100644 (file)
@@ -16,11 +16,11 @@ limitations under the License.
 
 
 Authors:
-    Beata Koziarek <b.koziarek@samsung.com>
-    Mariusz Polasinski <m.polasinski@samsung.com>
+        Beata Koziarek <b.koziarek@samsung.com>
+        Mariusz Polasinski <m.polasinski@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>File_copyTo_onerror_TypeMismatch</title>
 <meta charset="utf-8"/>
@@ -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 () {
index f2e2fa6952785fcfb88c4a6ab11f25b8a29cedaf..d9e5517e533ee22ddda7985529bbb9ede7485f4f 100644 (file)
@@ -16,12 +16,12 @@ limitations under the License.
 
 
 Authors:
-    Beata Koziarek <b.koziarek@samsung.com>
-    Mariusz Polasinski <m.polasinski@samsung.com>
+        Beata Koziarek <b.koziarek@samsung.com>
+        Mariusz Polasinski <m.polasinski@samsung.com>
 
 -->
 
-<html lang="en">
+<html>
 
 <head>
 <title>File_copyTo_onerror_invalid_cb</title>
@@ -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,
index a136a8686acdbb103e71792cfd93c1166432347f..8698271fe48f8173740a1307f1de111225846d39 100644 (file)
@@ -16,12 +16,12 @@ limitations under the License.
 
 
 Authors:
-    Beata Koziarek <b.koziarek@samsung.com>
-    Mariusz Polasinski <m.polasinski@samsung.com>
+        Beata Koziarek <b.koziarek@samsung.com>
+        Mariusz Polasinski <m.polasinski@samsung.com>
 
 -->
 
-<html lang="en">
+<html>
 <head>
 <title>File_copyTo_onsuccess_TypeMismatch</title>
 <meta charset="utf-8"/>
@@ -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) {
index 7512ed57c7a1edaba9bf97985686ba2422261bbb..3136d668277a96b9bf4d91511ba18c104b9e0985 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Beata Koziarek <b.koziarek@samsung.com>
+        Beata Koziarek <b.koziarek@samsung.com>
 
 -->
-<html lang="en">
+<html>
 
 <head>
 <title>File_copyTo_onsuccess_invalid_cb</title>
@@ -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 = {
index eca771021bb301ddaec7661fbbae00cb3720c12b..7bda5a91592a803802d3074e668e54b151b89683 100644 (file)
@@ -34,7 +34,7 @@ Authors:
 
 -->
 
-<html lang="en">
+<html>
 
 <head>
 <title>File_copyTo_with_destination_invalid</title>
@@ -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
 
 
index fb6b576e78db4eacd9b67688a3fff1da4d646a8d..e4025f0fe93a5b5535e88fa90e4f68fd4c762526 100644 (file)
@@ -32,7 +32,7 @@ Authors:
 
 -->
 
-<html lang="en">
+<html>
 
 <head>
 <title>File_copyTo_with_file_handle</title>
@@ -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,
index dc2bf15b47db4f955d38214da2dcd6569a843eb6..ee98ce619ffa9d65fc0462ffa610ca741e35a6ac 100644 (file)
@@ -18,10 +18,10 @@ limitations under the License.
 
 
 Authors:
-    Beata Koziarek <b.koziarek@samsung.com>
+        Beata Koziarek <b.koziarek@samsung.com>
 -->
 
-<html lang="en">
+<html>
 
 <head>
 <title>File_copyTo_with_invalid_filepath</title>
@@ -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");
index 393945b8d605c399d635689ab4f94ac47a5ac9bc..262109e67dbfb5fefc78efbf211bae50be7aff1b 100644 (file)
@@ -18,10 +18,10 @@ limitations under the License.
 
 
 Authors:
-    Beata Koziarek <b.koziarek@samsung.com>
+        Beata Koziarek <b.koziarek@samsung.com>
 -->
 
-<html lang="en">
+<html>
 
 <head>
 <title>File_copyTo_with_invalid_virtual_file</title>
@@ -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,
index 3f1f8b4b5b40eea9404c794c176f3c87434cb975..551dded28ca6089d05fe8471e9782c94ec416277 100644 (file)
@@ -18,10 +18,10 @@ limitations under the License.
 
 
 Authors:
-    Beata Koziarek <b.koziarek@samsung.com>
+        Beata Koziarek <b.koziarek@samsung.com>
 -->
 
-<html lang="en">
+<html>
 
 <head>
 <title>File_copyTo_with_null_success_and_error_callbacks</title>
@@ -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");
index 87455be3a845ef75d774de8e0f1bf47e61e07ee7..936454cde5d0bb969c0f42f54df802a8717e15d2 100644 (file)
@@ -17,12 +17,12 @@ limitations under the License.
 
 
 Authors:
-    Beata Koziarek <b.koziarek@samsung.com>
-    Mariusz Polasinski <m.polasinski@samsung.com>
+        Beata Koziarek <b.koziarek@samsung.com>
+        Mariusz Polasinski <m.polasinski@samsung.com>
 
 -->
 
-<html lang="en">
+<html>
 
 <head>
 <title>File_copyTo_with_onerror</title>
@@ -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 () {
index 8b49f8196cc7b0f70893faa0687afb87d7a50f76..ffc86a0606d7c314043c8f83476f06f758cf993d 100644 (file)
@@ -17,12 +17,12 @@ limitations under the License.
 
 
 Authors:
-    Beata Koziarek <b.koziarek@samsung.com>
-    Mariusz Polasinski <m.polasinski@samsung.com>
+        Beata Koziarek <b.koziarek@samsung.com>
+        Mariusz Polasinski <m.polasinski@samsung.com>
 
 -->
 
-<html lang="en">
+<html>
 
 <head>
 <title>File_copyTo_with_onsuccess</title>
@@ -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,
index 7714e84c492bb4ee235e544f4e543bc2e254495f..b2cb8d23583c8395e0ec8b1553859f91ba8414c6 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 
 -->
 
-<html lang="en">
+<html>
 
 <head>
 <title>File_copyTo_with_para_invalid</title>
@@ -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
 
 
index 90f6163ced62dc46ace356d7e8c38cdaf1b8a0db..2cedfb526262fb86191c9a692f94a3e1d811a390 100644 (file)
@@ -32,7 +32,7 @@ Authors:
 
 -->
 
-<html lang="en">
+<html>
 
 </head>
 <title>File_copyTo_writeFile_newName</title>
@@ -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
 
 
index acb6534e87fa7af1261b4c74017cb610d979fa03..db5bdec8c4a6774bd39f5d6281ee5df95495b5fc 100644 (file)
@@ -32,10 +32,10 @@ Authors:
 
 -->
 
-<html lang="en">
+<html>
 
 <head>
-<title>File_copyTo_writeFile_overwirte_false</title>
+<title>File_copyTo_writeFile_overwrite_false</title>
 <script type="text/javascript" src="../resources/testharness.js"></script>
 <script type="text/javascript" src="../resources/testharnessreport.js"></script>
 <script type="text/javascript" src="support/filesystem_common.js"></script>
@@ -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
 
 
index 5048e3241b036652a822969e5f394090e691e404..191ae140e4c50bf6d1050d696b5d8bb9d8462331 100644 (file)
@@ -32,7 +32,7 @@ Authors:
 
 -->
 
-<html lang="en">
+<html>
 
 <head>
 <title>File_copyTo_writeFile_subdir</title>
@@ -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
 
 
index 5ec75014f4cfff7fc820bc87a5d6c3352e29a9ca..3f183e6f839e26b827730cfbb4ae3028b27f69d3 100644 (file)
@@ -16,12 +16,12 @@ limitations under the License.
 
 
 Authors:
-    Beata Koziarek <b.koziarek@samsung.com>
-    Mariusz Polasinski <m.polasinski@samsung.com>
+        Beata Koziarek <b.koziarek@samsung.com>
+        Mariusz Polasinski <m.polasinski@samsung.com>
 
 -->
 
-<html lang="en">
+<html>
 
 <head>
 <title>File_createDirectory</title>
@@ -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"),
index 013145b3dcb61545fca2630612fefc7279df5bda..ce026956623399f4d3322744fa04486a33a3af4b 100644 (file)
@@ -32,7 +32,7 @@ Authors:
 
 -->
 
-<html lang="en">
+<html>
 
 <head>
 <title>File_createDirectory_exist</title>
index f20818d60c9aaa6068c32edd8009ab61944c7fd0..dfccafa6f8be75033be8621590600db47e51030a 100644 (file)
@@ -32,7 +32,7 @@ Authors:
 
 -->
 
-<html lang="en">
+<html>
 
 <head>
 <title>File_createDirectory_level2</title>
@@ -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);
     });
 
index 8b53af2910494637b217451459ec44c2fd64cef6..e747243e1845a3abb8bf9ad8ce4db3307e436eea 100644 (file)
@@ -16,12 +16,12 @@ limitations under the License.
 
 
 Authors:
-    Beata Koziarek <b.koziarek@samsung.com>
-    Mariusz Polasinski <m.polasinski@samsung.com>
+        Beata Koziarek <b.koziarek@samsung.com>
+        Mariusz Polasinski <m.polasinski@samsung.com>
 
 -->
 
-<html lang="en">
+<html>
 
 <head>
 <title>File_createFile</title>
@@ -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"),
index 6e356eb2f78b3ca96d289fb170b8781b9d61c008..639a8f70c957f7a8bd0a04a1839b0ebeb458087a 100644 (file)
@@ -32,7 +32,7 @@ Authors:
 
 -->
 
-<html lang="en">
+<html>
 
 <head>
 <title>File_createFile_exist</title>
@@ -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");
 });
+
 </script>
 </body>
 </html>
index 20b5b2eb58e3e07201b9e197c1ac02b854019dd8..95077328648293e0663e515f0ae5fe4e68608808 100644 (file)
@@ -32,7 +32,7 @@ Authors:
 
 -->
 
-<html lang="en">
+<html>
 
 <head>
 <title>File_createFile_existing_file</title>
index 53805f49ead8d8d0559e91a568eab595a022d381..faa22e3f82b52fe4ad762b6dc3ace29ba553b2b9 100644 (file)
@@ -32,7 +32,7 @@ Authors:
 
 -->
 
-<html lang="en">
+<html>
 
 <head>
 <title>File_createFile_with_invalid_name</title>
@@ -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);
     });
 
index cc825839f6366fd6527f256fdecb4335240b31ac..6f668c1949a02dcd602c9d64bb5fefdb2d940104 100644 (file)
@@ -20,7 +20,7 @@ Authors:
         Mariusz Polasinski <m.polasinski@samsung.com>
 
 -->
-<html lang="en">
+<html>
 
 <head>
 <title>File_created_attribute</title>
@@ -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) {
index 4cc175a68dfee05829d100c0d0ca876500686632..e922503a1a2213aa47d672fce6140ea43c7c77f7 100644 (file)
@@ -17,12 +17,12 @@ limitations under the License.
 
 
 Authors:
-    Beata Koziarek <b.koziarek@samsung.com>
-    Mariusz Polasinski <m.polasinski@samsung.com>
+        Beata Koziarek <b.koziarek@samsung.com>
+        Mariusz Polasinski <m.polasinski@samsung.com>
 
 -->
 
-<html lang="en">
+<html>
 <head>
 <title>File_deleteDirectory</title>
 <meta charset="utf-8"/>
@@ -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");
index 96d54948a8e3de190e080bd4e47c9b0062f4d8e1..140930c4b5594f6c39a9c144e18efebbe3947406 100644 (file)
@@ -32,7 +32,7 @@ Authors:
 
 -->
 
-<html lang="en">
+<html>
 
 <head>
 <title>File_deleteDirectory_createDir_documents</title>
@@ -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");
     });
 });
-</script>
 
+</script>
 </body>
 </html>
index 9ea55cd8a8612ee15604073415c0b95544707a97..55f0a8e2bc69760c9e6c788cb52eb11cc5ccaa89 100644 (file)
@@ -32,7 +32,7 @@ Authors:
 
 -->
 
-<html lang="en">
+<html>
 
 <head>
 <title>File_deleteDirectory_createDir_downloads</title>
@@ -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);
     });
 
index 424389c9a23ca425ac871b9ff460a0a2bdb028b4..bf9b07e4235c0001ff85a731b5735818e56d2ebe 100644 (file)
@@ -32,7 +32,7 @@ Authors:
 
 -->
 
-<html lang="en">
+<html>
 
 <head>
 <title>File_deleteDirectory_createDir_images</title>
@@ -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(){
 });
 
 </script>
-
 </body>
 </html>
index 516c7a5ce5b8c9a12611ee9814314caaff005bb2..5607f97ab0157b107518ca72c237b532d3824e5b 100644 (file)
@@ -32,7 +32,7 @@ Authors:
 
 -->
 
-<html lang="en">
+<html>
 <head>
 <title>File_deleteDirectory_createDir_music</title>
 <script type="text/javascript" src="../resources/testharness.js"></script>
@@ -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(){
 });
 
 </script>
-
 </body>
 </html>
index d551eb4b2dea6a8bd63def76837755fb79557dfc..5de45c17b8bf530060a0e264a4f49d7efa67a620 100644 (file)
@@ -32,7 +32,7 @@ Authors:
 
 -->
 
-<html lang="en">
+<html>
 
 <head>
 <title>File_deleteDirectory_createDir_videos</title>
@@ -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");
     });
 });
-</script>
 
+</script>
 </body>
 </html>
index 48b789785d8d5e7aa683a3e04a6a4edbb56e037e..b04298665e4f4f2138b84a21efa92103c66188e3 100644 (file)
@@ -32,7 +32,7 @@ Authors:
 
 -->
 
-<html lang="en">
+<html>
 
 <head>
 <title>File_deleteDirectory_exist</title>
@@ -66,7 +66,7 @@ t.step(function () {
 
     tizen.filesystem.resolve("documents", resolveSuccess, resolveError, "rw");
 });
-</script>
 
+</script>
 </body>
 </html>
index c6a73392c77c10ffafd526831c4dd7b899c908e6..b8c9d518a17d627841e4332d0d84a6b9db5dd99b 100644 (file)
@@ -17,12 +17,12 @@ limitations under the License.
 
 
 Authors:
-    Beata Koziarek <b.koziarek@samsung.com>
-    Mariusz Polasinski <m.polasinski@samsung.com>
+        Beata Koziarek <b.koziarek@samsung.com>
+        Mariusz Polasinski <m.polasinski@samsung.com>
 
 -->
 
-<html lang="en">
+<html>
 <head>
 <title>File_deleteDirectory_onerror_TypeMismatch</title>
 <meta charset="utf-8"/>
@@ -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 () {
index 8a486635229552bc964f60eff9de9ce19657e521..c3b664a528356a8a7dbae83ddca83cbdf7ae1d20 100644 (file)
@@ -17,12 +17,12 @@ limitations under the License.
 
 
 Authors:
-    Beata Koziarek <b.koziarek@samsung.com>
-    Mariusz Polasinski <m.polasinski@samsung.com>
+        Beata Koziarek <b.koziarek@samsung.com>
+        Mariusz Polasinski <m.polasinski@samsung.com>
 
 -->
 
-<html lang="en">
+<html>
 <head>
 <title>File_deleteDirectory_onerror_invalid_cb</title>
 <meta charset="utf-8"/>
@@ -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"),
index 2a2c82db962b7e8a4dd9a43a18322a608d9c5a53..9f76d0cef91118f976fa8abff7dbbf22b08ebe1a 100644 (file)
@@ -17,12 +17,12 @@ limitations under the License.
 
 
 Authors:
-    Beata Koziarek <b.koziarek@samsung.com>
-    Mariusz Polasinski <m.polasinski@samsung.com>
+        Beata Koziarek <b.koziarek@samsung.com>
+        Mariusz Polasinski <m.polasinski@samsung.com>
 
 -->
 
-<html lang="en">
+<html>
 
 <head>
 <title>File_deleteDirectory_onsuccess_TypeMismatch</title>
@@ -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) {
index 75c01a5d6f1285f993a642f5d5a58b26bb8a9870..a3f44490725a7c7984bcdd9de2e6b68ed768def5 100644 (file)
@@ -17,12 +17,12 @@ limitations under the License.
 
 
 Authors:
-    Beata Koziarek <b.koziarek@samsung.com>
-    Mariusz Polasinski <m.polasinski@samsung.com>
+        Beata Koziarek <b.koziarek@samsung.com>
+        Mariusz Polasinski <m.polasinski@samsung.com>
 
 -->
 
-<html lang="en">
+<html>
 
 <head>
 <title>File_deleteDirectory_onsuccess_invalid_cb</title>
@@ -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 = {
index 18bd3fdae4f2bdd57e409ecebbd9e51ab8bc5b89..aaa17d7aff421d4d1f97ee8586c75a8541f946c3 100644 (file)
@@ -19,10 +19,10 @@ limitations under the License.
 
 
 Authors:
-    Beata Koziarek <b.koziarek@samsung.com>
+        Beata Koziarek <b.koziarek@samsung.com>
 -->
 
-<html lang="en">
+<html>
 
 <head>
 <title>File_deleteDirectory_with_empty_path</title>
@@ -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");
index 6fd3f24fd47d1522235fc9f396d165a4b86dd8c0..37095ff62d084957a403e212d829de15fc9aeab9 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 
 -->
 
-<html lang="en">
+<html>
 
 <head>
 <title>File_deleteDirectory_with_file_handle</title>
@@ -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 () {
index 4975462938ca44f58d79c857468c8db4bf60e93c..2a33add8d115427cc2236c6d7923d7acf7d3017c 100644 (file)
@@ -19,13 +19,13 @@ limitations under the License.
 
 
 Authors:
-    Beata Koziarek <b.koziarek@samsung.com>
+        Beata Koziarek <b.koziarek@samsung.com>
 -->
 
-<html lang="en">
+<html>
 
 <head>
-<title>File_deleteDirectory_with_all_arguments</title>
+<title>File_deleteDirectory_with_null_callbacks</title>
 <meta charset="utf-8">
 <script type="text/javascript" src="../resources/unitcommon.js"></script>
 <script type="text/javascript" src="support/filesystem_common.js"></script>
@@ -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");
index 16d3ba9ace576b7085630a2c6e9736aae5c47b1e..8aff633eb334364d2bdef6b0f0828ae02a58a082 100644 (file)
@@ -16,13 +16,13 @@ limitations under the License.
 
 
 Authors:
-    Beata Koziarek <b.koziarek@samsung.com>
-    Mariusz Polasinski <m.polasinski@samsung.com>
+        Beata Koziarek <b.koziarek@samsung.com>
+        Mariusz Polasinski <m.polasinski@samsung.com>
 
 
 -->
 
-<html lang="en">
+<html>
 
 <head>
 <title>File_deleteDirectory_with_onerror</title>
@@ -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,
index 0557f8375ce1c80deb205a795d60276b6e87619d..548cb81b307240e493cabf58b469f593ce66e9c6 100644 (file)
@@ -17,12 +17,12 @@ limitations under the License.
 
 
 Authors:
-    Beata Koziarek <b.koziarek@samsung.com>
-    Mariusz Polasinski <m.polasinski@samsung.com>
+        Beata Koziarek <b.koziarek@samsung.com>
+        Mariusz Polasinski <m.polasinski@samsung.com>
 
 -->
 
-<html lang="en">
+<html>
 
 <head>
 <title>File_deleteDirectory_with_onsuccess</title>
@@ -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,
index 1af3f556c97a21b1c270ef62273c8218fb9309d1..e35c8c3029ab491383fad0b8f4233ca2b4331291 100644 (file)
@@ -16,12 +16,12 @@ limitations under the License.
 
 
 Authors:
-    Beata Koziarek <b.koziarek@samsung.com>
+        Beata Koziarek <b.koziarek@samsung.com>
 
 -->
 <html>
 <head>
-<title> File_deleteFile </title>
+<title>File_deleteFile</title>
 <script type="text/javascript" src="../resources/unitcommon.js"></script>
 <script type="text/javascript" src="support/filesystem_common.js"></script>
 </head>
@@ -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,
index 98238cd2e67e626332e7abd57d300b8e73c2a56d..0a7d909e9c415f9b0a24078fa19e2173a3d121e5 100644 (file)
@@ -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 <kaiyux.li@intel.com>
-    Guan,JingX <jingx.guan@intel.com>
+        Kaiyu <kaiyux.li@intel.com>
+        Guan,JingX <jingx.guan@intel.com>
 
 -->
 
 <html>
 <head>
-<title> File_deleteFile_copyFile_downloads </title>
+<title>File_deleteFile_copyFile_downloads</title>
 <script type="text/javascript" src="../resources/unitcommon.js"></script>
 <script type="text/javascript" src="support/filesystem_common.js"></script>
 </head>
@@ -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");
     });
 });
+
 </script>
 </body>
 </html>
index 0226726ead2ba10a1f72fe8c5d0613b3029f44df..a8e9596a7c2848643ab5ee07c7741ce7fd6cbe51 100644 (file)
@@ -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 <kaiyux.li@intel.com>
-    Guan,JingX <jingx.guan@intel.com>
+        Kaiyu <kaiyux.li@intel.com>
+        Guan,JingX <jingx.guan@intel.com>
 
 -->
 
 <html>
 <head>
-<title> File_deleteFile_copyFile_images </title>
+<title>File_deleteFile_copyFile_images</title>
 <script type="text/javascript" src="../resources/unitcommon.js"></script>
 <script type="text/javascript" src="support/filesystem_common.js"></script>
 </head>
@@ -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");
     });
 });
+
 </script>
 </body>
 </html>
index 848944c629559772576724196c1c9d183fac522b..bc8deddb83fc2c1a2c9c3450c1aa8f4b40cf7997 100644 (file)
@@ -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 <kaiyux.li@intel.com>
-    Guan,JingX <jingx.guan@intel.com>
+        Kaiyu <kaiyux.li@intel.com>
+        Guan,JingX <jingx.guan@intel.com>
 
 -->
 
 <html>
 <head>
-<title> File_deleteFile_copyFile_music </title>
+<title>File_deleteFile_copyFile_music</title>
 <script type="text/javascript" src="../resources/unitcommon.js"></script>
 <script type="text/javascript" src="support/filesystem_common.js"></script>
 </head>
@@ -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");
     });
 });
+
 </script>
 </body>
 </html>
index 5c0e01f8e302ad82c20d58b9d878dea13bdef50e..c7ad71f49fb8c668aa059e97cdefb7e5faaa1869 100644 (file)
@@ -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 <kaiyux.li@intel.com>
-    Guan,JingX <jingx.guan@intel.com>
+        Kaiyu <kaiyux.li@intel.com>
+        Guan,JingX <jingx.guan@intel.com>
 
 -->
 
 <html>
 <head>
-<title> File_deleteFile_copyFile_videos </title>
+<title>File_deleteFile_copyFile_videos</title>
 <script type="text/javascript" src="../resources/unitcommon.js"></script>
 <script type="text/javascript" src="support/filesystem_common.js"></script>
 </head>
@@ -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");
     });
 });
+
 </script>
 </body>
 </html>
index b39e7c27331d9ca95831323768ca9d3436eabe6e..a70d759c9457d0a0577cf565231cb5823b28d5a3 100644 (file)
@@ -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 <kaiyux.li@intel.com>
-    Guan,JingX <jingx.guan@intel.com>
+        Kaiyu <kaiyux.li@intel.com>
+        Guan,JingX <jingx.guan@intel.com>
 
 -->
 
 <html>
 <head>
-<title> File_deleteFile_createFile </title>
+<title>File_deleteFile_createFile</title>
 <script type="text/javascript" src="../resources/unitcommon.js"></script>
 <script type="text/javascript" src="support/filesystem_common.js"></script>
 </head>
@@ -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");
     });
 });
+
 </script>
 </body>
 </html>
index afe691a1fc2a46914923d7bd261c4b108c014dff..f3f102030e5ecb94e010de80ab0b5e1357058e9d 100644 (file)
@@ -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 <kaiyux.li@intel.com>
-    Guan,JingX <jingx.guan@intel.com>
-    Beata Koziarek <b.koziarek@samsung.com>
+        Kaiyu <kaiyux.li@intel.com>
+        Guan,JingX <jingx.guan@intel.com>
+        Beata Koziarek <b.koziarek@samsung.com>
 
 -->
 
 <html>
 <head>
-<title> File_deleteFile_exist </title>
+<title>File_deleteFile_exist</title>
 <script type="text/javascript" src="../resources/unitcommon.js"></script>
 <script type="text/javascript" src="support/filesystem_common.js"></script>
 </head>
@@ -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");
 });
+
 </script>
 </body>
 </html>
index a5dcd5d7aa73206538a42eb6a60713186cdc876e..6db06e38a73ac766e3f0acf763d2900a2fa2305c 100644 (file)
@@ -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 <kaiyux.li@intel.com>
-    Guan,JingX <jingx.guan@intel.com>
+        Kaiyu <kaiyux.li@intel.com>
+        Guan,JingX <jingx.guan@intel.com>
 
 -->
 
 <html>
 <head>
-<title> File_deleteFile_listDocumentsFiles </title>
+<title>File_deleteFile_listDocumentsFiles</title>
 <script type="text/javascript" src="../resources/unitcommon.js"></script>
 <script type="text/javascript" src="support/filesystem_common.js"></script>
 </head>
@@ -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");
     });
 });
+
 </script>
 </body>
 </html>
index 76a43fd45ab221ce7366b8a19d25d31c220c5c9c..3378ad387631dee8f636ba1663854f95937b919d 100644 (file)
@@ -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 <kaiyux.li@intel.com>
-    Guan,JingX <jingx.guan@intel.com>
-    Mariusz Polasinski <m.polasinski@samsung.com>
+        Kaiyu <kaiyux.li@intel.com>
+        Guan,JingX <jingx.guan@intel.com>
+        Mariusz Polasinski <m.polasinski@samsung.com>
 
 -->
 
 <html>
 <head>
-<title> File_deleteFile_listDownloadsFiles </title>
+<title>File_deleteFile_listDownloadsFiles</title>
 <script type="text/javascript" src="../resources/unitcommon.js"></script>
 <script type="text/javascript" src="support/filesystem_common.js"></script>
 </head>
@@ -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");
     });
 });
+
 </script>
 </body>
 </html>
index e6c7b0606a2f389cbfcd12170563b032b3bfe388..b9943555bbdb01f1770903bf8cf53af25eb33224 100644 (file)
@@ -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 <kaiyux.li@intel.com>
-    Guan,JingX <jingx.guan@intel.com>
-    Mariusz Polasinski <m.polasinski@samsung.com>
+        Kaiyu <kaiyux.li@intel.com>
+        Guan,JingX <jingx.guan@intel.com>
+        Mariusz Polasinski <m.polasinski@samsung.com>
 
 -->
 
 <html>
 <head>
-<title> File_deleteFile_listImagsFiles </title>
+<title>File_deleteFile_listImagsFiles</title>
 <meta charset="utf-8" />
 <script type="text/javascript" src="../resources/unitcommon.js"></script>
 <script type="text/javascript" src="support/filesystem_common.js"></script>
@@ -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");
     });
 });
+
 </script>
 </body>
 </html>
index bd708cfc5427c52c78fcaa2c3f3cc7689aab2f40..f7a38fa4aaf2c4b73d8e2e0766dcdd6138fa3ff5 100644 (file)
@@ -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 <kaiyux.li@intel.com>
-    Guan,JingX <jingx.guan@intel.com>
-    Mariusz Polasinski <m.polasinski@samsung.com>
+        Kaiyu <kaiyux.li@intel.com>
+        Guan,JingX <jingx.guan@intel.com>
+        Mariusz Polasinski <m.polasinski@samsung.com>
 
 -->
 
 <html>
 <head>
-<title> File_deleteFile_listMusicFiles </title>
+<title>File_deleteFile_listMusicFiles</title>
 <script type="text/javascript" src="../resources/unitcommon.js"></script>
 <script type="text/javascript" src="support/filesystem_common.js"></script>
 </head>
@@ -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");
     });
 });
+
 </script>
 </body>
 </html>
index 08647a989ed2eb92acf209fcc57061add0e57e25..1e7a380d9ee4338dad73fc48047bcb07285e3882 100644 (file)
@@ -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 <kaiyux.li@intel.com>
-    Guan,JingX <jingx.guan@intel.com>
-    Mariusz Polasinski <m.polasinski@samsung.com>
+        Kaiyu <kaiyux.li@intel.com>
+        Guan,JingX <jingx.guan@intel.com>
+        Mariusz Polasinski <m.polasinski@samsung.com>
 
 -->
 
 <html>
 <head>
-<title> File_deleteFile_listVideosfiles </title>
+<title>File_deleteFile_listVideosfiles</title>
 <script type="text/javascript" src="../resources/unitcommon.js"></script>
 <script type="text/javascript" src="support/filesystem_common.js"></script>
 </head>
@@ -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");
     });
 });
+
 </script>
 </body>
 </html>
index ab30fd57ca76fd4a6afe11c624f456fb2714240f..752deeca934d0f87e22758375519ab01b9c497a7 100644 (file)
@@ -16,12 +16,12 @@ limitations under the License.
 
 
 Authors:
-    Beata Koziarek <b.koziarek@samsung.com>
+        Beata Koziarek <b.koziarek@samsung.com>
 
 -->
 <html>
 <head>
-<title> File_deleteFile_onerror_TypeMismatch </title>
+<title>File_deleteFile_onerror_TypeMismatch</title>
 <script type="text/javascript" src="../resources/unitcommon.js"></script>
 <script type="text/javascript" src="support/filesystem_common.js"></script>
 </head>
@@ -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"),
index 44776794cf6e88fc31146db5b93a80d63955dae6..a05f00f6a6c860ec089853e028ee3f0fb600e185 100644 (file)
@@ -16,12 +16,12 @@ limitations under the License.
 
 
 Authors:
-    Beata Koziarek <b.koziarek@samsung.com>
+        Beata Koziarek <b.koziarek@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
-<title> File_deleteFile_onerror_invalid_cb </title>
+<title>File_deleteFile_onerror_invalid_cb</title>
 <script type="text/javascript" src="../resources/unitcommon.js"></script>
 <script type="text/javascript" src="support/filesystem_common.js"></script>
 </head>
@@ -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,
index 584eb5facac1820eb4f767c6d59f63a8a0c6dc2f..b6130ebdb28b7ebf3465ae044150ca50384b5582 100644 (file)
@@ -16,12 +16,12 @@ limitations under the License.
 
 
 Authors:
-    Beata Koziarek <b.koziarek@samsung.com>
+        Beata Koziarek <b.koziarek@samsung.com>
 
 -->
 <html>
 <head>
-<title> File_deleteFile_onsuccess_TypeMismatch </title>
+<title>File_deleteFile_onsuccess_TypeMismatch</title>
 <script type="text/javascript" src="../resources/unitcommon.js"></script>
 <script type="text/javascript" src="support/filesystem_common.js"></script>
 </head>
@@ -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,
index fed50b7cc7a3b963adf5c1cbf6cc689e743e1d15..078690070e591a785b5b04167e0c5415cbc93897 100644 (file)
@@ -16,12 +16,12 @@ limitations under the License.
 
 
 Authors:
-    Beata Koziarek <b.koziarek@samsung.com>
+        Beata Koziarek <b.koziarek@samsung.com>
 
 -->
 <html>
 <head>
-<title> File_deleteFile_onsuccess_invalid_cb </title>
+<title>File_deleteFile_onsuccess_invalid_cb</title>
 <script type="text/javascript" src="../resources/unitcommon.js"></script>
 <script type="text/javascript" src="support/filesystem_common.js"></script>
 </head>
@@ -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,
index 49d26fb7398119ee138a2af9f8e3be9ffd260423..de9c3cc9ef3791fb9c92fee1ac73adf2c43af71a 100644 (file)
@@ -32,7 +32,7 @@ Authors:
 
 -->
 
-<html lang="en">
+<html>
 <head>
 <title>File_deleteFile_with_dir_handle</title>
 <script type="text/javascript" src="../resources/unitcommon.js"></script>
@@ -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
 
 
index 2fc421a1e5b6e1709c46910a41748678ba4a2ee1..99cd000598b27d73d76cf3c70cd5d942f4e4998c 100644 (file)
@@ -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 <kaiyux.li@intel.com>
-    Guan,JingX <jingx.guan@intel.com>
-    Mariusz Polasinski <m.polasinski@samsung.com>
+        Kaiyu <kaiyux.li@intel.com>
+        Guan,JingX <jingx.guan@intel.com>
+        Mariusz Polasinski <m.polasinski@samsung.com>
 
 -->
 
-<html lang="en">
+<html>
 <head>
-<title> File_deleteFile_with_nonexist </title>
+<title>File_deleteFile_with_nonexist</title>
 <script type="text/javascript" src="../resources/unitcommon.js"></script>
 <script type="text/javascript" src="support/filesystem_common.js"></script>
 </head>
@@ -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 () {
     });
 
 });
+
 </script>
 </body>
 </html>
index be2a650fc06863f07b1e3778652821267b4eec5c..0beab0fa1b2e40f444b75bc34da8812985670a9e 100644 (file)
@@ -16,13 +16,13 @@ limitations under the License.
 
 
 Authors:
-    Beata Koziarek <b.koziarek@samsung.com>
-    Mariusz Polasinski <m.polasinski@samsung.com>
+        Beata Koziarek <b.koziarek@samsung.com>
+        Mariusz Polasinski <m.polasinski@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
-<title> File_deleteFile_with_onerror </title>
+<title>File_deleteFile_with_onerror</title>
 <script type="text/javascript" src="../resources/unitcommon.js"></script>
 <script type="text/javascript" src="support/filesystem_common.js"></script>
 </head>
@@ -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"),
index c30d42786c9a110c42d5326cee85426d9690d794..b9ae29051d8193a6ff014f02ae224da51b0600b0 100644 (file)
@@ -16,12 +16,12 @@ limitations under the License.
 
 
 Authors:
-    Beata Koziarek <b.koziarek@samsung.com>
+        Beata Koziarek <b.koziarek@samsung.com>
 
 -->
 <html>
 <head>
-<title> File_deleteFile_with_onsuccess </title>
+<title>File_deleteFile_with_onsuccess</title>
 <script type="text/javascript" src="../resources/unitcommon.js"></script>
 <script type="text/javascript" src="support/filesystem_common.js"></script>
 </head>
@@ -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,
index 22f0294171d557ed5585d7fb6896a1c72023dbaf..131eb193509b3262d490891de5191a15461c8d52 100644 (file)
@@ -18,12 +18,12 @@ limitations under the License.
 
 
 Authors:
-    Beata Koziarek <b.koziarek@samsung.com>
+        Beata Koziarek <b.koziarek@samsung.com>
 -->
 
 <html>
 <head>
-<title> File_deleteFile_with_vaild_callbacks </title>
+<title>File_deleteFile_with_vaild_callbacks</title>
 <script type="text/javascript" src="../resources/unitcommon.js"></script>
 <script type="text/javascript" src="support/filesystem_common.js"></script>
 </head>
@@ -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"),
index 78d98079dc3abf4907ac490457a1a6b2ffb81387..8874872d17104587e7eabd856c10992cbb2c491a 100644 (file)
@@ -18,12 +18,12 @@ limitations under the License.
 
 
 Authors:
-    Beata Koziarek <b.koziarek@samsung.com>
+        Beata Koziarek <b.koziarek@samsung.com>
 -->
 
 <html>
 <head>
-<title> File_deleteFile_with_valid_filePath </title>
+<title>File_deleteFile_with_valid_filePath</title>
 <script type="text/javascript" src="../resources/unitcommon.js"></script>
 <script type="text/javascript" src="support/filesystem_common.js"></script>
 </head>
@@ -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,
index d9f6b1e3ad726d6137799ab036312187f9b3ea9f..d202c1ea5667a5a65234742493f47316e374a6d8 100644 (file)
@@ -16,12 +16,12 @@ See the License for the specific language governing permissions and
 limitations under the License.
 
 Authors:
-    Beata Koziarek <b.koziarek@samsung.com>
+        Beata Koziarek <b.koziarek@samsung.com>
 -->
 
 <html>
 <head>
-<title> File_extend </title>
+<title>File_extend</title>
 <script type="text/javascript" src="../resources/unitcommon.js"></script>
 <script type="text/javascript" src="support/filesystem_common.js"></script>
 </head>
@@ -51,6 +51,7 @@ t.step(function () {
 
     tizen.filesystem.resolve("documents", resolveSuccess, resolveError, "rw");
 });
+
 </script>
 </body>
 </html>
index c043ebc6918fb5e49d036dac6cd686a1f1aad6dd..a0614f17c89c9b6ef52825deb2f944af05f681fe 100644 (file)
@@ -20,9 +20,9 @@ Authors:
         Mariusz Polasinski <m.polasinski@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
-<title> File_fileSize_attribute </title>
+<title>File_fileSize_attribute</title>
 <script type="text/javascript" src="../resources/unitcommon.js"></script>
 <script type="text/javascript" src="support/filesystem_common.js"></script>
 </head>
@@ -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,
index 5a6c6f28267c09eeeca4abd5db25fd25babfa603..0d19efc67499911cf57d2c0be3d436c88df59f4d 100644 (file)
@@ -19,9 +19,9 @@ Authors:
         Beata Koziarek <b.koziarek@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
-<title> File_fullPath_attribute </title>
+<title>File_fullPath_attribute</title>
 <script type="text/javascript" src="../resources/unitcommon.js"></script>
 <script type="text/javascript" src="support/filesystem_common.js"></script>
 </head>
@@ -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,
index bcea64ed9fa5cee08ac1f2f43752392c2fc8fc01..b0552a19fd1530ac4f74dce5b4b646efda9f818e 100644 (file)
@@ -21,7 +21,7 @@ Authors:
 -->
 <html>
 <head>
-<title> File_isDirectory_attribute </title>
+<title>File_isDirectory_attribute</title>
 <script type="text/javascript" src="../resources/unitcommon.js"></script>
 <script type="text/javascript" src="support/filesystem_common.js"></script>
 </head>
@@ -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"),
index db15bce69c9d9dffd5c2954bc76ce83a45e1e7e1..3b1ab5b1123dc719b444aae270bcf444d087b9ad 100644 (file)
@@ -21,7 +21,7 @@ Authors:
 -->
 <html>
 <head>
-<title> File_moveTo </title>
+<title>File_isFile_attribute</title>
 <script type="text/javascript" src="../resources/unitcommon.js"></script>
 <script type="text/javascript" src="support/filesystem_common.js"></script>
 </head>
@@ -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"),
index cc6c6945bafe793207d9474148ca6cf73f454f1d..9ec4b6f50fe7f650811bf6b1cbcec4445cdc0921 100644 (file)
@@ -22,7 +22,7 @@ Authors:
 -->
 <html>
 <head>
-<title> File_length_attribute </title>
+<title>File_length_attribute</title>
 <script type="text/javascript" src="../resources/unitcommon.js"></script>
 <script type="text/javascript" src="support/filesystem_common.js"></script>
 </head>
@@ -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"),
index 3a979cef727b262746d665a56afc3d54f64666a3..7cdb52b132687e44885d9d7f5fc2fe2219c9c5fe 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Beata Koziarek <b.koziarek@samsung.com>
+        Beata Koziarek <b.koziarek@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>File_listFiles</title>
 <script type="text/javascript" src="../resources/unitcommon.js"></script> 
@@ -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"),
index 5af30565382985a3f464dc88e16edfb888151b24..de0593a05aff34f2af62d6cedead5c7dec47e13a 100644 (file)
@@ -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 <kaiyux.li@intel.com>
-    Guan,JingX <jingx.guan@intel.com>
-    Mariusz Polasinski <m.polasinski@samsung.com>
+        Kaiyu <kaiyux.li@intel.com>
+        Guan,JingX <jingx.guan@intel.com>
+        Mariusz Polasinski <m.polasinski@samsung.com>
 
 -->
 
-<html lang="en">
+<html>
 <head>
 <title>File_listFiles_createFiles</title>
 <script type="text/javascript" src="../resources/unitcommon.js"></script> 
@@ -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");
     });
 });
+
 </script>
 </body>
 </html>
index 3d6417cc7c93c71d9553924ffe693c6d1774a639..5faa8ecae1fdbc60a40a77e3d211b0a6a2673d68 100644 (file)
@@ -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 <kaiyux.li@intel.com>
-    Guan,JingX <jingx.guan@intel.com>
-    Beata Koziarek <b.koziarek@samsung.com>
+        Kaiyu <kaiyux.li@intel.com>
+        Guan,JingX <jingx.guan@intel.com>
+        Beata Koziarek <b.koziarek@samsung.com>
 
 -->
 
-<html lang="en">
+<html>
 <head>
 <title>File_listFiles_exist</title>
 <script type="text/javascript" src="../resources/unitcommon.js"></script>
@@ -64,6 +64,7 @@ t.step(function () {
 
     tizen.filesystem.resolve("documents", resolveSuccess, resolveError, "rw");
 });
+
 </script>
 </body>
 </html>
index d1fe8dcacc4b0984c46627d24fd8d9e6051ba00e..8993249446b1e6789c2f2b80d53bded054da36c3 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Beata Koziarek <b.koziarek@samsung.com>
+        Beata Koziarek <b.koziarek@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>File_listFiles_filter_TypeMismatch</title>
 <script type="text/javascript" src="../resources/unitcommon.js"></script> 
@@ -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);
     });
 
index 0f4f7fd2b530291407b6810ac4ec0931bc3f30ba..283113f83a5705c4deb84c5051f4bbb78adfe651 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Mariusz Polasinski <m.polasinski@samsung.com>
+        Mariusz Polasinski <m.polasinski@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>File_listFiles_filter_empty</title>
 <meta charset="utf-8"/>
@@ -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");
 });
+
 </script>
 </body>
 </html>
index 366eb93c6b5ed487cb3aae9f38718d61128415ae..167ea5d143f88a412c84b7c15ef3f0ae61165aab 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Beata Koziarek <b.koziarek@samsung.com>
+        Beata Koziarek <b.koziarek@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>File_listFiles_missarg</title>
 <script type="text/javascript" src="../resources/unitcommon.js"></script> 
@@ -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);
     });
 
index 2aab539ab85eac05c048aa90804e5dc6fa7c1e02..4be07f7f3888f69ed37f818768e8f7f956c5fbae 100644 (file)
@@ -16,12 +16,12 @@ limitations under the License.
 
 
 Authors:
-    Beata Koziarek <b.koziarek@samsung.com>
+        Beata Koziarek <b.koziarek@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
-<title> File_listFiles_onerror_TypeMismatch </title>
+<title>File_listFiles_onerror_TypeMismatch</title>
 <script type="text/javascript" src="../resources/unitcommon.js"></script>
 <script type="text/javascript" src="support/filesystem_common.js"></script>
 </head>
@@ -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"),
index 138cc3a48d8f42600de2dbe85f7d2b825aaf3308..2caa0d9824460d212001e21cfab372e1c22cc6ab 100644 (file)
@@ -16,12 +16,12 @@ limitations under the License.
 
 
 Authors:
-    Beata Koziarek <b.koziarek@samsung.com>
+        Beata Koziarek <b.koziarek@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
-<title> File_listFiles_onerror_invalid_cb </title>
+<title>File_listFiles_onerror_invalid_cb</title>
 <script type="text/javascript" src="../resources/unitcommon.js"></script>
 <script type="text/javascript" src="support/filesystem_common.js"></script>
 </head>
@@ -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,
index 4f0ee20c6cad24954a8ebd0147032a0bf3a26fd0..1544466e3a9dc2b28241437960e0e428f8c4b0ce 100644 (file)
@@ -16,12 +16,12 @@ limitations under the License.
 
 
 Authors:
-    Beata Koziarek <b.koziarek@samsung.com>
+        Beata Koziarek <b.koziarek@samsung.com>
 
 -->
 <html>
 <head>
-<title> File_listFiles_onsuccess_TypeMismatch </title>
+<title>File_listFiles_onsuccess_TypeMismatch</title>
 <script type="text/javascript" src="../resources/unitcommon.js"></script>
 <script type="text/javascript" src="support/filesystem_common.js"></script>
 </head>
@@ -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);
     });
 
index 7d84f0794f19852704b214db5a78c5e941aa329e..bc794a7a24b1627137bb83a3b8839c30d1f941c7 100644 (file)
@@ -16,12 +16,12 @@ limitations under the License.
 
 
 Authors:
-    Beata Koziarek <b.koziarek@samsung.com>
+        Beata Koziarek <b.koziarek@samsung.com>
 
 -->
 <html>
 <head>
-<title> File_listFiles_onsuccess_invalid_cb </title>
+<title>File_listFiles_onsuccess_invalid_cb</title>
 <script type="text/javascript" src="../resources/unitcommon.js"></script>
 <script type="text/javascript" src="support/filesystem_common.js"></script>
 </head>
@@ -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);
     });
 
index 1d55f9e72d324244c170d2428fd4630f295be227..286e72e092f52f0e831355101f528ac22c4c40b0 100644 (file)
@@ -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 <kaiyux.li@intel.com>
-    Guan,JingX <jingx.guan@intel.com>
+        Kaiyu <kaiyux.li@intel.com>
+        Guan,JingX <jingx.guan@intel.com>
 
 -->
-<html lang="en">
+<html>
 <head>
-<title> File_listFiles_with_file_handle </title>
+<title>File_listFiles_with_file_handle</title>
 <script type="text/javascript" src="../resources/unitcommon.js"></script>
 <script type="text/javascript" src="support/filesystem_common.js"></script>
 </head>
@@ -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");
     });
 });
+
 </script>
 </body>
 </html>
index 92f2c5d6680401cf5ae0883bafc80c5bc6adb609..c66f9906a058a4513379f1b62a45cbb5a7398ea7 100644 (file)
@@ -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 <kaiyux.li@intel.com>
-    Guan,JingX <jingx.guan@intel.com>
-    Mariusz Polasinski <m.polasinski@samsung.com>
+        Kaiyu <kaiyux.li@intel.com>
+        Guan,JingX <jingx.guan@intel.com>
+        Mariusz Polasinski <m.polasinski@samsung.com>
 
 -->
 
-<html lang="en">
+<html>
 <head>
 <title>File_listFiles_with_filter</title>
 <meta charset="utf-8" />
@@ -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");
     });
 });
+
 </script>
 </body>
 </html>
index 52a4325e849b9e1bf7f9568bca5dd2be079b664d..edf1f64a9cc7165dc1130318a7c65b16850628fc 100644 (file)
@@ -16,12 +16,12 @@ limitations under the License.
 
 
 Authors:
-    Beata Koziarek <b.koziarek@samsung.com>
+        Beata Koziarek <b.koziarek@samsung.com>
 
 -->
 <html>
 <head>
-<title> File_listFiles_with_onerror </title>
+<title>File_listFiles_with_onerror</title>
 <script type="text/javascript" src="../resources/unitcommon.js"></script>
 <script type="text/javascript" src="support/filesystem_common.js"></script>
 </head>
@@ -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"),
index 3f28bdcbe689e55e3143204a7ef4551093649641..afe1bbb58c9aaaa9f40a717c8909c2a50323209e 100644 (file)
@@ -18,12 +18,12 @@ limitations under the License.
 
 
 Authors:
-    Beata Koziarek <b.koziarek@samsung.com>
+        Beata Koziarek <b.koziarek@samsung.com>
 -->
 
 <html>
 <head>
-<title> File_moveTo_with_path_invalid </title>
+<title>File_listFiles_with_valid_successCallback</title>
 <script type="text/javascript" src="../resources/unitcommon.js"></script>
 <script type="text/javascript" src="support/filesystem_common.js"></script>
 </head>
@@ -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,
index 0bb63a7c775f3598b8d8a5f7bae00a038f66553d..d3fc31f57856b54b7f3bd8fd0c0c9336278b4bca 100644 (file)
@@ -16,12 +16,12 @@ limitations under the License.
 
 
 Authors:
-    Beata Koziarek <b.koziarek@samsung.com>
+        Beata Koziarek <b.koziarek@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
-<title> File_moveTo_with_path_invalid </title>
+<title>File_modified_attribute</title>
 <script type="text/javascript" src="../resources/unitcommon.js"></script>
 <script type="text/javascript" src="support/filesystem_common.js"></script>
 </head>
@@ -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"),
index 7cd5c4e36e298ba05d85c1e056f70c94d0cb2d7b..1c7c0eb60001653a0033a8ec5223e0ef722eb238 100644 (file)
@@ -16,13 +16,13 @@ limitations under the License.
 
 
 Authors:
-    Beata Koziarek <b.koziarek@samsung.com>
-    Mariusz Polasinski <m.polasinski@samsung.com>
+        Beata Koziarek <b.koziarek@samsung.com>
+        Mariusz Polasinski <m.polasinski@samsung.com>
 
 -->
 <html>
 <head>
-<title> File_moveTo </title>
+<title>File_moveTo</title>
 <script type="text/javascript" src="../resources/unitcommon.js"></script>
 <script type="text/javascript" src="support/filesystem_common.js"></script>
 </head>
@@ -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,
index 73777b76e4610c3d01a60e3794d476492c20e4eb..6a1cfecbb941b74668e0a44ed6f65c1184c29c2d 100644 (file)
@@ -16,11 +16,11 @@ limitations under the License.
 
 
 Authors:
-    Mariusz Polasinski <m.polasinski@samsung.com>
+        Mariusz Polasinski <m.polasinski@samsung.com>
 
 -->
 
-<html lang="en">
+<html>
 
 <head>
 <title>File_moveTo_dir_samedir_samename_overwrite_false</title>
@@ -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
 
 
index 85ada7bcea32c10cd94d33fc42e33f46d2249ab3..509147a452ee6bc5540f2a2dbed71e14d9cbac44 100644 (file)
@@ -16,11 +16,11 @@ limitations under the License.
 
 
 Authors:
-    Mariusz Polasinski <m.polasinski@samsung.com>
+        Mariusz Polasinski <m.polasinski@samsung.com>
 
 -->
 
-<html lang="en">
+<html>
 
 <head>
 <title>File_moveTo_dir_samedir_samename_overwrite_true</title>
@@ -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
 
 
index 4d0e6fe34d28a640fb20dc12db819ee7e9cf95bc..b7d52776adcef9425aee5ce76503dc00378c8a0c 100644 (file)
@@ -18,12 +18,12 @@ limitations under the License.
 
 
 Authors:
-    Beata Koziarek <b.koziarek@samsung.com>
+        Beata Koziarek <b.koziarek@samsung.com>
 -->
 
 <html>
 <head>
-<title> File_moveTo_empty_destination_source_and_destination_paths </title>
+<title>File_moveTo_empty_destination_source_and_destination_paths</title>
 <script type="text/javascript" src="../resources/unitcommon.js"></script>
 <script type="text/javascript" src="support/filesystem_common.js"></script>
 </head>
@@ -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");
 });
+
 </script>
 </body>
 </html>
index 377649a8af51fa730a69410fe4dfdcb93cead078..26f928cfa799b07860c06c2706318996f898da3d 100644 (file)
@@ -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 <kaiyux.li@intel.com>
-    Guan,JingX <jingx.guan@intel.com>
-    Beata Koziarek <b.koziarek@samsung.com>
+        Kaiyu <kaiyux.li@intel.com>
+        Guan,JingX <jingx.guan@intel.com>
+        Beata Koziarek <b.koziarek@samsung.com>
 
 -->
 
 <html>
 <head>
-<title> File_moveTo_with_path_invalid </title>
+<title>File_moveTo_exist</title>
 <script type="text/javascript" src="../resources/unitcommon.js"></script>
 <script type="text/javascript" src="support/filesystem_common.js"></script>
 </head>
@@ -63,6 +63,7 @@ t.step(function () {
 
     tizen.filesystem.resolve("documents", resolveSuccess, resolveError, "rw");
 });
+
 </script>
 </body>
 </html>
index 5f8c621c556e3fe9d5027f2a435e1eed0c20c81e..cdc7e18f835d368aba0222f26f7c2a64792af5de 100644 (file)
@@ -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 <jingx.guan@intel.com>
-    Mariusz Polasinski <m.polasinski@samsung.com>
+        Guan,JingX <jingx.guan@intel.com>
+        Mariusz Polasinski <m.polasinski@samsung.com>
 
 -->
 
 <html>
 <head>
-<title> File_moveTo_file_samedir_samename_overwrite_false </title>
+<title>File_moveTo_file_samedir_samename_overwrite_false</title>
 <script type="text/javascript" src="../resources/unitcommon.js"></script>
 <script type="text/javascript" src="support/filesystem_common.js"></script>
 </head>
@@ -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");
     });
 });
+
 </script>
 </body>
 </html>
index 7578b362b683a458e87b5cdee479c4a3feb10503..1f825e5bc4252156d5d1234ecce8fe87af22e013 100644 (file)
@@ -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 <jingx.guan@intel.com>
+        Guan,JingX <jingx.guan@intel.com>
 
 -->
 
 <html>
 <head>
-<title> File_moveTo_file_samedir_samename_overwrite_true </title>
+<title>File_moveTo_file_samedir_samename_overwrite_true</title>
 <script type="text/javascript" src="../resources/unitcommon.js"></script>
 <script type="text/javascript" src="support/filesystem_common.js"></script>
 </head>
@@ -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");
     });
 });
+
 </script>
 </body>
 </html>
index 7a7fd9c8cbcacf8f1eeb3099d735d46c39a9862c..c62d695aed7fc6f6ac8f1d4aeffab3b549954b70 100644 (file)
@@ -16,12 +16,12 @@ limitations under the License.
 
 
 Authors:
-    Beata Koziarek <b.koziarek@samsung.com>
+        Beata Koziarek <b.koziarek@samsung.com>
 
 -->
 <html>
 <head>
-<title> File_moveTo_onerror_TypeMismatch </title>
+<title>File_moveTo_onerror_TypeMismatch</title>
 <script type="text/javascript" src="../resources/unitcommon.js"></script>
 <script type="text/javascript" src="support/filesystem_common.js"></script>
 </head>
@@ -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.");
         }
index 565c314c2019e8bc2f25a05aac75eb43dca6543e..d533afb303a667adc98d364f9ac5763248d97d54 100644 (file)
@@ -16,12 +16,12 @@ limitations under the License.
 
 
 Authors:
-    Beata Koziarek <b.koziarek@samsung.com>
+        Beata Koziarek <b.koziarek@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
-<title> File_moveTo_onerror_invalid_cb </title>
+<title>File_moveTo_onerror_invalid_cb</title>
 <script type="text/javascript" src="../resources/unitcommon.js"></script>
 <script type="text/javascript" src="support/filesystem_common.js"></script>
 </head>
@@ -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,
index ae9314ffa031727aa45b32605ae2c44a5f0010bc..b510e035a67db9370dda264dd1f62c19579eadb7 100644 (file)
@@ -16,13 +16,13 @@ limitations under the License.
 
 
 Authors:
-    Beata Koziarek <b.koziarek@samsung.com>
+        Beata Koziarek <b.koziarek@samsung.com>
 
 -->
 
-<html lang="en">
+<html>
 <head>
-<title> File_moveTo_onsuccess_TypeMismatch </title>
+<title>File_moveTo_onsuccess_TypeMismatch</title>
 <script type="text/javascript" src="../resources/unitcommon.js"></script>
 <script type="text/javascript" src="support/filesystem_common.js"></script>
 </head>
@@ -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,
index 81cd943b32d20a27db7dd4cda9655516049acddd..835ebbbb4dbefec7cace496b5b593f4fddeea7da 100644 (file)
@@ -16,13 +16,13 @@ limitations under the License.
 
 
 Authors:
-    Beata Koziarek <b.koziarek@samsung.com>
-    Mariusz Polasinski <m.polasinski@samsung.com>
+        Beata Koziarek <b.koziarek@samsung.com>
+        Mariusz Polasinski <m.polasinski@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
-<title> File_moveTo_onsuccess_invalid_cb </title>
+<title>File_moveTo_onsuccess_invalid_cb</title>
 <script type="text/javascript" src="../resources/unitcommon.js"></script>
 <script type="text/javascript" src="support/filesystem_common.js"></script>
 </head>
@@ -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,
index 93d0cbe602e80b01a512d87e84a5e63af7b31d60..f9c00ed8ba6d020a5ef37b10eb8b584f9e890c37 100644 (file)
@@ -15,12 +15,12 @@ See the License for the specific language governing permissions and
 limitations under the License.
 
 Authors:
-    Beata Koziarek <b.koziarek@samsung.com>
+        Beata Koziarek <b.koziarek@samsung.com>
 -->
-<html lang="en">
+<html>
 <head>
 <meta charset="utf-8" />
-<title> File_moveTo_with_additional_null_parameter </title>
+<title>File_moveTo_with_additional_null_parameter</title>
 <script type="text/javascript" src="../resources/unitcommon.js"></script>
 <script type="text/javascript" src="support/filesystem_common.js"></script>
 </head>
@@ -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,
index c0cf1d58d51f34f4dc6b6cf5f4ddbadc4518c201..9858ad4b70d136900d7a234868e7f7aeadaf7906 100644 (file)
@@ -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 <kaiyux.li@intel.com>
-    Guan,JingX <jingx.guan@intel.com>
-    Mariusz Polasinski <m.polasinski@samsung.com>
+        Kaiyu <kaiyux.li@intel.com>
+        Guan,JingX <jingx.guan@intel.com>
+        Mariusz Polasinski <m.polasinski@samsung.com>
 
 -->
 
-<html lang="en">
+<html>
 <head>
-<title> File_moveTo_with_file_handle </title>
+<title>File_moveTo_with_file_handle</title>
 <script type="text/javascript" src="../resources/unitcommon.js"></script>
 <script type="text/javascript" src="support/filesystem_common.js"></script>
 </head>
@@ -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
 
 
index c61f10f711aff1391b294fdaee425487ef41f358..f24dcdffe0c20a6b4dc104d5221e86084b0331c5 100644 (file)
@@ -18,12 +18,12 @@ limitations under the License.
 
 
 Authors:
-    Beata Koziarek <b.koziarek@samsung.com>
+        Beata Koziarek <b.koziarek@samsung.com>
 -->
 
 <html>
 <head>
-<title> File_moveTo_with_invalid_filePath </title>
+<title>File_moveTo_with_invalid_filePath</title>
 <script type="text/javascript" src="../resources/unitcommon.js"></script>
 <script type="text/javascript" src="support/filesystem_common.js"></script>
 </head>
@@ -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,
index 54433d001946a9a1c4a4d94a52227d1061b5769b..aef2ff6b6a98d001750b003085ff2b9711f3cd17 100644 (file)
@@ -16,11 +16,11 @@ limitations under the License.
 
 
 Authors:
-    Beata Koziarek <b.koziarek@samsung.com>
-    Mariusz Polasinski <m.polasinski@samsung.com>
+        Beata Koziarek <b.koziarek@samsung.com>
+        Mariusz Polasinski <m.polasinski@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>File_moveTo_with_onerror</title>
 <script type="text/javascript" src="../resources/unitcommon.js"></script>
@@ -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"),
index 2171d04103a92a555829de9cf6dcefe85dceb33f..f7c116715fe4716900f9cd0f85b9bc78bafdb140 100644 (file)
@@ -16,11 +16,11 @@ limitations under the License.
 
 
 Authors:
-    Beata Koziarek <b.koziarek@samsung.com>
-    Mariusz Polasinski <m.polasinski@samsung.com>
+        Beata Koziarek <b.koziarek@samsung.com>
+        Mariusz Polasinski <m.polasinski@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>File_moveTo_with_onsuccess</title>
 <meta charset="utf-8"/>
@@ -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,
index 3aac32faa8dedb9d1d2b9ee31931d7ef3197fb5f..c51a04d4912413d5e3f3044b00fccc01238dad5e 100644 (file)
@@ -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 <kaiyux.li@intel.com>
-    Guan,JingX <jingx.guan@intel.com>
+        Kaiyu <kaiyux.li@intel.com>
+        Guan,JingX <jingx.guan@intel.com>
 
 -->
 
-<html lang="en">
+<html>
 <head>
-<title> File_moveTo_with_path_invalid </title>
+<title>File_moveTo_with_path_invalid</title>
 <meta charset="utf-8" />
 <script type="text/javascript" src="../resources/unitcommon.js"></script>
 <script type="text/javascript" src="support/filesystem_common.js"></script>
@@ -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");
     });
 });
+
 </script>
 </body>
 </html>
index 9ee7b1bc6e0c36217810f19a88a4254b9978a272..f5522f6e0c9c1c4b3b70da71000280cff9d56204 100644 (file)
@@ -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 <kaiyux.li@intel.com>
-    Guan,JingX <jingx.guan@intel.com>
+        Kaiyu <kaiyux.li@intel.com>
+        Guan,JingX <jingx.guan@intel.com>
 
 -->
 
-<html lang="en">
+<html>
 <head>
-<title> File_moveTo_writeFile_newName </title>
+<title>File_moveTo_writeFile_newName</title>
 <meta charset="utf-8" />
 <script type="text/javascript" src="../resources/unitcommon.js"></script>
 <script type="text/javascript" src="support/filesystem_common.js"></script>
@@ -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");
     });
 });
+
 </script>
 </body>
 </html>
index 7b5f6d740d55e19f2b4a20646e33ac0e06b4823d..59962f23e39402c3e17941718cfdbbf2a6913d0d 100644 (file)
@@ -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 <kaiyux.li@intel.com>
-    Guan,JingX <jingx.guan@intel.com>
-    Mariusz Polasinski <m.polasinski@samsung.com>
+        Kaiyu <kaiyux.li@intel.com>
+        Guan,JingX <jingx.guan@intel.com>
+        Mariusz Polasinski <m.polasinski@samsung.com>
 
 -->
 
-<html lang="en">
+<html>
 <head>
-<title> File_moveTo_writeFile_overwrite_false </title>
+<title>File_moveTo_writeFile_overwrite_false</title>
 <meta charset="utf-8" />
 <script type="text/javascript" src="../resources/unitcommon.js"></script>
 <script type="text/javascript" src="support/filesystem_common.js"></script>
@@ -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");
     });
 });
+
 </script>
 </body>
 </html>
index b972f8da0914a32e59e06ba6ea8234d4159f3346..982e8e5dd5ccce012f124619d4e962adb9d91ad6 100644 (file)
@@ -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 <kaiyux.li@intel.com>
-    Guan,JingX <jingx.guan@intel.com>
+        Kaiyu <kaiyux.li@intel.com>
+        Guan,JingX <jingx.guan@intel.com>
 
 -->
 
-<html lang="en">
+<html>
 <head>
-<title> File_moveTo_writeFile_subdir </title>
+<title>File_moveTo_writeFile_subdir</title>
 <meta charset="utf-8" />
 <script type="text/javascript" src="../resources/unitcommon.js"></script>
 <script type="text/javascript" src="support/filesystem_common.js"></script>
@@ -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");
     });
 });
+
 </script>
 </body>
 </html>
index 86c5a78c86313c2fc2cd5ac65702daf9b09200a1..e2858036182c00d0d6560162b294572d5609028b 100644 (file)
@@ -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
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>File_name_attribute</title>
 <meta charset="utf-8"/>
@@ -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,
index 1e161bde1fce7b38929001be5599a59155409195..98279b2e1b61ec16aca96f60d9f7d1113d2b65c8 100644 (file)
@@ -16,7 +16,7 @@ See the License for the specific language governing permissions and
 limitations under the License.
 
 Authors:
-    Beata Koziarek <b.koziarek@samsung.com>
+        Beata Koziarek <b.koziarek@samsung.com>
 
 -->
 <html>
@@ -37,6 +37,7 @@ Authors:
 test(function () {
     check_no_interface_object("File");
 });
+
 </script>
 </body>
 </html>
index 578ff4254c6d4ac72789b63ecb85295c7b6d377b..85717c7cf4d6a8132f27c06ba56453d22be9c089 100644 (file)
@@ -16,11 +16,11 @@ limitations under the License.
 
 
 Authors:
-    Beata Koziarek <b.koziarek@samsung.com>
-    Mariusz Polasinski <m.polasinski@samsung.com>
+        Beata Koziarek <b.koziarek@samsung.com>
+        Mariusz Polasinski <m.polasinski@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <meta charset="utf-8" />
 <title>File_openStream</title>
@@ -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,
index f6984644b8ac6297f48df5b9e22a6beb516482b7..d5bd078abe3c8392eb21f6864cb4d9463a579f32 100644 (file)
@@ -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 <kaiyux.li@intel.com>
-    Guan,JingX <jingx.guan@intel.com>
-    Mariusz Polasinski <m.polasinski@samsung.com>
+        Kaiyu <kaiyux.li@intel.com>
+        Guan,JingX <jingx.guan@intel.com>
+        Mariusz Polasinski <m.polasinski@samsung.com>
 
 -->
 
-<html lang="en">
+<html>
 <head>
 <meta charset="utf-8" />
-<title> File_openStream_encoding_invalid </title>
+<title>File_openStream_encoding_invalid</title>
 <script type="text/javascript" src="../resources/unitcommon.js"></script>
 <script type="text/javascript" src="support/filesystem_common.js"></script>
 </head>
@@ -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");
     });
 });
+
 </script>
 </body>
 </html>
index 2f34096e8fa853f58f2a5e3e29b89ca32c4709ef..3b91af55076a3e7f193f907d893e5d853a17d82d 100644 (file)
@@ -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 <kaiyux.li@intel.com>
-    Guan,JingX <jingx.guan@intel.com>
-    Beata Koziarek <b.koziarek@samsung.com>
+        Kaiyu <kaiyux.li@intel.com>
+        Guan,JingX <jingx.guan@intel.com>
+        Beata Koziarek <b.koziarek@samsung.com>
 
 -->
 
 <html>
 <head>
-<title> File_openStream_exist </title>
+<title>File_openStream_exist</title>
 <script type="text/javascript" src="../resources/unitcommon.js"></script>
 </head>
 <body>
@@ -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");
 });
+
 </script>
 </body>
 </html>
index 69f5770a92332b9ecd050a54f0542898138ba5b6..04a93334ad4826b3114fe78778669371ad1e9bb1 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Beata Koziarek <b.koziarek@samsung.com>
+        Beata Koziarek <b.koziarek@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>File_openStream_missarg</title>
 <script type="text/javascript" src="../resources/unitcommon.js"></script> 
@@ -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();
index 08559bdac499396a5c93f1579c76797f6deab247..ce76b2c729d83e94aa32002aaa7fdaae7e8d9ea3 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Beata Koziarek <b.koziarek@samsung.com>
+        Beata Koziarek <b.koziarek@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>File_openStream_mode_TypeMismatch</title>
 <script type="text/javascript" src="../resources/unitcommon.js"></script>
@@ -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"),
index bddf634bed22077f424b1fae9f4e32d8819905fa..7449b8a4200b1a4d6bf92b42ef566a757ee9ed4d 100644 (file)
@@ -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 <kaiyux.li@intel.com>
-    Guan,JingX <jingx.guan@intel.com>
+        Kaiyu <kaiyux.li@intel.com>
+        Guan,JingX <jingx.guan@intel.com>
 
 -->
 
-<html lang="en">
+<html>
 <head>
 <meta charset="utf-8" />
-<title> File_openStream_mode_a </title>
+<title>File_openStream_mode_a</title>
 <script type="text/javascript" src="../resources/unitcommon.js"></script> 
 <script type="text/javascript" src="support/filesystem_common.js"></script>
 </head>
@@ -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");
     });
 });
+
 </script>
 </body>
 </html>
index bd6dc47ef67fe694178681af8fffc981272bc954..51e924813a120d4e2c637b9de5d1874c05244c1b 100644 (file)
@@ -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 <kaiyux.li@intel.com>
-    Guan,JingX <jingx.guan@intel.com>
-    Mariusz Polasinski <m.polasinski@samsung.com>
+        Kaiyu <kaiyux.li@intel.com>
+        Guan,JingX <jingx.guan@intel.com>
+        Mariusz Polasinski <m.polasinski@samsung.com>
 
 -->
 
-<html lang="en">
+<html>
 <head>
 <meta charset="utf-8" />
-<title> File_openStream_mode_r </title>
+<title>File_openStream_mode_r</title>
 <script type="text/javascript" src="../resources/unitcommon.js"></script> 
 <script type="text/javascript" src="support/filesystem_common.js"></script>
 </head>
@@ -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");
     });
 });
+
 </script>
 </body>
 </html>
index f80925daf8bf3f33e5eeeffb20549dfe22be1227..da49f970dca960ebc8a5c1ced17abfd1dabc0001 100644 (file)
@@ -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 <kaiyux.li@intel.com>
-    Guan,JingX <jingx.guan@intel.com>
+        Kaiyu <kaiyux.li@intel.com>
+        Guan,JingX <jingx.guan@intel.com>
 
 -->
 
-<html lang="en">
+<html>
 <head>
 <meta charset="utf-8" />
-<title> File_openStream_mode_rw </title>
+<title>File_openStream_mode_rw</title>
 <script type="text/javascript" src="../resources/unitcommon.js"></script>
 <script type="text/javascript" src="support/filesystem_common.js"></script>
 </head>
@@ -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");
     });
 });
+
 </script>
 </body>
 </html>
index e5ab8850c2e2d08a6ead55e9606a2b28c4a686d0..667f6792b6ade1bffeeba9abdf61586006377eb8 100644 (file)
@@ -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 <kaiyux.li@intel.com>
-    Guan,JingX <jingx.guan@intel.com>
+        Kaiyu <kaiyux.li@intel.com>
+        Guan,JingX <jingx.guan@intel.com>
 
 -->
 
-<html lang="en">
+<html>
 <head>
 <meta charset="utf-8" />
-<title> File_openStream_mode_w </title>
+<title>File_openStream_mode_w</title>
 <script type="text/javascript" src="../resources/unitcommon.js"></script>
 <script type="text/javascript" src="support/filesystem_common.js"></script>
 </head>
@@ -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");
     });
 });
+
 </script>
 </body>
 </html>
index 28ac0b671468b31dd65bf6efd162863711ad175f..623e90f5e21d401db4fa2705ed6f61df69447b1f 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Beata Koziarek <b.koziarek@samsung.com>
+        Beata Koziarek <b.koziarek@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>File_openStream_onerror_TypeMismatch</title>
 <meta charset="utf-8"/>
@@ -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");
index 7593afc02c6560c23a7cef40993ecf9d96b011f4..6c4b7101d8bf02257d65a6631e704d1fc3cf9bd4 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Beata Koziarek <b.koziarek@samsung.com>
+        Beata Koziarek <b.koziarek@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>File_openStream_onerror_invalid_cb</title>
 <meta charset="utf-8"/>
@@ -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"),
index 323963ca82a10cec332b3cf4c5228699df00b9ef..b86885b423d652330829009426ab392116f5a34c 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Beata Koziarek <b.koziarek@samsung.com>
+        Beata Koziarek <b.koziarek@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <meta charset="utf-8" />
 <title>File_openStream_onsuccess_TypeMismatch</title>
@@ -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,
index 07b59a18d7122fb66b3c9c9cca043d400e31d6d7..e11c6af98a4e14af137150025038cb2419cd0abd 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Beata Koziarek <b.koziarek@samsung.com>
+        Beata Koziarek <b.koziarek@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>File_openStream_onsuccess_invalid_cb</title>
 <script type="text/javascript" src="../resources/unitcommon.js"></script>
@@ -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 = {
index e4c3e2f46cefcf7e99f71e7b4f98e4003aa5490b..34c21f44c999093c3d4043cc76783711463c90c6 100644 (file)
@@ -16,11 +16,11 @@ limitations under the License.
 
 
 Authors:
-    Beata Koziarek <b.koziarek@samsung.com>
-    Mariusz Polasinski <m.polasinski@samsung.com>
+        Beata Koziarek <b.koziarek@samsung.com>
+        Mariusz Polasinski <m.polasinski@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>File_openStream_with_encoding</title>
 <meta charset="utf-8"/>
@@ -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) {
index 60221aa296544483d3092f3d3a6cedbea583ec6a..b3960ff7fdb06e8f0ced3df37791156060efb403 100644 (file)
@@ -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 <kaiyux.li@intel.com>
-    Ma,YueX <yuex.ma@intel.com>
+        Kaiyu <kaiyux.li@intel.com>
+        Ma,YueX <yuex.ma@intel.com>
 
 -->
 
 <html>
 <head>
-<title> File_openStream_with_nonexist_file </title>
+<title>File_openStream_with_nonexist_file</title>
 <script type="text/javascript" src="../resources/unitcommon.js"></script>
 <script type="text/javascript" src="support/filesystem_common.js"></script>
 </head>
@@ -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");
     });
 });
+
 </script>
 </body>
 </html>
index e5da0c97352875ce2578a56ba7f955f4679c0490..8a62f3a0a77a481f0d5215587785e2b4d55afa6a 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Beata Koziarek <b.koziarek@samsung.com>
+        Beata Koziarek <b.koziarek@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>File_openStream_with_onerror</title>
 <script type="text/javascript" src="../resources/unitcommon.js"></script>
@@ -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();
     });
index 5954b671dfa74ba492878ec815ddbbfe401e6958..9adc4dafc8df395665cbe58b885e197210672b48 100644 (file)
@@ -20,7 +20,7 @@ Authors:
         Mariusz Polasinski <m.polasinski@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>File_parent_attribute</title>
 <script type="text/javascript" src="../resources/unitcommon.js"></script>
@@ -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,
index 155d417e2e0768ebc277dc2cb3f6428c1cbaf178..52400b4616fc94c4fd16c18020d08c6cc12733e8 100644 (file)
@@ -20,7 +20,7 @@ Authors:
         Mariusz Polasinski <m.polasinski@samsung.com>>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>File_parent_attribute_notnull_using_resolve</title>
 <meta charset="utf-8"/>
@@ -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) {
index 93e19c98019bf5732d0e662b3d6e246663537ba8..4e5470f481d9d4cf529d626df67b0489034c7738 100644 (file)
@@ -19,7 +19,7 @@ Authors:
         Beata Koziarek <b.koziarek@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>File_path_attribute</title>
 <meta charset="utf-8"/>
@@ -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;
index 9acdd705b014cc202d1634b391f382966d79be53..36586b6ee5c60bcaa3c956ced70bc76751e31792 100644 (file)
@@ -16,11 +16,11 @@ limitations under the License.
 
 
 Authors:
-    Beata Koziarek <b.koziarek@samsung.com>
-    Mariusz Polasinski <m.polasinski@samsung.com>
+        Beata Koziarek <b.koziarek@samsung.com>
+        Mariusz Polasinski <m.polasinski@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>File_readAsText</title>
 <meta charset="utf-8"/>
@@ -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",
index 8654179a3fc6a1dd597c2b3d21b56f7f6a3b5d7d..ad29412abdd6fcc986b712012ae14e8bc24fbc1b 100644 (file)
@@ -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 <kaiyux.li@intel.com>
-    Guan,JingX <jingx.guan@intel.com>
+        Kaiyu <kaiyux.li@intel.com>
+        Guan,JingX <jingx.guan@intel.com>
 
 -->
 
-<html lang="en">
+<html>
 <head>
 <meta charset="utf-8" />
-<title> File_readAsText_encoding_invalid </title>
+<title>File_readAsText_encoding_invalid</title>
 <script type="text/javascript" src="../resources/unitcommon.js"></script>
 <script type="text/javascript" src="support/filesystem_common.js"></script>
 </head>
@@ -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");
     });
 });
+
 </script>
 </body>
 </html>
index a8fd7dc3ae96a9388af0411ac6dd76fffcd77940..daa9c9085f4bc859167a981c4ff6a4e98f6b3af7 100644 (file)
@@ -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 <kaiyux.li@intel.com>
-    Guan,JingX <jingx.guan@intel.com>
-    Beata Koziarek <b.koziarek@samsung.com>
+        Kaiyu <kaiyux.li@intel.com>
+        Guan,JingX <jingx.guan@intel.com>
+        Beata Koziarek <b.koziarek@samsung.com>
 
 -->
 
 <html>
 <head>
-<title> File_readAsText_exist </title>
+<title>File_readAsText_exist</title>
 <script type="text/javascript" src="../resources/unitcommon.js"></script>
 </head>
 <body>
@@ -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");
 });
+
 </script>
 </body>
 </html>
index 7ead9cd80f867fd455ea56c800eccfe1bdc03c93..071539baf185106cef7f834a8d855f7cefca0848 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 
 <html>
 <head>
-<title>check if list all files in documents and then read the content of the file as a DOMString</title>
+<title>File_readAsText_listDocumentsFiles</title>
 <script src="../resources/testharness.js"></script>
 <script src="../resources/testharnessreport.js"></script>
 <script src="support/filesystem_common.js"></script>
@@ -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(){
         }
     );
 });
+
 </script>
 </body>
 </html>
index ee9870145f738ec6c5b715248730f4a968514728..6053d8833f11511566d304e49cf3ae87d913c0c3 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 
 <html>
 <head>
-<title>check if list all files in downloads and then read the content of the file as a DOMString</title>
+<title>File_readAsText_listDownloadsFiles</title>
 <script src="../resources/testharness.js"></script>
 <script src="../resources/testharnessreport.js"></script>
 <script src="support/filesystem_common.js"></script>
@@ -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(){
         }
     );
 });
+
 </script>
 </body>
 </html>
index 651e75b6ee4b3137a1b8b79cfca21ed6956be18f..a29ed748b9f391fcfda478ac6738058d299f2115 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 
 <html>
 <head>
-<title>check if list all files in images and then read the content of the file as a DOMString</title>
+<title>File_readAsText_listImagesFiles</title>
 <script src="../resources/testharness.js"></script>
 <script src="../resources/testharnessreport.js"></script>
 <script src="support/filesystem_common.js"></script>
@@ -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(){
         }
     );
 });
+
 </script>
 </body>
 </html>
index 8913aa918cea7fda132f96e5694793cbe8ad4003..37cf2ba679d21eaea6492ddb94869e011c27d98a 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 
 <html>
 <head>
-<title>check if list all files in music and then read the content of the file as a DOMString</title>
+<title>File_readAsText_listMusicFiles</title>
 <script src="../resources/testharness.js"></script>
 <script src="../resources/testharnessreport.js"></script>
 <script src="support/filesystem_common.js"></script>
@@ -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(){
         }
     );
 });
+
 </script>
 </body>
 </html>
index 29e5c7c15b83c8444175ba46290a398d0784b7c4..2d2a400017ee0a90f4c2d765f57efbddf45c2f48 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 
 <html>
 <head>
-<title>check if list all files in videos and then read the content of the file as a DOMString</title>
+<title>File_readAsText_listVideosFiles</title>
 <script src="../resources/testharness.js"></script>
 <script src="../resources/testharnessreport.js"></script>
 <script src="support/filesystem_common.js"></script>
@@ -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(){
         }
     );
 });
+
 </script>
 </body>
 </html>
index 1534f1b00aa683183b977cf21f403893c00cbe2f..64859cf655422771b76d7f8f2f5286bd08576c53 100644 (file)
@@ -16,11 +16,11 @@ limitations under the License.
 
 
 Authors:
-    Beata Koziarek <b.koziarek@samsung.com>
-    Mariusz Polasinski <m.polasinski@samsung.com>
+        Beata Koziarek <b.koziarek@samsung.com>
+        Mariusz Polasinski <m.polasinski@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>File_readAsText_missarg</title>
 <meta charset="utf-8"/>
@@ -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"),
index 61d4009228bc2c33d523d06794d3d74b748fd5c7..bb47ba89fbe308d7a68061d78786cb65d95e550f 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Beata Koziarek <b.koziarek@samsung.com>
+        Beata Koziarek <b.koziarek@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>File_readAsText_onerror_TypeMismatch</title>
 <meta charset="utf-8"/>
@@ -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");
     });
index 10f272be1de3527a76529aabc99af069f19688b1..8dd4172690887bc2de8a10879b0629ccbbfd2a23 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Beata Koziarek <b.koziarek@samsung.com>
+        Beata Koziarek <b.koziarek@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>File_readAsText_onerror_invalid_cb</title>
 <meta charset="utf-8"/>
@@ -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"),
index ecc79db555fb5395cafbfec1809864fbaa2e6943..ba83dcfb4064c9c9f279de1088b4aaa3964dd8d6 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Beata Koziarek <b.koziarek@samsung.com>
+        Beata Koziarek <b.koziarek@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>File_readAsText_onsuccess_TypeMismatch</title>
 <meta charset="utf-8"/>
@@ -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);
index 03465b181fefd265018800c3e8bf2842a9fe8987..e037911aee792e2569cedae28c22c5e26dee8944 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Beata Koziarek <b.koziarek@samsung.com>
+        Beata Koziarek <b.koziarek@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>File_readAsText_onsuccess_invalid_cb</title>
 <meta charset="utf-8"/>
@@ -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: ");
index d9d78c158469df36890fdba23cd3ccc21f819f21..c8b44eacb2ee55bd6690b8e65b8eae0fc497f785 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Beata Koziarek <b.koziarek@samsung.com>
+        Beata Koziarek <b.koziarek@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>File_readAsText_with_encoding</title>
 <meta charset="utf-8"/>
@@ -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();
     });
index 5cc386fcf83f2bed126ec5b3aa759bb88934f5bb..ad92ac5973f7c55aec88a3dc88c841b5aa42553e 100644 (file)
@@ -16,11 +16,11 @@ limitations under the License.
 
 
 Authors:
-    Beata Koziarek <b.koziarek@samsung.com>
-    Mariusz Polasinski <m.polasinski@samsung.com>
+        Beata Koziarek <b.koziarek@samsung.com>
+        Mariusz Polasinski <m.polasinski@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>File_readAsText_with_onerror</title>
 <meta charset="utf-8"/>
@@ -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"),
index 835447bbc99ec53d9ab15e417e71ff304a28af9f..dda0b917e510b7e249a0303f672cf0e005dd716d 100644 (file)
@@ -19,7 +19,7 @@ Authors:
         Beata Koziarek <b.koziarek@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>File_readOnly_attribute</title>
 <meta charset="utf-8"/>
@@ -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"),
index 3704139dbea602312b44c3be5158613973747d6d..d91c44747f098a5dcf37a95f7b021c8159cf63e1 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Beata Koziarek <b.koziarek@samsung.com>
+        Beata Koziarek <b.koziarek@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>File_resolve</title>
 <meta charset="utf-8"/>
@@ -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"),
index 6a1cb9252eaadc93e04198d2630058263f8bbce8..9456038ae7b4a6cd1af7edf84b367addc6fe2ee6 100644 (file)
@@ -34,7 +34,7 @@ Authors:
 
 <html>
 <head>
-<title> filesystem test - File resolve exist </title>
+<title>File_resolve_exist</title>
 <script src="../resources/unitcommon.js"></script>
 </head>
 <body>
@@ -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");
 });
+
 </script>
 </body>
 </html>
index 36720b3be9e58343ee2ab16a71905690e8adc781..2e8483346e183dc76ff48819891178a587b21360 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 
 <html>
 <head>
-<title> filesystem test - File resolve with invalid para </title>
+<title>File_resolve_with_invalid_para</title>
 <script src="../resources/testharness.js"></script>
 <script src="../resources/testharnessreport.js"></script>
 <script src="support/filesystem_common.js"></script>
@@ -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 () {
         }
     );
 });
+
 </script>
 </body>
 </html>
index aaa802d2ac9effc5550a8577a33cd18bf4a8d106..07fb875ca00433fcc4f768cff5291b4e6f8b4b52 100644 (file)
@@ -32,10 +32,10 @@ Authors:
 
 -->
 
-<html lang="en">
+<html>
 <head>
 <meta charset="utf-8" />
-<title> File_resolve_with_nonexist </title>
+<title>File_resolve_with_nonexist</title>
 <script src="../resources/testharness.js"></script>
 <script src="../resources/testharnessreport.js"></script>
 <script type="text/javascript" src="support/filesystem_common.js"></script>
@@ -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 () {
     );
 
 });
+
 </script>
 </body>
 </html>
index dbc25a1bdb39dc4e9954d407a7633cb94033a9ec..7d716db239d0a2c3f312c2c3f4b39aae3123795b 100644 (file)
@@ -17,12 +17,12 @@ limitations under the License.
 
 
 Authors:
-    Beata Koziarek <b.koziarek@samsung.com>
-    Mariusz Polasinski <m.polasinski@samsung.com>
+        Beata Koziarek <b.koziarek@samsung.com>
+        Mariusz Polasinski <m.polasinski@samsung.com>
 
 -->
 
-<html lang="en">
+<html>
 
 <head>
 <title>File_toURI</title>
@@ -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;
index 2c7560cd18b11490edcf477ec53ebac643156d47..4f83f71b5e237d938515c58734656e954d098ace 100644 (file)
@@ -16,12 +16,12 @@ limitations under the License.
 
 
 Authors:
-    Beata Koziarek <b.koziarek@samsung.com>
-    Mariusz Polasinski <m.polasinski@samsung.com>
+        Beata Koziarek <b.koziarek@samsung.com>
+        Mariusz Polasinski <m.polasinski@samsung.com>
 
 -->
 
-<html lang="en">
+<html>
 <head>
 <title>File_toURI_exist</title>
 <meta charset="utf-8"/>
index 753ca2d353f8d686fdce63385298f1ee21b4cf0b..a0db2b2e23d74606ef4f83e3bba7bbd2d8deb5dd 100644 (file)
@@ -17,12 +17,12 @@ limitations under the License.
 
 
 Authors:
-    Beata Koziarek <b.koziarek@samsung.com
-    Mariusz Polasinski <m.polasinski@samsung.com>
+        Beata Koziarek <b.koziarek@samsung.com
+        Mariusz Polasinski <m.polasinski@samsung.com>
 
 -->
 
-<html lang="en">
+<html>
 <head>
 <title>File_toURI_extra_argument</title>
 <meta charset="utf-8"/>
@@ -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();
index 9f4bc4916eb40e763c89da205e0af2fcc86830d6..aacef89442109eb8dce8ee2cc6fc7d8e720a6bf8 100644 (file)
@@ -32,7 +32,7 @@ Authors:
 
 -->
 
-<html lang="en">
+<html>
 
 <head>
 <title>File_toURI_with_nonexist_file</title>
@@ -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 () {
index 496f9559823d8ccea7a389a5527877a23c6b845a..77787c33b607c33838f149b90a6fcef8cd18d691 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 
 <html>
 <head>
-<title> filesystem test - FileStreamSuccessCallback onSuccess exist</title>
+<title>filesystem_FileStreamSuccessCallback_onsuccess</title>
 <script src="../resources/testharness.js"></script>
 <script src="../resources/testharnessreport.js"></script>
 <script src="support/filesystem_common.js"></script>
@@ -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 () {
         }
     );
 });
+
 </script>
 </body>
 </html>
index 48e09c09bfdb404d4dbb2484dc548407a37e6365..72106a26fdb5d6eace56cd4208de3528a9a58f76 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 
 <html>
 <head>
-<title>check if copy a file successfully</title>
+<title>filesystem_File_copyTo</title>
 <script src="../resources/testharness.js"></script>
 <script src="../resources/testharnessreport.js"></script>
 <script src="support/filesystem_common.js"></script>
@@ -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);
     });
index 829df5ded90adc20f86f49a79028fedf168612b0..c877761e39243073ad2cc9d8bea815b76055b7ce 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 
 <html>
 <head>
-<title> filesystem test - File readAsText </title>
+<title>filesystem_File_readAsText</title>
 <script src="../resources/testharness.js"></script>
 <script src="../resources/testharnessreport.js"></script>
 <script src="support/filesystem_common.js"></script>
@@ -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(){
         }
     );
 });
+
 </script>
 </body>
 </html>
index eddbdefd30d5403ff183e4250190b7703b6ff80a..ace94eb0cc4d52a7f1c27cadcae929b5fa157cd2 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 
 <html>
 <head>
-<title> filesystem test - File resolve </title>
+<title>filesystem_File_resolve</title>
 <script src="../resources/testharness.js"></script>
 <script src="../resources/testharnessreport.js"></script>
 <script src="support/filesystem_common.js"></script>
@@ -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 () {
         }
     );
 });
+
 </script>
 </body>
 </html>
index 29f3759a25d1349a52c8320328b190ae126441db..570e475cd03fbd4052ccc58aab3ee7d02efb6147 100644 (file)
@@ -94,7 +94,7 @@
         <specs>
           <spec>
             <spec_assertion interface="FileStream" element_type="method" element_name="close" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="FileStream" element_type="attribute" element_name="eof" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html </spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="FileStream" element_type="method" element_name="readBase64" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="FileStream" element_type="method" element_name="readBase64" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="FileStream" usage="true" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="FileStream" element_type="method" element_name="readBytes" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="FileStream" element_type="method" element_name="readBytes" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="FileStream" usage="true" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="FileStream" element_type="method" element_name="read" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="FileStream" element_type="method" element_name="read" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="FileStream" usage="true" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="FileStream" element_type="method" element_name="writeBase64" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="FileStream" element_type="method" element_name="writeBase64" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="FileStream" element_type="method" element_name="writeBytes" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="FileStream" element_type="method" element_name="writeBytes" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="FileStream" element_type="method" element_name="writeBytes" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="FileStream" element_type="method" element_name="writeBytes" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html#writeBytesid2595057</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="FileStream" element_type="method" element_name="writeBytes" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="FileStream" element_type="method" element_name="write" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="FileSystemManagerObject" usage="true" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="FileSystemManager" element_type="method" element_name="addStorageStateChangeListener" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="FileSystemManager" element_type="method" element_name="addStorageStateChangeListener" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="FileSystemManager" element_type="method" element_name="addStorageStateChangeListener" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="FileSystemManager" element_type="method" element_name="addStorageStateChangeListener" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="FileSystemManager" element_type="method" element_name="addStorageStateChangeListener" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="FileSystemManager" element_type="method" element_name="addStorageStateChangeListener" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="FileSystemManager" element_type="method" element_name="addStorageStateChangeListener" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="FileSystemManager" element_type="method" element_name="addStorageStateChangeListener" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="FileSystemManager" element_type="method" element_name="addStorageStateChangeListener" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html#listStoragesid2590135</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="FileSystemManager" usage="true" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="FileSystemManager" element_type="method" element_name="getStorage" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="FileSystemManager" element_type="method" element_name="getStorage" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="FileSystemManager" element_type="method" element_name="getStorage" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="FileSystemManager" element_type="method" element_name="getStorage" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="FileSystemManager" element_type="method" element_name="getStorage" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="FileSystemManager" element_type="method" element_name="getStorage" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="FileSystemManager" element_type="method" element_name="getStorage" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="FileSystemManager" element_type="method" element_name="getStorage" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="FileSystemManager" element_type="method" element_name="getStorage" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="FileSystemManager" usage="true" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="FileSystemManager" element_type="method" element_name="listStorages" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="FileSystemManager" element_type="method" element_name="listStorages" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="FileSystemManager" element_type="method" element_name="listStorages" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="FileSystemManager" element_type="method" element_name="listStorages" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="FileSystemManager" element_type="method" element_name="listStorages" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="FileSystemManager" element_type="method" element_name="listStorages" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="FileSystemManager" element_type="method" element_name="listStorages" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="FileSystemManager" element_type="method" element_name="listStorages" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html#listStoragesid2590135</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="FileSystemManager" element_type="method" element_name="listStorages" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html#listStoragesid2590135</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="FileSystemManager" element_type="method" element_name="listStorages" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="FileSystemManager" element_type="method" element_name="listStorages" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html#listStoragesid2590135</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="FileSystemManager" element_type="method" element_name="listStorages" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html#listStoragesid2590135</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="FileSystemManager" element_type="attribute" element_name="maxPathLength" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="FileSystemManager" usage="true" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="FileSystemManager" element_type="method" element_name="removeStorageStateChangeListener" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="FileSystemManager" element_type="method" element_name="removeStorageStateChangeListener" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="FileSystemManager" element_type="method" element_name="removeStorageStateChangeListener" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="FileSystemManager" element_type="method" element_name="removeStorageStateChangeListener" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html#removeStorageStateChangeListenerid2587583</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="FileSystemManager" element_type="method" element_name="resolve" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="FileSystemManager" element_type="method" element_name="resolve" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="FileSystemManager" element_type="method" element_name="resolve" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="FileSystemManager" element_type="method" element_name="resolve" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="FileSystemManager" element_type="method" element_name="resolve" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="FileSystemManager" element_type="method" element_name="resolve" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="FileSystemManager" element_type="method" element_name="resolve" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="FileSystemManager" element_type="method" element_name="resolve" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="FileSystemManager" element_type="method" element_name="resolve" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="FileSystemManager" element_type="method" element_name="resolve" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="FileSystemManager" element_type="method" element_name="resolve" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="FileSystemManager" element_type="method" element_name="resolve" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="FileSystemManager" element_type="method" element_name="resolve" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="FileSystemManager" element_type="method" element_name="resolve" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="FileSystemManager" element_type="method" element_name="resolve" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="FileSystemManager" element_type="method" element_name="resolve" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="FileSystemManager" element_type="method" element_name="resolve" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="FileSystemManager" element_type="method" element_name="resolve" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="FileSystemManager" element_type="method" element_name="resolve" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="FileSystemManager" element_type="method" element_name="resolve" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="FileSystemManager" element_type="method" element_name="resolve" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="FileSystemManager" element_type="method" element_name="resolve" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="FileSystemManager" element_type="method" element_name="resolve" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="FileSystemManager" element_type="method" element_name="resolve" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="FileSystemManager" element_type="method" element_name="resolve" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="FileSystemManager" element_type="method" element_name="resolve" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="FileSystemManager" element_type="method" element_name="resolve" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="FileSystemManager" element_type="method" element_name="resolve" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="FileSystemManager" element_type="method" element_name="resolve" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="FileSystemManager" element_type="method" element_name="resolve" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="FileSystemManager" element_type="method" element_name="resolve" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html#resolveid2589634</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="FileSystemStorage" element_type="attribute" element_name="label" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="FileSystemStorage" element_type="attribute" element_name="state" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="FileSystemStorage" element_type="attribute" element_name="type" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="copyTo" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="copyTo" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="copyTo" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="copyTo" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="copyTo" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="copyTo" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="copyTo" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="copyTo" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="copyTo" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="copyTo" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="copyTo" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="copyTo" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="copyTo" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="copyTo" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="copyTo" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="copyTo" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html#copyToid2592536</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="copyTo" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html#copyToid2592536</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="copyTo" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html#copyToid2592536</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="copyTo" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="copyTo" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="copyTo" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="copyTo" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="copyTo" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="copyTo" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="createDirectory" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="createDirectory" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="createFile" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="createFile" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="attribute" element_name="created" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="deleteDirectory" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="deleteDirectory" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="deleteDirectory" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="deleteDirectory" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="deleteDirectory" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="deleteDirectory" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="deleteDirectory" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="deleteDirectory" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="deleteDirectory" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="deleteDirectory" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="deleteDirectory" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html#deleteDirectoryid2593534</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="deleteDirectory" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="deleteDirectory" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html#deleteDirectoryid2593534</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="deleteDirectory" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="deleteDirectory" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="deleteFile" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="deleteFile" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="deleteFile" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="deleteFile" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="deleteFile" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="deleteFile" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="deleteFile" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="deleteFile" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="deleteFile" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="deleteFile" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="deleteFile" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="deleteFile" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="deleteFile" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="deleteFile" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="deleteFile" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="deleteFile" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="deleteFile" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="deleteFile" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="deleteFile" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="deleteFile" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html#deleteFileid2593782</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="deleteFile" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html#deleteFileid2593782</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="attribute" element_name="fileSize" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="attribute" element_name="fullPath" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="attribute" element_name="isDirectory" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="attribute" element_name="isFile" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="attribute" element_name="length" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="listFiles" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="listFiles" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="listFiles" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="listFiles" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="listFiles" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="listFiles" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="listFiles" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="listFiles" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="listFiles" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="listFiles" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="listFiles" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="listFiles" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="listFiles" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html#listFilesid2591852</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="attribute" element_name="modified" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="moveTo" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="copyTo" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="copyTo" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="moveTo" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html#moveToid2592799</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="moveTo" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="moveTo" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="moveTo" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="moveTo" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="moveTo" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="moveTo" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="moveTo" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html#moveToid2592799</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="moveTo" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="moveTo" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html#moveToid2592799</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="moveTo" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="moveTo" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="moveTo" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="moveTo" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="moveTo" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="moveTo" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="attribute" element_name="name" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="openStream" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="openStream" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="openStream" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="openStream" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="openStream" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="openStream" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="openStream" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="openStream" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="openStream" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="openStream" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="openStream" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="openStream" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="openStream" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="openStream" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="openStream" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="attribute" element_name="parent" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="attribute" element_name="parent" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="attribute" element_name="path" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="readAsText" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="readAsText" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="readAsText" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="readAsText" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="readAsText" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="readAsText" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="readAsText" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="readAsText" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="readAsText" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="readAsText" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="readAsText" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="readAsText" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="readAsText" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="readAsText" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="attribute" element_name="readOnly" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="resolve" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="resolve" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="resolve" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="toURI" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="toURI" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="toURI" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="FileStreamSuccessCallback" element_type="method" element_name="onsuccess" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="copyTo" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="readAsText" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="File" element_type="method" element_name="resolve" specification="Filesystem" section="IO" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>