[Bookmark][mobile][TWDAPI-266, Remove bookmark api cases] 13/242513/3
authorzhaofeng <feng.zhao@samsung.com>
Thu, 27 Aug 2020 09:07:58 +0000 (17:07 +0800)
committerFENG ZHAO <feng.zhao@samsung.com>
Thu, 27 Aug 2020 09:30:11 +0000 (09:30 +0000)
Change-Id: If274c80d8970568d1c37c926f7155d7b0133fd74
Signed-off-by: zhaofeng <feng.zhao@samsung.com>
40 files changed:
mobile/tct-deprecatedapi-tizen-tests/config.xml
mobile/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkFolder_constructor.html [deleted file]
mobile/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkFolder_exist.html [deleted file]
mobile/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkFolder_extend.html [deleted file]
mobile/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkFolder_parent_attribute.html [deleted file]
mobile/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkFolder_title_attribute.html [deleted file]
mobile/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkItem_constructor.html [deleted file]
mobile/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkItem_exist.html [deleted file]
mobile/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkItem_extend.html [deleted file]
mobile/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkItem_parent_attribute.html [deleted file]
mobile/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkItem_title_attribute.html [deleted file]
mobile/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkItem_url_attribute.html [deleted file]
mobile/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkManagerObject_notexist.html [deleted file]
mobile/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkManager_add.html [deleted file]
mobile/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkManager_add_bookmark_TypeMismatch.html [deleted file]
mobile/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkManager_add_exist.html [deleted file]
mobile/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkManager_add_invalid.html [deleted file]
mobile/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkManager_add_misarg.html [deleted file]
mobile/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkManager_add_parentFolder_TypeMismatch.html [deleted file]
mobile/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkManager_add_parentFolder_invalid_obj.html [deleted file]
mobile/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkManager_add_with_parentFolder.html [deleted file]
mobile/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkManager_extend.html [deleted file]
mobile/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkManager_get.html [deleted file]
mobile/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkManager_get_exist.html [deleted file]
mobile/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkManager_get_parentFolder_NotFound.html [deleted file]
mobile/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkManager_get_parentFolder_TypeMismatch.html [deleted file]
mobile/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkManager_get_parentFolder_invalid_obj.html [deleted file]
mobile/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkManager_get_with_parentFolder.html [deleted file]
mobile/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkManager_get_with_recursive.html [deleted file]
mobile/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkManager_in_tizen.html [deleted file]
mobile/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkManager_notexist.html [deleted file]
mobile/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkManager_remove.html [deleted file]
mobile/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkManager_remove_bookmarkFolder.html [deleted file]
mobile/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkManager_remove_bookmark_TypeMismatch.html [deleted file]
mobile/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkManager_remove_exist.html [deleted file]
mobile/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkManager_remove_with_bookmark.html [deleted file]
mobile/tct-deprecatedapi-tizen-tests/deprecatedapi/Tizen_bookmark_exist.html [deleted file]
mobile/tct-deprecatedapi-tizen-tests/deprecatedapi/support/bookmark_common.js [deleted file]
mobile/tct-deprecatedapi-tizen-tests/tests.full.xml
mobile/tct-deprecatedapi-tizen-tests/tests.xml

index a876112e49b883db061e9a4aa38dbe5eb28d6b3a..4dcafe686ce5cf6e05c37dce97de1d468c678345 100755 (executable)
@@ -10,8 +10,6 @@
   <tizen:privilege name="http://tizen.org/privilege/mediastorage"/>
   <tizen:privilege name="http://tizen.org/privilege/mediacontroller.client"/>
   <tizen:privilege name="http://tizen.org/privilege/mediacontroller.server"/>
-  <tizen:privilege name="http://tizen.org/privilege/bookmark.read"/>
-  <tizen:privilege name="http://tizen.org/privilege/bookmark.write"/>
   <icon src="icon.png" height="117" width="117"/>
   <tizen:application id="deprecated.deprecatedAPITests" package="deprecated" required_version="6.0"/>
   <tizen:setting screen-orientation="landscape" />
diff --git a/mobile/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkFolder_constructor.html b/mobile/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkFolder_constructor.html
deleted file mode 100755 (executable)
index ab2077b..0000000
+++ /dev/null
@@ -1,49 +0,0 @@
-<!DOCTYPE html>
-<!--
-Copyright (c) 2013 Samsung Electronics Co., Ltd.
-
-Licensed under the Apache License, Version 2.0 (the License);
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
-
-
-Authors:
-        Beata Koziarek <b.koziarek@samsung.com>
-
--->
-<html>
-<head>
-<title>BookmarkFolder_constructor</title>
-<meta charset="utf-8"/>
-<script src="support/unitcommon.js"></script>
-</head>
-<body>
-<div id="log"></div>
-<script>
-//==== 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.web.device.apireference/tizen/bookmark.html
-//==== PRIORITY P1
-//==== TEST_CRITERIA CONSTRA CONSTRM
-
-test(function () {
-    var title = "tizen", tizenB;
-
-    tizenB = new tizen.BookmarkFolder(title);
-    assert_type(tizenB, "object", "BookmarkFolder constructor test.");
-    assert_equals(tizenB.title, title, "title attribute test");
-    assert_true("parent" in tizenB, "There is no parent");
-}, document.title);
-
-</script>
-</body>
-</html>
diff --git a/mobile/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkFolder_exist.html b/mobile/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkFolder_exist.html
deleted file mode 100755 (executable)
index 56d9be2..0000000
+++ /dev/null
@@ -1,44 +0,0 @@
-<!DOCTYPE html>
-<!--
-Copyright (c) 2013 Samsung Electronics Co., Ltd.
-
-Licensed under the Apache License, Version 2.0 (the License);
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
-
-
-Authors:
-        Jakub Siewierski <j.siewierski@samsung.com>
-
--->
-<html>
-<head>
-<title>BookmarkFolder_exist</title>
-<meta charset="utf-8"/>
-<script src="support/unitcommon.js"></script>
-</head>
-<body>
-<div id="log"></div>
-<script>
-//==== 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.web.device.apireference/tizen/bookmark.html
-//==== PRIORITY P1
-//==== TEST_CRITERIA CONSTRF
-
-test(function () {
-    check_constructor("BookmarkFolder");
-}, document.title);
-
-</script>
-</body>
-</html>
diff --git a/mobile/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkFolder_extend.html b/mobile/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkFolder_extend.html
deleted file mode 100755 (executable)
index 3ded67f..0000000
+++ /dev/null
@@ -1,47 +0,0 @@
-<!DOCTYPE html>
-<!--
-Copyright (c) 2013 Samsung Electronics Co., Ltd.
-
-Licensed under the Apache License, Version 2.0 (the License);
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
-
-
-Authors:
-        Beata Koziarek <b.koziarek@samsung.com>
-
--->
-<html>
-<head>
-<title>BookmarkFolder_extend</title>
-<meta charset="utf-8"/>
-<script src="support/unitcommon.js"></script>
-</head>
-<body>
-<div id="log"></div>
-<script>
-//==== 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.web.device.apireference/tizen/bookmark.html
-//==== PRIORITY P3
-//==== TEST_CRITERIA OBX
-
-test(function () {
-    var title = "tizen", tizenB;
-
-    tizenB = new tizen.BookmarkFolder(title);
-    check_extensibility(tizenB);
-}, document.title);
-
-</script>
-</body>
-</html>
diff --git a/mobile/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkFolder_parent_attribute.html b/mobile/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkFolder_parent_attribute.html
deleted file mode 100755 (executable)
index c582ab3..0000000
+++ /dev/null
@@ -1,65 +0,0 @@
-<!DOCTYPE html>
-<!--
-Copyright (c) 2013 Samsung Electronics Co., Ltd.
-
-Licensed under the Apache License, Version 2.0 (the License);
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
-
-
-Authors:
-        Marcin Kaminski <marcin.ka@samsung.com>
-        Mariusz Polasinski <m.polasinski@samsung.com>
-
--->
-<html>
-<head>
-<title>BookmarkFolder_parent_attribute</title>
-<meta charset="utf-8"/>
-<script src="support/unitcommon.js"></script>
-</head>
-<body>
-<div id="log"></div>
-<script>
-//==== 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.web.device.apireference/tizen/bookmark.html
-//==== PRIORITY P1
-//==== TEST_CRITERIA AE AT ADV ARO
-
-test(function () {
-    var bookmarkFolder = new tizen.BookmarkFolder("testfolder"),
-        parentTitle = "testfolder2", bookmarkFolder2 = new tizen.BookmarkFolder(parentTitle);
-
-    tizen.bookmark.remove();
-
-    assert_true("parent" in bookmarkFolder, "attribute parent doesn't exist in provided object");
-    assert_equals(bookmarkFolder.parent, undefined, "default value of attribute parent of new BookmarkFolder should be undefined");
-
-    tizen.bookmark.add(bookmarkFolder2);
-    assert_equals(bookmarkFolder2.parent, null, "wrong value of parent attribute when parent is root");
-    tizen.bookmark.add(bookmarkFolder, bookmarkFolder2);
-    assert_true(bookmarkFolder.parent instanceof tizen.BookmarkFolder, "wrong type of parent in provided object");
-    assert_equals(bookmarkFolder.parent.title, parentTitle, "wrong parent title");
-
-    bookmarkFolder.parent = new tizen.BookmarkFolder("testfolder3");
-    assert_equals(bookmarkFolder.parent.title, parentTitle, "parent can be modified");
-
-    tizen.bookmark.remove(bookmarkFolder);
-    assert_equals(bookmarkFolder.parent, undefined, "bookmarkFolder.parent after removing bookmark");
-
-    tizen.bookmark.remove();
-}, document.title);
-
-</script>
-</body>
-</html>
diff --git a/mobile/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkFolder_title_attribute.html b/mobile/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkFolder_title_attribute.html
deleted file mode 100755 (executable)
index 9486fa8..0000000
+++ /dev/null
@@ -1,50 +0,0 @@
-<!DOCTYPE html>
-<!--
-Copyright (c) 2013 Samsung Electronics Co., Ltd.
-
-Licensed under the Apache License, Version 2.0 (the License);
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
-
-
-Authors:
-        Marcin Kaminski <marcin.ka@samsung.com>
-
--->
-<html>
-<head>
-<title>BookmarkFolder_title_attribute</title>
-<meta charset="utf-8"/>
-<script src="support/unitcommon.js"></script>
-</head>
-<body>
-<div id="log"></div>
-<script>
-//==== 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.web.device.apireference/tizen/bookmark.html
-//==== PRIORITY P1
-//==== TEST_CRITERIA AE AT ARO
-
-test(function () {
-    var bookmarkfolder;
-
-    bookmarkfolder = new tizen.BookmarkFolder("Testfolder");
-    assert_true("title" in bookmarkfolder, "No title attribute in BookmarkFolder");
-    assert_type(bookmarkfolder.title, "string", "Type of title is not DOMString.");
-    assert_equals(bookmarkfolder.title, "Testfolder", "Attribute title has invalid value");
-    check_readonly(bookmarkfolder, "title", "Testfolder", "string", "DummyValue");
-}, document.title);
-
-</script>
-</body>
-</html>
diff --git a/mobile/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkItem_constructor.html b/mobile/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkItem_constructor.html
deleted file mode 100755 (executable)
index b10d6a4..0000000
+++ /dev/null
@@ -1,50 +0,0 @@
-<!DOCTYPE html>
-<!--
-Copyright (c) 2013 Samsung Electronics Co., Ltd.
-
-Licensed under the Apache License, Version 2.0 (the License);
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
-
-
-Authors:
-        Beata Koziarek <b.koziarek@samsung.com>
-
--->
-<html>
-<head>
-<title>BookmarkItem_constructor</title>
-<meta charset="utf-8"/>
-<script src="support/unitcommon.js"></script>
-</head>
-<body>
-<div id="log"></div>
-<script>
-//==== 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.web.device.apireference/tizen/bookmark.html
-//==== PRIORITY P1
-//==== TEST_CRITERIA CONSTRA CONSTRM
-
-test(function () {
-    var title = "tizen", url = "https://www.tizen.org", tizenB;
-
-    tizenB = new tizen.BookmarkItem(title, url);
-    assert_type(tizenB, "object", "BookmarkItem constructor test.");
-    assert_equals(tizenB.title, title, "title attribute test");
-    assert_equals(tizenB.url, url, "url attribute test");
-    assert_true("parent" in tizenB, "There is no parent");
-}, document.title);
-
-</script>
-</body>
-</html>
diff --git a/mobile/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkItem_exist.html b/mobile/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkItem_exist.html
deleted file mode 100755 (executable)
index 704876b..0000000
+++ /dev/null
@@ -1,44 +0,0 @@
-<!DOCTYPE html>
-<!--
-Copyright (c) 2013 Samsung Electronics Co., Ltd.
-
-Licensed under the Apache License, Version 2.0 (the License);
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
-
-
-Authors:
-        Jakub Siewierski <j.siewierski@samsung.com>
-
--->
-<html>
-<head>
-<title>BookmarkItem_exist</title>
-<meta charset="utf-8"/>
-<script src="support/unitcommon.js"></script>
-</head>
-<body>
-<div id="log"></div>
-<script>
-//==== 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.web.device.apireference/tizen/bookmark.html
-//==== PRIORITY P1
-//==== TEST_CRITERIA CONSTRF
-
-test(function () {
-    check_constructor("BookmarkItem");
-}, document.title);
-
-</script>
-</body>
-</html>
diff --git a/mobile/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkItem_extend.html b/mobile/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkItem_extend.html
deleted file mode 100755 (executable)
index 1b58e77..0000000
+++ /dev/null
@@ -1,47 +0,0 @@
-<!DOCTYPE html>
-<!--
-Copyright (c) 2013 Samsung Electronics Co., Ltd.
-
-Licensed under the Apache License, Version 2.0 (the License);
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
-
-
-Authors:
-        Beata Koziarek <b.koziarek@samsung.com>
-
--->
-<html>
-<head>
-<title>BookmarkItem_extend</title>
-<meta charset="utf-8"/>
-<script src="support/unitcommon.js"></script>
-</head>
-<body>
-<div id="log"></div>
-<script>
-//==== 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.web.device.apireference/tizen/bookmark.html
-//==== PRIORITY P3
-//==== TEST_CRITERIA OBX
-
-test(function () {
-    var title = "tizen", url = "https://www.tizen.org", tizenB;
-
-    tizenB = new tizen.BookmarkItem(title, url);
-    check_extensibility(tizenB);
-}, document.title);
-
-</script>
-</body>
-</html>
diff --git a/mobile/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkItem_parent_attribute.html b/mobile/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkItem_parent_attribute.html
deleted file mode 100755 (executable)
index 2375115..0000000
+++ /dev/null
@@ -1,67 +0,0 @@
-<!DOCTYPE html>
-<!--
-Copyright (c) 2013 Samsung Electronics Co., Ltd.
-
-Licensed under the Apache License, Version 2.0 (the License);
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
-
-
-Authors:
-        Marcin Kaminski <marcin.ka@samsung.com>
-        Mariusz Polasinski <m.polasinski@samsung.com>
-
--->
-<html>
-<head>
-<title>BookmarkItem_parent_attribute</title>
-<meta charset="utf-8"/>
-<script src="support/unitcommon.js"></script>
-</head>
-<body>
-<div id="log"></div>
-<script>
-//==== 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.web.device.apireference/tizen/bookmark.html
-//==== PRIORITY P1
-//==== TEST_CRITERIA AE AT ADV ARO
-
-test(function () {
-    var bookmarkItem = new tizen.BookmarkItem("Documentation", "https://developer.tizen.org/documentation"),
-        bookmarkItem2 = new tizen.BookmarkItem("Tizen", "https://www.tizen.org"),
-        parentTitle = "testfolder", bookmarkFolder = new tizen.BookmarkFolder(parentTitle);
-
-    tizen.bookmark.remove();
-
-    assert_true("parent" in bookmarkItem, "attribute parent doesn't exist in provided object");
-    assert_equals(bookmarkItem.parent, undefined, "default value of attribute parent of new BookmarkItem should be undefined");
-
-    tizen.bookmark.add(bookmarkItem2);
-    assert_type(bookmarkItem2.parent, "null", "wrong value of parent attribute when parent is root");
-    tizen.bookmark.add(bookmarkFolder);
-    tizen.bookmark.add(bookmarkItem, bookmarkFolder);
-    assert_true(bookmarkItem.parent instanceof tizen.BookmarkFolder, "wrong type of parent in provided object");
-    assert_equals(bookmarkItem.parent.title, parentTitle, "wrong parent title");
-
-    bookmarkItem.parent = new tizen.BookmarkFolder("folder2");
-    assert_equals(bookmarkItem.parent.title, parentTitle, "parent can be modified");
-
-    tizen.bookmark.remove(bookmarkItem);
-    assert_equals(bookmarkItem.parent, undefined, "bookmarkItem.parent after removing bookmark");
-
-    tizen.bookmark.remove();
-}, document.title);
-
-</script>
-</body>
-</html>
diff --git a/mobile/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkItem_title_attribute.html b/mobile/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkItem_title_attribute.html
deleted file mode 100755 (executable)
index 2e65dca..0000000
+++ /dev/null
@@ -1,50 +0,0 @@
-<!DOCTYPE html>
-<!--
-Copyright (c) 2013 Samsung Electronics Co., Ltd.
-
-Licensed under the Apache License, Version 2.0 (the License);
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
-
-
-Authors:
-        Marcin Kaminski <marcin.ka@samsung.com>
-
--->
-<html>
-<head>
-<title>BookmarkItem_title_attribute</title>
-<meta charset="utf-8"/>
-<script src="support/unitcommon.js"></script>
-</head>
-<body>
-<div id="log"></div>
-<script>
-//==== 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.web.device.apireference/tizen/bookmark.html
-//==== PRIORITY P1
-//==== TEST_CRITERIA AE AT ARO
-
-test(function () {
-    var bookmarkitem;
-
-    bookmarkitem = new tizen.BookmarkItem("Tizen", "https://tizen.org/");
-    assert_true("title" in bookmarkitem, "No title attribute in BookmarkFolder");
-    assert_type(bookmarkitem.title, "string", "Type of title is not DOMString.");
-    assert_equals(bookmarkitem.title, "Tizen", "Attribute title has invalid value");
-    check_readonly(bookmarkitem, "title", "Tizen", "string", "DummyValue");
-}, document.title);
-
-</script>
-</body>
-</html>
diff --git a/mobile/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkItem_url_attribute.html b/mobile/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkItem_url_attribute.html
deleted file mode 100755 (executable)
index 3abcf76..0000000
+++ /dev/null
@@ -1,50 +0,0 @@
-<!DOCTYPE html>
-<!--
-Copyright (c) 2013 Samsung Electronics Co., Ltd.
-
-Licensed under the Apache License, Version 2.0 (the License);
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
-
-
-Authors:
-        Marcin Kaminski <marcin.ka@samsung.com>
-
--->
-<html>
-<head>
-<title>BookmarkItem_url_attribute</title>
-<meta charset="utf-8"/>
-<script src="support/unitcommon.js"></script>
-</head>
-<body>
-<div id="log"></div>
-<script>
-//==== 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.web.device.apireference/tizen/bookmark.html
-//==== PRIORITY P1
-//==== TEST_CRITERIA AE AT ARO
-
-test(function () {
-    var bookmarkitem;
-
-    bookmarkitem = new tizen.BookmarkItem("Tizen", "https://tizen.org/");
-    assert_true("url" in bookmarkitem, "No url attribute in BookmarkFolder");
-    assert_type(bookmarkitem.url, "string", "Type of url is not DOMString.");
-    assert_equals(bookmarkitem.url, "https://tizen.org/", "Attribute url has invalid value");
-    check_readonly(bookmarkitem, "url", "https://tizen.org/", "string", "DummyValue");
-}, document.title);
-
-</script>
-</body>
-</html>
diff --git a/mobile/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkManagerObject_notexist.html b/mobile/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkManagerObject_notexist.html
deleted file mode 100755 (executable)
index 3407ac5..0000000
+++ /dev/null
@@ -1,44 +0,0 @@
-<!DOCTYPE html>
-<!--
-Copyright (c) 2013 Samsung Electronics Co., Ltd.
-
-Licensed under the Apache License, Version 2.0 (the License);
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
-
-
-Authors:
-        Jakub Siewierski <j.siewierski@samsung.com>
-
--->
-<html>
-<head>
-<title>BookmarkManagerObject_notexist</title>
-<meta charset="utf-8"/>
-<script src="support/unitcommon.js"></script>
-</head>
-<body>
-<div id="log"></div>
-<script>
-//==== TEST: BookmarkManagerObject_notexist
-//==== 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.web.device.apireference/tizen/bookmark.html
-//==== TEST_CRITERIA NIO
-
-test(function () {
-    check_no_interface_object("BookmarkManagerObject");
-}, document.title);
-
-</script>
-</body>
-</html>
diff --git a/mobile/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkManager_add.html b/mobile/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkManager_add.html
deleted file mode 100755 (executable)
index 6478c83..0000000
+++ /dev/null
@@ -1,59 +0,0 @@
-<!DOCTYPE html>
-<!--
-Copyright (c) 2013 Samsung Electronics Co., Ltd.
-
-Licensed under the Apache License, Version 2.0 (the License);
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
-
-
-Authors:
-        Beata Koziarek <b.koziarek@samsung.com>
-
--->
-<html>
-<head>
-<title>BookmarkManager_add</title>
-<meta charset="utf-8"/>
-<script src="support/unitcommon.js"></script>
-</head>
-<body>
-<div id="log"></div>
-<script>
-//==== 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.web.device.apireference/tizen/bookmark.html
-//==== PRIORITY P1
-//==== TEST_CRITERIA MR MAST MMINA
-
-test(function () {
-    var ret = null, bookmark = null;
-
-    bookmark = new tizen.BookmarkItem("tizen", "https://www.tizen.org");
-
-    tizen.bookmark.remove();
-
-    ret = tizen.bookmark.add(bookmark);
-    assert_equals(ret, undefined, "returned by add");
-
-    ret = tizen.bookmark.get();
-
-    assert_equals(ret.length, 1, "there should be only one added bookmark");
-    assert_equals(ret[0].title, bookmark.title, "bookmark.title");
-    assert_equals(ret[0].url, bookmark.url, "bookmark.url");
-
-    tizen.bookmark.remove();
-}, document.title);
-
-</script>
-</body>
-</html>
diff --git a/mobile/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkManager_add_bookmark_TypeMismatch.html b/mobile/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkManager_add_bookmark_TypeMismatch.html
deleted file mode 100755 (executable)
index 18cf124..0000000
+++ /dev/null
@@ -1,56 +0,0 @@
-<!DOCTYPE html>
-<!--
-Copyright (c) 2013 Samsung Electronics Co., Ltd.
-
-Licensed under the Apache License, Version 2.0 (the License);
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
-
-
-Authors:
-        Beata Koziarek <b.koziarek@samsung.com>
-
--->
-<html>
-<head>
-<title>BookmarkManager_add_bookmark_TypeMismatch</title>
-<meta charset="utf-8"/>
-<script src="support/unitcommon.js"></script>
-</head>
-<body>
-<div id="log"></div>
-<script>
-//==== 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.web.device.apireference/tizen/bookmark.html
-//==== PRIORITY P2
-//==== TEST_CRITERIA MC
-
-test(function () {
-    var conversionTable, i, exceptionName = "TypeMismatchError", bookmark;
-
-    conversionTable = getTypeConversionExceptions("object", false);
-    for (i = 0; i < conversionTable.length; i++) {
-        bookmark = conversionTable[i][0];
-        exceptionName = conversionTable[i][1];
-
-        assert_throws({
-            name: exceptionName
-        }, function () {
-            tizen.bookmark.add(bookmark);
-        }, exceptionName + " should be thrown - given incorrect bookmark.");
-    }
-}, document.title);
-
-</script>
-</body>
-</html>
diff --git a/mobile/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkManager_add_exist.html b/mobile/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkManager_add_exist.html
deleted file mode 100755 (executable)
index 3cbcf43..0000000
+++ /dev/null
@@ -1,45 +0,0 @@
-<!DOCTYPE html>
-<!--
-Copyright (c) 2013 Samsung Electronics Co., Ltd.
-
-Licensed under the Apache License, Version 2.0 (the License);
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
-
-
-Authors:
-        Marcin Kaminski <marcin.ka@samsung.com>
-
--->
-<html>
-<head>
-<title>BookmarkManager_add_exist</title>
-<meta charset="utf-8"/>
-<script src="support/unitcommon.js"></script>
-</head>
-<body>
-<div id="log"></div>
-<script>
-//==== 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.web.device.apireference/tizen/bookmark.html
-//==== PRIORITY P0
-//==== TEST_CRITERIA ME
-
-test(function () {
-    assert_true("add" in tizen.bookmark, "No add method in tizen.bookmarkmanager");
-    check_method_exists(tizen.bookmark, "add");
-}, document.title);
-
-</script>
-</body>
-</html>
diff --git a/mobile/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkManager_add_invalid.html b/mobile/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkManager_add_invalid.html
deleted file mode 100755 (executable)
index 8baade1..0000000
+++ /dev/null
@@ -1,69 +0,0 @@
-<!DOCTYPE html>
-<!--
-Copyright (c) 2013 Samsung Electronics Co., Ltd.
-
-Licensed under the Apache License, Version 2.0 (the License);
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
-
-
-Authors:
-        Piotr Szydelko <p.szydelko@samsung.com>
-
--->
-<html>
-<head>
-<title>BookmarkManager_add_invalid</title>
-<meta charset="utf-8"/>
-<script src="support/unitcommon.js"></script>
-</head>
-<body>
-<div id="log"></div>
-<script>
-//==== TEST: BookmarkManager_add_invalid
-//==== 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.web.device.apireference/tizen/bookmark.html
-//==== TEST_CRITERIA MC
-
-test(function () {
-    var bookmark, folder;
-
-    folder = new tizen.BookmarkFolder("bmFolder");
-    bookmark = new tizen.BookmarkItem("tizen", "https://www.tizen.org");
-
-    tizen.bookmark.remove();
-
-    // parent not in database
-    assert_throws(NOT_FOUND_EXCEPTION, function () {
-        tizen.bookmark.add(bookmark, folder);
-    }, "parent not in database");
-
-    tizen.bookmark.add(folder);
-    tizen.bookmark.add(bookmark, folder);
-
-    // conflicting url
-    assert_throws(INVALID_VALUES_EXCEPTION, function () {
-        tizen.bookmark.add(new tizen.BookmarkItem("newBookmark", bookmark.url));
-    }, "url conflict");
-
-    // conflicting folder name
-    assert_throws(INVALID_VALUES_EXCEPTION, function () {
-        tizen.bookmark.add(new tizen.BookmarkFolder(folder.title));
-    }, "folder name conflict w/folder");
-
-    tizen.bookmark.remove();
-}, document.title);
-
-</script>
-</body>
-</html>
diff --git a/mobile/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkManager_add_misarg.html b/mobile/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkManager_add_misarg.html
deleted file mode 100755 (executable)
index 9b19a1d..0000000
+++ /dev/null
@@ -1,46 +0,0 @@
-<!DOCTYPE html>
-<!--
-Copyright (c) 2013 Samsung Electronics Co., Ltd.
-
-Licensed under the Apache License, Version 2.0 (the License);
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
-
-
-Authors:
-        Beata Koziarek <b.koziarek@samsung.com>
-
--->
-<html>
-<head>
-<title>BookmarkManager_add_misarg</title>
-<meta charset="utf-8"/>
-<script src="support/unitcommon.js"></script>
-</head>
-<body>
-<div id="log"></div>
-<script>
-//==== TEST: BookmarkManager_add_misarg
-//==== 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.web.device.apireference/tizen/bookmark.html
-//==== PRIORITY P2
-//==== TEST_CRITERIA MMA
-
-test(function () {
-    assert_throws(TYPE_MISMATCH_EXCEPTION, function () {
-        tizen.bookmark.add();
-    }, "TypeMismatchError should be thrown");
-}, document.title);
-
-</script>
-</body>
-</html>
diff --git a/mobile/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkManager_add_parentFolder_TypeMismatch.html b/mobile/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkManager_add_parentFolder_TypeMismatch.html
deleted file mode 100755 (executable)
index f073200..0000000
+++ /dev/null
@@ -1,56 +0,0 @@
-<!DOCTYPE html>
-<!--
-Copyright (c) 2013 Samsung Electronics Co., Ltd.
-
-Licensed under the Apache License, Version 2.0 (the License);
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
-
-
-Authors:
-        Beata Koziarek <b.koziarek@samsung.com>
-
--->
-<html>
-<head>
-<title>BookmarkManager_add_parentFolder_TypeMismatch</title>
-<meta charset="utf-8"/>
-<script src="support/unitcommon.js"></script>
-</head>
-<body>
-<div id="log"></div>
-<script>
-//==== 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.web.device.apireference/tizen/bookmark.html
-//==== PRIORITY P2
-//==== TEST_CRITERIA MC
-
-test(function () {
-    var conversionTable, i, exceptionName = "TypeMismatchError", parentFolder,
-        item = new tizen.BookmarkItem("tizen", "https://www.tizen.org");
-
-    conversionTable = getTypeConversionExceptions("object", true);
-    for (i = 0; i < conversionTable.length; i++) {
-        parentFolder = conversionTable[i][0];
-        exceptionName = conversionTable[i][1];
-
-        assert_throws({name: exceptionName},
-            function () {
-                tizen.bookmark.add(item, parentFolder);
-            }, exceptionName + " should be thrown - given incorrect parentFolder.");
-    }
-}, document.title);
-
-</script>
-</body>
-</html>
diff --git a/mobile/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkManager_add_parentFolder_invalid_obj.html b/mobile/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkManager_add_parentFolder_invalid_obj.html
deleted file mode 100755 (executable)
index 86d9c21..0000000
+++ /dev/null
@@ -1,63 +0,0 @@
-<!DOCTYPE html>
-<!--
-Copyright (c) 2013 Samsung Electronics Co., Ltd.
-
-Licensed under the Apache License, Version 2.0 (the License);
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
-
-
-Authors:
-        Beata Koziarek <b.koziarek@samsung.com>
-
--->
-<html>
-<head>
-<title>BookmarkManager_add_parentFolder_invalid_obj</title>
-<meta charset="utf-8"/>
-<script src="support/unitcommon.js"></script>
-</head>
-<body>
-<div id="log"></div>
-<script>
-//==== 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.web.device.apireference/tizen/bookmark.html
-//==== PRIORITY P2
-//==== TEST_CRITERIA MTO
-
-test(function () {
-    var fakedParentFolder,
-        exceptionName = "TypeMismatchError",
-        item = new tizen.BookmarkItem("tizen", "https://www.tizen.org"),
-        bookmarkFolder = new tizen.BookmarkFolder("testfolder");
-
-    tizen.bookmark.remove();
-    tizen.bookmark.add(bookmarkFolder);
-
-    fakedParentFolder = {
-        parent: bookmarkFolder,
-        title: "title"
-    };
-
-    assert_throws({
-        name: exceptionName
-    }, function () {
-        tizen.bookmark.add(item, fakedParentFolder);
-    }, exceptionName + " should be thrown - given incorrect parentFolder argument.");
-
-    tizen.bookmark.remove();
-}, document.title);
-
-</script>
-</body>
-</html>
diff --git a/mobile/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkManager_add_with_parentFolder.html b/mobile/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkManager_add_with_parentFolder.html
deleted file mode 100755 (executable)
index 8105e48..0000000
+++ /dev/null
@@ -1,60 +0,0 @@
-<!DOCTYPE html>
-<!--
-Copyright (c) 2013 Samsung Electronics Co., Ltd.
-
-Licensed under the Apache License, Version 2.0 (the License);
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
-
-
-Authors:
-        Beata Koziarek <b.koziarek@samsung.com>
-
--->
-<html>
-<head>
-<title>BookmarkManager_add_with_parentFolder</title>
-<meta charset="utf-8"/>
-<script src="support/unitcommon.js"></script>
-</head>
-<body>
-<div id="log"></div>
-<script>
-//==== 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.web.device.apireference/tizen/bookmark.html
-//==== PRIORITY P1
-//==== TEST_CRITERIA MOA MAST
-
-test(function () {
-    var ret = null, title = "tizen", tizenB = null, bookmark = null;
-
-    tizen.bookmark.remove();
-    tizenB = new tizen.BookmarkFolder(title);
-    tizen.bookmark.add(tizenB);
-    bookmark = new tizen.BookmarkItem("tizen", "https://www.tizen.org");
-
-    tizen.bookmark.add(bookmark, tizenB);
-
-    ret = tizen.bookmark.get(tizenB, true);
-    assert_equals(ret.length, 1, "there should be only 1 added bookmark in selected folder");
-
-    assert_equals(ret[0].title, bookmark.title, "bookmark.title");
-    assert_equals(ret[0].url, bookmark.url, "bookmark.url");
-    assert_equals(ret[0].parent.title, tizenB.title, "bookmark.parent.title");
-
-    tizen.bookmark.remove();
-}, document.title);
-
-</script>
-</body>
-</html>
diff --git a/mobile/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkManager_extend.html b/mobile/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkManager_extend.html
deleted file mode 100755 (executable)
index 94079b3..0000000
+++ /dev/null
@@ -1,44 +0,0 @@
-<!DOCTYPE html>
-<!--
-Copyright (c) 2013 Samsung Electronics Co., Ltd.
-
-Licensed under the Apache License, Version 2.0 (the License);
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
-
-
-Authors:
-        Beata Koziarek <b.koziarek@samsung.com>
-
--->
-<html>
-<head>
-<title>BookmarkManager_extend</title>
-<meta charset="utf-8"/>
-<script src="support/unitcommon.js"></script>
-</head>
-<body>
-<div id="log"></div>
-<script>
-//==== 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.web.device.apireference/tizen/bookmark.html
-//==== PRIORITY P3
-//==== TEST_CRITERIA OBX
-
-test(function () {
-    check_extensibility(tizen.bookmark);
-}, document.title);
-
-</script>
-</body>
-</html>
diff --git a/mobile/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkManager_get.html b/mobile/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkManager_get.html
deleted file mode 100755 (executable)
index 7863e70..0000000
+++ /dev/null
@@ -1,59 +0,0 @@
-<!DOCTYPE html>
-<!--
-Copyright (c) 2013 Samsung Electronics Co., Ltd.
-
-Licensed under the Apache License, Version 2.0 (the License);
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-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>
-
--->
-<html>
-<head>
-<title>BookmarkManager_get</title>
-<meta charset="utf-8"/>
-<script src="support/unitcommon.js"></script>
-</head>
-<body>
-<div id="log"></div>
-<script>
-//==== 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.web.device.apireference/tizen/bookmark.html
-//==== PRIORITY P1
-//==== TEST_CRITERIA MR MMINA
-
-test(function () {
-    var ret, bookmarkTitle = "tizen", bookmarkURL = "https://www.tizen.org",
-        bookmark = new tizen.BookmarkItem(bookmarkTitle, bookmarkURL);
-
-    tizen.bookmark.remove();
-
-    tizen.bookmark.add(bookmark);
-    ret = tizen.bookmark.get();
-    assert_type(ret, "array", "wrong type was returned");
-    assert_equals(ret.length, 1, "wrong array was returned");
-    assert_true(ret[0] instanceof tizen.BookmarkItem, "wrong type of field of returned array");
-    assert_equals(ret[0].parent, null, "Attribute parent in returned object should be null");
-    assert_equals(ret[0].title, bookmarkTitle, "wrong title");
-    assert_equals(ret[0].url, bookmarkURL, "wrong url");
-
-    tizen.bookmark.remove();
-}, document.title);
-
-</script>
-</body>
-</html>
diff --git a/mobile/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkManager_get_exist.html b/mobile/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkManager_get_exist.html
deleted file mode 100755 (executable)
index 425a943..0000000
+++ /dev/null
@@ -1,45 +0,0 @@
-<!DOCTYPE html>
-<!--
-Copyright (c) 2013 Samsung Electronics Co., Ltd.
-
-Licensed under the Apache License, Version 2.0 (the License);
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
-
-
-Authors:
-        Marcin Kaminski <marcin.ka@samsung.com>
-
--->
-<html>
-<head>
-<title>BookmarkManager_get_exist</title>
-<meta charset="utf-8"/>
-<script src="support/unitcommon.js"></script>
-</head>
-<body>
-<div id="log"></div>
-<script>
-//==== 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.web.device.apireference/tizen/bookmark.html
-//==== PRIORITY P0
-//==== TEST_CRITERIA ME
-
-test(function () {
-    assert_true("get" in tizen.bookmark, "No get method in tizen.bookmarkmanager");
-    check_method_exists(tizen.bookmark, "get");
-}, document.title);
-
-</script>
-</body>
-</html>
diff --git a/mobile/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkManager_get_parentFolder_NotFound.html b/mobile/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkManager_get_parentFolder_NotFound.html
deleted file mode 100755 (executable)
index ba49668..0000000
+++ /dev/null
@@ -1,54 +0,0 @@
-<!DOCTYPE html>
-<!--
-Copyright (c) 2013 Samsung Electronics Co., Ltd.
-
-Licensed under the Apache License, Version 2.0 (the License);
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
-
-
-Authors:
-        Piotr Szydelko <p.szydelko@samsung.com>
-
--->
-<html>
-<head>
-<title>BookmarkManager_get_parentFolder_NotFound</title>
-<meta charset="utf-8"/>
-<script src="support/unitcommon.js"></script>
-</head>
-<body>
-<div id="log"></div>
-<script>
-//==== TEST: BookmarkManager_get_parentFolder_NotFound
-//==== 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.web.device.apireference/tizen/bookmark.html
-//==== TEST_CRITERIA MC
-
-test(function () {
-    var title = "tizen", folder;
-
-    tizen.bookmark.remove();
-
-    folder = new tizen.BookmarkFolder(title);
-
-    assert_throws(NOT_FOUND_EXCEPTION, function () {
-        tizen.bookmark.get(folder);
-    }, "NotFoundError should be thrown - given incorrect non-existing folder.");
-
-    tizen.bookmark.remove();
-}, document.title);
-
-</script>
-</body>
-</html>
diff --git a/mobile/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkManager_get_parentFolder_TypeMismatch.html b/mobile/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkManager_get_parentFolder_TypeMismatch.html
deleted file mode 100755 (executable)
index f365252..0000000
+++ /dev/null
@@ -1,56 +0,0 @@
-<!DOCTYPE html>
-<!--
-Copyright (c) 2013 Samsung Electronics Co., Ltd.
-
-Licensed under the Apache License, Version 2.0 (the License);
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
-
-
-Authors:
-        Beata Koziarek <b.koziarek@samsung.com>
-
--->
-<html>
-<head>
-<title>BookmarkManager_get_parentFolder_TypeMismatch</title>
-<meta charset="utf-8"/>
-<script src="support/unitcommon.js"></script>
-</head>
-<body>
-<div id="log"></div>
-<script>
-//==== 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.web.device.apireference/tizen/bookmark.html
-//==== PRIORITY P2
-//==== TEST_CRITERIA MC
-
-test(function () {
-    var ret = null, conversionTable, i, exceptionName = "TypeMismatchError", parentFolder;
-
-    conversionTable = getTypeConversionExceptions("object", true);
-    for (i = 0; i < conversionTable.length; i++) {
-        parentFolder = conversionTable[i][0];
-        exceptionName = conversionTable[i][1];
-
-        assert_throws({
-            name: exceptionName
-        }, function () {
-            ret = tizen.bookmark.get(parentFolder);
-        }, exceptionName + " should be thrown - given incorrect parentFolder.");
-    }
-}, document.title);
-
-</script>
-</body>
-</html>
diff --git a/mobile/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkManager_get_parentFolder_invalid_obj.html b/mobile/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkManager_get_parentFolder_invalid_obj.html
deleted file mode 100755 (executable)
index 8c38436..0000000
+++ /dev/null
@@ -1,55 +0,0 @@
-<!DOCTYPE html>
-<!--
-Copyright (c) 2013 Samsung Electronics Co., Ltd.
-
-Licensed under the Apache License, Version 2.0 (the License);
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-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>
-
--->
-<html>
-<head>
-<title>BookmarkManager_get_parentFolder_invalid_obj</title>
-<meta charset="utf-8"/>
-<script src="support/unitcommon.js"></script>
-</head>
-<body>
-<div id="log"></div>
-<script>
-//==== 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.web.device.apireference/tizen/bookmark.html
-//==== PRIORITY P2
-//==== TEST_CRITERIA MTO
-
-test(function () {
-    var fakedParentFolder, exceptionName = "TypeMismatchError",
-        bookmarkFolder = new tizen.BookmarkFolder("testfolder");
-
-    tizen.bookmark.remove();
-    tizen.bookmark.add(bookmarkFolder);
-    fakedParentFolder = {parent: bookmarkFolder, title: "title"};
-    assert_throws({name: exceptionName},
-        function () {
-            tizen.bookmark.get(fakedParentFolder);
-        }, exceptionName + " should be thrown - given incorrect parentFolder argument.");
-    tizen.bookmark.remove();
-}, document.title);
-
-</script>
-</body>
-</html>
diff --git a/mobile/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkManager_get_with_parentFolder.html b/mobile/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkManager_get_with_parentFolder.html
deleted file mode 100755 (executable)
index 87bb272..0000000
+++ /dev/null
@@ -1,61 +0,0 @@
-<!DOCTYPE html>
-<!--
-Copyright (c) 2013 Samsung Electronics Co., Ltd.
-
-Licensed under the Apache License, Version 2.0 (the License);
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
-
-
-Authors:
-        Beata Koziarek <b.koziarek@samsung.com>
-
--->
-<html>
-<head>
-<title>BookmarkManager_get_with_parentFolder</title>
-<meta charset="utf-8"/>
-<script src="support/unitcommon.js"></script>
-</head>
-<body>
-<div id="log"></div>
-<script>
-//==== 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.web.device.apireference/tizen/bookmark.html
-//==== PRIORITY P1
-//==== TEST_CRITERIA MOA MR
-
-test(function () {
-    var ret = null, title = "tizen", tizenB = null, bookmark = null;
-
-    tizen.bookmark.remove();
-
-    tizenB = new tizen.BookmarkFolder(title);
-    tizen.bookmark.add(tizenB);
-    bookmark = new tizen.BookmarkItem("tizen", "https://www.tizen.org");
-    tizen.bookmark.add(bookmark, tizenB);
-
-    ret = tizen.bookmark.get(tizenB);
-    assert_type(ret, "array", "type check");
-    assert_equals(ret.length, 1, "number of returned bookmarks");
-    assert_true(ret[0] instanceof tizen.BookmarkItem, "wrong type of field of returned array");
-    assert_equals(ret[0].title, bookmark.title, "wrong title");
-    assert_equals(ret[0].url, bookmark.url, "wrong url");
-    assert_equals(ret[0].parent.title, tizenB.title, "Attribute parent in returned object should be null");
-
-    tizen.bookmark.remove();
-}, document.title);
-
-</script>
-</body>
-</html>
diff --git a/mobile/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkManager_get_with_recursive.html b/mobile/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkManager_get_with_recursive.html
deleted file mode 100755 (executable)
index fd499ff..0000000
+++ /dev/null
@@ -1,79 +0,0 @@
-<!DOCTYPE html>
-<!--
-Copyright (c) 2013 Samsung Electronics Co., Ltd.
-
-Licensed under the Apache License, Version 2.0 (the License);
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
-
-
-Authors:
-        Beata Koziarek <b.koziarek@samsung.com>
-
--->
-<html>
-<head>
-<title>BookmarkManager_get_with_recursive</title>
-<meta charset="utf-8"/>
-<script src="support/unitcommon.js"></script>
-</head>
-<body>
-<div id="log"></div>
-<script>
-//==== 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.web.device.apireference/tizen/bookmark.html
-//==== PRIORITY P1
-//==== TEST_CRITERIA MOA MR
-
-test(function () {
-    var bookmarks = null, folder = null, item = null, retrievedChild, retrievedParent;
-
-    tizen.bookmark.remove();
-
-    folder = new tizen.BookmarkFolder("BMfolder");
-    item = new tizen.BookmarkItem("tizen", "https://tizen.org/");
-
-    tizen.bookmark.add(folder);
-    tizen.bookmark.add(item, folder);
-
-    bookmarks = tizen.bookmark.get(null, false);
-
-    assert_type(bookmarks, "array", "bookmarks [false]");
-    assert_equals(bookmarks.length, 1, "bookmarks.length [false]");
-    assert_equals(bookmarks[0].title, folder.title, "bookmarks[0].title");
-    assert_equals(bookmarks[0].url, folder.url, "bookmarks[0].url");
-
-    bookmarks = tizen.bookmark.get(null, true);
-
-    assert_type(bookmarks, "array", "bookmarks [true]");
-    assert_equals(bookmarks.length, 2, "bookmarks.length [true]");
-    if (bookmarks[0].parent === null) {
-        retrievedParent = bookmarks[0];
-        retrievedChild = bookmarks[1];
-    } else {
-        retrievedChild = bookmarks[0];
-        retrievedParent = bookmarks[1];
-    }
-
-    assert_equals(retrievedChild.title, item.title, "child.title");
-    assert_equals(retrievedChild.url, item.url, "child.url");
-    assert_equals(retrievedChild.parent.title, folder.title, "child.parent.title");
-    assert_equals(retrievedParent.title, folder.title, "parent.title");
-    assert_equals(retrievedParent.parent, null, "parent.parent");
-
-    tizen.bookmark.remove();
-}, document.title);
-
-</script>
-</body>
-</html>
diff --git a/mobile/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkManager_in_tizen.html b/mobile/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkManager_in_tizen.html
deleted file mode 100755 (executable)
index 918a644..0000000
+++ /dev/null
@@ -1,44 +0,0 @@
-<!DOCTYPE html>
-<!--
-Copyright (c) 2013 Samsung Electronics Co., Ltd.
-
-Licensed under the Apache License, Version 2.0 (the License);
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
-
-
-Authors:
-        Beata Koziarek <b.koziarek@samsung.com>
-
--->
-<html>
-<head>
-<title>BookmarkManager_in_tizen</title>
-<meta charset="utf-8"/>
-<script src="support/unitcommon.js"></script>
-</head>
-<body>
-<div id="log"></div>
-<script>
-//==== TEST: BookmarkManager_in_tizen
-//==== LABEL Check if bookmark exists in tizen
-//==== SPEC Tizen Web API:Social:Bookmark:BookmarkManager:BookmarkManager U
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bookmark.html
-//==== PRIORITY P3
-//==== TEST_CRITERIA OBME
-
-test(function () {
-    check_readonly(tizen, "bookmark", tizen.bookmark, "object", "Tizen");
-}, document.title);
-
-</script>
-</body>
-</html>
diff --git a/mobile/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkManager_notexist.html b/mobile/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkManager_notexist.html
deleted file mode 100755 (executable)
index 5a35ed0..0000000
+++ /dev/null
@@ -1,44 +0,0 @@
-<!DOCTYPE html>
-<!--
-Copyright (c) 2013 Samsung Electronics Co., Ltd.
-
-Licensed under the Apache License, Version 2.0 (the License);
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
-
-
-Authors:
-        Jakub Siewierski <j.siewierski@samsung.com>
-
--->
-<html>
-<head>
-<title>BookmarkManager_notexist</title>
-<meta charset="utf-8"/>
-<script src="support/unitcommon.js"></script>
-</head>
-<body>
-<div id="log"></div>
-<script>
-//==== TEST: BookmarkManager_notexist
-//==== 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.web.device.apireference/tizen/bookmark.html
-//==== TEST_CRITERIA NIO
-
-test(function () {
-    check_no_interface_object("BookmarkManager");
-}, document.title);
-
-</script>
-</body>
-</html>
diff --git a/mobile/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkManager_remove.html b/mobile/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkManager_remove.html
deleted file mode 100755 (executable)
index a8972e8..0000000
+++ /dev/null
@@ -1,55 +0,0 @@
-<!DOCTYPE html>
-<!--
-Copyright (c) 2013 Samsung Electronics Co., Ltd.
-
-Licensed under the Apache License, Version 2.0 (the License);
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-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>
-
--->
-<html>
-<head>
-<title>BookmarkManager_remove</title>
-<meta charset="utf-8"/>
-<script src="support/unitcommon.js"></script>
-</head>
-<body>
-<div id="log"></div>
-<script>
-//==== 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.web.device.apireference/tizen/bookmark.html
-//==== PRIORITY P1
-//==== TEST_CRITERIA MR MAST MMINA
-
-test(function () {
-    var ret = null, bookmark = null;
-
-    bookmark = new tizen.BookmarkItem("tizen", "https://www.tizen.org");
-
-    tizen.bookmark.remove();
-
-    tizen.bookmark.add(bookmark);
-    ret = tizen.bookmark.remove();
-    assert_equals(ret, undefined, "returned by remove");
-    ret = tizen.bookmark.get();
-    assert_equals(ret.length, 0, "bookmarks are not removed");
-}, document.title);
-
-</script>
-</body>
-</html>
diff --git a/mobile/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkManager_remove_bookmarkFolder.html b/mobile/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkManager_remove_bookmarkFolder.html
deleted file mode 100755 (executable)
index 9b1deff..0000000
+++ /dev/null
@@ -1,58 +0,0 @@
-<!DOCTYPE html>
-<!--
-Copyright (c) 2013 Samsung Electronics Co., Ltd.
-
-Licensed under the Apache License, Version 2.0 (the License);
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
-
-
-Authors:
-        Piotr Szydelko <p.szydelko@samsung.com>
-
--->
-<html>
-<head>
-<title>BookmarkManager_remove_bookmarkFolder</title>
-<meta charset="utf-8"/>
-<script src="support/unitcommon.js"></script>
-</head>
-<body>
-<div id="log"></div>
-<script>
-//==== 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.web.device.apireference/tizen/bookmark.html
-//==== PRIORITY P1
-//==== TEST_CRITERIA MAST MOA
-
-test(function () {
-    var ret = null, folder, bookmark;
-
-    folder = new tizen.BookmarkFolder("Folder");
-    bookmark = new tizen.BookmarkItem("tizen", "https://www.tizen.org");
-
-    tizen.bookmark.remove();
-
-    tizen.bookmark.add(folder);
-    tizen.bookmark.add(bookmark, folder);
-
-    tizen.bookmark.remove(folder);
-
-    ret = tizen.bookmark.get(null, true);
-    assert_equals(ret.length, 0, "bookmarks are not removed");
-
-}, document.title);
-
-</script>
-</body>
-</html>
diff --git a/mobile/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkManager_remove_bookmark_TypeMismatch.html b/mobile/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkManager_remove_bookmark_TypeMismatch.html
deleted file mode 100755 (executable)
index d606778..0000000
+++ /dev/null
@@ -1,56 +0,0 @@
-<!DOCTYPE html>
-<!--
-Copyright (c) 2013 Samsung Electronics Co., Ltd.
-
-Licensed under the Apache License, Version 2.0 (the License);
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
-
-
-Authors:
-        Beata Koziarek <b.koziarek@samsung.com>
-
--->
-<html>
-<head>
-<title>BookmarkManager_remove_bookmark_TypeMismatch</title>
-<meta charset="utf-8"/>
-<script src="support/unitcommon.js"></script>
-</head>
-<body>
-<div id="log"></div>
-<script>
-//==== 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.web.device.apireference/tizen/bookmark.html
-//==== PRIORITY P2
-//==== TEST_CRITERIA MC
-
-test(function () {
-    var ret = null, conversionTable, i, exceptionName = "TypeMismatchError", bookmark;
-
-    conversionTable = getTypeConversionExceptions("object", true);
-    for (i = 0; i < conversionTable.length; i++) {
-        bookmark = conversionTable[i][0];
-        exceptionName = conversionTable[i][1];
-
-        assert_throws({
-            name: exceptionName
-        }, function () {
-            ret = tizen.bookmark.remove(bookmark);
-        }, exceptionName + " should be thrown - given incorrect bookmark.");
-    }
-}, document.title);
-
-</script>
-</body>
-</html>
diff --git a/mobile/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkManager_remove_exist.html b/mobile/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkManager_remove_exist.html
deleted file mode 100755 (executable)
index f3a25c1..0000000
+++ /dev/null
@@ -1,45 +0,0 @@
-<!DOCTYPE html>
-<!--
-Copyright (c) 2013 Samsung Electronics Co., Ltd.
-
-Licensed under the Apache License, Version 2.0 (the License);
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
-
-
-Authors:
-        Marcin Kaminski <marcin.ka@samsung.com>
-
--->
-<html>
-<head>
-<title>BookmarkManager_remove_exist</title>
-<meta charset="utf-8"/>
-<script src="support/unitcommon.js"></script>
-</head>
-<body>
-<div id="log"></div>
-<script>
-//==== 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.web.device.apireference/tizen/bookmark.html
-//==== PRIORITY P0
-//==== TEST_CRITERIA ME
-
-test(function () {
-    assert_true("remove" in tizen.bookmark, "No remove method in tizen.bookmarkmanager");
-    check_method_exists(tizen.bookmark, "remove");
-}, document.title);
-
-</script>
-</body>
-</html>
diff --git a/mobile/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkManager_remove_with_bookmark.html b/mobile/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkManager_remove_with_bookmark.html
deleted file mode 100755 (executable)
index cce0ebf..0000000
+++ /dev/null
@@ -1,59 +0,0 @@
-<!DOCTYPE html>
-<!--
-Copyright (c) 2013 Samsung Electronics Co., Ltd.
-
-Licensed under the Apache License, Version 2.0 (the License);
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
-
-
-Authors:
-        Beata Koziarek <b.koziarek@samsung.com>
-
--->
-<html>
-<head>
-<title>BookmarkManager_remove_with_bookmark</title>
-<meta charset="utf-8"/>
-<script src="support/unitcommon.js"></script>
-</head>
-<body>
-<div id="log"></div>
-<script>
-//==== 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.web.device.apireference/tizen/bookmark.html
-//==== PRIORITY P1
-//==== TEST_CRITERIA MOA MR MAST
-
-test(function () {
-    var ret = null, rem = null, bookmark = null, i;
-
-    bookmark = new tizen.BookmarkItem("tizen", "https://www.tizen.org");
-
-    tizen.bookmark.remove();
-
-    ret = tizen.bookmark.add(bookmark);
-    assert_equals(ret, undefined, "returned by add");
-
-    ret = tizen.bookmark.get();
-    for (i = 0; i < ret.length; i++) {
-        rem = tizen.bookmark.remove(ret[i]);
-        assert_equals(rem, undefined, "returned by remove");
-    }
-    ret = tizen.bookmark.get();
-    assert_equals(ret.length, 0, "bookmarks are not removed");
-}, document.title);
-
-</script>
-</body>
-</html>
diff --git a/mobile/tct-deprecatedapi-tizen-tests/deprecatedapi/Tizen_bookmark_exist.html b/mobile/tct-deprecatedapi-tizen-tests/deprecatedapi/Tizen_bookmark_exist.html
deleted file mode 100755 (executable)
index 519fdb8..0000000
+++ /dev/null
@@ -1,45 +0,0 @@
-<!DOCTYPE html>
-<!--
-Copyright (c) 2013 Samsung Electronics Co., Ltd.
-
-Licensed under the Apache License, Version 2.0 (the License);
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
-
-
-Authors:
-        Piotr Szydelko <p.szydelko@samsung.com>
-
--->
-<html>
-<head>
-<title>Tizen_bookmark_exist</title>
-<meta charset="utf-8"/>
-<script src="support/unitcommon.js"></script>
-</head>
-<body>
-<div id="log"></div>
-<script>
-//==== TEST: Tizen_bookmark_exist
-//==== 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.web.device.apireference/tizen/bookmark.html
-//==== TEST_CRITERIA OBME
-
-test(function () {
-    assert_own_property(tizen, "bookmark", "Tizen should implement BookmarkManagerObject");
-    assert_equals(typeof(tizen.bookmark), "object", "tizen.bookmark should be object");
-}, document.title);
-
-</script>
-</body>
-</html>
diff --git a/mobile/tct-deprecatedapi-tizen-tests/deprecatedapi/support/bookmark_common.js b/mobile/tct-deprecatedapi-tizen-tests/deprecatedapi/support/bookmark_common.js
deleted file mode 100755 (executable)
index 94ffc88..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-/* 
- * Copyright (c) 2013 Samsung Electronics Co., Ltd.
- * 
- * Licensed under the Apache License, Version 2.0 (the License);
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *    http://www.apache.org/licenses/LICENSE-2.0
- *
- *  Unless required by applicable law or agreed to in writing, software
- *  distributed under the License is distributed on an "AS IS" BASIS,
- *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- *  See the License for the specific language governing permissions and
- *  limitations under the License.
- *
- *
- */
index 512a825aefedaf630f2ef1aa0790c79cb5b5afde..5c8f0f2dd0be5f59f98c4b02eaf6806e395abd19 100755 (executable)
         </specs>
       </testcase>
     </set>
-    <set name="Bookmark" type="js">
-      <capabilities>
-        <capability name="http://tizen.org/feature/bookmark"/>
-        <capability name="http://tizen.org/feature/profile"><value>MOBILE</value></capability>
-      </capabilities>
-      <testcase component="Tizen Device APIs/Social/Bookmark" execution_type="auto" id="BookmarkFolder_exist" priority="P1" purpose="Check if BookmarkFolder exists" status="approved" type="compliance">
-        <description>
-          <test_script_entry>/opt/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkFolder_exist.html</test_script_entry>
-        </description>
-        <specs>
-          <spec>
-            <spec_assertion category="Tizen Device API Specifications" element_name="constructor" element_type="constructor" interface="BookmarkFolder" section="Social" specification="Bookmark" />
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bookmark.html</spec_url>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
-      </testcase>
-      <testcase component="Tizen Device APIs/Social/Bookmark" execution_type="auto" id="BookmarkFolder_parent_attribute" priority="P1" purpose="Check if attribute parent of BookmarkFolder exists, has type BookmarkFolder and is readonly" status="approved" type="compliance">
-        <description>
-          <test_script_entry>/opt/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkFolder_parent_attribute.html</test_script_entry>
-        </description>
-        <specs>
-          <spec>
-            <spec_assertion category="Tizen Device API Specifications" element_name="parent" element_type="attribute" interface="BookmarkFolder" section="Social" specification="Bookmark" />
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bookmark.html</spec_url>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
-      </testcase>
-      <testcase component="Tizen Device APIs/Social/Bookmark" execution_type="auto" id="BookmarkFolder_title_attribute" priority="P1" purpose="Check if attribute title of BookmarkFolder exists, has type DOMString and is readonly" status="approved" type="compliance">
-        <description>
-          <test_script_entry>/opt/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkFolder_title_attribute.html</test_script_entry>
-        </description>
-        <specs>
-          <spec>
-            <spec_assertion category="Tizen Device API Specifications" element_name="title" element_type="attribute" interface="BookmarkFolder" section="Social" specification="Bookmark" />
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bookmark.html</spec_url>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
-      </testcase>
-      <testcase component="Tizen Device APIs/Social/Bookmark" execution_type="auto" id="BookmarkItem_exist" priority="P1" purpose="Check if BookmarkItem exists" status="approved" type="compliance">
-        <description>
-          <test_script_entry>/opt/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkItem_exist.html</test_script_entry>
-        </description>
-        <specs>
-          <spec>
-            <spec_assertion category="Tizen Device API Specifications" element_name="constructor" element_type="constructor" interface="BookmarkItem" section="Social" specification="Bookmark" />
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bookmark.html</spec_url>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
-      </testcase>
-      <testcase component="Tizen Device APIs/Social/Bookmark" execution_type="auto" id="BookmarkItem_parent_attribute" priority="P1" purpose="Check if attribute parent of BookmarkItem exists, has type BookmarkFolder and is readonly" status="approved" type="compliance">
-        <description>
-          <test_script_entry>/opt/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkItem_parent_attribute.html</test_script_entry>
-        </description>
-        <specs>
-          <spec>
-            <spec_assertion category="Tizen Device API Specifications" element_name="parent" element_type="attribute" interface="BookmarkItem" section="Social" specification="Bookmark" />
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bookmark.html</spec_url>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
-      </testcase>
-      <testcase component="Tizen Device APIs/Social/Bookmark" execution_type="auto" id="BookmarkItem_title_attribute" priority="P1" purpose="Check if attribute title of BookmarkItem exists, has type DOMString and is readonly" status="approved" type="compliance">
-        <description>
-          <test_script_entry>/opt/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkItem_title_attribute.html</test_script_entry>
-        </description>
-        <specs>
-          <spec>
-            <spec_assertion category="Tizen Device API Specifications" element_name="title" element_type="attribute" interface="BookmarkItem" section="Social" specification="Bookmark" />
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bookmark.html</spec_url>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
-      </testcase>
-      <testcase component="Tizen Device APIs/Social/Bookmark" execution_type="auto" id="BookmarkItem_url_attribute" priority="P1" purpose="Check if attribute url of BookmarkItem exists, has type DOMString and is readonly" status="approved" type="compliance">
-        <description>
-          <test_script_entry>/opt/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkItem_url_attribute.html</test_script_entry>
-        </description>
-        <specs>
-          <spec>
-            <spec_assertion category="Tizen Device API Specifications" element_name="url" element_type="attribute" interface="BookmarkItem" section="Social" specification="Bookmark" />
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bookmark.html</spec_url>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
-      </testcase>
-      <testcase component="Tizen Device APIs/Social/Bookmark" execution_type="auto" id="BookmarkManagerObject_notexist" priority="P3" purpose="Check if interface BookmarkManagerObject exists, it should not" status="approved" type="compliance">
-        <description>
-          <test_script_entry>/opt/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkManagerObject_notexist.html</test_script_entry>
-        </description>
-        <specs>
-          <spec>
-            <spec_assertion category="Tizen Device API Specifications" interface="BookmarkManagerObject" section="Social" specification="Bookmark" usage="true" />
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bookmark.html</spec_url>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
-      </testcase>
-      <testcase component="Tizen Device APIs/Social/Bookmark" execution_type="auto" id="BookmarkManager_add_exist" priority="P0" purpose="Check if method add of BookmarkManager exists" status="approved" type="compliance">
-        <description>
-          <test_script_entry>/opt/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkManager_add_exist.html</test_script_entry>
-        </description>
-        <specs>
-          <spec>
-            <spec_assertion category="Tizen Device API Specifications" element_name="add" element_type="method" interface="BookmarkManager" section="Social" specification="Bookmark" />
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bookmark.html</spec_url>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
-      </testcase>
-      <testcase component="Tizen Device APIs/Social/Bookmark" execution_type="auto" id="BookmarkManager_get_exist" priority="P0" purpose="Check if method get of BookmarkManager exists" status="approved" type="compliance">
-        <description>
-          <test_script_entry>/opt/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkManager_get_exist.html</test_script_entry>
-        </description>
-        <specs>
-          <spec>
-            <spec_assertion category="Tizen Device API Specifications" element_name="get" element_type="method" interface="BookmarkManager" section="Social" specification="Bookmark" />
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bookmark.html</spec_url>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
-      </testcase>
-      <testcase component="Tizen Device APIs/Social/Bookmark" execution_type="auto" id="BookmarkManager_notexist" priority="P3" purpose="Check if interface BookmarkManager exists, it should not" status="approved" type="compliance">
-        <description>
-          <test_script_entry>/opt/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkManager_notexist.html</test_script_entry>
-        </description>
-        <specs>
-          <spec>
-            <spec_assertion category="Tizen Device API Specifications" interface="BookmarkManager" section="Social" specification="Bookmark" usage="true" />
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bookmark.html</spec_url>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
-      </testcase>
-      <testcase component="Tizen Device APIs/Social/Bookmark" execution_type="auto" id="BookmarkManager_remove_exist" priority="P0" purpose="Check if method remove of BookmarkManager exists" status="approved" type="compliance">
-        <description>
-          <test_script_entry>/opt/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkManager_remove_exist.html</test_script_entry>
-        </description>
-        <specs>
-          <spec>
-            <spec_assertion category="Tizen Device API Specifications" element_name="remove" element_type="method" interface="BookmarkManager" section="Social" specification="Bookmark" />
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bookmark.html</spec_url>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
-      </testcase>
-      <testcase component="Tizen Device APIs/Social/Bookmark" execution_type="auto" id="Tizen_bookmark_exist" priority="P3" purpose="Check if Tizen implements interface BookmarkManagerObject and has attribute bookmark" status="approved" type="compliance">
-        <description>
-          <test_script_entry>/opt/tct-deprecatedapi-tizen-tests/deprecatedapi/Tizen_bookmark_exist.html</test_script_entry>
-        </description>
-        <specs>
-          <spec>
-            <spec_assertion category="Tizen Device API Specifications" interface="BookmarkManager" section="Social" specification="Bookmark" usage="true" />
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bookmark.html</spec_url>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
-      </testcase>
-      <testcase component="Tizen Device APIs/Social/Bookmark" execution_type="auto" id="BookmarkManager_get" priority="P1" purpose="Check if BookmarkManager get method works properly" status="approved" type="compliance">
-        <description>
-          <test_script_entry>/opt/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkManager_get.html</test_script_entry>
-        </description>
-        <specs>
-          <spec>
-            <spec_assertion category="Tizen Device API Specifications" element_name="get" element_type="method" interface="BookmarkManager" section="Social" specification="Bookmark" />
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bookmark.html</spec_url>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
-      </testcase>
-      <testcase component="Tizen Device APIs/Social/Bookmark" execution_type="auto" id="BookmarkManager_add" priority="P1" purpose="Check if BookmarkManager add method works properly" status="approved" type="compliance">
-        <description>
-          <test_script_entry>/opt/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkManager_add.html</test_script_entry>
-        </description>
-        <specs>
-          <spec>
-            <spec_assertion category="Tizen Device API Specifications" element_name="add" element_type="method" interface="BookmarkManager" section="Social" specification="Bookmark" />
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bookmark.html</spec_url>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
-      </testcase>
-      <testcase component="Tizen Device APIs/Social/Bookmark" execution_type="auto" id="BookmarkManager_remove" priority="P1" purpose="Check if BookmarkManager remove method works properly" status="approved" type="compliance">
-        <description>
-          <test_script_entry>/opt/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkManager_remove.html</test_script_entry>
-        </description>
-        <specs>
-          <spec>
-            <spec_assertion category="Tizen Device API Specifications" element_name="remove" element_type="method" interface="BookmarkManager" section="Social" specification="Bookmark" />
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bookmark.html</spec_url>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
-      </testcase>
-      <testcase component="Tizen Device APIs/Social/Bookmark" execution_type="auto" id="BookmarkManager_add_misarg" priority="P2" purpose="Check if add method with missing non-optional argument works" status="approved" type="compliance">
-        <description>
-          <test_script_entry>/opt/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkManager_add_misarg.html</test_script_entry>
-        </description>
-        <specs>
-          <spec>
-            <spec_assertion category="Tizen Device API Specifications" element_name="add" element_type="method" interface="BookmarkManager" section="Social" specification="Bookmark" />
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bookmark.html</spec_url>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
-      </testcase>
-      <testcase component="Tizen Device APIs/Social/Bookmark" execution_type="auto" id="BookmarkManager_add_with_parentFolder" priority="P1" purpose="Check if BookmarkManager add method with optional parentFolder attribute works properly" status="approved" type="compliance">
-        <description>
-          <test_script_entry>/opt/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkManager_add_with_parentFolder.html</test_script_entry>
-        </description>
-        <specs>
-          <spec>
-            <spec_assertion category="Tizen Device API Specifications" element_name="add" element_type="method" interface="BookmarkManager" section="Social" specification="Bookmark" />
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bookmark.html</spec_url>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
-      </testcase>
-      <testcase component="Tizen Device APIs/Social/Bookmark" execution_type="auto" id="BookmarkManager_get_with_parentFolder" priority="P1" purpose="Check if BookmarkManager get method with optional parentFolder argument works properly" status="approved" type="compliance">
-        <description>
-          <test_script_entry>/opt/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkManager_get_with_parentFolder.html</test_script_entry>
-        </description>
-        <specs>
-          <spec>
-            <spec_assertion category="Tizen Device API Specifications" element_name="get" element_type="method" interface="BookmarkManager" section="Social" specification="Bookmark" />
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bookmark.html</spec_url>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
-      </testcase>
-      <testcase component="Tizen Device APIs/Social/Bookmark" execution_type="auto" id="BookmarkManager_get_with_recursive" priority="P1" purpose="Check if BookmarkManager get method with optional recursive argument works properly" status="approved" type="compliance">
-        <description>
-          <test_script_entry>/opt/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkManager_get_with_recursive.html</test_script_entry>
-        </description>
-        <specs>
-          <spec>
-            <spec_assertion category="Tizen Device API Specifications" element_name="get" element_type="method" interface="BookmarkManager" section="Social" specification="Bookmark" />
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bookmark.html</spec_url>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
-      </testcase>
-      <testcase component="Tizen Device APIs/Social/Bookmark" execution_type="auto" id="BookmarkManager_get_parentFolder_TypeMismatch" priority="P2" purpose="Check argument parentFolder conversions exception" status="approved" type="compliance">
-        <description>
-          <test_script_entry>/opt/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkManager_get_parentFolder_TypeMismatch.html</test_script_entry>
-        </description>
-        <specs>
-          <spec>
-            <spec_assertion category="Tizen Device API Specifications" element_name="get" element_type="method" interface="BookmarkManager" section="Social" specification="Bookmark" />
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bookmark.html</spec_url>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
-      </testcase>
-      <testcase component="Tizen Device APIs/Social/Bookmark" execution_type="auto" id="BookmarkManager_get_parentFolder_invalid_obj" priority="P2" purpose="Check if the parameter parentFolder which is in get method is invalid" status="approved" type="compliance">
-        <description>
-          <test_script_entry>/opt/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkManager_get_parentFolder_invalid_obj.html</test_script_entry>
-        </description>
-        <specs>
-          <spec>
-            <spec_assertion category="Tizen Device API Specifications" element_name="get" element_type="method" interface="BookmarkManager" section="Social" specification="Bookmark" />
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bookmark.html</spec_url>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
-      </testcase>
-      <testcase component="Tizen Device APIs/Social/Bookmark" execution_type="auto" id="BookmarkManager_add_bookmark_TypeMismatch" priority="P2" purpose="Check argument bookmark conversions exception in add method" status="approved" type="compliance">
-        <description>
-          <test_script_entry>/opt/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkManager_add_bookmark_TypeMismatch.html</test_script_entry>
-        </description>
-        <specs>
-          <spec>
-            <spec_assertion category="Tizen Device API Specifications" element_name="add" element_type="method" interface="BookmarkManager" section="Social" specification="Bookmark" />
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bookmark.html</spec_url>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
-      </testcase>
-      <testcase component="Tizen Device APIs/Social/Bookmark" execution_type="auto" id="BookmarkManager_add_parentFolder_TypeMismatch" priority="P2" purpose="Check argument parentFolder conversions exception in add method" status="approved" type="compliance">
-        <description>
-          <test_script_entry>/opt/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkManager_add_parentFolder_TypeMismatch.html</test_script_entry>
-        </description>
-        <specs>
-          <spec>
-            <spec_assertion category="Tizen Device API Specifications" element_name="add" element_type="method" interface="BookmarkManager" section="Social" specification="Bookmark" />
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bookmark.html</spec_url>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
-      </testcase>
-      <testcase component="Tizen Device APIs/Social/Bookmark" execution_type="auto" id="BookmarkManager_add_parentFolder_invalid_obj" priority="P2" purpose="Check if the parameter parentFolder which is in add method is invalid" status="approved" type="compliance">
-        <description>
-          <test_script_entry>/opt/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkManager_add_parentFolder_invalid_obj.html</test_script_entry>
-        </description>
-        <specs>
-          <spec>
-            <spec_assertion category="Tizen Device API Specifications" element_name="add" element_type="method" interface="BookmarkManager" section="Social" specification="Bookmark" />
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bookmark.html</spec_url>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
-      </testcase>
-      <testcase component="Tizen Device APIs/Social/Bookmark" execution_type="auto" id="BookmarkManager_remove_with_bookmark" priority="P1" purpose="Check if BookmarkManager remove method with optional bookmark attribute works properly" status="approved" type="compliance">
-        <description>
-          <test_script_entry>/opt/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkManager_remove_with_bookmark.html</test_script_entry>
-        </description>
-        <specs>
-          <spec>
-            <spec_assertion category="Tizen Device API Specifications" element_name="remove" element_type="method" interface="BookmarkManager" section="Social" specification="Bookmark" />
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bookmark.html</spec_url>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
-      </testcase>
-      <testcase component="Tizen Device APIs/Social/Bookmark" execution_type="auto" id="BookmarkManager_remove_bookmark_TypeMismatch" priority="P2" purpose="Check argument bookmark conversions exception in remove method" status="approved" type="compliance">
-        <description>
-          <test_script_entry>/opt/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkManager_remove_bookmark_TypeMismatch.html</test_script_entry>
-        </description>
-        <specs>
-          <spec>
-            <spec_assertion category="Tizen Device API Specifications" element_name="remove" element_type="method" interface="BookmarkManager" section="Social" specification="Bookmark" />
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bookmark.html</spec_url>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
-      </testcase>
-      <testcase component="Tizen Device APIs/Social/Bookmark" execution_type="auto" id="BookmarkManager_in_tizen" priority="P3" purpose="Check if bookmark exists in tizen" status="approved" type="compliance">
-        <description>
-          <test_script_entry>/opt/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkManager_in_tizen.html</test_script_entry>
-        </description>
-        <specs>
-          <spec>
-            <spec_assertion category="Tizen Device API Specifications" interface="BookmarkManager" section="Social" specification="Bookmark" usage="true" />
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bookmark.html</spec_url>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
-      </testcase>
-      <testcase component="Tizen Device APIs/Social/Bookmark" execution_type="auto" id="BookmarkManager_extend" priority="P3" purpose="Test whether the BookmarkManager object can have new attribute added" status="approved" type="compliance">
-        <description>
-          <test_script_entry>/opt/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkManager_extend.html</test_script_entry>
-        </description>
-        <specs>
-          <spec>
-            <spec_assertion category="Tizen Device API Specifications" interface="BookmarkManager" section="Social" specification="Bookmark" usage="true" />
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bookmark.html</spec_url>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
-      </testcase>
-      <testcase component="Tizen Device APIs/Social/Bookmark" execution_type="auto" id="BookmarkItem_constructor" priority="P1" purpose="Check if the values of the attributes are equal to the arguments passed" status="approved" type="compliance">
-        <description>
-          <test_script_entry>/opt/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkItem_constructor.html</test_script_entry>
-        </description>
-        <specs>
-          <spec>
-            <spec_assertion category="Tizen Device API Specifications" element_name="constructor" element_type="constructor" interface="BookmarkItem" section="Social" specification="Bookmark" />
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bookmark.html</spec_url>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
-      </testcase>
-      <testcase component="Tizen Device APIs/Social/Bookmark" execution_type="auto" id="BookmarkFolder_constructor" priority="P1" purpose="Check if the values of the attributes are equal to the arguments passed for BookmarkFolder" status="approved" type="compliance">
-        <description>
-          <test_script_entry>/opt/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkFolder_constructor.html</test_script_entry>
-        </description>
-        <specs>
-          <spec>
-            <spec_assertion category="Tizen Device API Specifications" element_name="constructor" element_type="constructor" interface="BookmarkFolder" section="Social" specification="Bookmark" />
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bookmark.html</spec_url>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
-      </testcase>
-      <testcase component="Tizen Device APIs/Social/Bookmark" execution_type="auto" id="BookmarkItem_extend" priority="P3" purpose="Test whether the BookmarkItem object can have new attribute added" status="approved" type="compliance">
-        <description>
-          <test_script_entry>/opt/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkItem_extend.html</test_script_entry>
-        </description>
-        <specs>
-          <spec>
-            <spec_assertion category="Tizen Device API Specifications" interface="BookmarkItem" section="Social" specification="Bookmark" usage="true" />
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bookmark.html</spec_url>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
-      </testcase>
-      <testcase component="Tizen Device APIs/Social/Bookmark" execution_type="auto" id="BookmarkFolder_extend" priority="P3" purpose="Test whether the BookmarkFolder object can have new attribute added" status="approved" type="compliance">
-        <description>
-          <test_script_entry>/opt/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkFolder_extend.html</test_script_entry>
-        </description>
-        <specs>
-          <spec>
-            <spec_assertion category="Tizen Device API Specifications" interface="BookmarkFolder" section="Social" specification="Bookmark" usage="true" />
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bookmark.html</spec_url>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
-      </testcase>
-      <testcase component="Tizen Device APIs/Social/Bookmark" execution_type="auto" id="BookmarkManager_add_invalid" priority="P2" purpose="Check if BookmarkManager add method reports error given wrong bookmarks" status="approved" type="compliance">
-        <description>
-          <test_script_entry>/opt/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkManager_add_invalid.html</test_script_entry>
-        </description>
-        <specs>
-          <spec>
-            <spec_assertion category="Tizen Device API Specifications" element_name="add" element_type="method" interface="BookmarkManager" section="Social" specification="Bookmark" />
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bookmark.html</spec_url>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
-      </testcase>
-      <testcase component="Tizen Device APIs/Social/Bookmark" execution_type="auto" id="BookmarkManager_get_parentFolder_NotFound" priority="P2" purpose="Check if BookmarkManager::get() method throws exception when called with non-existing folder" status="approved" type="compliance">
-        <description>
-          <test_script_entry>/opt/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkManager_get_parentFolder_NotFound.html</test_script_entry>
-        </description>
-        <specs>
-          <spec>
-            <spec_assertion category="Tizen Device API Specifications" element_name="get" element_type="method" interface="BookmarkManager" section="Social" specification="Bookmark" />
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bookmark.html</spec_url>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
-      </testcase>
-      <testcase component="Tizen Device APIs/Social/Bookmark" execution_type="auto" id="BookmarkManager_remove_bookmarkFolder" priority="P1" purpose="Check if BookmarkManager::remove() method throws InvalidValuesError and NotFoundError" status="approved" type="compliance">
-        <description>
-          <test_script_entry>/opt/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkManager_remove_bookmarkFolder.html</test_script_entry>
-        </description>
-        <specs>
-          <spec>
-            <spec_assertion category="Tizen Device API Specifications" element_name="remove" element_type="method" interface="BookmarkManager" section="Social" specification="Bookmark" />
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bookmark.html</spec_url>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
-      </testcase>
-    </set>
     <set name="HumanActivityMonitor" type="js">
       <capabilities>
         <capability name="http://tizen.org/feature/sensor.stress_monitor"/>
index 44b221d8a30f9e771748a14dbdde555e2ff7c35b..381863501ee358070d1106a8fa40d158dcf1be74 100755 (executable)
         </description>
       </testcase>
     </set>
-    <set name="Bookmark" type="js">
-      <capabilities>
-        <capability name="http://tizen.org/feature/bookmark"/>
-        <capability name="http://tizen.org/feature/profile"><value>MOBILE</value></capability>
-      </capabilities>
-      <testcase component="Tizen Device APIs/Social/Bookmark" execution_type="auto" id="BookmarkFolder_exist" priority="P1" purpose="Check if BookmarkFolder exists">
-        <description>
-          <test_script_entry>/opt/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkFolder_exist.html</test_script_entry>
-        </description>
-      </testcase>
-      <testcase component="Tizen Device APIs/Social/Bookmark" execution_type="auto" id="BookmarkFolder_parent_attribute" priority="P1" purpose="Check if attribute parent of BookmarkFolder exists, has type BookmarkFolder and is readonly">
-        <description>
-          <test_script_entry>/opt/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkFolder_parent_attribute.html</test_script_entry>
-        </description>
-      </testcase>
-      <testcase component="Tizen Device APIs/Social/Bookmark" execution_type="auto" id="BookmarkFolder_title_attribute" priority="P1" purpose="Check if attribute title of BookmarkFolder exists, has type DOMString and is readonly">
-        <description>
-          <test_script_entry>/opt/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkFolder_title_attribute.html</test_script_entry>
-        </description>
-      </testcase>
-      <testcase component="Tizen Device APIs/Social/Bookmark" execution_type="auto" id="BookmarkItem_exist" priority="P1" purpose="Check if BookmarkItem exists">
-        <description>
-          <test_script_entry>/opt/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkItem_exist.html</test_script_entry>
-        </description>
-      </testcase>
-      <testcase component="Tizen Device APIs/Social/Bookmark" execution_type="auto" id="BookmarkItem_parent_attribute" priority="P1" purpose="Check if attribute parent of BookmarkItem exists, has type BookmarkFolder and is readonly">
-        <description>
-          <test_script_entry>/opt/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkItem_parent_attribute.html</test_script_entry>
-        </description>
-      </testcase>
-      <testcase component="Tizen Device APIs/Social/Bookmark" execution_type="auto" id="BookmarkItem_title_attribute" priority="P1" purpose="Check if attribute title of BookmarkItem exists, has type DOMString and is readonly">
-        <description>
-          <test_script_entry>/opt/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkItem_title_attribute.html</test_script_entry>
-        </description>
-      </testcase>
-      <testcase component="Tizen Device APIs/Social/Bookmark" execution_type="auto" id="BookmarkItem_url_attribute" priority="P1" purpose="Check if attribute url of BookmarkItem exists, has type DOMString and is readonly">
-        <description>
-          <test_script_entry>/opt/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkItem_url_attribute.html</test_script_entry>
-        </description>
-      </testcase>
-      <testcase component="Tizen Device APIs/Social/Bookmark" execution_type="auto" id="BookmarkManagerObject_notexist" priority="P3" purpose="Check if interface BookmarkManagerObject exists, it should not">
-        <description>
-          <test_script_entry>/opt/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkManagerObject_notexist.html</test_script_entry>
-        </description>
-      </testcase>
-      <testcase component="Tizen Device APIs/Social/Bookmark" execution_type="auto" id="BookmarkManager_add_exist" priority="P0" purpose="Check if method add of BookmarkManager exists">
-        <description>
-          <test_script_entry>/opt/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkManager_add_exist.html</test_script_entry>
-        </description>
-      </testcase>
-      <testcase component="Tizen Device APIs/Social/Bookmark" execution_type="auto" id="BookmarkManager_get_exist" priority="P0" purpose="Check if method get of BookmarkManager exists">
-        <description>
-          <test_script_entry>/opt/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkManager_get_exist.html</test_script_entry>
-        </description>
-      </testcase>
-      <testcase component="Tizen Device APIs/Social/Bookmark" execution_type="auto" id="BookmarkManager_notexist" priority="P3" purpose="Check if interface BookmarkManager exists, it should not">
-        <description>
-          <test_script_entry>/opt/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkManager_notexist.html</test_script_entry>
-        </description>
-      </testcase>
-      <testcase component="Tizen Device APIs/Social/Bookmark" execution_type="auto" id="BookmarkManager_remove_exist" priority="P0" purpose="Check if method remove of BookmarkManager exists">
-        <description>
-          <test_script_entry>/opt/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkManager_remove_exist.html</test_script_entry>
-        </description>
-      </testcase>
-      <testcase component="Tizen Device APIs/Social/Bookmark" execution_type="auto" id="Tizen_bookmark_exist" priority="P3" purpose="Check if Tizen implements interface BookmarkManagerObject and has attribute bookmark">
-        <description>
-          <test_script_entry>/opt/tct-deprecatedapi-tizen-tests/deprecatedapi/Tizen_bookmark_exist.html</test_script_entry>
-        </description>
-      </testcase>
-      <testcase component="Tizen Device APIs/Social/Bookmark" execution_type="auto" id="BookmarkManager_get" priority="P1" purpose="Check if BookmarkManager get method works properly">
-        <description>
-          <test_script_entry>/opt/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkManager_get.html</test_script_entry>
-        </description>
-      </testcase>
-      <testcase component="Tizen Device APIs/Social/Bookmark" execution_type="auto" id="BookmarkManager_add" priority="P1" purpose="Check if BookmarkManager add method works properly">
-        <description>
-          <test_script_entry>/opt/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkManager_add.html</test_script_entry>
-        </description>
-      </testcase>
-      <testcase component="Tizen Device APIs/Social/Bookmark" execution_type="auto" id="BookmarkManager_remove" priority="P1" purpose="Check if BookmarkManager remove method works properly">
-        <description>
-          <test_script_entry>/opt/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkManager_remove.html</test_script_entry>
-        </description>
-      </testcase>
-      <testcase component="Tizen Device APIs/Social/Bookmark" execution_type="auto" id="BookmarkManager_add_misarg" priority="P2" purpose="Check if add method with missing non-optional argument works">
-        <description>
-          <test_script_entry>/opt/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkManager_add_misarg.html</test_script_entry>
-        </description>
-      </testcase>
-      <testcase component="Tizen Device APIs/Social/Bookmark" execution_type="auto" id="BookmarkManager_add_with_parentFolder" priority="P1" purpose="Check if BookmarkManager add method with optional parentFolder attribute works properly">
-        <description>
-          <test_script_entry>/opt/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkManager_add_with_parentFolder.html</test_script_entry>
-        </description>
-      </testcase>
-      <testcase component="Tizen Device APIs/Social/Bookmark" execution_type="auto" id="BookmarkManager_get_with_parentFolder" priority="P1" purpose="Check if BookmarkManager get method with optional parentFolder argument works properly">
-        <description>
-          <test_script_entry>/opt/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkManager_get_with_parentFolder.html</test_script_entry>
-        </description>
-      </testcase>
-      <testcase component="Tizen Device APIs/Social/Bookmark" execution_type="auto" id="BookmarkManager_get_with_recursive" priority="P1" purpose="Check if BookmarkManager get method with optional recursive argument works properly">
-        <description>
-          <test_script_entry>/opt/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkManager_get_with_recursive.html</test_script_entry>
-        </description>
-      </testcase>
-      <testcase component="Tizen Device APIs/Social/Bookmark" execution_type="auto" id="BookmarkManager_get_parentFolder_TypeMismatch" priority="P2" purpose="Check argument parentFolder conversions exception">
-        <description>
-          <test_script_entry>/opt/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkManager_get_parentFolder_TypeMismatch.html</test_script_entry>
-        </description>
-      </testcase>
-      <testcase component="Tizen Device APIs/Social/Bookmark" execution_type="auto" id="BookmarkManager_get_parentFolder_invalid_obj" priority="P2" purpose="Check if the parameter parentFolder which is in get method is invalid">
-        <description>
-          <test_script_entry>/opt/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkManager_get_parentFolder_invalid_obj.html</test_script_entry>
-        </description>
-      </testcase>
-      <testcase component="Tizen Device APIs/Social/Bookmark" execution_type="auto" id="BookmarkManager_add_bookmark_TypeMismatch" priority="P2" purpose="Check argument bookmark conversions exception in add method">
-        <description>
-          <test_script_entry>/opt/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkManager_add_bookmark_TypeMismatch.html</test_script_entry>
-        </description>
-      </testcase>
-      <testcase component="Tizen Device APIs/Social/Bookmark" execution_type="auto" id="BookmarkManager_add_parentFolder_TypeMismatch" priority="P2" purpose="Check argument parentFolder conversions exception in add method">
-        <description>
-          <test_script_entry>/opt/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkManager_add_parentFolder_TypeMismatch.html</test_script_entry>
-        </description>
-      </testcase>
-      <testcase component="Tizen Device APIs/Social/Bookmark" execution_type="auto" id="BookmarkManager_add_parentFolder_invalid_obj" priority="P2" purpose="Check if the parameter parentFolder which is in add method is invalid">
-        <description>
-          <test_script_entry>/opt/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkManager_add_parentFolder_invalid_obj.html</test_script_entry>
-        </description>
-      </testcase>
-      <testcase component="Tizen Device APIs/Social/Bookmark" execution_type="auto" id="BookmarkManager_remove_with_bookmark" priority="P1" purpose="Check if BookmarkManager remove method with optional bookmark attribute works properly">
-        <description>
-          <test_script_entry>/opt/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkManager_remove_with_bookmark.html</test_script_entry>
-        </description>
-      </testcase>
-      <testcase component="Tizen Device APIs/Social/Bookmark" execution_type="auto" id="BookmarkManager_remove_bookmark_TypeMismatch" priority="P2" purpose="Check argument bookmark conversions exception in remove method">
-        <description>
-          <test_script_entry>/opt/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkManager_remove_bookmark_TypeMismatch.html</test_script_entry>
-        </description>
-      </testcase>
-      <testcase component="Tizen Device APIs/Social/Bookmark" execution_type="auto" id="BookmarkManager_in_tizen" priority="P3" purpose="Check if bookmark exists in tizen">
-        <description>
-          <test_script_entry>/opt/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkManager_in_tizen.html</test_script_entry>
-        </description>
-      </testcase>
-      <testcase component="Tizen Device APIs/Social/Bookmark" execution_type="auto" id="BookmarkManager_extend" priority="P3" purpose="Test whether the BookmarkManager object can have new attribute added">
-        <description>
-          <test_script_entry>/opt/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkManager_extend.html</test_script_entry>
-        </description>
-      </testcase>
-      <testcase component="Tizen Device APIs/Social/Bookmark" execution_type="auto" id="BookmarkItem_constructor" priority="P1" purpose="Check if the values of the attributes are equal to the arguments passed">
-        <description>
-          <test_script_entry>/opt/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkItem_constructor.html</test_script_entry>
-        </description>
-      </testcase>
-      <testcase component="Tizen Device APIs/Social/Bookmark" execution_type="auto" id="BookmarkFolder_constructor" priority="P1" purpose="Check if the values of the attributes are equal to the arguments passed for BookmarkFolder">
-        <description>
-          <test_script_entry>/opt/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkFolder_constructor.html</test_script_entry>
-        </description>
-      </testcase>
-      <testcase component="Tizen Device APIs/Social/Bookmark" execution_type="auto" id="BookmarkItem_extend" priority="P3" purpose="Test whether the BookmarkItem object can have new attribute added">
-        <description>
-          <test_script_entry>/opt/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkItem_extend.html</test_script_entry>
-        </description>
-      </testcase>
-      <testcase component="Tizen Device APIs/Social/Bookmark" execution_type="auto" id="BookmarkFolder_extend" priority="P3" purpose="Test whether the BookmarkFolder object can have new attribute added">
-        <description>
-          <test_script_entry>/opt/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkFolder_extend.html</test_script_entry>
-        </description>
-      </testcase>
-      <testcase component="Tizen Device APIs/Social/Bookmark" execution_type="auto" id="BookmarkManager_add_invalid" priority="P2" purpose="Check if BookmarkManager add method reports error given wrong bookmarks">
-        <description>
-          <test_script_entry>/opt/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkManager_add_invalid.html</test_script_entry>
-        </description>
-      </testcase>
-      <testcase component="Tizen Device APIs/Social/Bookmark" execution_type="auto" id="BookmarkManager_get_parentFolder_NotFound" priority="P2" purpose="Check if BookmarkManager::get() method throws exception when called with non-existing folder">
-        <description>
-          <test_script_entry>/opt/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkManager_get_parentFolder_NotFound.html</test_script_entry>
-        </description>
-      </testcase>
-      <testcase component="Tizen Device APIs/Social/Bookmark" execution_type="auto" id="BookmarkManager_remove_bookmarkFolder" priority="P1" purpose="Check if BookmarkManager::remove() method throws InvalidValuesError and NotFoundError">
-        <description>
-          <test_script_entry>/opt/tct-deprecatedapi-tizen-tests/deprecatedapi/BookmarkManager_remove_bookmarkFolder.html</test_script_entry>
-        </description>
-      </testcase>
-    </set>
     <set name="HumanActivityMonitor" type="js">
       <capabilities>
         <capability name="http://tizen.org/feature/sensor.stress_monitor"/>