+<!DOCTYPE html>
<!--
Copyright (c) 2013 Samsung Electronics Co., Ltd.
Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<!doctype html>
<html lang="en">
<head>
<title>privilege/alarm/AlarmManager_add</title>
<meta charset="utf-8">
-<script language="javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
<body>
test(function () {
assert_throws({
- name: 'SecurityError'
+ name: "SecurityError"
}, function () {
tizen.alarm.add();
});
-}, 'AlarmManager_add');
+}, "AlarmManager_add");
</script>
</body>
+<!DOCTYPE html>
<!--
Copyright (c) 2013 Samsung Electronics Co., Ltd.
Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<!doctype html>
<html lang="en">
<head>
<title>privilege/alarm/AlarmManager_remove</title>
<meta charset="utf-8">
-<script language="javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
<body>
test(function () {
assert_throws({
- name: 'SecurityError'
+ name: "SecurityError"
}, function () {
tizen.alarm.remove();
});
-}, 'AlarmManager_remove');
+}, "AlarmManager_remove");
</script>
</body>
+<!DOCTYPE html>
<!--
Copyright (c) 2013 Samsung Electronics Co., Ltd.
Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<!doctype html>
<html lang="en">
<head>
<title>privilege/alarm/AlarmManager_removeAll</title>
<meta charset="utf-8">
-<script language="javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
<body>
test(function () {
assert_throws({
- name: 'SecurityError'
+ name: "SecurityError"
}, function () {
tizen.alarm.removeAll();
});
-}, 'AlarmManager_removeAll');
+}, "AlarmManager_removeAll");
</script>
</body>
+<!DOCTYPE html>
<!--
Copyright (c) 2013 Samsung Electronics Co., Ltd.
Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<!doctype html>
<html lang="en">
<head>
<title>privilege/application/ApplicationManager_getAppCerts</title>
<meta charset="utf-8">
-<script language="javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
<body>
//==== SPEC_URL: https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/application.html
test(function () {
- assert_throws({'name': 'SecurityError'}, function () {
+ assert_throws({"name": "SecurityError"}, function () {
tizen.application.getAppCerts();
});
-}, 'ApplicationManager_getAppCerts');
+}, "ApplicationManager_getAppCerts");
</script>
</body>
+<!DOCTYPE html>
<!--
Copyright (c) 2013 Samsung Electronics Co., Ltd.
Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<!doctype html>
<html lang="en">
<head>
<title>privilege/application/ApplicationManager_kill</title>
<meta charset="utf-8">
-<script language="javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
<body>
//==== SPEC_URL: https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/application.html
test(function () {
- assert_throws({'name': 'SecurityError'}, function () {
+ assert_throws({"name": "SecurityError"}, function () {
tizen.application.kill();
});
-}, 'ApplicationManager_kill');
+}, "ApplicationManager_kill");
</script>
</body>
+<!DOCTYPE html>
<!--
Copyright (c) 2013 Samsung Electronics Co., Ltd.
Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<!doctype html>
<html lang="en">
<head>
<title>privilege/application/ApplicationManager_launch</title>
<meta charset="utf-8">
-<script language="javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
<body>
//==== SPEC_URL: https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/application.html
test(function () {
- assert_throws({'name': 'SecurityError'}, function () {
+ assert_throws({"name": "SecurityError"}, function () {
tizen.application.launch();
});
-}, 'ApplicationManager_launch');
+}, "ApplicationManager_launch");
</script>
</body>
+<!DOCTYPE html>
<!--
Copyright (c) 2013 Samsung Electronics Co., Ltd.
Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<!doctype html>
<html lang="en">
<head>
<title>privilege/application/ApplicationManager_launchAppControl</title>
<meta charset="utf-8">
-<script language="javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
<body>
//==== SPEC_URL: https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/application.html
test(function () {
- assert_throws({'name': 'SecurityError'}, function () {
+ assert_throws({"name": "SecurityError"}, function () {
tizen.application.launchAppControl();
});
-}, 'ApplicationManager_launchAppControl');
+}, "ApplicationManager_launchAppControl");
</script>
</body>
+<!DOCTYPE html>
<!--
Copyright (c) 2013 Samsung Electronics Co., Ltd.
Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<!doctype html>
<html lang="en">
<head>
<title>BluetoothManagerr_getDefaultAdapter</title>
<meta charset="utf-8">
-<script language="javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
<body>
var deviceCapabilities = tizen.systeminfo.getCapabilities();
// if bluetooth is not supported then skip this test
- assert_own_property(deviceCapabilities, 'bluetooth', 'deviceCapabilities');
+ assert_own_property(deviceCapabilities, "bluetooth", "deviceCapabilities");
if (!deviceCapabilities.bluetooth) {
return; // test will PASS
}
- assert_throws({'name': 'SecurityError'}, function () {
+ assert_throws({"name": "SecurityError"}, function () {
tizen.bluetooth.getDefaultAdapter();
});
-}, 'BluetoothManagerr_getDefaultAdapter');
+}, "BluetoothManagerr_getDefaultAdapter");
</script>
</body>
+<!DOCTYPE html>
<!--
Copyright (c) 2013 Samsung Electronics Co., Ltd.
Piotr Szydelko <p.szydelko@samsung.com>
-->
-<!doctype html>
<html lang="en">
<head>
<title>privilege/bookmark/BookmarkManager_add</title>
<meta charset="utf-8">
-<script language="javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
<body>
//==== SPEC_URL: https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/bookmark.html
test(function () {
- assert_throws({'name': 'SecurityError'}, function () {
+ assert_throws({"name": "SecurityError"}, function () {
tizen.bookmark.add();
});
-}, 'BookmarkManager_add');
+}, "BookmarkManager_add");
</script>
</body>
+<!DOCTYPE html>
<!--
Copyright (c) 2013 Samsung Electronics Co., Ltd.
Piotr Szydelko <p.szydelko@samsung.com>
-->
-<!doctype html>
<html lang="en">
<head>
<title>privilege/bookmark/BookmarkManager_get</title>
<meta charset="utf-8">
-<script language="javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
<body>
//==== SPEC_URL: https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/bookmark.html
test(function () {
- assert_throws({'name': 'SecurityError'}, function () {
+ assert_throws({"name": "SecurityError"}, function () {
tizen.bookmark.get();
});
-}, 'BookmarkManager_get');
+}, "BookmarkManager_get");
</script>
</body>
+<!DOCTYPE html>
<!--
Copyright (c) 2013 Samsung Electronics Co., Ltd.
Piotr Szydelko <p.szydelko@samsung.com>
-->
-<!doctype html>
<html lang="en">
<head>
<title>privilege/bookmark/BookmarkManager_remove</title>
<meta charset="utf-8">
-<script language="javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
<body>
//==== SPEC_URL: https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/bookmark.html
test(function () {
- assert_throws({'name': 'SecurityError'}, function () {
+ assert_throws({"name": "SecurityError"}, function () {
tizen.bookmark.remove();
});
-}, 'BookmarkManager_remove');
+}, "BookmarkManager_remove");
</script>
</body>
+<!DOCTYPE html>
<!--
Copyright (c) 2013 Samsung Electronics Co., Ltd.
Piotr Szydelko <p.szydelko@samsung.com>
-->
-<!doctype html>
<html lang="en">
<head>
<title>Calendar/privilege_calendar</title>
<meta charset="utf-8">
-<script language="javascript" src="../resources/unitcommon.js"></script>
-<script language="javascript" src="support/messaging_common.js"></script>
+<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
<body>
-<div id=log></div>
+<div id="log"></div>
<script>
//==== TEST: CalendarEvent_expandRecurrence_check_privilege
test(function () {
calendar_event = new tizen.CalendarEvent({
- summary: 'Test expand',
+ summary: "Test expand",
startDate: new tizen.TZDate(2013, 3, 10),
endDate: new tizen.TZDate(2013, 3, 15),
duration: new tizen.TimeDuration(1, "HOURS"),
}, function () {
calendar_event.expandRecurrence(calendar_event.startDate, calendar_event.endDate, function() {});
});
-}, 'CalendarEvent_expandRecurrence');
+}, "CalendarEvent_expandRecurrence");
</script>
</body>
+<!DOCTYPE html>
<!--
Copyright (c) 2013 Samsung Electronics Co., Ltd.
Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<!doctype html>
<html lang="en">
<head>
<title>Calendar/privilege_calendar</title>
<meta charset="utf-8">
-<script language="javascript" src="../resources/unitcommon.js"></script>
-<script language="javascript" src="support/messaging_common.js"></script>
+<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
<body>
-<div id=log></div>
+<div id="log"></div>
<script>
//==== TEST: CalendarManager_getCalendar_check_privilege
assert_throws({
name: "SecurityError"
}, function () {
- tizen.calendar.getCalendar()
+ tizen.calendar.getCalendar();
});
-}, 'CalendarManager_getCalendar');
+}, "CalendarManager_getCalendar");
</script>
</body>
+<!DOCTYPE html>
<!--
Copyright (c) 2013 Samsung Electronics Co., Ltd.
Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<!doctype html>
<html lang="en">
<head>
<title>Calendar/privilege_calendar</title>
<meta charset="utf-8">
-<script language="javascript" src="../resources/unitcommon.js"></script>
-<script language="javascript" src="support/messaging_common.js"></script>
+<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
<body>
-<div id=log></div>
+<div id="log"></div>
<script>
//==== TEST: CalendarManager_getCalendars_check_privilege
assert_throws({
name: "SecurityError"
}, function () {
- tizen.calendar.getCalendars()
+ tizen.calendar.getCalendars();
});
-}, 'CalendarManager_getCalendars');
+}, "CalendarManager_getCalendars");
</script>
</body>
+<!DOCTYPE html>
<!--
Copyright (c) 2013 Samsung Electronics Co., Ltd.
Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<!doctype html>
<html lang="en">
<head>
<title>Calendar/privilege_calendar</title>
<meta charset="utf-8">
-<script language="javascript" src="../resources/unitcommon.js"></script>
-<script language="javascript" src="support/messaging_common.js"></script>
+<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
<body>
-<div id=log></div>
+<div id="log"></div>
<script>
//==== TEST: CalendarManager_getDefaultCalendar_check_privilege
assert_throws({
name: "SecurityError"
}, function () {
- tizen.calendar.getDefaultCalendar()
+ tizen.calendar.getDefaultCalendar();
});
-}, 'CalendarManager_getDefaultCalendar');
+}, "CalendarManager_getDefaultCalendar");
</script>
</body>
+<!DOCTYPE html>
<!--
Copyright (c) 2013 Samsung Electronics Co., Ltd.
Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<!doctype html>
<html lang="en">
<head>
<title>Calendar/privilege_calendar</title>
<meta charset="utf-8">
-<script language="javascript" src="../resources/unitcommon.js"></script>
-<script language="javascript" src="support/messaging_common.js"></script>
+<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
<body>
-<div id=log></div>
+<div id="log"></div>
<script>
//==== TEST: CalendarManager_getUnifiedCalendar_check_privilege
//==== SPEC_URL: https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/calendar.html
test(function () {
assert_throws({
- name: 'SecurityError'
+ name: "SecurityError"
}, function () {
- tizen.calendar.getUnifiedCalendar('EVENT');
+ tizen.calendar.getUnifiedCalendar("EVENT");
});
-}, 'CalendarManager_getUnifiedCalendar');
+}, "CalendarManager_getUnifiedCalendar");
</script>
</body>
+<!DOCTYPE html>
<!--
Copyright (c) 2013 Samsung Electronics Co., Ltd.
Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<!doctype html>
<html lang="en">
<head>
<title>CallHistory_addChangeListener</title>
<meta charset="utf-8">
-<script language="javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
<body>
//==== SPEC: Tizen Web API:Tizen Specification:Callhistory:CallHistory:addChangeListener M
//==== SPEC_URL: https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/callhistory.html
test(function () {
- assert_throws({'name': 'SecurityError'}, function () {
+ assert_throws({"name": "SecurityError"}, function () {
tizen.callhistory.addChangeListener();
});
-}, 'CallHistory_addChangeListener');
+}, "CallHistory_addChangeListener");
</script>
</body>
+<!DOCTYPE html>
<!--
Copyright (c) 2013 Samsung Electronics Co., Ltd.
Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<!doctype html>
<html lang="en">
<head>
<title>CallHistory_find</title>
<meta charset="utf-8">
-<script language="javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
<body>
//==== SPEC: Tizen Web API:Tizen Specification:Callhistory:CallHistory:find M
//==== SPEC_URL: https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/callhistory.html
test(function () {
- assert_throws({'name': 'SecurityError'}, function () {
+ assert_throws({"name": "SecurityError"}, function () {
tizen.callhistory.find();
});
-}, 'CallHistory_find');
+}, "CallHistory_find");
</script>
</body>
+<!DOCTYPE html>
<!--
Copyright (c) 2013 Samsung Electronics Co., Ltd.
Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<!doctype html>
<html lang="en">
<head>
<title>CallHistory_remove</title>
<meta charset="utf-8">
-<script language="javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
<body>
//==== SPEC: Tizen Web API:Tizen Specification:Callhistory:CallHistory:remove M
//==== SPEC_URL: https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/callhistory.html
test(function () {
- assert_throws({'name': 'SecurityError'}, function () {
+ assert_throws({"name": "SecurityError"}, function () {
tizen.callhistory.remove();
});
-}, 'CallHistory_remove');
+}, "CallHistory_remove");
</script>
</body>
+<!DOCTYPE html>
<!--
Copyright (c) 2013 Samsung Electronics Co., Ltd.
Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<!doctype html>
<html lang="en">
<head>
<title>CallHistory_removeAll</title>
<meta charset="utf-8">
-<script language="javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
<body>
//==== SPEC: Tizen Web API:Tizen Specification:Callhistory:CallHistory:removeAll M
//==== SPEC_URL: https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/callhistory.html
test(function () {
- assert_throws({'name': 'SecurityError'}, function () {
+ assert_throws({"name": "SecurityError"}, function () {
tizen.callhistory.removeAll();
});
-}, 'CallHistory_removeAll');
+}, "CallHistory_removeAll");
</script>
</body>
+<!DOCTYPE html>
<!--
Copyright (c) 2013 Samsung Electronics Co., Ltd.
Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<!doctype html>
<html lang="en">
<head>
<title>CallHistory_removeBatch</title>
<meta charset="utf-8">
-<script language="javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
<body>
//==== SPEC: Tizen Web API:Tizen Specification:Callhistory:CallHistory:removeBatch M
//==== SPEC_URL: https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/callhistory.html
test(function () {
- assert_throws({'name': 'SecurityError'}, function () {
+ assert_throws({"name": "SecurityError"}, function () {
tizen.callhistory.removeBatch();
});
-}, 'CallHistory_removeBatch');
+}, "CallHistory_removeBatch");
</script>
</body>
+<!DOCTYPE html>
<!--
Copyright (c) 2013 Samsung Electronics Co., Ltd.
Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<!doctype html>
<html lang="en">
<head>
<title>CallHistory_removeChangeListener</title>
<meta charset="utf-8">
-<script language="javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
<body>
//==== SPEC: Tizen Web API:Tizen Specification:Callhistory:CallHistory:removeChangeListener M
//==== SPEC_URL: https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/callhistory.html
test(function () {
- assert_throws({'name': 'SecurityError'}, function () {
+ assert_throws({"name": "SecurityError"}, function () {
tizen.callhistory.removeChangeListener();
});
-}, 'CallHistory_removeChangeListener');
+}, "CallHistory_removeChangeListener");
</script>
</body>
+<!DOCTYPE html>
<!--
Copyright (c) 2013 Samsung Electronics Co., Ltd.
Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<!doctype html>
<html lang="en">
<head>
<title>Contact/privilege_contact</title>
<meta charset="utf-8">
-<script language="javascript" src="../resources/unitcommon.js"></script>
-<script language="javascript" src="support/messaging_common.js"></script>
+<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
<body>
-<div id=log></div>
+<div id="log"></div>
<script>
//==== TEST: ContactManager_addChangeListener_check_privilege
assert_throws({
name: "SecurityError"
}, function () {
- tizen.contact.addChangeListener()
+ tizen.contact.addChangeListener();
});
-}, 'ContactManager_addChangeListener');
+}, "ContactManager_addChangeListener");
</script>
</body>
+<!DOCTYPE html>
<!--
Copyright (c) 2013 Samsung Electronics Co., Ltd.
Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<!doctype html>
<html lang="en">
<head>
<title>Contact/privilege_contact</title>
<meta charset="utf-8">
-<script language="javascript" src="../resources/unitcommon.js"></script>
-<script language="javascript" src="support/messaging_common.js"></script>
+<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
<body>
-<div id=log></div>
+<div id="log"></div>
<script>
//==== TEST: ContactManager_find_check_privilege
assert_throws({
name: "SecurityError"
}, function () {
- tizen.contact.find()
+ tizen.contact.find();
});
-}, 'ContactManager_find');
+}, "ContactManager_find");
</script>
</body>
+<!DOCTYPE html>
<!--
Copyright (c) 2013 Samsung Electronics Co., Ltd.
Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<!doctype html>
<html lang="en">
<head>
<title>Contact/privilege_contact</title>
<meta charset="utf-8">
-<script language="javascript" src="../resources/unitcommon.js"></script>
-<script language="javascript" src="support/messaging_common.js"></script>
+<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
<body>
-<div id=log></div>
+<div id="log"></div>
<script>
//==== TEST: ContactManager_get_check_privilege
assert_throws({
name: "SecurityError"
}, function () {
- tizen.contact.get()
+ tizen.contact.get();
});
-}, 'ContactManager_get');
+}, "ContactManager_get");
</script>
</body>
+<!DOCTYPE html>
<!--
Copyright (c) 2013 Samsung Electronics Co., Ltd.
Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<!doctype html>
<html lang="en">
<head>
<title>Contact/privilege_contact</title>
<meta charset="utf-8">
-<script language="javascript" src="../resources/unitcommon.js"></script>
-<script language="javascript" src="support/messaging_common.js"></script>
+<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
<body>
-<div id=log></div>
+<div id="log"></div>
<script>
//==== TEST: ContactManager_getAddressBook_check_privilege
assert_throws({
name: "SecurityError"
}, function () {
- tizen.contact.getAddressBook()
+ tizen.contact.getAddressBook();
});
-}, 'ContactManager_getAddressBook');
+}, "ContactManager_getAddressBook");
</script>
</body>
+<!DOCTYPE html>
<!--
Copyright (c) 2013 Samsung Electronics Co., Ltd.
Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<!doctype html>
<html lang="en">
<head>
<title>Contact/privilege_contact</title>
<meta charset="utf-8">
-<script language="javascript" src="../resources/unitcommon.js"></script>
-<script language="javascript" src="support/messaging_common.js"></script>
+<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
<body>
-<div id=log></div>
+<div id="log"></div>
<script>
//==== TEST: ContactManager_getAddressBooks_check_privilege
assert_throws({
name: "SecurityError"
}, function () {
- tizen.contact.getAddressBooks()
+ tizen.contact.getAddressBooks();
});
-}, 'ContactManager_getAddressBooks');
+}, "ContactManager_getAddressBooks");
</script>
</body>
+<!DOCTYPE html>
<!--
Copyright (c) 2013 Samsung Electronics Co., Ltd.
Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<!doctype html>
<html lang="en">
<head>
<title>Contact/privilege_contact</title>
<meta charset="utf-8">
-<script language="javascript" src="../resources/unitcommon.js"></script>
-<script language="javascript" src="support/messaging_common.js"></script>
+<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
<body>
-<div id=log></div>
+<div id="log"></div>
<script>
//==== TEST: ContactManager_getDefaultAddressBook_check_privilege
assert_throws({
name: "SecurityError"
}, function () {
- tizen.contact.getDefaultAddressBook()
+ tizen.contact.getDefaultAddressBook();
});
-}, 'ContactManager_getDefaultAddressBook');
+}, "ContactManager_getDefaultAddressBook");
</script>
</body>
+<!DOCTYPE html>
<!--
Copyright (c) 2013 Samsung Electronics Co., Ltd.
Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<!doctype html>
<html lang="en">
<head>
<title>Contact/privilege_contact</title>
<meta charset="utf-8">
-<script language="javascript" src="../resources/unitcommon.js"></script>
-<script language="javascript" src="support/messaging_common.js"></script>
+<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
<body>
-<div id=log></div>
+<div id="log"></div>
<script>
//==== TEST: ContactManager_getUnifiedAddressBook_check_privilege
assert_throws({
name: "SecurityError"
}, function () {
- tizen.contact.getUnifiedAddressBook()
+ tizen.contact.getUnifiedAddressBook();
});
-}, 'ContactManager_getUnifiedAddressBook');
+}, "ContactManager_getUnifiedAddressBook");
</script>
</body>
+<!DOCTYPE html>
<!--
Copyright (c) 2013 Samsung Electronics Co., Ltd.
Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<!doctype html>
<html lang="en">
<head>
<title>Contact/privilege_contact</title>
<meta charset="utf-8">
-<script language="javascript" src="../resources/unitcommon.js"></script>
-<script language="javascript" src="support/messaging_common.js"></script>
+<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
<body>
-<div id=log></div>
+<div id="log"></div>
<script>
//==== TEST: ContactManager_remove_check_privilege
assert_throws({
name: "SecurityError"
}, function () {
- tizen.contact.remove()
+ tizen.contact.remove();
});
-}, 'ContactManager_remove');
+}, "ContactManager_remove");
</script>
</body>
+<!DOCTYPE html>
<!--
Copyright (c) 2013 Samsung Electronics Co., Ltd.
Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<!doctype html>
<html lang="en">
<head>
<title>Contact/privilege_contact</title>
<meta charset="utf-8">
-<script language="javascript" src="../resources/unitcommon.js"></script>
-<script language="javascript" src="support/messaging_common.js"></script>
+<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
<body>
-<div id=log></div>
+<div id="log"></div>
<script>
//==== TEST: ContactManager_removeBatch_check_privilege
assert_throws({
name: "SecurityError"
}, function () {
- tizen.contact.removeBatch()
+ tizen.contact.removeBatch();
});
-}, 'ContactManager_removeBatch');
+}, "ContactManager_removeBatch");
</script>
</body>
+<!DOCTYPE html>
<!--
Copyright (c) 2013 Samsung Electronics Co., Ltd.
Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<!doctype html>
<html lang="en">
<head>
<title>Contact/privilege_contact</title>
<meta charset="utf-8">
-<script language="javascript" src="../resources/unitcommon.js"></script>
-<script language="javascript" src="support/messaging_common.js"></script>
+<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
<body>
-<div id=log></div>
+<div id="log"></div>
<script>
//==== TEST: ContactManager_removeChangeListener_check_privilege
assert_throws({
name: "SecurityError"
}, function () {
- tizen.contact.removeChangeListener()
+ tizen.contact.removeChangeListener();
});
-}, 'ContactManager_removeChangeListener');
+}, "ContactManager_removeChangeListener");
</script>
</body>
+<!DOCTYPE html>
<!--
Copyright (c) 2013 Samsung Electronics Co., Ltd.
Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<!doctype html>
<html lang="en">
<head>
<title>Contact/privilege_contact</title>
<meta charset="utf-8">
-<script language="javascript" src="../resources/unitcommon.js"></script>
-<script language="javascript" src="support/messaging_common.js"></script>
+<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
<body>
-<div id=log></div>
+<div id="log"></div>
<script>
//==== TEST: ContactManager_update_check_privilege
assert_throws({
name: "SecurityError"
}, function () {
- tizen.contact.update()
+ tizen.contact.update();
});
-}, 'ContactManager_update');
+}, "ContactManager_update");
</script>
</body>
+<!DOCTYPE html>
<!--
Copyright (c) 2013 Samsung Electronics Co., Ltd.
Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<!doctype html>
<html lang="en">
<head>
<title>Contact/privilege_contact</title>
<meta charset="utf-8">
-<script language="javascript" src="../resources/unitcommon.js"></script>
-<script language="javascript" src="support/messaging_common.js"></script>
+<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
<body>
-<div id=log></div>
+<div id="log"></div>
<script>
//==== TEST: ContactManager_updateBatch_check_privilege
assert_throws({
name: "SecurityError"
}, function () {
- tizen.contact.updateBatch()
+ tizen.contact.updateBatch();
});
-}, 'ContactManager_updateBatch');
+}, "ContactManager_updateBatch");
</script>
</body>
+<!DOCTYPE html>
<!--
Copyright (c) 2013 Samsung Electronics Co., Ltd.
Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<!doctype html>
<html lang="en">
<head>
<title>Content/privilege_contact</title>
<meta charset="utf-8">
-<script language="javascript" src="../resources/unitcommon.js"></script>
-<script language="javascript" src="support/messaging_common.js"></script>
+<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
<body>
-<div id=log></div>
+<div id="log"></div>
<script>
//==== TEST: ContentManager_find_check_privilege
assert_throws({
name: "SecurityError"
}, function () {
- tizen.content.find()
+ tizen.content.find();
});
-}, 'ContentManager_find');
+}, "ContentManager_find");
</script>
</body>
+<!DOCTYPE html>
<!--
Copyright (c) 2013 Samsung Electronics Co., Ltd.
Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<!doctype html>
<html lang="en">
<head>
<title>Content/privilege_contact</title>
<meta charset="utf-8">
-<script language="javascript" src="../resources/unitcommon.js"></script>
-<script language="javascript" src="support/messaging_common.js"></script>
+<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
<body>
-<div id=log></div>
+<div id="log"></div>
<script>
//==== TEST: ContentManager_scanFile_check_privilege
assert_throws({
name: "SecurityError"
}, function () {
- tizen.content.scanFile()
+ tizen.content.scanFile();
});
-}, 'ContentManager_scanFile');
+}, "ContentManager_scanFile");
</script>
</body>
+<!DOCTYPE html>
<!--
Copyright (c) 2013 Samsung Electronics Co., Ltd.
Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<!doctype html>
<html lang="en">
<head>
<title>Content/privilege_contact</title>
<meta charset="utf-8">
-<script language="javascript" src="../resources/unitcommon.js"></script>
-<script language="javascript" src="support/messaging_common.js"></script>
+<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
<body>
-<div id=log></div>
+<div id="log"></div>
<script>
//==== TEST: ContentManager_setChangeListener_check_privilege
assert_throws({
name: "SecurityError"
}, function () {
- tizen.content.setChangeListener({})
+ tizen.content.setChangeListener({});
});
-}, 'ContentManager_setChangeListener');
+}, "ContentManager_setChangeListener");
</script>
</body>
+<!DOCTYPE html>
<!--
Copyright (c) 2013 Samsung Electronics Co., Ltd.
Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<!doctype html>
<html lang="en">
<head>
<title>Content/privilege_contact</title>
<meta charset="utf-8">
-<script language="javascript" src="../resources/unitcommon.js"></script>
-<script language="javascript" src="support/messaging_common.js"></script>
+<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
<body>
-<div id=log></div>
+<div id="log"></div>
<script>
//==== TEST: ContentManager_unsetChangeListener_check_privilege
assert_throws({
name: "SecurityError"
}, function () {
- tizen.content.unsetChangeListener()
+ tizen.content.unsetChangeListener();
});
-}, 'ContentManager_unsetChangeListener');
+}, "ContentManager_unsetChangeListener");
</script>
</body>
+<!DOCTYPE html>
<!--
Copyright (c) 2013 Samsung Electronics Co., Ltd.
Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<!doctype html>
<html lang="en">
<head>
<title>Content/privilege_contact</title>
<meta charset="utf-8">
-<script language="javascript" src="../resources/unitcommon.js"></script>
-<script language="javascript" src="support/messaging_common.js"></script>
+<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
<body>
-<div id=log></div>
+<div id="log"></div>
<script>
//==== TEST: ContentManager_update_check_privilege
assert_throws({
name: "SecurityError"
}, function () {
- tizen.content.update()
+ tizen.content.update();
});
-}, 'ContentManager_update');
+}, "ContentManager_update");
</script>
</body>
+<!DOCTYPE html>
<!--
Copyright (c) 2013 Samsung Electronics Co., Ltd.
Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<!doctype html>
<html lang="en">
<head>
<title>Content/privilege_contact</title>
<meta charset="utf-8">
-<script language="javascript" src="../resources/unitcommon.js"></script>
-<script language="javascript" src="support/messaging_common.js"></script>
+<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
<body>
-<div id=log></div>
+<div id="log"></div>
<script>
//==== TEST: ContentManager_updateBatch_check_privilege
assert_throws({
name: "SecurityError"
}, function () {
- tizen.content.updateBatch()
+ tizen.content.updateBatch();
});
-}, 'ContentManager_updateBatch');
+}, "ContentManager_updateBatch");
</script>
</body>
+<!DOCTYPE html>
<!--
Copyright (c) 2013 Samsung Electronics Co., Ltd.
Piotr Szydelko <p.szydelko@samsung.com>
-->
-<!doctype html>
<html lang="en">
<head>
<title>privilege/datacontrol/DataControlManager_getDataControlConsumer</title>
<meta charset="utf-8">
-<script language="javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
<body>
//==== SPEC_URL: https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/datacontrol.html
test(function () {
- assert_throws({'name': 'SecurityError'}, function () {
+ assert_throws({"name": "SecurityError"}, function () {
tizen.datacontrol.getDataControlConsumer();
});
-}, 'DataControlManager_getDataControlConsumer');
+}, "DataControlManager_getDataControlConsumer");
</script>
</body>
+<!DOCTYPE html>
<!--
Copyright (c) 2013 Samsung Electronics Co., Ltd.
Piotr Szydelko <p.szydelko@samsung.com>
-->
-<!doctype html>
<html lang="en">
<head>
<title>privilege/datasync/DataSynchronizationManager_add</title>
<meta charset="utf-8">
-<script language="javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
<body>
//==== SPEC_URL: https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/datasync.html
test(function () {
- assert_throws({'name': 'SecurityError'}, function () {
+ assert_throws({"name": "SecurityError"}, function () {
tizen.datasync.add();
});
-}, 'DataSynchronizationManager_add');
+}, "DataSynchronizationManager_add");
</script>
</body>
+<!DOCTYPE html>
<!--
Copyright (c) 2013 Samsung Electronics Co., Ltd.
Piotr Szydelko <p.szydelko@samsung.com>
-->
-<!doctype html>
<html lang="en">
<head>
<title>privilege/datasync/DataSynchronizationManager_get</title>
<meta charset="utf-8">
-<script language="javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
<body>
//==== SPEC_URL: https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/datasync.html
test(function () {
- assert_throws({'name': 'SecurityError'}, function () {
+ assert_throws({"name": "SecurityError"}, function () {
tizen.datasync.get();
});
-}, 'DataSynchronizationManager_get');
+}, "DataSynchronizationManager_get");
</script>
</body>
+<!DOCTYPE html>
<!--
Copyright (c) 2013 Samsung Electronics Co., Ltd.
Piotr Szydelko <p.szydelko@samsung.com>
-->
-<!doctype html>
<html lang="en">
<head>
<title>privilege/datasync/DataSynchronizationManager_getAll</title>
<meta charset="utf-8">
-<script language="javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
<body>
//==== SPEC_URL: https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/datasync.html
test(function () {
- assert_throws({'name': 'SecurityError'}, function () {
+ assert_throws({"name": "SecurityError"}, function () {
tizen.datasync.getAll();
});
-}, 'DataSynchronizationManager_getAll');
+}, "DataSynchronizationManager_getAll");
</script>
</body>
+<!DOCTYPE html>
<!--
Copyright (c) 2013 Samsung Electronics Co., Ltd.
Piotr Szydelko <p.szydelko@samsung.com>
-->
-<!doctype html>
<html lang="en">
<head>
<title>privilege/datasync/DataSynchronizationManager_getLastSyncStatistics</title>
<meta charset="utf-8">
-<script language="javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
<body>
//==== SPEC_URL: https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/datasync.html
test(function () {
- assert_throws({'name': 'SecurityError'}, function () {
+ assert_throws({"name": "SecurityError"}, function () {
tizen.datasync.getLastSyncStatistics();
});
-}, 'DataSynchronizationManager_getLastSyncStatistics');
+}, "DataSynchronizationManager_getLastSyncStatistics");
</script>
</body>
+<!DOCTYPE html>
<!--
Copyright (c) 2013 Samsung Electronics Co., Ltd.
Piotr Szydelko <p.szydelko@samsung.com>
-->
-<!doctype html>
<html lang="en">
<head>
<title>privilege/datasync/DataSynchronizationManager_getMaxProfilesNum</title>
<meta charset="utf-8">
-<script language="javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
<body>
//==== SPEC_URL: https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/datasync.html
test(function () {
- assert_throws({'name': 'SecurityError'}, function () {
+ assert_throws({"name": "SecurityError"}, function () {
tizen.datasync.getMaxProfilesNum();
});
-}, 'DataSynchronizationManager_getMaxProfilesNum');
+}, "DataSynchronizationManager_getMaxProfilesNum");
</script>
</body>
+<!DOCTYPE html>
<!--
Copyright (c) 2013 Samsung Electronics Co., Ltd.
Piotr Szydelko <p.szydelko@samsung.com>
-->
-<!doctype html>
<html lang="en">
<head>
<title>privilege/datasync/DataSynchronizationManager_getProfilesNum</title>
<meta charset="utf-8">
-<script language="javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
<body>
//==== SPEC_URL: https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/datasync.html
test(function () {
- assert_throws({'name': 'SecurityError'}, function () {
+ assert_throws({"name": "SecurityError"}, function () {
tizen.datasync.getProfilesNum();
});
-}, 'DataSynchronizationManager_getProfilesNum');
+}, "DataSynchronizationManager_getProfilesNum");
</script>
</body>
+<!DOCTYPE html>
<!--
Copyright (c) 2013 Samsung Electronics Co., Ltd.
Piotr Szydelko <p.szydelko@samsung.com>
-->
-<!doctype html>
<html lang="en">
<head>
<title>privilege/datasync/DataSynchronizationManager_remove</title>
<meta charset="utf-8">
-<script language="javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
<body>
//==== SPEC_URL: https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/datasync.html
test(function () {
- assert_throws({'name': 'SecurityError'}, function () {
+ assert_throws({"name": "SecurityError"}, function () {
tizen.datasync.remove();
});
-}, 'DataSynchronizationManager_remove');
+}, "DataSynchronizationManager_remove");
</script>
</body>
+<!DOCTYPE html>
<!--
Copyright (c) 2013 Samsung Electronics Co., Ltd.
Piotr Szydelko <p.szydelko@samsung.com>
-->
-<!doctype html>
<html lang="en">
<head>
<title>privilege/datasync/DataSynchronizationManager_startSync</title>
<meta charset="utf-8">
-<script language="javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
<body>
//==== SPEC_URL: https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/datasync.html
test(function () {
- assert_throws({'name': 'SecurityError'}, function () {
+ assert_throws({"name": "SecurityError"}, function () {
tizen.datasync.startSync();
});
-}, 'DataSynchronizationManager_startSync');
+}, "DataSynchronizationManager_startSync");
</script>
</body>
+<!DOCTYPE html>
<!--
Copyright (c) 2013 Samsung Electronics Co., Ltd.
Piotr Szydelko <p.szydelko@samsung.com>
-->
-<!doctype html>
<html lang="en">
<head>
<title>privilege/datasync/DataSynchronizationManager_stopSync</title>
<meta charset="utf-8">
-<script language="javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
<body>
//==== SPEC_URL: https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/datasync.html
test(function () {
- assert_throws({'name': 'SecurityError'}, function () {
+ assert_throws({"name": "SecurityError"}, function () {
tizen.datasync.stopSync();
});
-}, 'DataSynchronizationManager_stopSync');
+}, "DataSynchronizationManager_stopSync");
</script>
</body>
+<!DOCTYPE html>
<!--
Copyright (c) 2013 Samsung Electronics Co., Ltd.
Piotr Szydelko <p.szydelko@samsung.com>
-->
-<!doctype html>
<html lang="en">
<head>
<title>privilege/datasync/DataSynchronizationManager_update</title>
<meta charset="utf-8">
-<script language="javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
<body>
//==== SPEC_URL: https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/datasync.html
test(function () {
- assert_throws({'name': 'SecurityError'}, function () {
+ assert_throws({"name": "SecurityError"}, function () {
tizen.datasync.update();
});
-}, 'DataSynchronizationManager_update');
+}, "DataSynchronizationManager_update");
</script>
</body>
+<!DOCTYPE html>
<!--
Copyright (c) 2013 Samsung Electronics Co., Ltd.
Tomasz Paciorek <t.paciorek@samsung.com>
-->
-<!doctype html>
<html lang="en">
<head>
<title>Download/privilege_download</title>
<meta charset="utf-8">
-<script language="javascript" src="../resources/unitcommon.js"></script>
-<script language="javascript" src="support/messaging_common.js"></script>
+<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
<body>
-<div id=log></div>
+<div id="log"></div>
<script>
//==== TEST: DownloadManager_start_check_privilege
assert_throws({
name: "SecurityError"
}, function () {
- tizen.download.start()
+ tizen.download.start();
});
-}, 'DownloadManager_start');
+}, "DownloadManager_start");
</script>
</body>
+<!DOCTYPE html>
<!--
Copyright (c) 2013 Samsung Electronics Co., Ltd.
Piotr Szydelko <p.szydelko@samsung.com>
-->
-<!doctype html>
<html lang="en">
<head>
<title>privilege/filesystem/FileSystemManager_addStorageStateChangeListener</title>
<meta charset="utf-8">
-<script language="javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
<body>
//==== SPEC_URL: https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html
test(function () {
- assert_throws({'name': 'SecurityError'}, function () {
+ assert_throws({"name": "SecurityError"}, function () {
tizen.filesystem.addStorageStateChangeListener();
});
-}, 'FileSystemManager_addStorageStateChangeListener');
+}, "FileSystemManager_addStorageStateChangeListener");
</script>
</body>
+<!DOCTYPE html>
<!--
Copyright (c) 2013 Samsung Electronics Co., Ltd.
Piotr Szydelko <p.szydelko@samsung.com>
-->
-<!doctype html>
<html lang="en">
<head>
<title>privilege/filesystem/FileSystemManager_getStorage</title>
<meta charset="utf-8">
-<script language="javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
<body>
//==== SPEC_URL: https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html
test(function () {
- assert_throws({'name': 'SecurityError'}, function () {
+ assert_throws({"name": "SecurityError"}, function () {
tizen.filesystem.getStorage();
});
-}, 'FileSystemManager_getStorage');
+}, "FileSystemManager_getStorage");
</script>
</body>
+<!DOCTYPE html>
<!--
Copyright (c) 2013 Samsung Electronics Co., Ltd.
Piotr Szydelko <p.szydelko@samsung.com>
-->
-<!doctype html>
<html lang="en">
<head>
<title>privilege/filesystem/FileSystemManager_listStorages</title>
<meta charset="utf-8">
-<script language="javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
<body>
//==== SPEC_URL: https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html
test(function () {
- assert_throws({'name': 'SecurityError'}, function () {
+ assert_throws({"name": "SecurityError"}, function () {
tizen.filesystem.listStorages();
});
-}, 'FileSystemManager_listStorages');
+}, "FileSystemManager_listStorages");
</script>
</body>
+<!DOCTYPE html>
<!--
Copyright (c) 2013 Samsung Electronics Co., Ltd.
Piotr Szydelko <p.szydelko@samsung.com>
-->
-<!doctype html>
<html lang="en">
<head>
<title>privilege/filesystem/FileSystemManager_removeStorageStateChangeListener</title>
<meta charset="utf-8">
-<script language="javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
<body>
//==== SPEC_URL: https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html
test(function () {
- assert_throws({'name': 'SecurityError'}, function () {
+ assert_throws({"name": "SecurityError"}, function () {
tizen.filesystem.removeStorageStateChangeListener(3);
});
-}, 'FileSystemManager_removeStorageStateChangeListener');
+}, "FileSystemManager_removeStorageStateChangeListener");
</script>
</body>
+<!DOCTYPE html>
<!--
Copyright (c) 2013 Samsung Electronics Co., Ltd.
Piotr Szydelko <p.szydelko@samsung.com>
-->
-<!doctype html>
<html lang="en">
<head>
<title>privilege/filesystem/FileSystemManager_resolve</title>
<meta charset="utf-8">
-<script language="javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
<body>
//==== SPEC_URL: https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/filesystem.html
test(function () {
- assert_throws({'name': 'SecurityError'}, function () {
+ assert_throws({"name": "SecurityError"}, function () {
tizen.filesystem.resolve("music", function () {});
});
-}, 'FileSystemManager_resolve');
+}, "FileSystemManager_resolve");
</script>
</body>
+<!DOCTYPE html>
<!--
Copyright (c) 2013 Samsung Electronics Co., Ltd.
Piotr Szydelko <p.szydelko@samsung.com>
-->
-<!doctype html>
<html lang="en">
<head>
<title>privilege/messaging/MessageService_loadMessageAttachment</title>
<meta charset="utf-8">
-<script language="javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
<body>
//==== SPEC: Tizen Web API:Tizen Specification:Messaging:MessageService:loadMessageAttachment M
//==== SPEC_URL: https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/messaging.html
-var t = async_test('MessageService_loadMessageAttachment');
+var t = async_test("MessageService_loadMessageAttachment");
t.step(function () {
var service, onService, onServiceError;
onService = t.step_func(function(services) {
assert_true(services.length > 0, "services list is empty");
service = services[0];
- assert_throws({'name': 'SecurityError'}, function () {
+ assert_throws({"name": "SecurityError"}, function () {
service.loadMessageAttachment();
});
t.done();
});
onServiceError = t.step_func(function(err) {
- assert_unreached('getMessageServices error: ' + err.message);
+ assert_unreached("getMessageServices error: " + err.message);
});
tizen.messaging.getMessageServices("messaging.sms", onService, onServiceError);
+<!DOCTYPE html>
<!--
Copyright (c) 2013 Samsung Electronics Co., Ltd.
Piotr Szydelko <p.szydelko@samsung.com>
-->
-<!doctype html>
<html lang="en">
<head>
<title>privilege/messaging/MessageService_loadMessageBody</title>
<meta charset="utf-8">
-<script language="javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
<body>
//==== SPEC: Tizen Web API:Tizen Specification:Messaging:MessageService:loadMessageBody M
//==== SPEC_URL: https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/messaging.html
-var t = async_test('MessageService_loadMessageBody');
+var t = async_test("MessageService_loadMessageBody");
t.step(function () {
var service, onService, onServiceError;
onService = t.step_func(function(services) {
assert_true(services.length > 0, "services list is empty");
service = services[0];
- assert_throws({'name': 'SecurityError'}, function () {
+ assert_throws({"name": "SecurityError"}, function () {
service.loadMessageBody();
});
t.done();
});
onServiceError = t.step_func(function(err) {
- assert_unreached('getMessageServices error: ' + err.message);
+ assert_unreached("getMessageServices error: " + err.message);
});
tizen.messaging.getMessageServices("messaging.sms", onService, onServiceError);
+<!DOCTYPE html>
<!--
Copyright (c) 2013 Samsung Electronics Co., Ltd.
Piotr Szydelko <p.szydelko@samsung.com>
-->
-<!doctype html>
<html lang="en">
<head>
<title>privilege/messaging/MessageService_sendMessage</title>
<meta charset="utf-8">
-<script language="javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
<body>
//==== SPEC: Tizen Web API:Tizen Specification:Messaging:MessageService:sendMessage M
//==== SPEC_URL: https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/messaging.html
-var t = async_test('MessageService_sendMessage');
+var t = async_test("MessageService_sendMessage");
t.step(function () {
var service, onService, onServiceError;
onService = t.step_func(function(services) {
assert_true(services.length > 0, "services list is empty");
service = services[0];
- assert_throws({'name': 'SecurityError'}, function () {
+ assert_throws({"name": "SecurityError"}, function () {
service.sendMessage();
});
t.done();
});
onServiceError = t.step_func(function(err) {
- assert_unreached('getMessageServices error: ' + err.message);
+ assert_unreached("getMessageServices error: " + err.message);
});
tizen.messaging.getMessageServices("messaging.sms", onService, onServiceError);
+<!DOCTYPE html>
<!--
Copyright (c) 2013 Samsung Electronics Co., Ltd.
Piotr Szydelko <p.szydelko@samsung.com>
-->
-<!doctype html>
<html lang="en">
<head>
<title>privilege/messaging/MessageService_sync</title>
<meta charset="utf-8">
-<script language="javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
<body>
//==== SPEC: Tizen Web API:Tizen Specification:Messaging:MessageService:sync M
//==== SPEC_URL: https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/messaging.html
-var t = async_test('MessageService_sync');
+var t = async_test("MessageService_sync");
t.step(function () {
var service, onService, onServiceError;
onService = t.step_func(function(services) {
assert_true(services.length > 0, "services list is empty");
service = services[0];
- assert_throws({'name': 'SecurityError'}, function () {
+ assert_throws({"name": "SecurityError"}, function () {
service.sync();
});
t.done();
});
onServiceError = t.step_func(function(err) {
- assert_unreached('getMessageServices error: ' + err.message);
+ assert_unreached("getMessageServices error: " + err.message);
});
tizen.messaging.getMessageServices("messaging.sms", onService, onServiceError);
+<!DOCTYPE html>
<!--
Copyright (c) 2013 Samsung Electronics Co., Ltd.
Piotr Szydelko <p.szydelko@samsung.com>
-->
-<!doctype html>
<html lang="en">
<head>
<title>privilege/messaging/MessageService_syncFolder</title>
<meta charset="utf-8">
-<script language="javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
<body>
//==== SPEC: Tizen Web API:Tizen Specification:Messaging:MessageService:syncFolder M
//==== SPEC_URL: https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/messaging.html
-var t = async_test('MessageService_syncFolder');
+var t = async_test("MessageService_syncFolder");
t.step(function () {
var service, onService, onServiceError;
onService = t.step_func(function(services) {
assert_true(services.length > 0, "services list is empty");
service = services[0];
- assert_throws({'name': 'SecurityError'}, function () {
+ assert_throws({"name": "SecurityError"}, function () {
service.syncFolder();
});
t.done();
});
onServiceError = t.step_func(function(err) {
- assert_unreached('getMessageServices error: ' + err.message);
+ assert_unreached("getMessageServices error: " + err.message);
});
tizen.messaging.getMessageServices("messaging.sms", onService, onServiceError);
+<!DOCTYPE html>
<!--
Copyright (c) 2013 Samsung Electronics Co., Ltd.
Piotr Szydelko <p.szydelko@samsung.com>
-->
-<!doctype html>
<html lang="en">
<head>
<title>privilege/messaging/MessageStorage_addConversationsChangeListener</title>
<meta charset="utf-8">
-<script language="javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
<body>
//==== SPEC: Tizen Web API:Tizen Specification:Messaging:MessageStorage:addConversationsChangeListener M
//==== SPEC_URL: https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/messaging.html
-var t = async_test('MessageStorage_addConversationsChangeListener');
+var t = async_test("MessageStorage_addConversationsChangeListener");
t.step(function () {
var service, storage, onService, onServiceError;
onService = t.step_func(function(services) {
assert_true(services.length > 0, "services list is empty");
service = services[0];
storage = service.messageStorage;
- assert_throws({'name': 'SecurityError'}, function () {
+ assert_throws({"name": "SecurityError"}, function () {
storage.addConversationsChangeListener();
});
t.done();
});
onServiceError = t.step_func(function(err) {
- assert_unreached('getMessageServices error: ' + err.message);
+ assert_unreached("getMessageServices error: " + err.message);
});
tizen.messaging.getMessageServices("messaging.sms", onService, onServiceError);
+<!DOCTYPE html>
<!--
Copyright (c) 2013 Samsung Electronics Co., Ltd.
Piotr Szydelko <p.szydelko@samsung.com>
-->
-<!doctype html>
<html lang="en">
<head>
<title>privilege/messaging/MessageStorage_addDraftMessage</title>
<meta charset="utf-8">
-<script language="javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
<body>
//==== SPEC: Tizen Web API:Tizen Specification:Messaging:MessageStorage:addDraftMessage M
//==== SPEC_URL: https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/messaging.html
-var t = async_test('MessageStorage_addDraftMessage');
+var t = async_test("MessageStorage_addDraftMessage");
t.step(function () {
var service, storage, onService, onServiceError;
onService = t.step_func(function(services) {
assert_true(services.length > 0, "services list is empty");
service = services[0];
storage = service.messageStorage;
- assert_throws({'name': 'SecurityError'}, function () {
+ assert_throws({"name": "SecurityError"}, function () {
storage.addDraftMessage();
});
t.done();
});
onServiceError = t.step_func(function(err) {
- assert_unreached('getMessageServices error: ' + err.message);
+ assert_unreached("getMessageServices error: " + err.message);
});
tizen.messaging.getMessageServices("messaging.sms", onService, onServiceError);
+<!DOCTYPE html>
<!--
Copyright (c) 2013 Samsung Electronics Co., Ltd.
Piotr Szydelko <p.szydelko@samsung.com>
-->
-<!doctype html>
<html lang="en">
<head>
<title>privilege/messaging/MessageStorage_addFoldersChangeListener</title>
<meta charset="utf-8">
-<script language="javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
<body>
//==== SPEC: Tizen Web API:Tizen Specification:Messaging:MessageStorage:addFoldersChangeListener M
//==== SPEC_URL: https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/messaging.html
-var t = async_test('MessageStorage_addFoldersChangeListener');
+var t = async_test("MessageStorage_addFoldersChangeListener");
t.step(function () {
var service, storage, onService, onServiceError;
onService = t.step_func(function(services) {
assert_true(services.length > 0, "services list is empty");
service = services[0];
storage = service.messageStorage;
- assert_throws({'name': 'SecurityError'}, function () {
+ assert_throws({"name": "SecurityError"}, function () {
storage.addFoldersChangeListener();
});
t.done();
});
onServiceError = t.step_func(function(err) {
- assert_unreached('getMessageServices error: ' + err.message);
+ assert_unreached("getMessageServices error: " + err.message);
});
tizen.messaging.getMessageServices("messaging.sms", onService, onServiceError);
+<!DOCTYPE html>
<!--
Copyright (c) 2013 Samsung Electronics Co., Ltd.
Piotr Szydelko <p.szydelko@samsung.com>
-->
-<!doctype html>
<html lang="en">
<head>
<title>privilege/messaging/MessageStorage_addMessagesChangeListener</title>
<meta charset="utf-8">
-<script language="javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
<body>
//==== SPEC: Tizen Web API:Tizen Specification:Messaging:MessageStorage:addMessagesChangeListener M
//==== SPEC_URL: https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/messaging.html
-var t = async_test('MessageStorage_addMessagesChangeListener');
+var t = async_test("MessageStorage_addMessagesChangeListener");
t.step(function () {
var service, storage, onService, onServiceError;
onService = t.step_func(function(services) {
assert_true(services.length > 0, "services list is empty");
service = services[0];
storage = service.messageStorage;
- assert_throws({'name': 'SecurityError'}, function () {
+ assert_throws({"name": "SecurityError"}, function () {
storage.addMessagesChangeListener();
});
t.done();
});
onServiceError = t.step_func(function(err) {
- assert_unreached('getMessageServices error: ' + err.message);
+ assert_unreached("getMessageServices error: " + err.message);
});
tizen.messaging.getMessageServices("messaging.sms", onService, onServiceError);
+<!DOCTYPE html>
<!--
Copyright (c) 2013 Samsung Electronics Co., Ltd.
Piotr Szydelko <p.szydelko@samsung.com>
-->
-<!doctype html>
<html lang="en">
<head>
<title>privilege/messaging/MessageStorage_findConversations</title>
<meta charset="utf-8">
-<script language="javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
<body>
//==== SPEC: Tizen Web API:Tizen Specification:Messaging:MessageStorage:findConversations M
//==== SPEC_URL: https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/messaging.html
-var t = async_test('MessageStorage_findConversations');
+var t = async_test("MessageStorage_findConversations");
t.step(function () {
var service, storage, onService, onServiceError;
onService = t.step_func(function(services) {
assert_true(services.length > 0, "services list is empty");
service = services[0];
storage = service.messageStorage;
- assert_throws({'name': 'SecurityError'}, function () {
+ assert_throws({"name": "SecurityError"}, function () {
storage.findConversations();
});
t.done();
});
onServiceError = t.step_func(function(err) {
- assert_unreached('getMessageServices error: ' + err.message);
+ assert_unreached("getMessageServices error: " + err.message);
});
tizen.messaging.getMessageServices("messaging.sms", onService, onServiceError);
+<!DOCTYPE html>
<!--
Copyright (c) 2013 Samsung Electronics Co., Ltd.
Piotr Szydelko <p.szydelko@samsung.com>
-->
-<!doctype html>
<html lang="en">
<head>
<title>privilege/messaging/MessageStorage_findFolders</title>
<meta charset="utf-8">
-<script language="javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
<body>
//==== SPEC: Tizen Web API:Tizen Specification:Messaging:MessageStorage:findFolders M
//==== SPEC_URL: https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/messaging.html
-var t = async_test('MessageStorage_findFolders');
+var t = async_test("MessageStorage_findFolders");
t.step(function () {
var service, storage, onService, onServiceError;
onService = t.step_func(function(services) {
assert_true(services.length > 0, "services list is empty");
service = services[0];
storage = service.messageStorage;
- assert_throws({'name': 'SecurityError'}, function () {
+ assert_throws({"name": "SecurityError"}, function () {
storage.findFolders();
});
t.done();
});
onServiceError = t.step_func(function(err) {
- assert_unreached('getMessageServices error: ' + err.message);
+ assert_unreached("getMessageServices error: " + err.message);
});
tizen.messaging.getMessageServices("messaging.sms", onService, onServiceError);
+<!DOCTYPE html>
<!--
Copyright (c) 2013 Samsung Electronics Co., Ltd.
Piotr Szydelko <p.szydelko@samsung.com>
-->
-<!doctype html>
<html lang="en">
<head>
<title>privilege/messaging/MessageStorage_findMessages</title>
<meta charset="utf-8">
-<script language="javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
<body>
//==== SPEC: Tizen Web API:Tizen Specification:Messaging:MessageStorage:findMessages M
//==== SPEC_URL: https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/messaging.html
-var t = async_test('MessageStorage_findMessages');
+var t = async_test("MessageStorage_findMessages");
t.step(function () {
var service, storage, onService, onServiceError;
onService = t.step_func(function(services) {
assert_true(services.length > 0, "services list is empty");
service = services[0];
storage = service.messageStorage;
- assert_throws({'name': 'SecurityError'}, function () {
+ assert_throws({"name": "SecurityError"}, function () {
storage.findMessages();
});
t.done();
});
onServiceError = t.step_func(function(err) {
- assert_unreached('getMessageServices error: ' + err.message);
+ assert_unreached("getMessageServices error: " + err.message);
});
tizen.messaging.getMessageServices("messaging.sms", onService, onServiceError);
+<!DOCTYPE html>
<!--
Copyright (c) 2013 Samsung Electronics Co., Ltd.
Piotr Szydelko <p.szydelko@samsung.com>
-->
-<!doctype html>
<html lang="en">
<head>
<title>privilege/messaging/MessageStorage_removeChangeListener</title>
<meta charset="utf-8">
-<script language="javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
<body>
//==== SPEC: Tizen Web API:Tizen Specification:Messaging:MessageStorage:removeChangeListener M
//==== SPEC_URL: https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/messaging.html
-var t = async_test('MessageStorage_removeChangeListener');
+var t = async_test("MessageStorage_removeChangeListener");
t.step(function () {
var service, storage, onService, onServiceError;
onService = t.step_func(function(services) {
assert_true(services.length > 0, "services list is empty");
service = services[0];
storage = service.messageStorage;
- assert_throws({'name': 'SecurityError'}, function () {
+ assert_throws({"name": "SecurityError"}, function () {
storage.removeChangeListener();
});
t.done();
});
onServiceError = t.step_func(function(err) {
- assert_unreached('getMessageServices error: ' + err.message);
+ assert_unreached("getMessageServices error: " + err.message);
});
tizen.messaging.getMessageServices("messaging.sms", onService, onServiceError);
+<!DOCTYPE html>
<!--
Copyright (c) 2013 Samsung Electronics Co., Ltd.
Piotr Szydelko <p.szydelko@samsung.com>
-->
-<!doctype html>
<html lang="en">
<head>
<title>privilege/messaging/MessageStorage_removeConversations</title>
<meta charset="utf-8">
-<script language="javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
<body>
//==== SPEC: Tizen Web API:Tizen Specification:Messaging:MessageStorage:removeConversations M
//==== SPEC_URL: https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/messaging.html
-var t = async_test('MessageStorage_removeConversations');
+var t = async_test("MessageStorage_removeConversations");
t.step(function () {
var service, storage, onService, onServiceError;
onService = t.step_func(function(services) {
assert_true(services.length > 0, "services list is empty");
service = services[0];
storage = service.messageStorage;
- assert_throws({'name': 'SecurityError'}, function () {
+ assert_throws({"name": "SecurityError"}, function () {
storage.removeConversations();
});
t.done();
});
onServiceError = t.step_func(function(err) {
- assert_unreached('getMessageServices error: ' + err.message);
+ assert_unreached("getMessageServices error: " + err.message);
});
tizen.messaging.getMessageServices("messaging.sms", onService, onServiceError);
+<!DOCTYPE html>
<!--
Copyright (c) 2013 Samsung Electronics Co., Ltd.
Piotr Szydelko <p.szydelko@samsung.com>
-->
-<!doctype html>
<html lang="en">
<head>
<title>privilege/messaging/MessageStorage_removeMessages</title>
<meta charset="utf-8">
-<script language="javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
<body>
//==== SPEC: Tizen Web API:Tizen Specification:Messaging:MessageStorage:removeMessages M
//==== SPEC_URL: https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/messaging.html
-var t = async_test('MessageStorage_removeMessages');
+var t = async_test("MessageStorage_removeMessages");
t.step(function () {
var service, storage, onService, onServiceError;
onService = t.step_func(function(services) {
assert_true(services.length > 0, "services list is empty");
service = services[0];
storage = service.messageStorage;
- assert_throws({'name': 'SecurityError'}, function () {
+ assert_throws({"name": "SecurityError"}, function () {
storage.removeMessages();
});
t.done();
});
onServiceError = t.step_func(function(err) {
- assert_unreached('getMessageServices error: ' + err.message);
+ assert_unreached("getMessageServices error: " + err.message);
});
tizen.messaging.getMessageServices("messaging.sms", onService, onServiceError);
+<!DOCTYPE html>
<!--
Copyright (c) 2013 Samsung Electronics Co., Ltd.
Piotr Szydelko <p.szydelko@samsung.com>
-->
-<!doctype html>
<html lang="en">
<head>
<title>privilege/messaging/MessageStorage_updateMessages</title>
<meta charset="utf-8">
-<script language="javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
<body>
//==== SPEC: Tizen Web API:Tizen Specification:Messaging:MessageStorage:updateMessages M
//==== SPEC_URL: https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/messaging.html
-var t = async_test('MessageStorage_updateMessages');
+var t = async_test("MessageStorage_updateMessages");
t.step(function () {
var service, storage, onService, onServiceError;
onService = t.step_func(function(services) {
assert_true(services.length > 0, "services list is empty");
service = services[0];
storage = service.messageStorage;
- assert_throws({'name': 'SecurityError'}, function () {
+ assert_throws({"name": "SecurityError"}, function () {
storage.updateMessages();
});
t.done();
});
onServiceError = t.step_func(function(err) {
- assert_unreached('getMessageServices error: ' + err.message);
+ assert_unreached("getMessageServices error: " + err.message);
});
tizen.messaging.getMessageServices("messaging.sms", onService, onServiceError);
+<!DOCTYPE html>
<!--
Copyright (c) 2013 Samsung Electronics Co., Ltd.
Piotr Szydelko <p.szydelko@samsung.com>
-->
-<!doctype html>
<html lang="en">
<head>
<title>privilege/nfc/NFCManager_getDefaultAdapter</title>
<meta charset="utf-8">
-<script language="javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
<body>
var deviceCapabilities = tizen.systeminfo.getCapabilities();
// if nfc is not supported then skip this test
- assert_own_property(deviceCapabilities, 'nfc', 'deviceCapabilities');
+ assert_own_property(deviceCapabilities, "nfc", "deviceCapabilities");
if (!deviceCapabilities.nfc) {
return; // test will PASS
}
- assert_throws({'name': 'SecurityError'}, function () {
+ assert_throws({"name": "SecurityError"}, function () {
tizen.nfc.getDefaultAdapter();
});
-}, 'NFCManager_getDefaultAdapter');
+}, "NFCManager_getDefaultAdapter");
</script>
</body>
+<!DOCTYPE html>
<!--
Copyright (c) 2013 Samsung Electronics Co., Ltd.
Piotr Szydelko <p.szydelko@samsung.com>
-->
-<!doctype html>
<html lang="en">
<head>
<title>privilege/nfc/NFCManager_setExclusiveMode</title>
<meta charset="utf-8">
-<script language="javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
<body>
var deviceCapabilities = tizen.systeminfo.getCapabilities();
// if nfc is not supported then skip this test
- assert_own_property(deviceCapabilities, 'nfc', 'deviceCapabilities');
+ assert_own_property(deviceCapabilities, "nfc", "deviceCapabilities");
if (!deviceCapabilities.nfc) {
return; // test will PASS
}
- assert_throws({'name': 'SecurityError'}, function () {
+ assert_throws({"name": "SecurityError"}, function () {
tizen.nfc.setExclusiveMode(true);
});
-}, 'NFCManager_setExclusiveMode');
+}, "NFCManager_setExclusiveMode");
</script>
</body>
+<!DOCTYPE html>
<!--
Copyright (c) 2013 Samsung Electronics Co., Ltd.
Piotr Szydelko <p.szydelko@samsung.com>
-->
-<!doctype html>
<html lang="en">
<head>
<title>privilege/networkbearerselection/NetworkBearerSelection_releaseRouteToHost</title>
<meta charset="utf-8">
-<script language="javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
<body>
//==== SPEC_URL: https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/networkbearerselection.html
test(function () {
- assert_throws({'name': 'SecurityError'}, function () {
+ assert_throws({"name": "SecurityError"}, function () {
tizen.networkbearerselection.releaseRouteToHost();
});
-}, 'NetworkBearerSelection_releaseRouteToHost');
+}, "NetworkBearerSelection_releaseRouteToHost");
</script>
</body>
+<!DOCTYPE html>
<!--
Copyright (c) 2013 Samsung Electronics Co., Ltd.
Piotr Szydelko <p.szydelko@samsung.com>
-->
-<!doctype html>
<html lang="en">
<head>
<title>privilege/networkbearerselection/NetworkBearerSelection_requestRouteToHost</title>
<meta charset="utf-8">
-<script language="javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
<body>
//==== SPEC_URL: https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/networkbearerselection.html
test(function () {
- assert_throws({'name': 'SecurityError'}, function () {
+ assert_throws({"name": "SecurityError"}, function () {
tizen.networkbearerselection.requestRouteToHost();
});
-}, 'NetworkBearerSelection_requestRouteToHost');
+}, "NetworkBearerSelection_requestRouteToHost");
</script>
</body>
+<!DOCTYPE html>
<!--
Copyright (c) 2013 Samsung Electronics Co., Ltd.
Piotr Szydelko <p.szydelko@samsung.com>
-->
-<!doctype html>
<html lang="en">
<head>
<title>privilege/notification/NotificationManager_post</title>
<meta charset="utf-8">
-<script language="javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
<body>
//==== SPEC_URL: https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/notification.html
test(function () {
- assert_throws({'name': 'SecurityError'}, function () {
+ assert_throws({"name": "SecurityError"}, function () {
tizen.notification.post();
});
-}, 'NotificationManager_post');
+}, "NotificationManager_post");
</script>
</body>
+<!DOCTYPE html>
<!--
Copyright (c) 2013 Samsung Electronics Co., Ltd.
Piotr Szydelko <p.szydelko@samsung.com>
-->
-<!doctype html>
<html lang="en">
<head>
<title>privilege/notification/NotificationManager_remove</title>
<meta charset="utf-8">
-<script language="javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
<body>
//==== SPEC_URL: https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/notification.html
test(function () {
- assert_throws({'name': 'SecurityError'}, function () {
+ assert_throws({"name": "SecurityError"}, function () {
tizen.notification.remove();
});
-}, 'NotificationManager_remove');
+}, "NotificationManager_remove");
</script>
</body>
+<!DOCTYPE html>
<!--
Copyright (c) 2013 Samsung Electronics Co., Ltd.
Piotr Szydelko <p.szydelko@samsung.com>
-->
-<!doctype html>
<html lang="en">
<head>
<title>privilege/notification/NotificationManager_removeAll</title>
<meta charset="utf-8">
-<script language="javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
<body>
//==== SPEC_URL: https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/notification.html
test(function () {
- assert_throws({'name': 'SecurityError'}, function () {
+ assert_throws({"name": "SecurityError"}, function () {
tizen.notification.removeAll();
});
-}, 'NotificationManager_removeAll');
+}, "NotificationManager_removeAll");
</script>
</body>
+<!DOCTYPE html>
<!--
Copyright (c) 2013 Samsung Electronics Co., Ltd.
Piotr Szydelko <p.szydelko@samsung.com>
-->
-<!doctype html>
<html lang="en">
<head>
<title>privilege/notification/NotificationManager_update</title>
<meta charset="utf-8">
-<script language="javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
<body>
//==== SPEC_URL: https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/notification.html
test(function () {
- assert_throws({'name': 'SecurityError'}, function () {
+ assert_throws({"name": "SecurityError"}, function () {
tizen.notification.update();
});
-}, 'NotificationManager_update');
+}, "NotificationManager_update");
</script>
</body>
+<!DOCTYPE html>
<!--
Copyright (c) 2013 Samsung Electronics Co., Ltd.
Piotr Szydelko <p.szydelko@samsung.com>
-->
-<!doctype html>
<html lang="en">
<head>
<title>privilege/package/PackageManager_getPackageInfo</title>
<meta charset="utf-8">
-<script language="javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
<body>
//==== SPEC_URL: https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/package.html
test(function () {
- assert_throws({'name': 'SecurityError'}, function () {
+ assert_throws({"name": "SecurityError"}, function () {
tizen.package.getPackageInfo();
});
-}, 'PackageManager_getPackageInfo');
+}, "PackageManager_getPackageInfo");
</script>
</body>
+<!DOCTYPE html>
<!--
Copyright (c) 2013 Samsung Electronics Co., Ltd.
Piotr Szydelko <p.szydelko@samsung.com>
-->
-<!doctype html>
<html lang="en">
<head>
<title>privilege/package/PackageManager_getPackagesInfo</title>
<meta charset="utf-8">
-<script language="javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
<body>
//==== SPEC_URL: https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/package.html
test(function () {
- assert_throws({'name': 'SecurityError'}, function () {
+ assert_throws({"name": "SecurityError"}, function () {
tizen.package.getPackagesInfo();
});
-}, 'PackageManager_getPackagesInfo');
+}, "PackageManager_getPackagesInfo");
</script>
</body>
+<!DOCTYPE html>
<!--
Copyright (c) 2013 Samsung Electronics Co., Ltd.
Piotr Szydelko <p.szydelko@samsung.com>
-->
-<!doctype html>
<html lang="en">
<head>
<title>privilege/package/PackageManager_install</title>
<meta charset="utf-8">
-<script language="javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
<body>
//==== SPEC_URL: https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/package.html
test(function () {
- assert_throws({'name': 'SecurityError'}, function () {
+ assert_throws({"name": "SecurityError"}, function () {
tizen.package.install();
});
-}, 'PackageManager_install');
+}, "PackageManager_install");
</script>
</body>
+<!DOCTYPE html>
<!--
Copyright (c) 2013 Samsung Electronics Co., Ltd.
Piotr Szydelko <p.szydelko@samsung.com>
-->
-<!doctype html>
<html lang="en">
<head>
<title>privilege/package/PackageManager_setPackageInfoEventListener</title>
<meta charset="utf-8">
-<script language="javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
<body>
//==== SPEC_URL: https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/package.html
test(function () {
- assert_throws({'name': 'SecurityError'}, function () {
+ assert_throws({"name": "SecurityError"}, function () {
tizen.package.setPackageInfoEventListener();
});
-}, 'PackageManager_setPackageInfoEventListener');
+}, "PackageManager_setPackageInfoEventListener");
</script>
</body>
+<!DOCTYPE html>
<!--
Copyright (c) 2013 Samsung Electronics Co., Ltd.
Piotr Szydelko <p.szydelko@samsung.com>
-->
-<!doctype html>
<html lang="en">
<head>
<title>privilege/package/PackageManager_uninstall</title>
<meta charset="utf-8">
-<script language="javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
<body>
//==== SPEC_URL: https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/package.html
test(function () {
- assert_throws({'name': 'SecurityError'}, function () {
+ assert_throws({"name": "SecurityError"}, function () {
tizen.package.uninstall();
});
-}, 'PackageManager_uninstall');
+}, "PackageManager_uninstall");
</script>
</body>
+<!DOCTYPE html>
<!--
Copyright (c) 2013 Samsung Electronics Co., Ltd.
Piotr Szydelko <p.szydelko@samsung.com>
-->
-<!doctype html>
<html lang="en">
<head>
<title>privilege/package/PackageManager_unsetPackageInfoEventListener</title>
<meta charset="utf-8">
-<script language="javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
<body>
//==== SPEC_URL: https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/package.html
test(function () {
- assert_throws({'name': 'SecurityError'}, function () {
+ assert_throws({"name": "SecurityError"}, function () {
tizen.package.unsetPackageInfoEventListener();
});
-}, 'PackageManager_unsetPackageInfoEventListener');
+}, "PackageManager_unsetPackageInfoEventListener");
</script>
</body>
+<!DOCTYPE html>
<!--
Copyright (c) 2013 Samsung Electronics Co., Ltd.
Piotr Szydelko <p.szydelko@samsung.com>
-->
-<!doctype html>
<html lang="en">
<head>
<title>privilege/power/PowerManager_request</title>
<meta charset="utf-8">
-<script language="javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
<body>
//==== SPEC_URL: https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/power.html
test(function () {
- assert_throws({'name': 'SecurityError'}, function () {
+ assert_throws({"name": "SecurityError"}, function () {
tizen.power.request();
});
-}, 'PowerManager_request');
+}, "PowerManager_request");
</script>
</body>
+<!DOCTYPE html>
<!--
Copyright (c) 2013 Samsung Electronics Co., Ltd.
Piotr Szydelko <p.szydelko@samsung.com>
-->
-<!doctype html>
<html lang="en">
<head>
<title>privilege/power/PowerManager_setScreenBrightness</title>
<meta charset="utf-8">
-<script language="javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
<body>
//==== SPEC_URL: https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/power.html
test(function () {
- assert_throws({'name': 'SecurityError'}, function () {
+ assert_throws({"name": "SecurityError"}, function () {
tizen.power.setScreenBrightness(-1);
});
-}, 'PowerManager_setScreenBrightness');
+}, "PowerManager_setScreenBrightness");
</script>
</body>
+<!DOCTYPE html>
<!--
Copyright (c) 2013 Samsung Electronics Co., Ltd.
Piotr Szydelko <p.szydelko@samsung.com>
-->
-<!doctype html>
<html lang="en">
<head>
<title>privilege/power/PowerManager_turnScreenOff</title>
<meta charset="utf-8">
-<script language="javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
<body>
//==== SPEC_URL: https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/power.html
test(function () {
- assert_throws({'name': 'SecurityError'}, function () {
+ assert_throws({"name": "SecurityError"}, function () {
tizen.power.turnScreenOff();
});
try {
tizen.power.turnScreenOn();
} catch(err) {}
-}, 'PowerManager_turnScreenOff');
+}, "PowerManager_turnScreenOff");
</script>
</body>
+<!DOCTYPE html>
<!--
Copyright (c) 2013 Samsung Electronics Co., Ltd.
Piotr Szydelko <p.szydelko@samsung.com>
-->
-<!doctype html>
<html lang="en">
<head>
<title>privilege/power/PowerManager_turnScreenOn</title>
<meta charset="utf-8">
-<script language="javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
<body>
//==== SPEC_URL: https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/power.html
test(function () {
- assert_throws({'name': 'SecurityError'}, function () {
+ assert_throws({"name": "SecurityError"}, function () {
tizen.power.turnScreenOn();
});
-}, 'PowerManager_turnScreenOn');
+}, "PowerManager_turnScreenOn");
</script>
</body>
+<!DOCTYPE html>
<!--
Copyright (c) 2013 Samsung Electronics Co., Ltd.
Piotr Szydelko <p.szydelko@samsung.com>
-->
-<!doctype html>
<html lang="en">
<head>
<title>privilege/push/PushManager_connectService</title>
<meta charset="utf-8">
-<script language="javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
<body>
var deviceCapabilities = tizen.systeminfo.getCapabilities();
// if push is not supported then skip this test
- assert_own_property(deviceCapabilities, 'push', 'deviceCapabilities');
+ assert_own_property(deviceCapabilities, "push", "deviceCapabilities");
if (!deviceCapabilities.push) {
return; // test will PASS
}
- assert_throws({'name': 'SecurityError'}, function () {
+ assert_throws({"name": "SecurityError"}, function () {
tizen.push.connectService();
});
-}, 'PushManager_connectService');
+}, "PushManager_connectService");
</script>
</body>
+<!DOCTYPE html>
<!--
Copyright (c) 2013 Samsung Electronics Co., Ltd.
Piotr Szydelko <p.szydelko@samsung.com>
-->
-<!doctype html>
<html lang="en">
<head>
<title>privilege/push/PushManager_disconnectService</title>
<meta charset="utf-8">
-<script language="javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
<body>
var deviceCapabilities = tizen.systeminfo.getCapabilities();
// if push is not supported then skip this test
- assert_own_property(deviceCapabilities, 'push', 'deviceCapabilities');
+ assert_own_property(deviceCapabilities, "push", "deviceCapabilities");
if (!deviceCapabilities.push) {
return; // test will PASS
}
- assert_throws({'name': 'SecurityError'}, function () {
+ assert_throws({"name": "SecurityError"}, function () {
tizen.push.disconnectService();
});
-}, 'PushManager_disconnectService');
+}, "PushManager_disconnectService");
</script>
</body>
+<!DOCTYPE html>
<!--
Copyright (c) 2013 Samsung Electronics Co., Ltd.
Piotr Szydelko <p.szydelko@samsung.com>
-->
-<!doctype html>
<html lang="en">
<head>
<title>privilege/push/PushManager_getRegistrationId</title>
<meta charset="utf-8">
-<script language="javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
<body>
var deviceCapabilities = tizen.systeminfo.getCapabilities();
// if push is not supported then skip this test
- assert_own_property(deviceCapabilities, 'push', 'deviceCapabilities');
+ assert_own_property(deviceCapabilities, "push", "deviceCapabilities");
if (!deviceCapabilities.push) {
return; // test will PASS
}
- assert_throws({'name': 'SecurityError'}, function () {
+ assert_throws({"name": "SecurityError"}, function () {
tizen.push.getRegistrationId();
});
-}, 'PushManager_getRegistrationId');
+}, "PushManager_getRegistrationId");
</script>
</body>
+<!DOCTYPE html>
<!--
Copyright (c) 2013 Samsung Electronics Co., Ltd.
Piotr Szydelko <p.szydelko@samsung.com>
-->
-<!doctype html>
<html lang="en">
<head>
<title>privilege/push/PushManager_registerService</title>
<meta charset="utf-8">
-<script language="javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
<body>
var deviceCapabilities = tizen.systeminfo.getCapabilities();
// if push is not supported then skip this test
- assert_own_property(deviceCapabilities, 'push', 'deviceCapabilities');
+ assert_own_property(deviceCapabilities, "push", "deviceCapabilities");
if (!deviceCapabilities.push) {
return; // test will PASS
}
- assert_throws({'name': 'SecurityError'}, function () {
+ assert_throws({"name": "SecurityError"}, function () {
tizen.push.registerService();
});
-}, 'PushManager_registerService');
+}, "PushManager_registerService");
</script>
</body>
+<!DOCTYPE html>
<!--
Copyright (c) 2013 Samsung Electronics Co., Ltd.
Piotr Szydelko <p.szydelko@samsung.com>
-->
-<!doctype html>
<html lang="en">
<head>
<title>privilege/push/PushManager_unregisterService</title>
<meta charset="utf-8">
-<script language="javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
<body>
var deviceCapabilities = tizen.systeminfo.getCapabilities();
// if push is not supported then skip this test
- assert_own_property(deviceCapabilities, 'push', 'deviceCapabilities');
+ assert_own_property(deviceCapabilities, "push", "deviceCapabilities");
if (!deviceCapabilities.push) {
return; // test will PASS
}
- assert_throws({'name': 'SecurityError'}, function () {
+ assert_throws({"name": "SecurityError"}, function () {
tizen.push.unregisterService();
});
-}, 'PushManager_unregisterService');
+}, "PushManager_unregisterService");
</script>
</body>
+<!DOCTYPE html>
<!--
Copyright (c) 2013 Samsung Electronics Co., Ltd.
Piotr Szydelko <p.szydelko@samsung.com>
-->
-<!doctype html>
<html lang="en">
<head>
<title>privilege/seService/SEService_getReaders</title>
<meta charset="utf-8">
-<script language="javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
<body>
var deviceCapabilities = tizen.systeminfo.getCapabilities();
// if secureElement is not supported then skip this test
- assert_own_property(deviceCapabilities, 'secureElement', 'deviceCapabilities');
+ assert_own_property(deviceCapabilities, "secureElement", "deviceCapabilities");
if (!deviceCapabilities.secureElement) {
return; // test will PASS
}
- assert_throws({'name': 'SecurityError'}, function () {
+ assert_throws({"name": "SecurityError"}, function () {
tizen.seService.getReaders();
});
-}, 'SEService_getReaders');
+}, "SEService_getReaders");
</script>
</body>
+<!DOCTYPE html>
<!--
Copyright (c) 2013 Samsung Electronics Co., Ltd.
Piotr Szydelko <p.szydelko@samsung.com>
-->
-<!doctype html>
<html lang="en">
<head>
<title>privilege/seService/SEService_registerSEListener</title>
<meta charset="utf-8">
-<script language="javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
<body>
var deviceCapabilities = tizen.systeminfo.getCapabilities();
// if secureElement is not supported then skip this test
- assert_own_property(deviceCapabilities, 'secureElement', 'deviceCapabilities');
+ assert_own_property(deviceCapabilities, "secureElement", "deviceCapabilities");
if (!deviceCapabilities.secureElement) {
return; // test will PASS
}
- assert_throws({'name': 'SecurityError'}, function () {
+ assert_throws({"name": "SecurityError"}, function () {
tizen.seService.registerSEListener();
});
-}, 'SEService_registerSEListener');
+}, "SEService_registerSEListener");
</script>
</body>
+<!DOCTYPE html>
<!--
Copyright (c) 2013 Samsung Electronics Co., Ltd.
Piotr Szydelko <p.szydelko@samsung.com>
-->
-<!doctype html>
<html lang="en">
<head>
<title>privilege/seService/SEService_shutdown</title>
<meta charset="utf-8">
-<script language="javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
<body>
var deviceCapabilities = tizen.systeminfo.getCapabilities();
// if secureElement is not supported then skip this test
- assert_own_property(deviceCapabilities, 'secureElement', 'deviceCapabilities');
+ assert_own_property(deviceCapabilities, "secureElement", "deviceCapabilities");
if (!deviceCapabilities.secureElement) {
return; // test will PASS
}
- assert_throws({'name': 'SecurityError'}, function () {
+ assert_throws({"name": "SecurityError"}, function () {
tizen.seService.shutdown();
});
-}, 'SEService_shutdown');
+}, "SEService_shutdown");
</script>
</body>
+<!DOCTYPE html>
<!--
Copyright (c) 2013 Samsung Electronics Co., Ltd.
Piotr Szydelko <p.szydelko@samsung.com>
-->
-<!doctype html>
<html lang="en">
<head>
<title>privilege/seService/SEService_unregisterSEListener</title>
<meta charset="utf-8">
-<script language="javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
<body>
var deviceCapabilities = tizen.systeminfo.getCapabilities();
// if secureElement is not supported then skip this test
- assert_own_property(deviceCapabilities, 'secureElement', 'deviceCapabilities');
+ assert_own_property(deviceCapabilities, "secureElement", "deviceCapabilities");
if (!deviceCapabilities.secureElement) {
return; // test will PASS
}
- assert_throws({'name': 'SecurityError'}, function () {
+ assert_throws({"name": "SecurityError"}, function () {
tizen.seService.unregisterSEListener();
});
-}, 'SEService_unregisterSEListener');
+}, "SEService_unregisterSEListener");
</script>
</body>
+<!DOCTYPE html>
<!--
Copyright (c) 2013 Samsung Electronics Co., Ltd.
Junghyuk Park <junghyuk.park@samsung.com>
-->
-<!doctype html>
<html lang="en">
<head>
<title>privilege/systeminfo/SystemInfoCellularNetwork_imei</title>
<meta charset="utf-8">
-<script language="javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
<body>
t.step(function () {
onSuccessCallback = t.step_func(function (cellular) {
- assert_throws({'name': 'SecurityError'}, function () {
+ assert_throws({"name": "SecurityError"}, function () {
assert_not_equals(cellular.imei, null);
});
t.done();
assert_unreached("Exception : " + e.message);
});
- tizen.systeminfo.getPropertyValue('CELLULAR_NETWORK', onSuccessCallback, onErrorCallback);
+ tizen.systeminfo.getPropertyValue("CELLULAR_NETWORK", onSuccessCallback, onErrorCallback);
}, "SystemInfoCellularNetwork_imei");
</script>
+<!DOCTYPE html>
<!--
Copyright (c) 2013 Samsung Electronics Co., Ltd.
Piotr Szydelko <p.szydelko@samsung.com>
-->
-<!doctype html>
<html lang="en">
<head>
<title>privilege/systeminfo/SystemInfoDeviceCapability_nativeApiVersion</title>
<meta charset="utf-8">
-<script language="javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
<body>
//==== SPEC_URL: https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/systeminfo.html
test(function () {
- assert_throws({'name': 'SecurityError'}, function () {
+ assert_throws({"name": "SecurityError"}, function () {
var capabilities;
capabilities = tizen.systeminfo.getCapabilities();
assert_not_equals(capabilities.nativeApiVersion, null);
});
-}, 'SystemInfoDeviceCapability_nativeApiVersion');
+}, "SystemInfoDeviceCapability_nativeApiVersion");
</script>
</body>
+<!DOCTYPE html>
<!--
Copyright (c) 2013 Samsung Electronics Co., Ltd.
Piotr Szydelko <p.szydelko@samsung.com>
-->
-<!doctype html>
<html lang="en">
<head>
<title>privilege/systeminfo/SystemInfoDeviceCapability_platformVersion</title>
<meta charset="utf-8">
-<script language="javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
<body>
//==== SPEC_URL: https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/systeminfo.html
test(function () {
- assert_throws({'name': 'SecurityError'}, function () {
+ assert_throws({"name": "SecurityError"}, function () {
var capabilities;
capabilities = tizen.systeminfo.getCapabilities();
assert_not_equals(capabilities.platformVersion, null);
});
-}, 'SystemInfoDeviceCapability_platformVersion');
+}, "SystemInfoDeviceCapability_platformVersion");
</script>
</body>
+<!DOCTYPE html>
<!--
Copyright (c) 2013 Samsung Electronics Co., Ltd.
Piotr Szydelko <p.szydelko@samsung.com>
-->
-<!doctype html>
<html lang="en">
<head>
<title>privilege/systeminfo/SystemInfoDeviceCapability_webApiVersion</title>
<meta charset="utf-8">
-<script language="javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
<body>
//==== SPEC_URL: https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/systeminfo.html
test(function () {
- assert_throws({'name': 'SecurityError'}, function () {
+ assert_throws({"name": "SecurityError"}, function () {
var capabilities;
capabilities = tizen.systeminfo.getCapabilities();
assert_not_equals(capabilities.webApiVersion, null);
});
-}, 'SystemInfoDeviceCapability_webApiVersion');
+}, "SystemInfoDeviceCapability_webApiVersion");
</script>
</body>
+<!DOCTYPE html>
<!--
Copyright (c) 2013 Samsung Electronics Co., Ltd.
Piotr Szydelko <p.szydelko@samsung.com>
-->
-<!doctype html>
<html lang="en">
<head>
<title>privilege/systemsetting/SystemSettingManager_setProperty</title>
<meta charset="utf-8">
-<script language="javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
<body>
//==== SPEC_URL: https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/systemsetting.html
test(function () {
- assert_throws({'name': 'SecurityError'}, function () {
+ assert_throws({"name": "SecurityError"}, function () {
tizen.systemsetting.setProperty("LOCK_SCREEN", "", function () {});
});
-}, 'SystemSettingManager_setProperty');
+}, "SystemSettingManager_setProperty");
</script>
</body>
+<!DOCTYPE html>
<!--
Copyright (c) 2013 Samsung Electronics Co., Ltd.
Junghyuk Park <junghyuk.park@samsung.com>
-->
-<!doctype html>
<html lang="en">
<head>
<title>privilege/websetting/WebSettingManager_removeAllCookies</title>
<meta charset="utf-8">
-<script language="javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
<body>
//==== SPEC_URL: https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/websetting.html
test(function () {
- assert_throws({'name': 'SecurityError'}, function () {
+ assert_throws({"name": "SecurityError"}, function () {
tizen.websetting.removeAllCookies();
});
-}, 'WebSettingManager_removeAllCookies');
+}, "WebSettingManager_removeAllCookies");
</script>
</body>