From: Piotr Szydelko Date: Thu, 19 Sep 2013 11:45:09 +0000 (+0200) Subject: [Bookmark] minor structure standardization X-Git-Tag: 2.2.1_release~114^2~14 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e85a1e77a0b8593f1c91fe5f2d90765b99fad90b;p=test%2Ftct%2Fweb%2Fapi.git [Bookmark] minor structure standardization Change-Id: I00b2ff31a5f41936397c3eb38e4363d1e3b357c2 --- diff --git a/tct-bookmark-tizen-tests/bookmark/BookmarkFolder_constructor.html b/tct-bookmark-tizen-tests/bookmark/BookmarkFolder_constructor.html index 7975d482f..f151d65d0 100644 --- a/tct-bookmark-tizen-tests/bookmark/BookmarkFolder_constructor.html +++ b/tct-bookmark-tizen-tests/bookmark/BookmarkFolder_constructor.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Beata Koziarek@samsung.com> + Beata Koziarek@samsung.com> --> - + BookmarkFolder_constructor @@ -32,7 +32,7 @@ Authors: //==== TEST: BookmarkFolder_constructor //==== LABEL check if the values of the attributes are equal to the arguments passed for BookmarkFolder //==== SPEC Tizen Web API:Social:Bookmark:BookmarkFolder:constructor C -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/bookmark.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bookmark.html //==== TEST_CRITERIA CONSTRA CONSTRM test(function () { diff --git a/tct-bookmark-tizen-tests/bookmark/BookmarkFolder_exist.html b/tct-bookmark-tizen-tests/bookmark/BookmarkFolder_exist.html index 4020506a1..6f6a93ba0 100644 --- a/tct-bookmark-tizen-tests/bookmark/BookmarkFolder_exist.html +++ b/tct-bookmark-tizen-tests/bookmark/BookmarkFolder_exist.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Jakub Siewierski + Jakub Siewierski --> - + BookmarkFolder_exist @@ -32,7 +32,7 @@ Authors: //==== TEST: BookmarkFolder_exist //==== LABEL Check if BookmarkFolder exists //==== SPEC Tizen Web API:Social:Bookmark:BookmarkFolder:constructor C -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/bookmark.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bookmark.html //==== TEST_CRITERIA CONSTRF test(function () { diff --git a/tct-bookmark-tizen-tests/bookmark/BookmarkFolder_extend.html b/tct-bookmark-tizen-tests/bookmark/BookmarkFolder_extend.html index 81f6dda3e..93c975385 100644 --- a/tct-bookmark-tizen-tests/bookmark/BookmarkFolder_extend.html +++ b/tct-bookmark-tizen-tests/bookmark/BookmarkFolder_extend.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Beata Koziarek@samsung.com> + Beata Koziarek@samsung.com> --> - + BookmarkFolder_extend @@ -33,7 +33,7 @@ Authors: //==== TEST: BookmarkFolder_extend //==== LABEL test whether the BookmarkFolder object can have new attribute added //==== SPEC Tizen Web API:Social:Bookmark:BookmarkFolder:BookmarkFolder U -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/bookmark.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bookmark.html //==== TEST_CRITERIA OBX //==== PRIORITY P3 diff --git a/tct-bookmark-tizen-tests/bookmark/BookmarkFolder_parent_attribute.html b/tct-bookmark-tizen-tests/bookmark/BookmarkFolder_parent_attribute.html index cecfea9c9..2dd7c6bce 100644 --- a/tct-bookmark-tizen-tests/bookmark/BookmarkFolder_parent_attribute.html +++ b/tct-bookmark-tizen-tests/bookmark/BookmarkFolder_parent_attribute.html @@ -16,11 +16,11 @@ limitations under the License. Authors: - Marcin Kaminski - Mariusz Polasinski + Marcin Kaminski + Mariusz Polasinski --> - + BookmarkFolder_parent_attribute @@ -34,7 +34,7 @@ Authors: //==== TEST: BookmarkFolder_parent_attribute //==== LABEL Check if attribute parent of BookmarkFolder exists, has type BookmarkFolder and is readonly //==== SPEC Tizen Web API:Social:Bookmark:BookmarkFolder:parent A -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/bookmark.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bookmark.html //==== TEST_CRITERIA AE AT ADV ARO test(function () { diff --git a/tct-bookmark-tizen-tests/bookmark/BookmarkFolder_title_attribute.html b/tct-bookmark-tizen-tests/bookmark/BookmarkFolder_title_attribute.html index 05b3b8cb0..0d9289a3e 100644 --- a/tct-bookmark-tizen-tests/bookmark/BookmarkFolder_title_attribute.html +++ b/tct-bookmark-tizen-tests/bookmark/BookmarkFolder_title_attribute.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Marcin Kaminski + Marcin Kaminski --> - + BookmarkFolder_title_attribute @@ -32,7 +32,7 @@ Authors: //==== TEST: BookmarkFolder_title_attribute //==== LABEL Check if attribute title of BookmarkFolder exists, has type DOMString and is readonly //==== SPEC Tizen Web API:Social:Bookmark:BookmarkFolder:title A -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/bookmark.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bookmark.html //==== TEST_CRITERIA AE AT ARO var bookmarkfolder; diff --git a/tct-bookmark-tizen-tests/bookmark/BookmarkItem_constructor.html b/tct-bookmark-tizen-tests/bookmark/BookmarkItem_constructor.html index 46134b103..8a01b9345 100644 --- a/tct-bookmark-tizen-tests/bookmark/BookmarkItem_constructor.html +++ b/tct-bookmark-tizen-tests/bookmark/BookmarkItem_constructor.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Beata Koziarek@samsung.com> + Beata Koziarek@samsung.com> --> - + BookmarkItem_constructor @@ -32,7 +32,7 @@ Authors: //==== TEST: BookmarkItem_constructor //==== LABEL check if the values of the attributes are equal to the arguments passed //==== SPEC Tizen Web API:Social:Bookmark:BookmarkItem:constructor C -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/bookmark.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bookmark.html //==== TEST_CRITERIA CONSTRA CONSTRM test(function () { diff --git a/tct-bookmark-tizen-tests/bookmark/BookmarkItem_exist.html b/tct-bookmark-tizen-tests/bookmark/BookmarkItem_exist.html index 97b551fb5..ef596c8d0 100644 --- a/tct-bookmark-tizen-tests/bookmark/BookmarkItem_exist.html +++ b/tct-bookmark-tizen-tests/bookmark/BookmarkItem_exist.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Jakub Siewierski + Jakub Siewierski --> - + BookmarkItem_exist @@ -32,7 +32,7 @@ Authors: //==== TEST: BookmarkItem_exist //==== LABEL Check if BookmarkItem exists //==== SPEC Tizen Web API:Social:Bookmark:BookmarkItem:constructor C -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/bookmark.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bookmark.html //==== TEST_CRITERIA CONSTRF test(function () { diff --git a/tct-bookmark-tizen-tests/bookmark/BookmarkItem_extend.html b/tct-bookmark-tizen-tests/bookmark/BookmarkItem_extend.html index 50cc27c99..4b3f4d808 100644 --- a/tct-bookmark-tizen-tests/bookmark/BookmarkItem_extend.html +++ b/tct-bookmark-tizen-tests/bookmark/BookmarkItem_extend.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Beata Koziarek@samsung.com> + Beata Koziarek@samsung.com> --> - + BookmarkItem_extend @@ -33,7 +33,7 @@ Authors: //==== TEST: BookmarkItem_extend //==== LABEL test whether the BookmarkItem object can have new attribute added //==== SPEC Tizen Web API:Social:Bookmark:BookmarkItem:BookmarkItem U -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/bookmark.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bookmark.html //==== TEST_CRITERIA OBX //==== PRIORITY P3 diff --git a/tct-bookmark-tizen-tests/bookmark/BookmarkItem_parent_attribute.html b/tct-bookmark-tizen-tests/bookmark/BookmarkItem_parent_attribute.html index 8f0c77a2e..b20f2e1d4 100644 --- a/tct-bookmark-tizen-tests/bookmark/BookmarkItem_parent_attribute.html +++ b/tct-bookmark-tizen-tests/bookmark/BookmarkItem_parent_attribute.html @@ -16,11 +16,11 @@ limitations under the License. Authors: - Marcin Kaminski - Mariusz Polasinski + Marcin Kaminski + Mariusz Polasinski --> - + BookmarkItem_parent_attribute @@ -34,7 +34,7 @@ Authors: //==== TEST: BookmarkItem_parent_attribute //==== LABEL Check if attribute parent of BookmarkItem exists, has type BookmarkFolder and is readonly //==== SPEC Tizen Web API:Social:Bookmark:BookmarkItem:parent A -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/bookmark.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bookmark.html //==== TEST_CRITERIA AE AT ADV ARO test(function () { diff --git a/tct-bookmark-tizen-tests/bookmark/BookmarkItem_title_attribute.html b/tct-bookmark-tizen-tests/bookmark/BookmarkItem_title_attribute.html index 24462705c..472c4ce4f 100644 --- a/tct-bookmark-tizen-tests/bookmark/BookmarkItem_title_attribute.html +++ b/tct-bookmark-tizen-tests/bookmark/BookmarkItem_title_attribute.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Marcin Kaminski + Marcin Kaminski --> - + BookmarkItem_title_attribute @@ -32,7 +32,7 @@ Authors: //==== TEST: BookmarkItem_title_attribute //==== LABEL Check if attribute title of BookmarkItem exists, has type DOMString and is readonly //==== SPEC Tizen Web API:Social:Bookmark:BookmarkItem:title A -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/bookmark.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bookmark.html //==== TEST_CRITERIA AE AT ARO var bookmarkitem; diff --git a/tct-bookmark-tizen-tests/bookmark/BookmarkItem_url_attribute.html b/tct-bookmark-tizen-tests/bookmark/BookmarkItem_url_attribute.html index 32a02d807..606a04b39 100644 --- a/tct-bookmark-tizen-tests/bookmark/BookmarkItem_url_attribute.html +++ b/tct-bookmark-tizen-tests/bookmark/BookmarkItem_url_attribute.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Marcin Kaminski + Marcin Kaminski --> - + BookmarkItem_url_attribute @@ -32,7 +32,7 @@ Authors: //==== TEST: BookmarkItem_url_attribute //==== LABEL Check if attribute url of BookmarkItem exists, has type DOMString and is readonly //==== SPEC Tizen Web API:Social:Bookmark:BookmarkItem:url A -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/bookmark.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bookmark.html //==== TEST_CRITERIA AE AT ARO var bookmarkitem; diff --git a/tct-bookmark-tizen-tests/bookmark/BookmarkManagerObject_notexist.html b/tct-bookmark-tizen-tests/bookmark/BookmarkManagerObject_notexist.html index e33c8e133..3f163117f 100644 --- a/tct-bookmark-tizen-tests/bookmark/BookmarkManagerObject_notexist.html +++ b/tct-bookmark-tizen-tests/bookmark/BookmarkManagerObject_notexist.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Jakub Siewierski + Jakub Siewierski --> - + BookmarkManagerObject_notexist @@ -33,7 +33,7 @@ Authors: //==== PRIORITY P3 //==== LABEL Check if interface BookmarkManagerObject exists, it should not. //==== SPEC Tizen Web API:Social:Bookmark:BookmarkManagerObject:BookmarkManagerObject U -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/bookmark.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bookmark.html //==== TEST_CRITERIA NIO test(function () { diff --git a/tct-bookmark-tizen-tests/bookmark/BookmarkManager_add.html b/tct-bookmark-tizen-tests/bookmark/BookmarkManager_add.html index 1fc60ed10..2367e2c7a 100644 --- a/tct-bookmark-tizen-tests/bookmark/BookmarkManager_add.html +++ b/tct-bookmark-tizen-tests/bookmark/BookmarkManager_add.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Beata Koziarek@samsung.com> + Beata Koziarek@samsung.com> --> - + BookmarkManager_add @@ -32,7 +32,7 @@ Authors: //==== TEST: BookmarkManager_add //==== LABEL Check if BookmarkManager add method works properly //==== SPEC Tizen Web API:Social:Bookmark:BookmarkManager:add M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/bookmark.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bookmark.html //==== TEST_CRITERIA MR MAST MMINA test(function () { diff --git a/tct-bookmark-tizen-tests/bookmark/BookmarkManager_add_bookmark_TypeMismatch.html b/tct-bookmark-tizen-tests/bookmark/BookmarkManager_add_bookmark_TypeMismatch.html index 6e9279054..6ff8e9487 100644 --- a/tct-bookmark-tizen-tests/bookmark/BookmarkManager_add_bookmark_TypeMismatch.html +++ b/tct-bookmark-tizen-tests/bookmark/BookmarkManager_add_bookmark_TypeMismatch.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Beata Koziarek@samsung.com> + Beata Koziarek@samsung.com> --> - + BookmarkManager_add_bookmark_TypeMismatch @@ -33,7 +33,7 @@ Authors: //==== TEST: BookmarkManager_add_bookmark_TypeMismatch //==== LABEL Check argument bookmark conversions exception in add method. //==== SPEC Tizen Web API:Social:Bookmark:BookmarkManager:add M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/bookmark.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bookmark.html //==== TEST_CRITERIA MC //==== PRIORITY P2 diff --git a/tct-bookmark-tizen-tests/bookmark/BookmarkManager_add_exist.html b/tct-bookmark-tizen-tests/bookmark/BookmarkManager_add_exist.html index c49fccce6..546a6ffb7 100644 --- a/tct-bookmark-tizen-tests/bookmark/BookmarkManager_add_exist.html +++ b/tct-bookmark-tizen-tests/bookmark/BookmarkManager_add_exist.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Marcin Kaminski + Marcin Kaminski --> - + BookmarkManager_add_exist @@ -32,7 +32,7 @@ Authors: //==== TEST: BookmarkManager_add_exist //==== LABEL Check if method add of BookmarkManager exists //==== SPEC Tizen Web API:Social:Bookmark:BookmarkManager:add M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/bookmark.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bookmark.html //==== TEST_CRITERIA ME test(function () { diff --git a/tct-bookmark-tizen-tests/bookmark/BookmarkManager_add_invalid.html b/tct-bookmark-tizen-tests/bookmark/BookmarkManager_add_invalid.html index c40c2a4cc..fd15bad71 100644 --- a/tct-bookmark-tizen-tests/bookmark/BookmarkManager_add_invalid.html +++ b/tct-bookmark-tizen-tests/bookmark/BookmarkManager_add_invalid.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Piotr Szydelko + Piotr Szydelko --> - + BookmarkManager_add_invalid @@ -33,7 +33,7 @@ Authors: //==== LABEL Check if BookmarkManager add method reports error given wrong bookmarks //==== PRIORITY P2 //==== SPEC Tizen Web API:Social:Bookmark:BookmarkManager:add M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/bookmark.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bookmark.html //==== TEST_CRITERIA test(function () { diff --git a/tct-bookmark-tizen-tests/bookmark/BookmarkManager_add_missarg.html b/tct-bookmark-tizen-tests/bookmark/BookmarkManager_add_missarg.html index 8e8ad22de..fd81e414b 100644 --- a/tct-bookmark-tizen-tests/bookmark/BookmarkManager_add_missarg.html +++ b/tct-bookmark-tizen-tests/bookmark/BookmarkManager_add_missarg.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Beata Koziarek@samsung.com> + Beata Koziarek@samsung.com> --> - + BookmarkManager_add_missarg @@ -32,7 +32,7 @@ Authors: //==== TEST: BookmarkManager_add_missarg //==== LABEL Check if add method with missing non-optional argument works //==== SPEC Tizen Web API:Social:Bookmark:BookmarkManager:add M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/bookmark.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bookmark.html //==== TEST_CRITERIA MMA test(function () { diff --git a/tct-bookmark-tizen-tests/bookmark/BookmarkManager_add_parentFolder_TypeMismatch.html b/tct-bookmark-tizen-tests/bookmark/BookmarkManager_add_parentFolder_TypeMismatch.html index dc731b0de..bad8704ac 100644 --- a/tct-bookmark-tizen-tests/bookmark/BookmarkManager_add_parentFolder_TypeMismatch.html +++ b/tct-bookmark-tizen-tests/bookmark/BookmarkManager_add_parentFolder_TypeMismatch.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Beata Koziarek@samsung.com> + Beata Koziarek@samsung.com> --> - + BookmarkManager_add_parentFolder_TypeMismatch @@ -33,7 +33,7 @@ Authors: //==== TEST: BookmarkManager_add_parentFolder_TypeMismatch //==== LABEL Check argument parentFolder conversions exception in add method. //==== SPEC Tizen Web API:Social:Bookmark:BookmarkManager:add M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/bookmark.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bookmark.html //==== TEST_CRITERIA MC //==== PRIORITY P2 diff --git a/tct-bookmark-tizen-tests/bookmark/BookmarkManager_add_parentFolder_invalid_obj.html b/tct-bookmark-tizen-tests/bookmark/BookmarkManager_add_parentFolder_invalid_obj.html index d5ae0686b..95a57b18a 100644 --- a/tct-bookmark-tizen-tests/bookmark/BookmarkManager_add_parentFolder_invalid_obj.html +++ b/tct-bookmark-tizen-tests/bookmark/BookmarkManager_add_parentFolder_invalid_obj.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Beata Koziarek@samsung.com> + Beata Koziarek@samsung.com> --> - + BookmarkManager_add_parentFolder_invalid_obj @@ -33,7 +33,7 @@ Authors: //==== TEST: BookmarkManager_add_parentFolder_invalid_obj //==== LABEL Check if the parameter parentFolder which is in add method is invalid //==== SPEC Tizen Web API:Social:Bookmark:BookmarkManager:add M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/bookmark.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bookmark.html //==== TEST_CRITERIA MTO //==== PRIORITY P2 diff --git a/tct-bookmark-tizen-tests/bookmark/BookmarkManager_add_with_parentFolder.html b/tct-bookmark-tizen-tests/bookmark/BookmarkManager_add_with_parentFolder.html index 21d3645ff..8ec775c25 100644 --- a/tct-bookmark-tizen-tests/bookmark/BookmarkManager_add_with_parentFolder.html +++ b/tct-bookmark-tizen-tests/bookmark/BookmarkManager_add_with_parentFolder.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Beata Koziarek@samsung.com> + Beata Koziarek@samsung.com> --> - + BookmarkManager_add_with_parentFolder @@ -32,7 +32,7 @@ Authors: //==== TEST: BookmarkManager_add_with_parentFolder //==== LABEL Check if BookmarkManager add method with optional parentFolder attribute works properly //==== SPEC Tizen Web API:Social:Bookmark:BookmarkManager:add M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/bookmark.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bookmark.html //==== TEST_CRITERIA MOA MAST test(function () { diff --git a/tct-bookmark-tizen-tests/bookmark/BookmarkManager_extend.html b/tct-bookmark-tizen-tests/bookmark/BookmarkManager_extend.html index f702a281b..d692b7299 100644 --- a/tct-bookmark-tizen-tests/bookmark/BookmarkManager_extend.html +++ b/tct-bookmark-tizen-tests/bookmark/BookmarkManager_extend.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Beata Koziarek@samsung.com> + Beata Koziarek@samsung.com> --> - + BookmarkManager_extend @@ -33,7 +33,7 @@ Authors: //==== TEST: BookmarkManager_extend //==== LABEL test whether the BookmarkManager object can have new attribute added //==== SPEC Tizen Web API:Social:Bookmark:BookmarkManager:BookmarkManager U -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/bookmark.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bookmark.html //==== TEST_CRITERIA OBX //==== PRIORITY P3 diff --git a/tct-bookmark-tizen-tests/bookmark/BookmarkManager_get.html b/tct-bookmark-tizen-tests/bookmark/BookmarkManager_get.html index 0dc674f15..091f8c545 100644 --- a/tct-bookmark-tizen-tests/bookmark/BookmarkManager_get.html +++ b/tct-bookmark-tizen-tests/bookmark/BookmarkManager_get.html @@ -16,11 +16,11 @@ limitations under the License. Authors: - Beata Koziarek - Mariusz Polasinski + Beata Koziarek + Mariusz Polasinski --> - + BookmarkManager_get @@ -34,7 +34,7 @@ Authors: //==== TEST: BookmarkManager_get //==== LABEL Check if BookmarkManager get method works properly //==== SPEC Tizen Web API:Social:Bookmark:BookmarkManager:get M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/bookmark.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bookmark.html //==== TEST_CRITERIA MR MMINA test(function () { diff --git a/tct-bookmark-tizen-tests/bookmark/BookmarkManager_get_exist.html b/tct-bookmark-tizen-tests/bookmark/BookmarkManager_get_exist.html index fe2643960..91715e7cf 100644 --- a/tct-bookmark-tizen-tests/bookmark/BookmarkManager_get_exist.html +++ b/tct-bookmark-tizen-tests/bookmark/BookmarkManager_get_exist.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Marcin Kaminski + Marcin Kaminski --> - + BookmarkManager_get_exist @@ -32,7 +32,7 @@ Authors: //==== TEST: BookmarkManager_get_exist //==== LABEL Check if method get of BookmarkManager exists //==== SPEC Tizen Web API:Social:Bookmark:BookmarkManager:get M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/bookmark.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bookmark.html //==== TEST_CRITERIA ME test(function () { diff --git a/tct-bookmark-tizen-tests/bookmark/BookmarkManager_get_parentFolder_NotFound.html b/tct-bookmark-tizen-tests/bookmark/BookmarkManager_get_parentFolder_NotFound.html index c24d605d2..3c18bb8a3 100644 --- a/tct-bookmark-tizen-tests/bookmark/BookmarkManager_get_parentFolder_NotFound.html +++ b/tct-bookmark-tizen-tests/bookmark/BookmarkManager_get_parentFolder_NotFound.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Piotr Szydelko + Piotr Szydelko --> - + BookmarkManager_get_parentFolder_NotFound @@ -33,7 +33,7 @@ Authors: //==== LABEL Check if BookmarkManager::get() method throws exception when called with non-existing folder //==== PRIORITY P2 //==== SPEC Tizen Web API:Social:Bookmark:BookmarkManager:get M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/bookmark.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bookmark.html //==== TEST_CRITERIA MOA MR test(function () { diff --git a/tct-bookmark-tizen-tests/bookmark/BookmarkManager_get_parentFolder_TypeMismatch.html b/tct-bookmark-tizen-tests/bookmark/BookmarkManager_get_parentFolder_TypeMismatch.html index 9258f77e2..fb079e4cc 100644 --- a/tct-bookmark-tizen-tests/bookmark/BookmarkManager_get_parentFolder_TypeMismatch.html +++ b/tct-bookmark-tizen-tests/bookmark/BookmarkManager_get_parentFolder_TypeMismatch.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Beata Koziarek@samsung.com> + Beata Koziarek@samsung.com> --> - + BookmarkManager_get_parentFolder_TypeMismatch @@ -33,7 +33,7 @@ Authors: //==== TEST: BookmarkManager_get_parentFolder_TypeMismatch //==== LABEL Check argument parentFolder conversions exception. //==== SPEC Tizen Web API:Social:Bookmark:BookmarkManager:get M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/bookmark.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bookmark.html //==== TEST_CRITERIA MC //==== PRIORITY P2 diff --git a/tct-bookmark-tizen-tests/bookmark/BookmarkManager_get_parentFolder_invalid_obj.html b/tct-bookmark-tizen-tests/bookmark/BookmarkManager_get_parentFolder_invalid_obj.html index fef850055..435291a07 100644 --- a/tct-bookmark-tizen-tests/bookmark/BookmarkManager_get_parentFolder_invalid_obj.html +++ b/tct-bookmark-tizen-tests/bookmark/BookmarkManager_get_parentFolder_invalid_obj.html @@ -16,11 +16,11 @@ limitations under the License. Authors: - Beata Koziarek - Mariusz Polasinski + Beata Koziarek + Mariusz Polasinski --> - + BookmarkManager_get_parentFolder_invalid_obj @@ -34,7 +34,7 @@ Authors: //==== TEST: BookmarkManager_get_parentFolder_invalid_obj //==== LABEL Check if the parameter parentFolder which is in get method is invalid //==== SPEC Tizen Web API:Social:Bookmark:BookmarkManager:get M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/bookmark.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bookmark.html //==== TEST_CRITERIA MTO //==== PRIORITY P2 diff --git a/tct-bookmark-tizen-tests/bookmark/BookmarkManager_get_with_parentFolder.html b/tct-bookmark-tizen-tests/bookmark/BookmarkManager_get_with_parentFolder.html index bbe04ff16..d77bfeefd 100644 --- a/tct-bookmark-tizen-tests/bookmark/BookmarkManager_get_with_parentFolder.html +++ b/tct-bookmark-tizen-tests/bookmark/BookmarkManager_get_with_parentFolder.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Beata Koziarek@samsung.com> + Beata Koziarek@samsung.com> --> - + BookmarkManager_get_with_parentFolder @@ -32,7 +32,7 @@ Authors: //==== TEST: BookmarkManager_get_with_parentFolder //==== LABEL Check if BookmarkManager get method with optional parentFolder argument works properly //==== SPEC Tizen Web API:Social:Bookmark:BookmarkManager:get M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/bookmark.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bookmark.html //==== TEST_CRITERIA MOA MR test(function () { diff --git a/tct-bookmark-tizen-tests/bookmark/BookmarkManager_get_with_recursive.html b/tct-bookmark-tizen-tests/bookmark/BookmarkManager_get_with_recursive.html index 48e543e1c..e71b71b29 100644 --- a/tct-bookmark-tizen-tests/bookmark/BookmarkManager_get_with_recursive.html +++ b/tct-bookmark-tizen-tests/bookmark/BookmarkManager_get_with_recursive.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Beata Koziarek@samsung.com> + Beata Koziarek@samsung.com> --> - + BookmarkManager_get_with_recursive @@ -32,7 +32,7 @@ Authors: //==== TEST: BookmarkManager_get_with_recursive //==== LABEL Check if BookmarkManager get method with optional recursive argument works properly //==== SPEC Tizen Web API:Social:Bookmark:BookmarkManager:get M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/bookmark.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bookmark.html //==== TEST_CRITERIA MOA MR test(function () { diff --git a/tct-bookmark-tizen-tests/bookmark/BookmarkManager_in_tizen.html b/tct-bookmark-tizen-tests/bookmark/BookmarkManager_in_tizen.html index a56f5edd8..d319cdef3 100644 --- a/tct-bookmark-tizen-tests/bookmark/BookmarkManager_in_tizen.html +++ b/tct-bookmark-tizen-tests/bookmark/BookmarkManager_in_tizen.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Beata Koziarek@samsung.com> + Beata Koziarek@samsung.com> --> - + BookmarkManager_in_tizen @@ -33,7 +33,7 @@ Authors: //==== TEST: BookmarkManager_in_tizen //==== LABEL check attribute bookmark //==== SPEC Tizen Web API:Social:Bookmark:BookmarkManager:BookmarkManager U -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/bookmark.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bookmark.html //==== TEST_CRITERIA OBME //==== PRIORITY P3 diff --git a/tct-bookmark-tizen-tests/bookmark/BookmarkManager_notexist.html b/tct-bookmark-tizen-tests/bookmark/BookmarkManager_notexist.html index aca6baf47..bb06825c5 100644 --- a/tct-bookmark-tizen-tests/bookmark/BookmarkManager_notexist.html +++ b/tct-bookmark-tizen-tests/bookmark/BookmarkManager_notexist.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Jakub Siewierski + Jakub Siewierski --> - + BookmarkManager_notexist @@ -33,7 +33,7 @@ Authors: //==== PRIORITY P3 //==== LABEL Check if interface BookmarkManager exists, it should not. //==== SPEC Tizen Web API:Social:Bookmark:BookmarkManager:BookmarkManager U -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/bookmark.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bookmark.html //==== TEST_CRITERIA NIO test(function () { diff --git a/tct-bookmark-tizen-tests/bookmark/BookmarkManager_remove.html b/tct-bookmark-tizen-tests/bookmark/BookmarkManager_remove.html index e91303691..b008c0794 100644 --- a/tct-bookmark-tizen-tests/bookmark/BookmarkManager_remove.html +++ b/tct-bookmark-tizen-tests/bookmark/BookmarkManager_remove.html @@ -16,11 +16,11 @@ limitations under the License. Authors: - Beata Koziarek@samsung.com> - Mariusz Polasinski + Beata Koziarek@samsung.com> + Mariusz Polasinski --> - + BookmarkManager_remove @@ -34,7 +34,7 @@ Authors: //==== TEST: BookmarkManager_remove //==== LABEL Check if BookmarkManager remove method works properly //==== SPEC Tizen Web API:Social:Bookmark:BookmarkManager:remove M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/bookmark.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bookmark.html //==== TEST_CRITERIA MR MAST MMINA test(function () { diff --git a/tct-bookmark-tizen-tests/bookmark/BookmarkManager_remove_bookmarkFolder.html b/tct-bookmark-tizen-tests/bookmark/BookmarkManager_remove_bookmarkFolder.html index b153c8b76..036c83a24 100644 --- a/tct-bookmark-tizen-tests/bookmark/BookmarkManager_remove_bookmarkFolder.html +++ b/tct-bookmark-tizen-tests/bookmark/BookmarkManager_remove_bookmarkFolder.html @@ -16,12 +16,12 @@ limitations under the License. Authors: - Piotr Szydelko + Piotr Szydelko --> - + -BookmarkManager_remove +BookmarkManager_remove_bookmarkFolder @@ -33,7 +33,7 @@ Authors: //==== TEST: BookmarkManager_remove_bookmarkFolder //==== LABEL Check if BookmarkManager::remove() method throws InvalidValuesError and NotFoundError //==== SPEC Tizen Web API:Social:Bookmark:BookmarkManager:remove M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/bookmark.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bookmark.html //==== TEST_CRITERIA MAST MOA test(function () { diff --git a/tct-bookmark-tizen-tests/bookmark/BookmarkManager_remove_bookmark_TypeMismatch.html b/tct-bookmark-tizen-tests/bookmark/BookmarkManager_remove_bookmark_TypeMismatch.html index 81343b1a4..1f6372039 100644 --- a/tct-bookmark-tizen-tests/bookmark/BookmarkManager_remove_bookmark_TypeMismatch.html +++ b/tct-bookmark-tizen-tests/bookmark/BookmarkManager_remove_bookmark_TypeMismatch.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Beata Koziarek@samsung.com> + Beata Koziarek@samsung.com> --> - + BookmarkManager_remove_bookmark_TypeMismatch @@ -33,7 +33,7 @@ Authors: //==== TEST: BookmarkManager_remove_bookmark_TypeMismatch //==== LABEL Check argument bookmark conversions exception in remove method. //==== SPEC Tizen Web API:Social:Bookmark:BookmarkManager:remove M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/bookmark.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bookmark.html //==== TEST_CRITERIA MC //==== PRIORITY P2 @@ -52,6 +52,7 @@ test(function () { }, exceptionName + " should be thrown - given incorrect bookmark."); } }); + diff --git a/tct-bookmark-tizen-tests/bookmark/BookmarkManager_remove_exist.html b/tct-bookmark-tizen-tests/bookmark/BookmarkManager_remove_exist.html index 1cbb0ad09..33210ee52 100644 --- a/tct-bookmark-tizen-tests/bookmark/BookmarkManager_remove_exist.html +++ b/tct-bookmark-tizen-tests/bookmark/BookmarkManager_remove_exist.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Marcin Kaminski + Marcin Kaminski --> - + BookmarkManager_remove_exist @@ -32,7 +32,7 @@ Authors: //==== TEST: BookmarkManager_remove_exist //==== LABEL Check if method remove of BookmarkManager exists //==== SPEC Tizen Web API:Social:Bookmark:BookmarkManager:remove M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/bookmark.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bookmark.html //==== TEST_CRITERIA ME test(function () { diff --git a/tct-bookmark-tizen-tests/bookmark/BookmarkManager_remove_with_bookmark.html b/tct-bookmark-tizen-tests/bookmark/BookmarkManager_remove_with_bookmark.html index 6990a3754..d5dc0db13 100644 --- a/tct-bookmark-tizen-tests/bookmark/BookmarkManager_remove_with_bookmark.html +++ b/tct-bookmark-tizen-tests/bookmark/BookmarkManager_remove_with_bookmark.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Beata Koziarek@samsung.com> + Beata Koziarek@samsung.com> --> - + BookmarkManager_remove_with_bookmark @@ -32,7 +32,7 @@ Authors: //==== TEST: BookmarkManager_remove_with_bookmark //==== LABEL Check if BookmarkManager remove method with optional bookmark attribute works properly //==== SPEC Tizen Web API:Social:Bookmark:BookmarkManager:remove M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/bookmark.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bookmark.html //==== TEST_CRITERIA MOA MR MAST test(function () { diff --git a/tct-bookmark-tizen-tests/bookmark/Tizen_bookmark_exist.html b/tct-bookmark-tizen-tests/bookmark/Tizen_bookmark_exist.html index 81ac09373..58e1ce3ce 100644 --- a/tct-bookmark-tizen-tests/bookmark/Tizen_bookmark_exist.html +++ b/tct-bookmark-tizen-tests/bookmark/Tizen_bookmark_exist.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Piotr Szydelko + Piotr Szydelko --> - + Tizen_bookmark_exist @@ -33,7 +33,7 @@ Authors: //==== PRIORITY P3 //==== LABEL Check if Tizen implements interface BookmarkManagerObject and has attribute bookmark //==== SPEC Tizen Web API:Social:Bookmark:BookmarkManager:BookmarkManager U -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/bookmark.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bookmark.html //==== TEST_CRITERIA OBME test(function () { diff --git a/tct-bookmark-tizen-tests/tests.full.xml b/tct-bookmark-tizen-tests/tests.full.xml index 5b57eb463..a1bdffb8a 100644 --- a/tct-bookmark-tizen-tests/tests.full.xml +++ b/tct-bookmark-tizen-tests/tests.full.xml @@ -10,7 +10,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/bookmark.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bookmark.html TBD @@ -22,7 +22,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/bookmark.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bookmark.html TBD @@ -34,7 +34,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/bookmark.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bookmark.html TBD @@ -46,7 +46,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/bookmark.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bookmark.html TBD @@ -58,7 +58,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/bookmark.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bookmark.html TBD @@ -70,7 +70,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/bookmark.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bookmark.html TBD @@ -82,7 +82,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/bookmark.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bookmark.html TBD @@ -94,7 +94,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/bookmark.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bookmark.html TBD @@ -106,7 +106,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/bookmark.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bookmark.html TBD @@ -118,7 +118,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/bookmark.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bookmark.html TBD @@ -130,7 +130,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/bookmark.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bookmark.html TBD @@ -142,7 +142,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/bookmark.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bookmark.html TBD @@ -154,7 +154,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/bookmark.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bookmark.html TBD @@ -166,7 +166,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/bookmark.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bookmark.html TBD @@ -178,7 +178,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/bookmark.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bookmark.html TBD @@ -190,7 +190,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/bookmark.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bookmark.html TBD @@ -202,7 +202,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/bookmark.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bookmark.html TBD @@ -214,7 +214,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/bookmark.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bookmark.html TBD @@ -226,7 +226,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/bookmark.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bookmark.html TBD @@ -238,7 +238,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/bookmark.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bookmark.html TBD @@ -250,7 +250,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/bookmark.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bookmark.html TBD @@ -262,7 +262,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/bookmark.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bookmark.html TBD @@ -274,7 +274,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/bookmark.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bookmark.html TBD @@ -286,7 +286,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/bookmark.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bookmark.html TBD @@ -298,7 +298,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/bookmark.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bookmark.html TBD @@ -310,7 +310,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/bookmark.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bookmark.html TBD @@ -322,7 +322,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/bookmark.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bookmark.html TBD @@ -334,7 +334,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/bookmark.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bookmark.html TBD @@ -346,7 +346,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/bookmark.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bookmark.html TBD @@ -358,7 +358,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/bookmark.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bookmark.html TBD @@ -370,7 +370,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/bookmark.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bookmark.html TBD @@ -382,7 +382,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/bookmark.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bookmark.html TBD @@ -394,7 +394,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/bookmark.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bookmark.html TBD @@ -406,7 +406,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/bookmark.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bookmark.html TBD @@ -418,7 +418,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/bookmark.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bookmark.html TBD @@ -430,7 +430,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/bookmark.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bookmark.html TBD