--- /dev/null
+<!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:
+ Tomasz Kusmierz <t.kusmierz@samsung.com>
+
+-->
+<html>
+<head>
+<title>ApplicationInformation_size_attribute_check_privilege</title>
+<meta charset="utf-8">
+<script type="text/javascript" src="support/unitcommon.js"></script>
+</head>
+
+<body>
+<div id="log"></div>
+<script>
+//==== TEST: ApplicationInformation_size_attribute_check_privilege
+//==== LABEL Check if attribute value ApplicationInformation::size is forbidden without proper privilege
+//==== SPEC: Tizen Web API:Tizen Specification:Application:ApplicationInformation:size A
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html
+setup({timeout: 90000});
+
+var t = async_test(document.title, {timeout: 90000}),
+ getSuccess, getError;
+
+t.step(function () {
+ getError = t.step_func(function (error) {
+ assert_unreached("getAppsInfo() error callback invoked: name:" + error.name + "msg:" + error.message);
+ });
+ getSuccess = t.step_func(function (informationArray) {
+ assert_type(informationArray, "array", "informationArray should be an array.");
+ assert_greater_than(informationArray.length, 0, "Application should be found.");
+
+ assert_throws({"name": "SecurityError"}, function () {
+ informationArray[0].size;
+ });
+ t.done();
+ });
+
+ tizen.application.getAppsInfo(getSuccess, getError);
+}, document.title);
+
+</script>
+</body>
+</html>
</spec>
</specs>
</testcase>
- <testcase purpose="check if method CalendarManager::getCalendar() is denied without privilege" type="compliance" status="approved" component="TizenAPI/Social/Calendar" execution_type="auto" priority="P1" id="CalendarManager_getCalendar_check_privilege">
+ <testcase purpose="Check if method CalendarManager::getCalendar() is denied without privilege" type="compliance" status="approved" component="TizenAPI/Social/Calendar" execution_type="auto" priority="P1" id="CalendarManager_getCalendar_check_privilege">
<description>
<test_script_entry>/opt/tct-privilege-tizen-tests/privilege/CalendarManager_getCalendar.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="check if method CalendarManager::getCalendars() is denied without privilege" type="compliance" status="approved" component="TizenAPI/Social/Calendar" execution_type="auto" priority="P1" id="CalendarManager_getCalendars_check_privilege">
+ <testcase purpose="Check if method CalendarManager::getCalendars() is denied without privilege" type="compliance" status="approved" component="TizenAPI/Social/Calendar" execution_type="auto" priority="P1" id="CalendarManager_getCalendars_check_privilege">
<description>
<test_script_entry>/opt/tct-privilege-tizen-tests/privilege/CalendarManager_getCalendars.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="check if method CalendarManager::getDefaultCalendar() is denied without privilege" type="compliance" status="approved" component="TizenAPI/Social/Calendar" execution_type="auto" priority="P1" id="CalendarManager_getDefaultCalendar_check_privilege">
+ <testcase purpose="Check if method CalendarManager::getDefaultCalendar() is denied without privilege" type="compliance" status="approved" component="TizenAPI/Social/Calendar" execution_type="auto" priority="P1" id="CalendarManager_getDefaultCalendar_check_privilege">
<description>
<test_script_entry>/opt/tct-privilege-tizen-tests/privilege/CalendarManager_getDefaultCalendar.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="check if method ContactManager::addChangeListener() is denied without privilege" type="compliance" status="approved" component="TizenAPI/Social/Contact" execution_type="auto" priority="P1" id="ContactManager_addChangeListener_check_privilege">
+ <testcase purpose="Check if method ContactManager::addChangeListener() is denied without privilege" type="compliance" status="approved" component="TizenAPI/Social/Contact" execution_type="auto" priority="P1" id="ContactManager_addChangeListener_check_privilege">
<description>
<test_script_entry>/opt/tct-privilege-tizen-tests/privilege/ContactManager_addChangeListener.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="check if method ContactManager::find() is denied without privilege" type="compliance" status="approved" component="TizenAPI/Social/Contact" execution_type="auto" priority="P1" id="ContactManager_find_check_privilege">
+ <testcase purpose="Check if method ContactManager::find() is denied without privilege" type="compliance" status="approved" component="TizenAPI/Social/Contact" execution_type="auto" priority="P1" id="ContactManager_find_check_privilege">
<description>
<test_script_entry>/opt/tct-privilege-tizen-tests/privilege/ContactManager_find.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="check if method ContactManager::get() is denied without privilege" type="compliance" status="approved" component="TizenAPI/Social/Contact" execution_type="auto" priority="P1" id="ContactManager_get_check_privilege">
+ <testcase purpose="Check if method ContactManager::get() is denied without privilege" type="compliance" status="approved" component="TizenAPI/Social/Contact" execution_type="auto" priority="P1" id="ContactManager_get_check_privilege">
<description>
<test_script_entry>/opt/tct-privilege-tizen-tests/privilege/ContactManager_get.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="check if method ContactManager::getAddressBook() is denied without privilege" type="compliance" status="approved" component="TizenAPI/Social/Contact" execution_type="auto" priority="P1" id="ContactManager_getAddressBook_check_privilege">
+ <testcase purpose="Check if method ContactManager::getAddressBook() is denied without privilege" type="compliance" status="approved" component="TizenAPI/Social/Contact" execution_type="auto" priority="P1" id="ContactManager_getAddressBook_check_privilege">
<description>
<test_script_entry>/opt/tct-privilege-tizen-tests/privilege/ContactManager_getAddressBook.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="check if method ContactManager::getAddressBooks() is denied without privilege" type="compliance" status="approved" component="TizenAPI/Social/Contact" execution_type="auto" priority="P1" id="ContactManager_getAddressBooks_check_privilege">
+ <testcase purpose="Check if method ContactManager::getAddressBooks() is denied without privilege" type="compliance" status="approved" component="TizenAPI/Social/Contact" execution_type="auto" priority="P1" id="ContactManager_getAddressBooks_check_privilege">
<description>
<test_script_entry>/opt/tct-privilege-tizen-tests/privilege/ContactManager_getAddressBooks.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="check if method ContactManager::getDefaultAddressBook() is denied without privilege" type="compliance" status="approved" component="TizenAPI/Social/Contact" execution_type="auto" priority="P1" id="ContactManager_getDefaultAddressBook_check_privilege">
+ <testcase purpose="Check if method ContactManager::getDefaultAddressBook() is denied without privilege" type="compliance" status="approved" component="TizenAPI/Social/Contact" execution_type="auto" priority="P1" id="ContactManager_getDefaultAddressBook_check_privilege">
<description>
<test_script_entry>/opt/tct-privilege-tizen-tests/privilege/ContactManager_getDefaultAddressBook.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="check if method ContactManager::remove() is denied without privilege" type="compliance" status="approved" component="TizenAPI/Social/Contact" execution_type="auto" priority="P1" id="ContactManager_remove_check_privilege">
+ <testcase purpose="Check if method ContactManager::remove() is denied without privilege" type="compliance" status="approved" component="TizenAPI/Social/Contact" execution_type="auto" priority="P1" id="ContactManager_remove_check_privilege">
<description>
<test_script_entry>/opt/tct-privilege-tizen-tests/privilege/ContactManager_remove.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="check if method ContactManager::removeBatch() is denied without privilege" type="compliance" status="approved" component="TizenAPI/Social/Contact" execution_type="auto" priority="P1" id="ContactManager_removeBatch_check_privilege">
+ <testcase purpose="Check if method ContactManager::removeBatch() is denied without privilege" type="compliance" status="approved" component="TizenAPI/Social/Contact" execution_type="auto" priority="P1" id="ContactManager_removeBatch_check_privilege">
<description>
<test_script_entry>/opt/tct-privilege-tizen-tests/privilege/ContactManager_removeBatch.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="check if method ContactManager::removeChangeListener() is denied without privilege" type="compliance" status="approved" component="TizenAPI/Social/Contact" execution_type="auto" priority="P1" id="ContactManager_removeChangeListener_check_privilege">
+ <testcase purpose="Check if method ContactManager::removeChangeListener() is denied without privilege" type="compliance" status="approved" component="TizenAPI/Social/Contact" execution_type="auto" priority="P1" id="ContactManager_removeChangeListener_check_privilege">
<description>
<test_script_entry>/opt/tct-privilege-tizen-tests/privilege/ContactManager_removeChangeListener.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="check if method ContactManager::update() is denied without privilege" type="compliance" status="approved" component="TizenAPI/Social/Contact" execution_type="auto" priority="P1" id="ContactManager_update_check_privilege">
+ <testcase purpose="Check if method ContactManager::update() is denied without privilege" type="compliance" status="approved" component="TizenAPI/Social/Contact" execution_type="auto" priority="P1" id="ContactManager_update_check_privilege">
<description>
<test_script_entry>/opt/tct-privilege-tizen-tests/privilege/ContactManager_update.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="check if method ContactManager::updateBatch() is denied without privilege" type="compliance" status="approved" component="TizenAPI/Social/Contact" execution_type="auto" priority="P1" id="ContactManager_updateBatch_check_privilege">
+ <testcase purpose="Check if method ContactManager::updateBatch() is denied without privilege" type="compliance" status="approved" component="TizenAPI/Social/Contact" execution_type="auto" priority="P1" id="ContactManager_updateBatch_check_privilege">
<description>
<test_script_entry>/opt/tct-privilege-tizen-tests/privilege/ContactManager_updateBatch.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="check if method ContentManager::find() is denied without privilege" type="compliance" status="approved" component="TizenAPI/Content/Content" execution_type="auto" priority="P1" id="ContentManager_find_check_privilege">
+ <testcase purpose="Check if method ContentManager::find() is denied without privilege" type="compliance" status="approved" component="TizenAPI/Content/Content" execution_type="auto" priority="P1" id="ContentManager_find_check_privilege">
<description>
<test_script_entry>/opt/tct-privilege-tizen-tests/privilege/ContentManager_find.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="check if method ContentManager::update() is denied without privilege" type="compliance" status="approved" component="TizenAPI/Content/Content" execution_type="auto" priority="P1" id="ContentManager_update_check_privilege">
+ <testcase purpose="Check if method ContentManager::update() is denied without privilege" type="compliance" status="approved" component="TizenAPI/Content/Content" execution_type="auto" priority="P1" id="ContentManager_update_check_privilege">
<description>
<test_script_entry>/opt/tct-privilege-tizen-tests/privilege/ContentManager_update.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="check if method ContentManager::updateBatch() is denied without privilege" type="compliance" status="approved" component="TizenAPI/Content/Content" execution_type="auto" priority="P1" id="ContentManager_updateBatch_check_privilege">
+ <testcase purpose="Check if method ContentManager::updateBatch() is denied without privilege" type="compliance" status="approved" component="TizenAPI/Content/Content" execution_type="auto" priority="P1" id="ContentManager_updateBatch_check_privilege">
<description>
<test_script_entry>/opt/tct-privilege-tizen-tests/privilege/ContentManager_updateBatch.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="check if method DownloadManager::start() is denied without privilege" type="compliance" status="approved" component="TizenAPI/Content/Download" execution_type="auto" priority="P1" id="DownloadManager_start_check_privilege">
+ <testcase purpose="Check if method DownloadManager::start() is denied without privilege" type="compliance" status="approved" component="TizenAPI/Content/Download" execution_type="auto" priority="P1" id="DownloadManager_start_check_privilege">
<description>
<test_script_entry>/opt/tct-privilege-tizen-tests/privilege/DownloadManager_start.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="check if method CalendarEvent::expandRecurrence() is denied without privilege" type="compliance" status="approved" component="TizenAPI/Social/Calendar" execution_type="auto" priority="P1" id="CalendarEvent_expandRecurrence_check_privilege">
+ <testcase purpose="Check if method CalendarEvent::expandRecurrence() is denied without privilege" type="compliance" status="approved" component="TizenAPI/Social/Calendar" execution_type="auto" priority="P1" id="CalendarEvent_expandRecurrence_check_privilege">
<description>
<test_script_entry>/opt/tct-privilege-tizen-tests/privilege/CalendarEvent_expandRecurrence.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="check if method CalendarManager::getUnifiedCalendar() is denied without privilege" type="compliance" status="approved" component="TizenAPI/Social/Calendar" execution_type="auto" priority="P1" id="CalendarManager_getUnifiedCalendar_check_privilege">
+ <testcase purpose="Check if method CalendarManager::getUnifiedCalendar() is denied without privilege" type="compliance" status="approved" component="TizenAPI/Social/Calendar" execution_type="auto" priority="P1" id="CalendarManager_getUnifiedCalendar_check_privilege">
<description>
<test_script_entry>/opt/tct-privilege-tizen-tests/privilege/CalendarManager_getUnifiedCalendar.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="check if method ContactManager::getUnifiedAddressBook() is denied without privilege" type="compliance" status="approved" component="TizenAPI/Social/Contact" execution_type="auto" priority="P1" id="ContactManager_getUnifiedAddressBook_check_privilege">
+ <testcase purpose="Check if method ContactManager::getUnifiedAddressBook() is denied without privilege" type="compliance" status="approved" component="TizenAPI/Social/Contact" execution_type="auto" priority="P1" id="ContactManager_getUnifiedAddressBook_check_privilege">
<description>
<test_script_entry>/opt/tct-privilege-tizen-tests/privilege/ContactManager_getUnififedAddressBook.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="check if method ContentManager::scanFile() is denied without privilege" type="compliance" status="approved" component="TizenAPI/Content/Content" execution_type="auto" priority="P1" id="ContentManager_scanFile_check_privilege">
+ <testcase purpose="Check if method ContentManager::scanFile() is denied without privilege" type="compliance" status="approved" component="TizenAPI/Content/Content" execution_type="auto" priority="P1" id="ContentManager_scanFile_check_privilege">
<description>
<test_script_entry>/opt/tct-privilege-tizen-tests/privilege/ContentManager_scanFile.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="check if method ContentManager::setChangeListener() is denied without privilege" type="compliance" status="approved" component="TizenAPI/Content/Content" execution_type="auto" priority="P1" id="ContentManager_setChangeListener_check_privilege">
+ <testcase purpose="Check if method ContentManager::setChangeListener() is denied without privilege" type="compliance" status="approved" component="TizenAPI/Content/Content" execution_type="auto" priority="P1" id="ContentManager_setChangeListener_check_privilege">
<description>
<test_script_entry>/opt/tct-privilege-tizen-tests/privilege/ContentManager_setChangeListener.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="check if method ContentManager::unsetChangeListener() is denied without privilege" type="compliance" status="approved" component="TizenAPI/Content/Content" execution_type="auto" priority="P1" id="ContentManager_unsetChangeListener_check_privilege">
+ <testcase purpose="Check if method ContentManager::unsetChangeListener() is denied without privilege" type="compliance" status="approved" component="TizenAPI/Content/Content" execution_type="auto" priority="P1" id="ContentManager_unsetChangeListener_check_privilege">
<description>
<test_script_entry>/opt/tct-privilege-tizen-tests/privilege/ContentManager_unsetChangeListener.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
+ <testcase purpose="Check if attribute value ApplicationInformation::size is forbidden without proper privilege" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="ApplicationInformation_size_attribute_check_privilege">
+ <description>
+ <test_script_entry>/opt/tct-privilege-tizen-tests/privilege/ApplicationInformation_size_attribute.html</test_script_entry>
+ </description>
+ <specs>
+ <spec>
+ <spec_assertion interface="ApplicationInformation" element_type="attribute" element_name="size" specification="Application" section="Application" category="Tizen Device API Specifications"/>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
+ <spec_statement>TBD</spec_statement>
+ </spec>
+ </specs>
+ </testcase>
</set>
</suite>
</test_definition>
<test_script_entry>/opt/tct-privilege-tizen-tests/privilege/BookmarkManager_remove.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check if method CalendarManager::getCalendar() is denied without privilege" component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarManager_getCalendar_check_privilege">
+ <testcase purpose="Check if method CalendarManager::getCalendar() is denied without privilege" component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarManager_getCalendar_check_privilege">
<description>
<test_script_entry>/opt/tct-privilege-tizen-tests/privilege/CalendarManager_getCalendar.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check if method CalendarManager::getCalendars() is denied without privilege" component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarManager_getCalendars_check_privilege">
+ <testcase purpose="Check if method CalendarManager::getCalendars() is denied without privilege" component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarManager_getCalendars_check_privilege">
<description>
<test_script_entry>/opt/tct-privilege-tizen-tests/privilege/CalendarManager_getCalendars.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check if method CalendarManager::getDefaultCalendar() is denied without privilege" component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarManager_getDefaultCalendar_check_privilege">
+ <testcase purpose="Check if method CalendarManager::getDefaultCalendar() is denied without privilege" component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarManager_getDefaultCalendar_check_privilege">
<description>
<test_script_entry>/opt/tct-privilege-tizen-tests/privilege/CalendarManager_getDefaultCalendar.html</test_script_entry>
</description>
<test_script_entry>/opt/tct-privilege-tizen-tests/privilege/CallHistory_removeChangeListener.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check if method ContactManager::addChangeListener() is denied without privilege" component="TizenAPI/Social/Contact" execution_type="auto" id="ContactManager_addChangeListener_check_privilege">
+ <testcase purpose="Check if method ContactManager::addChangeListener() is denied without privilege" component="TizenAPI/Social/Contact" execution_type="auto" id="ContactManager_addChangeListener_check_privilege">
<description>
<test_script_entry>/opt/tct-privilege-tizen-tests/privilege/ContactManager_addChangeListener.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check if method ContactManager::find() is denied without privilege" component="TizenAPI/Social/Contact" execution_type="auto" id="ContactManager_find_check_privilege">
+ <testcase purpose="Check if method ContactManager::find() is denied without privilege" component="TizenAPI/Social/Contact" execution_type="auto" id="ContactManager_find_check_privilege">
<description>
<test_script_entry>/opt/tct-privilege-tizen-tests/privilege/ContactManager_find.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check if method ContactManager::get() is denied without privilege" component="TizenAPI/Social/Contact" execution_type="auto" id="ContactManager_get_check_privilege">
+ <testcase purpose="Check if method ContactManager::get() is denied without privilege" component="TizenAPI/Social/Contact" execution_type="auto" id="ContactManager_get_check_privilege">
<description>
<test_script_entry>/opt/tct-privilege-tizen-tests/privilege/ContactManager_get.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check if method ContactManager::getAddressBook() is denied without privilege" component="TizenAPI/Social/Contact" execution_type="auto" id="ContactManager_getAddressBook_check_privilege">
+ <testcase purpose="Check if method ContactManager::getAddressBook() is denied without privilege" component="TizenAPI/Social/Contact" execution_type="auto" id="ContactManager_getAddressBook_check_privilege">
<description>
<test_script_entry>/opt/tct-privilege-tizen-tests/privilege/ContactManager_getAddressBook.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check if method ContactManager::getAddressBooks() is denied without privilege" component="TizenAPI/Social/Contact" execution_type="auto" id="ContactManager_getAddressBooks_check_privilege">
+ <testcase purpose="Check if method ContactManager::getAddressBooks() is denied without privilege" component="TizenAPI/Social/Contact" execution_type="auto" id="ContactManager_getAddressBooks_check_privilege">
<description>
<test_script_entry>/opt/tct-privilege-tizen-tests/privilege/ContactManager_getAddressBooks.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check if method ContactManager::getDefaultAddressBook() is denied without privilege" component="TizenAPI/Social/Contact" execution_type="auto" id="ContactManager_getDefaultAddressBook_check_privilege">
+ <testcase purpose="Check if method ContactManager::getDefaultAddressBook() is denied without privilege" component="TizenAPI/Social/Contact" execution_type="auto" id="ContactManager_getDefaultAddressBook_check_privilege">
<description>
<test_script_entry>/opt/tct-privilege-tizen-tests/privilege/ContactManager_getDefaultAddressBook.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check if method ContactManager::remove() is denied without privilege" component="TizenAPI/Social/Contact" execution_type="auto" id="ContactManager_remove_check_privilege">
+ <testcase purpose="Check if method ContactManager::remove() is denied without privilege" component="TizenAPI/Social/Contact" execution_type="auto" id="ContactManager_remove_check_privilege">
<description>
<test_script_entry>/opt/tct-privilege-tizen-tests/privilege/ContactManager_remove.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check if method ContactManager::removeBatch() is denied without privilege" component="TizenAPI/Social/Contact" execution_type="auto" id="ContactManager_removeBatch_check_privilege">
+ <testcase purpose="Check if method ContactManager::removeBatch() is denied without privilege" component="TizenAPI/Social/Contact" execution_type="auto" id="ContactManager_removeBatch_check_privilege">
<description>
<test_script_entry>/opt/tct-privilege-tizen-tests/privilege/ContactManager_removeBatch.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check if method ContactManager::removeChangeListener() is denied without privilege" component="TizenAPI/Social/Contact" execution_type="auto" id="ContactManager_removeChangeListener_check_privilege">
+ <testcase purpose="Check if method ContactManager::removeChangeListener() is denied without privilege" component="TizenAPI/Social/Contact" execution_type="auto" id="ContactManager_removeChangeListener_check_privilege">
<description>
<test_script_entry>/opt/tct-privilege-tizen-tests/privilege/ContactManager_removeChangeListener.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check if method ContactManager::update() is denied without privilege" component="TizenAPI/Social/Contact" execution_type="auto" id="ContactManager_update_check_privilege">
+ <testcase purpose="Check if method ContactManager::update() is denied without privilege" component="TizenAPI/Social/Contact" execution_type="auto" id="ContactManager_update_check_privilege">
<description>
<test_script_entry>/opt/tct-privilege-tizen-tests/privilege/ContactManager_update.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check if method ContactManager::updateBatch() is denied without privilege" component="TizenAPI/Social/Contact" execution_type="auto" id="ContactManager_updateBatch_check_privilege">
+ <testcase purpose="Check if method ContactManager::updateBatch() is denied without privilege" component="TizenAPI/Social/Contact" execution_type="auto" id="ContactManager_updateBatch_check_privilege">
<description>
<test_script_entry>/opt/tct-privilege-tizen-tests/privilege/ContactManager_updateBatch.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check if method ContentManager::find() is denied without privilege" component="TizenAPI/Content/Content" execution_type="auto" id="ContentManager_find_check_privilege">
+ <testcase purpose="Check if method ContentManager::find() is denied without privilege" component="TizenAPI/Content/Content" execution_type="auto" id="ContentManager_find_check_privilege">
<description>
<test_script_entry>/opt/tct-privilege-tizen-tests/privilege/ContentManager_find.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check if method ContentManager::update() is denied without privilege" component="TizenAPI/Content/Content" execution_type="auto" id="ContentManager_update_check_privilege">
+ <testcase purpose="Check if method ContentManager::update() is denied without privilege" component="TizenAPI/Content/Content" execution_type="auto" id="ContentManager_update_check_privilege">
<description>
<test_script_entry>/opt/tct-privilege-tizen-tests/privilege/ContentManager_update.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check if method ContentManager::updateBatch() is denied without privilege" component="TizenAPI/Content/Content" execution_type="auto" id="ContentManager_updateBatch_check_privilege">
+ <testcase purpose="Check if method ContentManager::updateBatch() is denied without privilege" component="TizenAPI/Content/Content" execution_type="auto" id="ContentManager_updateBatch_check_privilege">
<description>
<test_script_entry>/opt/tct-privilege-tizen-tests/privilege/ContentManager_updateBatch.html</test_script_entry>
</description>
<test_script_entry>/opt/tct-privilege-tizen-tests/privilege/DataSynchronizationManager_update.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check if method DownloadManager::start() is denied without privilege" component="TizenAPI/Content/Download" execution_type="auto" id="DownloadManager_start_check_privilege">
+ <testcase purpose="Check if method DownloadManager::start() is denied without privilege" component="TizenAPI/Content/Download" execution_type="auto" id="DownloadManager_start_check_privilege">
<description>
<test_script_entry>/opt/tct-privilege-tizen-tests/privilege/DownloadManager_start.html</test_script_entry>
</description>
<test_script_entry>/opt/tct-privilege-tizen-tests/privilege/SystemSettingManager_setProperty.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check if method CalendarEvent::expandRecurrence() is denied without privilege" component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarEvent_expandRecurrence_check_privilege">
+ <testcase purpose="Check if method CalendarEvent::expandRecurrence() is denied without privilege" component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarEvent_expandRecurrence_check_privilege">
<description>
<test_script_entry>/opt/tct-privilege-tizen-tests/privilege/CalendarEvent_expandRecurrence.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check if method CalendarManager::getUnifiedCalendar() is denied without privilege" component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarManager_getUnifiedCalendar_check_privilege">
+ <testcase purpose="Check if method CalendarManager::getUnifiedCalendar() is denied without privilege" component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarManager_getUnifiedCalendar_check_privilege">
<description>
<test_script_entry>/opt/tct-privilege-tizen-tests/privilege/CalendarManager_getUnifiedCalendar.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check if method ContactManager::getUnifiedAddressBook() is denied without privilege" component="TizenAPI/Social/Contact" execution_type="auto" id="ContactManager_getUnifiedAddressBook_check_privilege">
+ <testcase purpose="Check if method ContactManager::getUnifiedAddressBook() is denied without privilege" component="TizenAPI/Social/Contact" execution_type="auto" id="ContactManager_getUnifiedAddressBook_check_privilege">
<description>
<test_script_entry>/opt/tct-privilege-tizen-tests/privilege/ContactManager_getUnififedAddressBook.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check if method ContentManager::scanFile() is denied without privilege" component="TizenAPI/Content/Content" execution_type="auto" id="ContentManager_scanFile_check_privilege">
+ <testcase purpose="Check if method ContentManager::scanFile() is denied without privilege" component="TizenAPI/Content/Content" execution_type="auto" id="ContentManager_scanFile_check_privilege">
<description>
<test_script_entry>/opt/tct-privilege-tizen-tests/privilege/ContentManager_scanFile.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check if method ContentManager::setChangeListener() is denied without privilege" component="TizenAPI/Content/Content" execution_type="auto" id="ContentManager_setChangeListener_check_privilege">
+ <testcase purpose="Check if method ContentManager::setChangeListener() is denied without privilege" component="TizenAPI/Content/Content" execution_type="auto" id="ContentManager_setChangeListener_check_privilege">
<description>
<test_script_entry>/opt/tct-privilege-tizen-tests/privilege/ContentManager_setChangeListener.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check if method ContentManager::unsetChangeListener() is denied without privilege" component="TizenAPI/Content/Content" execution_type="auto" id="ContentManager_unsetChangeListener_check_privilege">
+ <testcase purpose="Check if method ContentManager::unsetChangeListener() is denied without privilege" component="TizenAPI/Content/Content" execution_type="auto" id="ContentManager_unsetChangeListener_check_privilege">
<description>
<test_script_entry>/opt/tct-privilege-tizen-tests/privilege/ContentManager_unsetChangeListener.html</test_script_entry>
</description>
<test_script_entry>/opt/tct-privilege-tizen-tests/privilege/WebSettingManager_removeAllCookies.html</test_script_entry>
</description>
</testcase>
+ <testcase purpose="Check if attribute value ApplicationInformation::size is forbidden without proper privilege" component="TizenAPI/Application/Application" execution_type="auto" id="ApplicationInformation_size_attribute_check_privilege">
+ <description>
+ <test_script_entry>/opt/tct-privilege-tizen-tests/privilege/ApplicationInformation_size_attribute.html</test_script_entry>
+ </description>
+ </testcase>
</set>
</suite>
</test_definition>