Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>CalendarAlarm_absoluteDate_attribute</title>
<meta charset="utf-8"/>
//==== TEST: CalendarAlarm_absoluteDate_attribute
//==== LABEL Check if attribute absoluteDate of CalendarAlarm exists, has type TZDate
//==== SPEC Tizen Web API:Social:Calendar:CalendarAlarm:absoluteDate A
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA AE AT ASG
test(function () {
var calendarAlarm, alarmDate, newValue;
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>calendar/UTC_calendar</title>
+<title>CalendarAlarm_attribute_valid_value_CalendarEvent</title>
<meta charset="utf-8">
-<script>window.onerror = function(e) { console.log(e); }; </script>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/calendar_common.js"></script>
</head>
//==== TEST: CalendarAlarm_attribute_valid_value_CalendarEvent
//==== LABEL check various attributes of CalendarAlarm used in Calendar Event
//==== SPEC Tizen Web API:Social:Calendar:CalendarAlarm:method A
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#::Calendar::CalendarAlarm
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA
test(function () {
var originalEvent, retrievedEvent, originalAlarms, retrievedAlarms, eventCalendar;
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>calendar/UTC_calendar</title>
+<title>CalendarAlarm_attribute_valid_value_CalendarTask</title>
<meta charset="utf-8">
-<script>window.onerror = function(e) { console.log(e); }; </script>
<!-- <link rel="stylesheet" href="../style.css"/> -->
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/calendar_common.js"></script>
//==== TEST: CalendarAlarm_attribute_valid_value_CalendarTask
//==== LABEL check various attributes of CalendarAlarm used in CalnedarTask
//==== SPEC Tizen Web API:Social:Calendar:CalendarAlarm:before A
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#::Calendar::CalendarAlarm
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA
test(function () {
var originalTask, retrievedTask, originalAlarms, retrievedAlarms,
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>CalendarAlarm_before_attribute</title>
<meta charset="utf-8"/>
//==== TEST: CalendarAlarm_before_attribute
//==== LABEL Check if attribute before of CalendarAlarm exists, has type TimeDuration
//==== SPEC Tizen Web API:Social:Calendar:CalendarAlarm:before A
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA AE AT ASG
test(function () {
var calendarAlarm, before, newValue;
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>calendar/UTC_calendar</title>
+<title>CalendarAlarm_constructor_TZDate</title>
<meta charset="utf-8">
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/calendar_common.js"></script>
//==== TEST: CalendarAlarm_constructor_TZDate
//==== LABEL check various arguments for CalendarAlarm constructor TZDate
//==== SPEC Tizen Web API:Social:Calendar:CalendarAlarm:constructor C
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#::Calendar::CalendarAlarm
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA CONSTRM CONSTRA
test(function () {
var alarm = new tizen.CalendarAlarm(new tizen.TZDate(2012, 2, 15), "SOUND");
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>calendar/UTC_calendar</title>
+<title>CalendarAlarm_constructor_TimeDuration</title>
<meta charset="utf-8">
-<script>window.onerror = function(e) { console.log(e); }; </script>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/calendar_common.js"></script>
</head>
//==== TEST: CalendarAlarm_constructor_TimeDuration
//==== LABEL check various arguments for CalendarAlarm constructor TimeDuration
//==== SPEC Tizen Web API:Social:Calendar:CalendarAlarm:constructor C
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#::Calendar::CalendarAlarm
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA CONSTRM CONSTRA
test(function () {
var alarm = new tizen.CalendarAlarm(new tizen.TimeDuration(30, "MINS"), "DISPLAY", "Alarm description");
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>CalendarAlarm_description_attribute</title>
<meta charset="utf-8"/>
//==== TEST: CalendarAlarm_description_attribute
//==== LABEL Check if attribute description of CalendarAlarm exists, has type DOMString
//==== SPEC Tizen Web API:Social:Calendar:CalendarAlarm:description A
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA AE AT ASG
test(function () {
var calendarAlarm = new tizen.CalendarAlarm(new tizen.TZDate(2014, 2, 25, 10, 0), "SOUND", "Alarm");
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>CalendarAlarm_exist</title>
<meta charset="utf-8"/>
//==== TEST: CalendarAlarm_exist
//==== LABEL Check if CalendarAlarm exists
//==== SPEC Tizen Web API:Social:Calendar:CalendarAlarm:constructor C
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA CONSTRF
test(function () {
check_constructor("CalendarAlarm");
Authors:
- Tomasz Kusmierz <t.kusmierz@samsung.com>
+ Tomasz Kusmierz <t.kusmierz@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>CalendarAlarm_extend</title>
<meta charset="utf-8"/>
//==== LABEL check if CalendarAlarm object is extendable
//==== SPEC Tizen Web API:Social:Calendar:CalendarAlarm:CalendarAlarm U
//==== PRIORITY P3
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA OBX
test(function () {
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>CalendarAlarm_method_attribute</title>
<meta charset="utf-8"/>
//==== TEST: CalendarAlarm_method_attribute
//==== LABEL Check if attribute method of CalendarAlarm exists, has type AlarmMethod
//==== SPEC Tizen Web API:Social:Calendar:CalendarAlarm:method A
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA AE AT ASG AN
test(function () {
var calendarAlarm = new tizen.CalendarAlarm(new tizen.TZDate(2014, 2, 25, 10, 0), "SOUND");
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>CalendarArraySuccessCallback_notexist</title>
<meta charset="utf-8"/>
//==== LABEL Check if interface CalendarArraySuccessCallback exists, it should not.
//==== PRIORITY P3
//==== SPEC Tizen Web API:Social:Calendar:CalendarArraySuccessCallback:CalendarArraySuccessCallback U
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA CBNIO
test(function () {
check_no_interface_object("CalendarArraySuccessCallback");
Authors:
Jenny Cao <jenny.q.cao@intel.com>
- Yanan Xu <yananx.xu@intel.com>
+ Yanan Xu <yananx.xu@intel.com>
Jianhui Yue <jianhuix.a.yue@intel.com>
-->
<html>
<head>
<title>CalendarArraySuccessCallback_onsuccess</title>
-<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script src="support/calendar_common.js"></script>
</head>
tizen.calendar.getCalendars("TASK", calendarListCB);
});
+
</script>
</body>
</html>
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>CalendarAttendee_RSVP_attribute</title>
<meta charset="utf-8"/>
//==== TEST: CalendarAttendee_RSVP_attribute
//==== LABEL Check if attribute RSVP of CalendarAttendee exists, has type Boolean
//==== SPEC Tizen Web API:Social:Calendar:CalendarAttendee:RSVP A
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA AE AT ASG ADV AN
test(function () {
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>CalendarAttendee_attribute_valid_CalendarTask</title>
//==== TEST: CalendarAttendee_attribute_valid_CalendarTask
//==== LABEL check various attributes of CalendarAttendee used in CalendarTask
//==== SPEC Tizen Web API:Social:Calendar:CalendarAttendee:name A
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#::Calendar::CalendarAttendee
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA
test(function () {
var originalTask, retrievedTask, originalAttendee, retrievedAttendee,
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>CalendarAttendee_attribute_valid_value_CalendarEvent</title>
//==== TEST: CalendarAttendee_attribute_valid_value_CalendarEvent
//==== LABEL check various attributes of CalendarAttendee used in CalendarEvent
//==== SPEC Tizen Web API:Social:Calendar:CalendarAttendee:type A
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#::Calendar::CalendarAttendee
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA
test(function () {
var originalEvent, retrievedEvent, originalAttendee, retrievedAttendee,
Authors:
Jenny Cao <jenny.q.cao@intel.com>
- Yanan Xu <yananx.xu@intel.com>
+ Yanan Xu <yananx.xu@intel.com>
Karol Surma <k.surma@samsung.com>
-->
<html>
<head>
-<title>Calendar CalendarManager Tests</title>
-<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
-<script src="../resources/testharness.js"> </script>
-<script src="../resources/testharnessreport.js"> </script>
-<script src="support/calendar_common.js"> </script>
+<title>CalendarAttendee_constructor</title>
+<script src="../resources/testharness.js"></script>
+<script src="../resources/testharnessreport.js"></script>
+<script src="support/calendar_common.js"></script>
</head>
<body>
<div id="log"></div>
//==== SPEC Tizen Web API:Social:Calendar:CalendarAttendee:constructor C
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA CONSTRM CONSTRA
-test(function(){
+test(function (){
var attendee_init, attendee;
attendee_init = {name:"attendee1",
role: "CHAIR",
assert_equals(attendee.delegatorURI, attendee_init.delegatorURI);
assert_equals(attendee.delegateURI, attendee_init.delegateURI);
}, "CalendarAttendee_constructor");
+
</script>
</body>
</html>
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>calendar/UTC_calendar</title>
+<title>CalendarAttendee_constructor_valid_argument</title>
<meta charset="utf-8">
-<script>window.onerror = function(e) { console.log(e); }; </script>
<!-- <link rel="stylesheet" href="../style.css"/> -->
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/calendar_common.js"></script>
//==== TEST: CalendarAttendee_constructor_valid_argument
//==== LABEL check if instance of CalendarAttendee is created correctly by constructor
//==== SPEC Tizen Web API:Social:Calendar:CalendarAttendee:constructor C
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#::Calendar::CalendarAttendee
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA CONSTRM
test(function () {
var attendee = null;
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>CalendarAttendee_contactRef_attribute</title>
<meta charset="utf-8"/>
//==== TEST: CalendarAttendee_contactRef_attribute
//==== LABEL Check if attribute contactRef of CalendarAttendee exists, has type ContactRef
//==== SPEC Tizen Web API:Social:Calendar:CalendarAttendee:contactRef A
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA AE AT ASG
test(function () {
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>CalendarAttendee_delegateURI_attribute</title>
<meta charset="utf-8"/>
//==== TEST: CalendarAttendee_delegateURI_attribute
//==== LABEL Check if attribute delegateURI of CalendarAttendee exists, has type DOMString
//==== SPEC Tizen Web API:Social:Calendar:CalendarAttendee:delegateURI A
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA AE AT ASG
test(function () {
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>CalendarAttendee_delegatorURI_attribute</title>
<meta charset="utf-8"/>
//==== TEST: CalendarAttendee_delegatorURI_attribute
//==== LABEL Check if attribute delegatorURI of CalendarAttendee exists, has type DOMString
//==== SPEC Tizen Web API:Social:Calendar:CalendarAttendee:delegatorURI A
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA AE AT ASG
test(function () {
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>CalendarAttendee_exist</title>
<meta charset="utf-8"/>
//==== TEST: CalendarAttendee_exist
//==== LABEL Check if CalendarAttendee exists
//==== SPEC Tizen Web API:Social:Calendar:CalendarAttendee:constructor C
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA CONSTRF
test(function () {
check_constructor("CalendarAttendee");
Authors:
- Tomasz Kusmierz <t.kusmierz@samsung.com>
+ Tomasz Kusmierz <t.kusmierz@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>CalendarAttendee_extend</title>
<meta charset="utf-8"/>
//==== LABEL check if CalendarAttendee object is extendable
//==== SPEC Tizen Web API:Social:Calendar:CalendarAttendee:CalendarAttendee U
//==== PRIORITY P3
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA OBX
test(function () {
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>CalendarAttendee_group_attribute</title>
<meta charset="utf-8"/>
//==== TEST: CalendarAttendee_group_attribute
//==== LABEL Check if attribute group of CalendarAttendee exists, has type DOMString
//==== SPEC Tizen Web API:Social:Calendar:CalendarAttendee:group A
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA AE AT ASG
test(function () {
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>CalendarAttendee_name_attribute</title>
<meta charset="utf-8"/>
//==== TEST: CalendarAttendee_name_attribute
//==== LABEL Check if attribute name of CalendarAttendee exists, has type DOMString
//==== SPEC Tizen Web API:Social:Calendar:CalendarAttendee:name A
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA AE AT ASG
test(function () {
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>CalendarAttendee_role_attribute</title>
<meta charset="utf-8"/>
//==== TEST: CalendarAttendee_role_attribute
//==== LABEL Check if attribute role of CalendarAttendee exists, has type AttendeeRole
//==== SPEC Tizen Web API:Social:Calendar:CalendarAttendee:role A
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA AE AT ASG ADV AN
test(function () {
var uri, calendarAttendee;
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>CalendarAttendee_status_attribute</title>
<meta charset="utf-8"/>
//==== TEST: CalendarAttendee_status_attribute
//==== LABEL Check if attribute status of CalendarAttendee exists, has type AttendeeStatus
//==== SPEC Tizen Web API:Social:Calendar:CalendarAttendee:status A
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA AE AT ASG AN ADV
test(function () {
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>CalendarAttendee_type_attribute</title>
<meta charset="utf-8"/>
//==== TEST: CalendarAttendee_type_attribute
//==== LABEL Check if attribute type of CalendarAttendee exists, has type AttendeeType
//==== SPEC Tizen Web API:Social:Calendar:CalendarAttendee:type A
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA AE AT ASG ADV AN
test(function () {
var uri, calendarAttendee;
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>CalendarAttendee_uri_attribute</title>
<meta charset="utf-8"/>
//==== TEST: CalendarAttendee_uri_attribute
//==== LABEL Check if attribute uri of CalendarAttendee exists, has type DOMString
//==== SPEC Tizen Web API:Social:Calendar:CalendarAttendee:uri A
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA AE AT ASG AN
test(function () {
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>CalendarChangeCallback_notexist</title>
<meta charset="utf-8"/>
//==== LABEL Check if interface CalendarChangeCallback exists, it should not.
//==== PRIORITY P3
//==== SPEC Tizen Web API:Social:Calendar:CalendarChangeCallback:CalendarChangeCallback U
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA CBNIO
test(function () {
check_no_interface_object("CalendarChangeCallback");
Authors:
-Roman Frolow <r.frolow@samsung.com>
+ Roman Frolow <r.frolow@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>CalendarChangeCallback_onitemsadded</title>
<meta charset="utf-8">
//==== TEST: CalendarChangeCallback_onitemsadded
//==== LABEL Check if method onitemsadded of CalendarChangeCallback has proper argument type
//==== SPEC Tizen Web API:Social:Calendar:CalendarChangeCallback:onitemsadded M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.htm
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA CBOA CBT
var t = async_test("CalendarChangeCallback_onitemsadded", {timeout: 10000}),
watcher, event_init, calendar, ev, watcherId;
ev = new tizen.CalendarEvent(event_init);
calendar.add(ev);
});
+
</script>
</body>
</html>
Authors:
-Roman Frolow <r.frolow@samsung.com>
+ Roman Frolow <r.frolow@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>CalendarChangeCallback_onitemsremoved</title>
<meta charset="utf-8">
//==== TEST: CalendarChangeCallback_onitemsremoved
//==== LABEL Check if method onitemsremoved of CalendarChangeCallback has proper argument type
//==== SPEC Tizen Web API:Social:Calendar:CalendarChangeCallback:onitemsremoved M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.htm
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA CBOA CBT
var t = async_test("CalendarChangeCallback_onitemsremoved", {timeout: 90000}),
watcher, event_init, calendar, ev, watcherId;
calendar.remove(ev.id);
});
+
</script>
</body>
</html>
Authors:
-Roman Frolow <r.frolow@samsung.com>
+ Roman Frolow <r.frolow@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>CalendarChangeCallback_onitemsupdated</title>
<meta charset="utf-8">
//==== TEST: CalendarChangeCallback_onitemsupdated
//==== LABEL Check if method onitemsupdated of CalendarChangeCallback has proper argument type
//==== SPEC Tizen Web API:Social:Calendar:CalendarChangeCallback:onitemsupdated M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.htm
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA CBOA CBT
var t = async_test("CalendarChangeCallback_onitemsupdated", {timeout: 90000}),
watcher, event_init, calendar, ev, watcherId, ev_get;
ev_get.summary = "updated summary";
calendar.update(ev_get);
});
+
</script>
</body>
</html>
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>CalendarEventArraySuccessCallback_notexist</title>
<meta charset="utf-8"/>
//==== LABEL Check if interface CalendarEventArraySuccessCallback exists, it should not.
//==== PRIORITY P3
//==== SPEC Tizen Web API:Social:Calendar:CalendarEventArraySuccessCallback:CalendarEventArraySuccessCallback U
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA CBNIO
test(function () {
check_no_interface_object("CalendarEventArraySuccessCallback");
Authors:
- Beata Koziarek <b.koziarek@samsung.com>
- Karol Surma <k.surma@samsung.com>
+ Beata Koziarek <b.koziarek@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>CalendarEventArraySuccessCallback_onsuccess</title>
<meta charset="utf-8"/>
//==== TEST: CalendarEventArraySuccessCallback_onsuccess
//==== LABEL Test if CalendarEvent is properly obtained
//==== SPEC Tizen Web API:Social:Calendar:CalendarEventArraySuccessCallback:onsuccess M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA CBOA CBT
var t = async_test("CalendarEventArraySuccessCallback_onsuccess", {timeout:3000}),
onsuccess, calendar, ev, start, end, rule;
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>calendar/UTC_calendar</title>
+<title>CalendarEventId_constructor</title>
<meta charset="utf-8">
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/calendar_common.js"></script>
//==== TEST: CalendarEventId_constructor
//==== LABEL check if instance of CalendarEventId is created correctly by constructor
//==== SPEC Tizen Web API:Social:Calendar:CalendarEventId:constructor C
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#::Calendar::CalendarEventId
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA CONSTRM CONSTRA
test(function () {
var tmp, eventId = new tizen.CalendarEventId("777", "888");
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>CalendarEventId_exist</title>
<meta charset="utf-8"/>
//==== TEST: CalendarEventId_exist
//==== LABEL Check if CalendarEventId exists
//==== SPEC Tizen Web API:Social:Calendar:CalendarEventId:constructor C
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA CONSTRF
test(function () {
check_constructor("CalendarEventId");
Authors:
- Tomasz Kusmierz <t.kusmierz@samsung.com>
+ Tomasz Kusmierz <t.kusmierz@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>CalendarEventId_extend</title>
<meta charset="utf-8"/>
//==== LABEL check if CalendarEventId object is extendable
//==== SPEC Tizen Web API:Social:Calendar:CalendarEventId:CalendarEventId U
//==== PRIORITY P3
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA OBX
test(function () {
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>CalendarEventId_rid_attribute</title>
<meta charset="utf-8"/>
//==== TEST: CalendarEventId_rid_attribute
//==== LABEL Check if attribute rid of CalendarEventId exists, has type DOMString
//==== SPEC Tizen Web API:Social:Calendar:CalendarEventId:rid A
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA AE AT ASG ADV
test(function () {
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>CalendarEventId_uid_attribute</title>
<meta charset="utf-8"/>
//==== TEST: CalendarEventId_uid_attribute
//==== LABEL Check if attribute uid of CalendarEventId exists, has type DOMString
//==== SPEC Tizen Web API:Social:Calendar:CalendarEventId:uid A
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA AE AT ASG AN
test(function () {
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>CalendarEvent_availability_attribute</title>
<meta charset="utf-8"/>
//==== TEST: CalendarEvent_availability_attribute
//==== LABEL Check if attribute availability of CalendarEvent exists, has type EventAvailability
//==== SPEC Tizen Web API:Social:Calendar:CalendarEvent:availability A
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA AE AT ASG AN ADV
test(function () {
Authors:
Jenny Cao <jenny.q.cao@intel.com>
- Yanan Xu <yananx.xu@intel.com>
+ Yanan Xu <yananx.xu@intel.com>
Karol Surma <k.surma@samsung.com>
-->
<html>
- <head>
- <title>Calendar CalendarManager Tests</title>
- <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
- <script src="../resources/unitcommon.js"> </script>
- <script src="support/calendar_common.js"></script>
- </head>
- <body>
- <div id="log"></div>
- <script type="text/javascript">
+<head>
+<title>CalendarEvent_constructor_CalendarEventInit</title>
+<script src="../resources/unitcommon.js"></script>
+<script src="support/calendar_common.js"></script>
+</head>
+<body>
+<div id="log"></div>
+<script type="text/javascript">
//==== TEST: CalendarEvent_constructor_CalendarEventInit
//==== LABEL check CalendarEvent constructor: CalendarEventInit
//==== PRIORITY P2
//==== SPEC Tizen Web API:Social:Calendar:CalendarEvent:constructor C
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA CONSTRM CONSTRA
- test(function(){
+ test(function (){
var event_init, calendar, ev;
cleanup(calendar);
}, "CalendarEvent_constructor_CalendarEventInit");
- </script>
- </body>
+
+</script>
+</body>
</html>
Authors:
Jenny Cao <jenny.q.cao@intel.com>
- Yanan Xu <yananx.xu@intel.com>
+ Yanan Xu <yananx.xu@intel.com>
Tomasz Kusmierz <t.kusmierz@samsung.com>
-->
<html>
<head>
-<title>CalendarEvent_constructor_CalendarEventInit</title>
-<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
-<script src="../resources/testharness.js"> </script>
-<script src="../resources/testharnessreport.js"> </script>
-<script src="support/calendar_common.js"> </script>
+<title>CalendarEvent_constructor_stringRepresentation</title>
+<script src="../resources/testharness.js"></script>
+<script src="../resources/testharnessreport.js"></script>
+<script src="support/calendar_common.js"></script>
</head>
<body>
<div id="log"></div>
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA CONSTRM CONSTRA
var calendar, ev;
-test(function(){
+test(function (){
calendar = tizen.calendar.getDefaultCalendar("EVENT");
ev = new tizen.CalendarEvent("BEGIN:VCALENDAR\r\n" +
"BEGIN:VEVENT\r\n" +
cleanup(calendar);
},"CalendarEvent_constructor_stringRepresentation");
+
</script>
</body>
</html>
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>calendar/UTC_calendar</title>
+<title>CalendarEvent_constructor_valid_argument</title>
<meta charset="utf-8">
-<script>window.onerror = function(e) { console.log(e); }; </script>
<!-- <link rel="stylesheet" href="../style.css"/> -->
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/calendar_common.js"></script>
//==== TEST: CalendarEvent_constructor_valid_argument
//==== LABEL check if instance of CalendarEvent is created correctly by the constructor (use init dictionary)
//==== SPEC Tizen Web API:Social:Calendar:CalendarEvent:constructor C
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#::Calendar::CalendarEvent
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA CONSTRM
test(function () {
var defaultEvent, event;
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>CalendarEvent_endDate_attribute</title>
<meta charset="utf-8"/>
//==== TEST: CalendarEvent_endDate_attribute
//==== LABEL Check if attribute endDate of CalendarEvent exists, has type TZDate
//==== SPEC Tizen Web API:Social:Calendar:CalendarEvent:endDate A
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA AE AT ASG ADV
test(function () {
var eventInit, calendarEvent, endDate;
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>CalendarEvent_exist</title>
<meta charset="utf-8"/>
//==== TEST: CalendarEvent_exist
//==== LABEL Check if CalendarEvent exists
//==== SPEC Tizen Web API:Social:Calendar:CalendarEvent:constructor C
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA CONSTRF
test(function () {
check_constructor("CalendarEvent");
Authors:
- Karol Surma <k.surma@samsung.com>
- Tomasz Kusmierz <t.kusmierz@samsung.com>
+ Karol Surma <k.surma@samsung.com>
+ Tomasz Kusmierz <t.kusmierz@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>CalendarEvent_expandRecurrence</title>
//==== TEST: CalendarEvent_expandRecurrence
//==== LABEL check if a recurring event is expanded correctly
//==== SPEC Tizen Web API:Social:Calendar:CalendarEvent:expandRecurrence M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#expandRecurrenceid2814999
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA MMINA MR
var t = async_test("CalendarEvent_expandRecurrence", {"timeout": 5000}),
ev, returnedValue = null, expandSuccessCB,
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>calendar/UTC_calendar</title>
+<title>CalendarEvent_expandRecurrence_endDate_TypeMismatch</title>
<meta charset="utf-8">
-<script>window.onerror = function(e) { console.log(e); }; </script>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/calendar_common.js"></script>
</head>
//==== LABEL Check argument endDate conversions exceptions
//==== PRIORITY: P2
//==== SPEC Tizen Web API:Social:Calendar:CalendarEvent:expandRecurrence M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#expandRecurrenceid2814999
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA MC
var this_test = async_test("CalendarEvent_expandRecurrence_endDate_TypeMismatch");
this_test.step(function () {
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>calendar/UTC_calendar</title>
+<title>CalendarEvent_expandRecurrence_endDate_invalid_obj</title>
<meta charset="utf-8">
-<script>window.onerror = function(e) { console.log(e); }; </script>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/calendar_common.js"></script>
</head>
//==== LABEL Check argument endDate validation - use simple object
//==== PRIORITY: P2
//==== SPEC Tizen Web API:Social:Calendar:CalendarEvent:expandRecurrence M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#expandRecurrenceid2814999
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA MTO
var this_test = async_test("CalendarEvent_expandRecurrence_endDate_invalid_obj");
this_test.step(function () {
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>calendar/UTC_calendar</title>
+<title>CalendarEvent_expandRecurrence_errorCallback_TypeMismatch</title>
<meta charset="utf-8">
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/calendar_common.js"></script>
//==== LABEL Check argument errorCallback conversions exceptions
//==== PRIORITY: P2
//==== SPEC Tizen Web API:Social:Calendar:CalendarEvent:expandRecurrence M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#expandRecurrenceid2814999
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA MC
var this_test = async_test("CalendarEvent_expandRecurrence_errorCallback_TypeMismatch");
this_test.step(function () {
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>calendar/UTC_calendar</title>
+<title>CalendarEvent_expandRecurrence_errorCallback_invalid_cb</title>
<meta charset="utf-8">
-<script>window.onerror = function(e) { console.log(e); }; </script>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/calendar_common.js"></script>
</head>
//==== LABEL Check argument errorCallback invalid callback
//==== PRIORITY: P2
//==== SPEC Tizen Web API:Social:Calendar:CalendarEvent:expandRecurrence M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#expandRecurrenceid2814999
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA MTCB
var this_test = async_test("CalendarEvent_expandRecurrence_errorCallback_invalid_cb");
this_test.step(function () {
assert_throws({
name: "TypeMismatchError"
}, function () {
- ev.expandRecurrence(startDate, endDate, expandSuccessCB, {onerror:function(){}});
+ ev.expandRecurrence(startDate, endDate, expandSuccessCB, {onerror:function (){}});
});
this.done();
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>Calendar_updateBatch_exist</title>
+<title>CalendarEvent_expandRecurrence_exist</title>
<meta charset="utf-8"/>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/calendar_common.js"></script>
//==== TEST: CalendarEvent_expandRecurrence_exist
//==== LABEL Check if method expandRecurrence of CalendarEvent exists
//==== SPEC Tizen Web API:Social:Calendar:CalendarEvent:expandRecurrence M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA ME
test(function () {
var event = new tizen.CalendarEvent();
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>calendar/UTC_calendar</title>
+<title>CalendarEvent_expandRecurrence_missarg</title>
<meta charset="utf-8">
-<script>window.onerror = function(e) { console.log(e); }; </script>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/calendar_common.js"></script>
</head>
//==== TEST: CalendarEvent_expandRecurrence_missarg
//==== LABEL check whether 'expandRecurrence' method called with an invalid argument throws an exception correctly
//==== SPEC Tizen Web API:Social:Calendar:CalendarEvent:expandRecurrence M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#expandRecurrenceid2814999
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA MC MMA
var this_test = async_test("CalendarEvent_expandRecurrence_missarg");
this_test.step(function () {
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>calendar/UTC_calendar</title>
+<title>CalendarEvent_expandRecurrence_startDate_TypeMismatch</title>
<meta charset="utf-8">
-<script>window.onerror = function(e) { console.log(e); }; </script>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/calendar_common.js"></script>
</head>
//==== LABEL Check argument startDate conversions exceptions
//==== PRIORITY: P2
//==== SPEC Tizen Web API:Social:Calendar:CalendarEvent:expandRecurrence M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#expandRecurrenceid2814999
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA MC
var this_test = async_test("CalendarEvent_expandRecurrence_startDate_TypeMismatch");
this_test.step(function () {
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>calendar/UTC_calendar</title>
+<title>CalendarEvent_expandRecurrence_startDate_invalid_obj</title>
<meta charset="utf-8">
-<script>window.onerror = function(e) { console.log(e); }; </script>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/calendar_common.js"></script>
</head>
//==== LABEL Check argument startDate validation - use simple object
//==== PRIORITY: P2
//==== SPEC Tizen Web API:Social:Calendar:CalendarEvent:expandRecurrence M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#expandRecurrenceid2814999
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA MTO
var this_test = async_test("CalendarEvent_expandRecurrence_startDate_invalid_obj");
this_test.step(function () {
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>calendar/UTC_calendar</title>
+<title>CalendarEvent_expandRecurrence_successCallback_TypeMismatch</title>
<meta charset="utf-8">
-<script>window.onerror = function(e) { console.log(e); }; </script>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/calendar_common.js"></script>
</head>
//==== LABEL Check argument successCallback conversions exceptions
//==== PRIORITY: P2
//==== SPEC Tizen Web API:Social:Calendar:CalendarEvent:expandRecurrence M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#expandRecurrenceid2814999
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA MC
test(function () {
var startDate, endDate, ev, i, param, exceptionName, conversionTable;
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>calendar/UTC_calendar</title>
+<title>CalendarEvent_expandRecurrence_successCallback_invalid_cb</title>
<meta charset="utf-8">
-<script>window.onerror = function(e) { console.log(e); }; </script>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/calendar_common.js"></script>
</head>
//==== LABEL Check argument successCallback invalid callback
//==== PRIORITY: P2
//==== SPEC Tizen Web API:Social:Calendar:CalendarEvent:expandRecurrence M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#expandRecurrenceid2814999
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA MTCB
test(function () {
var startDate, endDate, ev;
assert_throws({
name: "TypeMismatchError"
}, function () {
- ev.expandRecurrence(startDate, endDate, {onsuccess: function(){}});
+ ev.expandRecurrence(startDate, endDate, {onsuccess: function (){}});
});
}, "CalendarEvent_expandRecurrence_successCallback_invalid_cb");
Authors:
- Tomasz Kusmierz <t.kusmierz@samsung.com>
+ Tomasz Kusmierz <t.kusmierz@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>CalendarEvent_expandRecurrence_with_errorCallback</title>
//==== TEST: CalendarEvent_expandRecurrence_with_errorCallback
//==== LABEL check if a recurring event is expanded correctly when using expandRecurrence with errorCallback
//==== SPEC Tizen Web API:Social:Calendar:CalendarEvent:expandRecurrence M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#expandRecurrenceid2814999
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA MOA MR
var t = async_test("CalendarEvent_expandRecurrence_with_errorCallback", {"timeout": 5000}),
ev, returnedValue = null, expandSuccessCB, expandErrorCB,
Authors:
- Tomasz Kusmierz <t.kusmierz@samsung.com>
+ Tomasz Kusmierz <t.kusmierz@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>CalendarEvent_extend</title>
<meta charset="utf-8"/>
//==== LABEL check if CalendarEvent object is extendable
//==== SPEC Tizen Web API:Social:Calendar:CalendarEvent:CalendarEvent U
//==== PRIORITY P3
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA OBX
test(function () {
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>CalendarEvent_isDetached_attribute</title>
<meta charset="utf-8"/>
//==== TEST: CalendarEvent_isDetached_attribute
//==== LABEL Check if attribute isDetached of CalendarEvent exists, has type Boolean and is readonly
//==== SPEC Tizen Web API:Social:Calendar:CalendarEvent:isDetached A
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA AE AT ARO
test(function () {
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>CalendarEvent_recurrenceRule_attribute</title>
<meta charset="utf-8"/>
//==== TEST: CalendarEvent_recurrenceRule_attribute
//==== LABEL Check if attribute recurrenceRule of CalendarEvent exists, has type CalendarRecurrenceRule
//==== SPEC Tizen Web API:Social:Calendar:CalendarEvent:recurrenceRule A
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA AE AT ASG
test(function () {
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>CalendarItemArraySuccessCallback_notexist</title>
<meta charset="utf-8"/>
//==== LABEL Check if interface CalendarItemArraySuccessCallback exists, it should not.
//==== PRIORITY P3
//==== SPEC Tizen Web API:Social:Calendar:CalendarItemArraySuccessCallback:CalendarItemArraySuccessCallback U
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA CBNIO
test(function () {
check_no_interface_object("CalendarItemArraySuccessCallback");
Authors:
Jenny Cao <jenny.q.cao@intel.com>
- Yanan Xu <yananx.xu@intel.com>
+ Yanan Xu <yananx.xu@intel.com>
Beata Koziarek <b.koziarek@samsung.com>
Karol Surma <k.surma@samsung.com>
-->
calendar.add(ev);
calendar.find(onsuccess);
});
+
</script>
</body>
</html>
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>CalendarItem_alarms_attribute</title>
<meta charset="utf-8"/>
//==== TEST: CalendarItem_alarms_attribute
//==== LABEL Check if attribute alarms of CalendarItem exists, has type Array
//==== SPEC Tizen Web API:Social:Calendar:CalendarItem:alarms A
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA AE AT ASG AN
test(function () {
var calendarItem, event_init, attendee, alarm, duration;
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>CalendarItem_attendees_attribute</title>
<meta charset="utf-8"/>
//==== TEST: CalendarItem_attendees_attribute
//==== LABEL Check if attribute attendees of CalendarItem exists, has type Array
//==== SPEC Tizen Web API:Social:Calendar:CalendarItem:attendees A
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA AE AT ASG AN ADV
test(function () {
var calendarItem, event_init, attendee, alarm;
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>calendar/UTC_calendar</title>
+<title>CalendarItem_attribute_valid_value_CalendarEvent</title>
<meta charset="utf-8">
-<script>window.onerror = function(e) { console.log(e); }; </script>
<!-- <link rel="stylesheet" href="../style.css"/> -->
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/calendar_common.js"></script>
//==== TEST: CalendarItem_attribute_valid_value_CalendarEvent
//==== LABEL check various attributes of CalendarEvent
//==== SPEC Tizen Web API:Social:Calendar:CalendarItem:isAllDay A
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#::Calendar::CalendarItem
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA
test(function () {
var retrievedEvent, originalEvent,
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>calendar/UTC_calendar</title>
+<title>CalendarItem_attribute_valid_value_CalendarTask</title>
<meta charset="utf-8">
-<script>window.onerror = function(e) { console.log(e); }; </script>
<!-- <link rel="stylesheet" href="../style.css"/> -->
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/calendar_common.js"></script>
//==== TEST: CalendarItem_attribute_valid_value_CalendarTask
//==== LABEL check various attributes of CalendarTask
//==== SPEC Tizen Web API:Social:Calendar:CalendarItem:summary A
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#::Calendar::CalendarItem
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA
test(function () {
var retrievedTask, originalTask,
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>CalendarItem_calendarId_attribute</title>
<meta charset="utf-8"/>
//==== TEST: CalendarItem_calendarId_attribute
//==== LABEL Check if attribute calendarId of CalendarItem exists, has type CalendarId and is readonly
//==== SPEC Tizen Web API:Social:Calendar:CalendarItem:calendarId A
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA AE AT ARO ADV
test(function () {
var calendarItem, event_init, attendee, alarm, calendar;
"calendarItem.calendarId should be type of string.");
}, "CalendarItem_calendarId_attribute");
+
</script>
</body>
</html>
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>CalendarItem_categories_attribute</title>
<meta charset="utf-8"/>
//==== TEST: CalendarItem_categories_attribute
//==== LABEL Check if attribute categories of CalendarItem exists, has type Array
//==== SPEC Tizen Web API:Social:Calendar:CalendarItem:categories A
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA AE AT ASG AN ADV
test(function () {
var calendarItem, event_init, attendee, alarm;
Authors:
Jenny Cao <jenny.q.cao@intel.com>
- Yanan Xu <yananx.xu@intel.com>
+ Yanan Xu <yananx.xu@intel.com>
Karol Surma <k.surma@samsung.com>
-->
<html>
<head>
<title>CalendarItem_clone</title>
-<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/calendar_common.js"></script>
</head>
//==== TEST: CalendarItem_clone
//==== LABEL Check if clone method works correctly
//==== SPEC Tizen Web API:Social:Calendar:CalendarItem:clone M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA MNA MR
test(function () {
var event_init, calendar, ev, ev_clone;
cleanup(calendar);
}, "CalendarItem_clone");
+
</script>
</body>
</html>
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>calendar/UTC_calendar</title>
+<title>CalendarItem_clone_CalendarTask</title>
<meta charset="utf-8">
-<script>window.onerror = function(e) { console.log(e); }; </script>
<!-- <link rel="stylesheet" href="../style.css"/> -->
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/calendar_common.js"></script>
//==== TEST: CalendarItem_clone_CalendarTask
//==== LABEL check if a clone of the CalendarTask is created correctly
//==== SPEC Tizen Web API:Social:Calendar:CalendarItem:clone M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#cloneid2814107
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA MNA MR
test(function () {
var task, clonnedTask;
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>CalendarItem_clone_exist</title>
<meta charset="utf-8"/>
//==== TEST: CalendarItem_clone_exist
//==== LABEL Check if method clone of CalendarItem exists
//==== SPEC Tizen Web API:Social:Calendar:CalendarItem:clone M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA ME
test(function () {
var calendarItem, event_init, attendee, alarm;
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>calendar/UTC_calendar</title>
+<title>CalendarItem_clone_extra_argument</title>
<meta charset="utf-8">
-<script>window.onerror = function(e) { console.log(e); }; </script>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/calendar_common.js"></script>
</head>
//==== TEST: CalendarItem_clone_extra_argument
//==== LABEL check if a clone of the CalendarEvent is created correctly
//==== SPEC Tizen Web API:Social:Calendar:CalendarItem:clone M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#cloneid2814107
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA MNAEX
test(function () {
var event, clonnedEvent;
Authors:
Jenny Cao <jenny.q.cao@intel.com>
- Yanan Xu <yananx.xu@intel.com>
+ Yanan Xu <yananx.xu@intel.com>
Karol Surma <k.surma@samsung.com>
-->
<html>
- <head>
- <title>Calendar CalendarManager Tests</title>
- <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
- <script src="../resources/testharness.js"> </script>
- <script src="../resources/testharnessreport.js"> </script>
- <script src="support/calendar_common.js"> </script>
- </head>
- <body>
- <div id="log"></div>
- <script type="text/javascript">
+<head>
+<title>CalendarItem_convertToString</title>
+<script src="../resources/testharness.js"></script>
+<script src="../resources/testharnessreport.js"></script>
+<script src="support/calendar_common.js"></script>
+</head>
+<body>
+<div id="log"></div>
+<script type="text/javascript">
//==== TEST: CalendarItem_convertToString
//==== LABEL check CalendarEvent method: convertToString
//==== SPEC Tizen Web API:Social:Calendar:CalendarItem:convertToString M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA MMINA
- test(function(){
+ test(function (){
var event_init, ev, eventStr;
event_init = {description:"HTML5 Introduction",
summary:"HTML5 Webinar ",
eventStr = ev.convertToString("ICALENDAR_20");
assert_not_equals(eventStr.length, 0);
},"CalendarItem_convertToString");
- </script>
- </body>
+
+</script>
+</body>
</html>
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>calendar/UTC_calendar</title>
+<title>CalendarItem_convertToString_CalendarTask</title>
<meta charset="utf-8">
-<script>window.onerror = function(e) { console.log(e); }; </script>
<!-- <link rel="stylesheet" href="../style.css"/> -->
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/calendar_common.js"></script>
//==== TEST: CalendarItem_convertToString_CalendarTask
//==== LABEL check if the CalendarTask is converted to a string format correctly
//==== SPEC Tizen Web API:Social:Calendar:CalendarItem:convertToString M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#convertToStringid2813964
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA MMINA MR
test(function () {
var task, vString;
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>CalendarItem_convertToString_exist</title>
<meta charset="utf-8"/>
//==== TEST: CalendarItem_convertToString_exist
//==== LABEL Check if method convertToString of CalendarItem exists
//==== SPEC Tizen Web API:Social:Calendar:CalendarItem:convertToString M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA ME
test(function () {
var calendarItem, event_init, attendee, alarm;
Authors:
- Beata Koziarek <b.koziarek@samsung.com>
+ Beata Koziarek <b.koziarek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>CalendarItem_convertToString_format_TypeMismatch</title>
<meta charset="utf-8"/>
//==== LABEL Check argument format conversions exception.
//==== PRIORITY: P2
//==== SPEC Tizen Web API:Social:Calendar:CalendarItem:convertToString M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA MC
var t = async_test("CalendarItem_convertToString_format_TypeMismatch"), calendar,
filter, onSuccess, onError, conversionTable, i, exceptionName = "TypeMismatchError",
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>calendar/UTC_calendar</title>
+<title>CalendarItem_convertToString_missarg_CalendarEvent</title>
<meta charset="utf-8">
-<script>window.onerror = function(e) { console.log(e); }; </script>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/calendar_common.js"></script>
</head>
//==== TEST: CalendarItem_convertToString_missarg_CalendarEvent
//==== LABEL check whether 'convertToString' method called with an invalid argument throws an exception correctly
//==== SPEC Tizen Web API:Social:Calendar:CalendarItem:convertToString M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#convertToStringid2813964
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA MMA MC
test(function () {
var event = createTestEvent();
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>calendar/UTC_calendar</title>
+<title>CalendarItem_convertToString_missarg_CalendarTask</title>
<meta charset="utf-8">
-<script>window.onerror = function(e) { console.log(e); }; </script>
<!-- <link rel="stylesheet" href="../style.css"/> -->
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/calendar_common.js"></script>
//==== TEST: CalendarItem_convertToString_missarg_CalendarTask
//==== LABEL check whether 'convertToString' method called with an invalid argument throws an exception correctly (part 2)
//==== SPEC Tizen Web API:Social:Calendar:CalendarItem:convertToString M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#convertToStringid2813964
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA MMA MC
test(function () {
var task = createTestTask();
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>CalendarItem_description_attribute</title>
<meta charset="utf-8"/>
//==== TEST: CalendarItem_description_attribute
//==== LABEL Check if attribute description of CalendarItem exists, has type DOMString
//==== SPEC Tizen Web API:Social:Calendar:CalendarItem:description A
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA AE AT ASG ADV
test(function () {
var calendarItem, event_init, attendee, alarm;
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>CalendarItem_duration_attribute</title>
<meta charset="utf-8"/>
//==== TEST: CalendarItem_duration_attribute
//==== LABEL Check if attribute duration of CalendarItem exists, has type TimeDuration
//==== SPEC Tizen Web API:Social:Calendar:CalendarItem:duration A
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA AE AT ASG ADV
test(function () {
var calendarItem, event_init, attendee, alarm, duration;
Authors:
- Beata Koziarek <b.koziarek@samsung.com>
+ Beata Koziarek <b.koziarek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>CalendarItem_extend</title>
<meta charset="utf-8"/>
//==== LABEL test whether the File object can have new attribute added
//==== SPEC Tizen Web API:Social:Calendar:CalendarItem:CalendarItem U
//==== PRIORITY P3
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA OBX
var t = async_test("CalendarItem_extend"), calendar, ev,
filter, onSuccess, onError, start, end, rule;
-t.step(function(){
+t.step(function (){
onSuccess = t.step_func(function (events) {
check_extensibility(events);
cleanup(calendar);
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>CalendarItem_geolocation_attribute</title>
<meta charset="utf-8"/>
//==== TEST: CalendarItem_geolocation_attribute
//==== LABEL Check if attribute geolocation of CalendarItem exists, has type SimpleCoordinates
//==== SPEC Tizen Web API:Social:Calendar:CalendarItem:geolocation A
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA AE AT ASG
test(function () {
var calendarItem, event_init, attendee, alarm;
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>CalendarItem_id_attribute</title>
<meta charset="utf-8"/>
//==== TEST: CalendarItem_id_attribute
//==== LABEL Check if attribute id of CalendarItem exists, has type CalendarItemId and is readonly
//==== SPEC Tizen Web API:Social:Calendar:CalendarItem:id A
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA AE AT ARO
test(function () {
var calendar, calendarItem;
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>CalendarItem_isAllDay_attribute</title>
<meta charset="utf-8"/>
//==== TEST: CalendarItem_isAllDay_attribute
//==== LABEL Check if attribute isAllDay of CalendarItem exists, has type Boolean
//==== SPEC Tizen Web API:Social:Calendar:CalendarItem:isAllDay A
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA AE AT ASG AN ADV
test(function () {
var calendarItem, event_init, attendee, alarm;
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>CalendarItem_lastModificationDate_attribute</title>
<meta charset="utf-8"/>
//==== TEST: CalendarItem_lastModificationDate_attribute
//==== LABEL Check if attribute lastModificationDate of CalendarItem exists, has type TZDate and is readonly
//==== SPEC Tizen Web API:Social:Calendar:CalendarItem:lastModificationDate A
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA AE AT ARO
test(function () {
var calendar, calendarItem, event_init, attendee, alarm,
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>CalendarItem_location_attribute</title>
<meta charset="utf-8"/>
//==== TEST: CalendarItem_location_attribute
//==== LABEL Check if attribute location of CalendarItem exists, has type DOMString
//==== SPEC Tizen Web API:Social:Calendar:CalendarItem:location A
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA AE AT ASG
test(function () {
var calendarItem, event_init, attendee, alarm;
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>CalendarItem_notexist</title>
<meta charset="utf-8"/>
//==== LABEL Check if interface CalendarItem exists, it should not.
//==== PRIORITY P3
//==== SPEC Tizen Web API:Social:Calendar:CalendarItem:CalendarItem U
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA NIO
test(function () {
check_no_interface_object("CalendarItem");
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>CalendarItem_organizer_attribute</title>
<meta charset="utf-8"/>
//==== TEST: CalendarItem_organizer_attribute
//==== LABEL Check if attribute organizer of CalendarItem exists, has type DOMString
//==== SPEC Tizen Web API:Social:Calendar:CalendarItem:organizer A
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA AE AT ASG
test(function () {
var calendarItem, event_init, attendee, alarm;
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>CalendarItem_priority_attribute</title>
<meta charset="utf-8"/>
//==== TEST: CalendarItem_priority_attribute
//==== LABEL Check if attribute priority of CalendarItem exists, has type CalendarItemPriority
//==== SPEC Tizen Web API:Social:Calendar:CalendarItem:priority A
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA AE AT ASG AN ADV
test(function () {
var calendarItem, event_init, attendee, alarm;
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>CalendarItem_startDate_attribute</title>
<meta charset="utf-8"/>
//==== TEST: CalendarItem_startDate_attribute
//==== LABEL Check if attribute startDate of CalendarItem exists, has type TZDate
//==== SPEC Tizen Web API:Social:Calendar:CalendarItem:startDate A
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA AE AT ASG ADV
test(function () {
var calendarItem, event_init, attendee, alarm, startDate;
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>CalendarItem_status_attribute</title>
<meta charset="utf-8"/>
//==== TEST: CalendarItem_status_attribute
//==== LABEL Check if attribute status of CalendarItem exists, has type CalendarItemStatus
//==== SPEC Tizen Web API:Social:Calendar:CalendarItem:status A
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA AE AT ASG ADV AN
test(function () {
var calendarItem, event_init, attendee, alarm;
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>CalendarItem_summary_attribute</title>
<meta charset="utf-8"/>
//==== TEST: CalendarItem_summary_attribute
//==== LABEL Check if attribute summary of CalendarItem exists, has type DOMString
//==== SPEC Tizen Web API:Social:Calendar:CalendarItem:summary A
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA AE AT ASG
test(function () {
var calendarItem, event_init, attendee, alarm;
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>CalendarItem_visibility_attribute</title>
<meta charset="utf-8"/>
//==== TEST: CalendarItem_visibility_attribute
//==== LABEL Check if attribute visibility of CalendarItem exists, has type CalendarItemVisibility
//==== SPEC Tizen Web API:Social:Calendar:CalendarItem:visibility A
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA AE AT ASG ADV AN
test(function () {
var calendarItem, event_init, attendee, alarm;
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>CalendarManagerObject_notexist</title>
<meta charset="utf-8"/>
//==== LABEL Check if interface CalendarManagerObject exists, it should not.
//==== PRIORITY P3
//==== SPEC Tizen Web API:Social:Calendar:CalendarManagerObject:CalendarManagerObject U
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA NIO
test(function () {
check_no_interface_object("CalendarManagerObject");
Authors:
- Tomasz Kusmierz <t.kusmierz@samsung.com>
+ Tomasz Kusmierz <t.kusmierz@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>CalendarManager_extend</title>
<meta charset="utf-8"/>
//==== LABEL check if CalendarManager object is extendable
//==== SPEC Tizen Web API:Social:Calendar:CalendarManager:CalendarManager U
//==== PRIORITY P3
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA OBX
test(function () {
Authors:
- Karol Surma <k.surma@samsung.com
+ Karol Surma <k.surma@samsung.com
-->
-<html lang="en">
+<html>
<head>
-<title>calendar/UTC_calendar</title>
+<title>CalendarManager_getCalendar</title>
<meta charset="utf-8">
-<script>window.onerror = function(e) { console.log(e); }; </script>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/calendar_common.js"></script>
</head>
//==== TEST: CalendarManager_getCalendar
//==== LABEL check whether the task calendar object with the given identifier is provided correctly
//==== SPEC Tizen Web API:Social:Calendar:CalendarManager:getCalendar M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#getCalendarid2809989
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA MMINA MR
test(function () {
var newCalendar, taskCalendar = tizen.calendar.getDefaultCalendar("TASK");
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>CalendarManager_getCalendar_exist</title>
<meta charset="utf-8"/>
//==== TEST: CalendarManager_getCalendar_exist
//==== LABEL Check if method getCalendar of CalendarManager exists
//==== SPEC Tizen Web API:Social:Calendar:CalendarManager:getCalendar M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA ME
test(function () {
var calendarManagerObject = tizen.calendar;
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>calendar/UTC_calendar</title>
+<title>CalendarManager_getCalendar_missarg</title>
<meta charset="utf-8">
-<script>window.onerror = function(e) { console.log(e); }; </script>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/calendar_common.js"></script>
</head>
//==== TEST: CalendarManager_getCalendar_missarg
//==== LABEL check whether 'getCalendar' method called with an invalid argument throws an exception
//==== SPEC Tizen Web API:Social:Calendar:CalendarManager:getCalendar M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#getCalendarid2809989
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA MMA MC
test(function () {
var eventCalendar = tizen.calendar.getDefaultCalendar("EVENT");
limitations under the License.
Authors:
- Beata Koziarek <b.koziarek@samsung.com>
+ Beata Koziarek <b.koziarek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>CalendarManager_getCalendar_type_TypeMismatch</title>
//==== LABEL Test type argument whether type conversion occurs according to Type Conversion Tables.
//==== PRIORITY: P2
//==== SPEC Tizen Web API:Social:Calendar:CalendarManager:getCalendar M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#getCalendarsid2809548
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA MC
var t = async_test("CalendarManager_getCalendar_type_TypeMismatch"),
conversionTable, exceptionName, i, type;
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>calendar/UTC_calendar</title>
+<title>CalendarManager_getCalendars</title>
<meta charset="utf-8">
-<script>window.onerror = function(e) { console.log(e); }; </script>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/calendar_common.js"></script>
</head>
//==== TEST: CalendarManager_getCalendars
//==== LABEL check whether getCalendars method works correctly with only non-optional arguments
//==== SPEC Tizen Web API:Social:Calendar:CalendarManager:getCalendars M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#getCalendarsid2809548
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA MMINA MR
var t = async_test("CalendarManager_getCalendars");
t.step(function () {
limitations under the License.
Authors:
- Beata Koziarek <b.koziarek@samsung.com>
+ Beata Koziarek <b.koziarek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>CalendarManager_getCalendars_errorCallback_TypeMismatch</title>
//==== LABEL Test errorCallback argument whether type conversion occurs according to Type Conversion Tables in getCalendars method.
//==== PRIORITY: P2
//==== SPEC Tizen Web API:Social:Calendar:CalendarManager:getCalendars M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#getCalendarsid2809548
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA MC
var t = async_test("CalendarManager_getCalendars_errorCallback_TypeMismatch"),
conversionTable, calendar, exceptionName, successCallback, errorCallback, i;
limitations under the License.
Authors:
- Beata Koziarek <b.koziarek@samsung.com>
+ Beata Koziarek <b.koziarek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>CalendarManager_getCalendars_errorCallback_invalid_cb</title>
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>CalendarManager_getCalendars_exist</title>
<meta charset="utf-8"/>
//==== TEST: CalendarManager_getCalendars_exist
//==== LABEL Check if method getCalendars of CalendarManager exists
//==== SPEC Tizen Web API:Social:Calendar:CalendarManager:getCalendars M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA ME
test(function () {
var calendarManagerObject = tizen.calendar;
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>calendar/UTC_calendar</title>
+<title>CalendarManager_getCalendars_missarg</title>
<meta charset="utf-8">
-<script>window.onerror = function(e) { console.log(e); }; </script>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/calendar_common.js"></script>
</head>
//==== TEST: CalendarManager_getCalendars_missarg
//==== LABEL check whether getCalendars() method called with invalid arguments throws an exception
//==== SPEC Tizen Web API:Social:Calendar:CalendarManager:getCalendars M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#getCalendarsid2809548
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA MMA MC
var this_test = async_test("CalendarManager_getCalendars_missarg");
this_test.step(function () {
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>calendar/UTC_calendar</title>
+<title>CalendarManager_getCalendars_missarg_TASK</title>
<meta charset="utf-8">
-<script>window.onerror = function(e) { console.log(e); }; </script>
<!-- <link rel="stylesheet" href="../style.css"/> -->
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/calendar_common.js"></script>
//==== TEST: CalendarManager_getCalendars_missarg_TASK
//==== LABEL check whether getCalendars() method called with invalid arguments throws an exception (part 2)
//==== SPEC Tizen Web API:Social:Calendar:CalendarManager:getCalendars M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#getCalendarsid2809548
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA MC
var this_test = async_test("CalendarManager_getCalendars_missarg_TASK");
this_test.step(function () {
limitations under the License.
Authors:
- Beata Koziarek <b.koziarek@samsung.com>
+ Beata Koziarek <b.koziarek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>CalendarManager_getCalendars_successCallback_TypeMismatch</title>
//==== LABEL Test successCallback argument whether type conversion occurs according to Type Conversion Tables in getCalendars method.
//==== PRIORITY: P2
//==== SPEC Tizen Web API:Social:Calendar:CalendarManager:getCalendars M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#getCalendarsid2809548
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA MC
var t = async_test("CalendarManager_getCalendars_successCallback_TypeMismatch"),
conversionTable, calendar, exceptionName, successCallback, i;
limitations under the License.
Authors:
- Beata Koziarek <b.koziarek@samsung.com>
+ Beata Koziarek <b.koziarek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>CalendarManager_getCalendars_successCallback_invalid_cb</title>
//==== LABEL Test if putting a user successCallback object in getCalendars method which was not created through the constructor but has all the properties failes.
//==== PRIORITY: P2
//==== SPEC Tizen Web API:Social:Calendar:CalendarManager:getCalendars M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#getCalendarsid2809548
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA MTCB
var t = async_test("CalendarManager_getCalendars_successCallback_invalid_cb"),
calendar, exceptionName, successCallback, exceptionName = "TypeMismatchError";
limitations under the License.
Authors:
- Beata Koziarek <b.koziarek@samsung.com>
+ Beata Koziarek <b.koziarek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>CalendarManager_getCalendars_type_TypeMismatch</title>
//==== LABEL Test type argument whether type conversion occurs according to Type Conversion Tables in getCalendars method.
//==== PRIORITY: P2
//==== SPEC Tizen Web API:Social:Calendar:CalendarManager:getCalendars M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#getCalendarsid2809548
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA MC
var t = async_test("CalendarManager_getCalendars_type_TypeMismatch"),
conversionTable, exceptionName, i, type, getCalendarsSuccessCB;
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>calendar/UTC_calendar</title>
+<title>CalendarManager_getCalendars_with_errorCallback</title>
<meta charset="utf-8">
-<script>window.onerror = function(e) { console.log(e); }; </script>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/calendar_common.js"></script>
</head>
//==== TEST: CalendarManager_getCalendars_with_errorCallback
//==== LABEL check whether all available 'EVENT' type calendars are listed correctly
//==== SPEC Tizen Web API:Social:Calendar:CalendarManager:getCalendars M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#getCalendarsid2809548
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA MOA
var this_test = async_test("CalendarManager_getCalendars_with_errorCallback");
this_test.step(function () {
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>calendar/UTC_calendar</title>
+<title>CalendarManager_getDefaultCalendar</title>
<meta charset="utf-8">
-<script>window.onerror = function(e) { console.log(e); }; </script>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/calendar_common.js"></script>
</head>
//==== TEST: CalendarManager_getDefaultCalendar
//==== LABEL check whether the default 'TASK' type calendar object is provided correctly
//==== SPEC Tizen Web API:Social:Calendar:CalendarManager:getDefaultCalendar M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#getDefaultCalendarid2809756
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA MMINA MR
test(function () {
var taskCalendar = tizen.calendar.getDefaultCalendar("TASK");
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>calendar/UTC_calendar</title>
+<title>CalendarManager_getDefaultCalendar_CalendarEvent</title>
<meta charset="utf-8">
-<script>window.onerror = function(e) { console.log(e); }; </script>
<!-- <link rel="stylesheet" href="../style.css"/> -->
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/calendar_common.js"></script>
//==== TEST: CalendarManager_getDefaultCalendar_CalendarEvent
//==== LABEL check if attributes of an event calendar object are managed correctly
//==== SPEC Tizen Web API:Social:Calendar:CalendarManager:getDefaultCalendar M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#::Calendar::Calendar
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA MMINA
test(function () {
var id, name, eventCalendar = tizen.calendar.getDefaultCalendar("EVENT");
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>calendar/UTC_calendar</title>
+<title>CalendarManager_getDefaultCalendar_CalendarTask</title>
<meta charset="utf-8">
-<script>window.onerror = function(e) { console.log(e); }; </script>
<!-- <link rel="stylesheet" href="../style.css"/> -->
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/calendar_common.js"></script>
//==== TEST: CalendarManager_getDefaultCalendar_CalendarTask
//==== LABEL check if attributes of a task calendar object are managed correctly
//==== SPEC Tizen Web API:Social:Calendar:CalendarManager:getDefaultCalendar M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#::Calendar::Calendar
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA MMINA
test(function () {
var id, name, taskCalendar = tizen.calendar.getDefaultCalendar("TASK");
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>CalendarManager_getDefaultCalendar_exist</title>
<meta charset="utf-8"/>
//==== TEST: CalendarManager_getDefaultCalendar_exist
//==== LABEL Check if method getDefaultCalendar of CalendarManager exists
//==== SPEC Tizen Web API:Social:Calendar:CalendarManager:getDefaultCalendar M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA ME
test(function () {
var calendarManagerObject = tizen.calendar;
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>calendar/UTC_calendar</title>
+<title>CalendarManager_getDefaultCalendar_missarg</title>
<meta charset="utf-8">
-<script>window.onerror = function(e) { console.log(e); }; </script>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/calendar_common.js"></script>
</head>
//==== TEST: CalendarManager_getDefaultCalendar_missarg
//==== LABEL check whether 'getDefaultCalendar' method called with an invalid argument throws an exception
//==== SPEC Tizen Web API:Social:Calendar:CalendarManager:getDefaultCalendar M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#getDefaultCalendarid2809756
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA MMA MC
test(function () {
limitations under the License.
Authors:
- Beata Koziarek <b.koziarek@samsung.com>
+ Beata Koziarek <b.koziarek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>CalendarManager_getDefaultCalendar_type_TypeMismatch</title>
Authors:
- Beata Koziarek <b.koziarek@samsung.com>
+ Beata Koziarek <b.koziarek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>CalendarManager_getUnifiedCalendar</title>
<meta charset="utf-8"/>
//==== TEST: CalendarManager_getUnifiedCalendar
//==== LABEL test the getUnifiedCalendar() method with only non-optional arguments by giving the valid data.
//==== SPEC Tizen Web API:Social:Calendar:CalendarManager:getUnifiedCalendar M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA MMINA MR
test(function () {
var calendar = null;
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>CalendarManager_getUnifiedCalendar_exist</title>
<meta charset="utf-8"/>
//==== TEST: CalendarManager_getUnifiedCalendar_exist
//==== LABEL Check if method getUnifiedCalendar of CalendarManager exists
//==== SPEC Tizen Web API:Social:Calendar:CalendarManager:getUnifiedCalendar M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA ME
test(function () {
var calendarManagerObject = tizen.calendar;
Authors:
- Beata Koziarek <b.koziarek@samsung.com>
+ Beata Koziarek <b.koziarek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>CalendarManager_getUnifiedCalendar_missarg</title>
<meta charset="utf-8"/>
//==== TEST: CalendarManager_getUnifiedCalendar_missarg
//==== LABEL Check if getUnifiedCalendar method with missing non-optional argument works
//==== SPEC Tizen Web API:Social:Calendar:CalendarManager:getUnifiedCalendar M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA MMA
test(function () {
assert_throws({name: "TypeMismatchError"},
limitations under the License.
Authors:
- Beata Koziarek <b.koziarek@samsung.com>
+ Beata Koziarek <b.koziarek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>CalendarManager_getUnifiedCalendar_type_TypeMismatch</title>
//==== LABEL Test type argument whether type conversion occurs according to Type Conversion Tables in getUnifiedCalendar method.
//==== PRIORITY: P2
//==== SPEC Tizen Web API:Social:Calendar:CalendarManager:getUnifiedCalendar M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#getCalendarsid2809548
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA MC
var t = async_test("CalendarManager_getUnifiedCalendar_type_TypeMismatch"),
conversionTable, type, exceptionName, i;
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>AddressBook_addBatch_exist</title>
+<title>CalendarManager_in_tizen</title>
<meta charset="utf-8"/>
<script type="text/javascript" src="../resources/unitcommon.js"></script>l
<script type="text/javascript" src="support/calendar_common.js"></script>
//==== LABEL this object exists in tizen
//==== PRIORITY: P3
//==== SPEC Tizen Web API:Social:Calendar:CalendarManager:CalendarManager U
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA OBME
test(function () {
assert_true("calendar" in tizen, "No calendar method in tizen.");
</script>
</body>
</html>
-
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>CalendarManager_notexist</title>
<meta charset="utf-8"/>
//==== LABEL Check if interface CalendarManager exists, it should not.
//==== PRIORITY P3
//==== SPEC Tizen Web API:Social:Calendar:CalendarManager:CalendarManager U
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA NIO
test(function () {
check_no_interface_object("CalendarManager");
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>calendar/UTC_calendar</title>
+<title>CalendarRecurrenceRule_attribute_valid_value</title>
<meta charset="utf-8">
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/calendar_common.js"></script>
//==== TEST: CalendarRecurrenceRule_attribute_valid_value
//==== LABEL check various attributes of CalendarRecurrenceRule
//==== SPEC Tizen Web API:Social:Calendar:CalendarRecurrenceRule:frequency A
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#::Calendar::CalendarRecurrenceRule
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA AT
test(function () {
var originalEvent, retrievedEvent, originalRRule, retrievedRRule,
Authors:
Jenny Cao <jenny.q.cao@intel.com>
- Yanan Xu <yananx.xu@intel.com>
+ Yanan Xu <yananx.xu@intel.com>
Karol Surma <k.surma@samsung.com>
-->
<html>
- <head>
- <title>Calendar CalendarManager Tests</title>
- <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
- <script src="../resources/testharness.js"> </script>
- <script src="../resources/testharnessreport.js"> </script>
- <script src="support/calendar_common.js"> </script>
- </head>
- <body>
- <div id="log"></div>
- <script type="text/javascript">
+<head>
+<title>CalendarRecurrenceRule_constructor</title>
+<script src="../resources/testharness.js"></script>
+<script src="../resources/testharnessreport.js"></script>
+<script src="support/calendar_common.js"></script>
+</head>
+<body>
+<div id="log"></div>
+<script type="text/javascript">
//==== TEST: CalendarRecurrenceRule_constructor
//==== LABEL check CalendarRecurrenceRule constructor: CalendarRecurrenceRuleInit
//==== PRIORITY P2
assert_equalsArrays(RecurrenceRule.setPositions, [-1, -2], "setPositions check");
assert_true(RecurrenceRule.exceptions[0].equalsTo(exp1), "dates should be equal");
}, "CalendarRecurrenceRule_constructor");
- </script>
- </body>
+
+</script>
+</body>
</html>
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>CalendarRecurrenceRule_daysOfTheWeek_attribute</title>
<meta charset="utf-8"/>
//==== TEST: CalendarRecurrenceRule_daysOfTheWeek_attribute
//==== LABEL Check if attribute daysOfTheWeek of CalendarRecurrenceRule exists, has type Array
//==== SPEC Tizen Web API:Social:Calendar:CalendarRecurrenceRule:daysOfTheWeek A
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA AE AT ASG AN ADV
test(function () {
var calendarRecurrenceRule;
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>CalendarRecurrenceRule_exceptions_attribute</title>
<meta charset="utf-8"/>
//==== TEST: CalendarRecurrenceRule_exceptions_attribute
//==== LABEL Check if attribute exceptions of CalendarRecurrenceRule exists, has type Array
//==== SPEC Tizen Web API:Social:Calendar:CalendarRecurrenceRule:exceptions A
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA AE AT ASG AN ADV
test(function () {
var calendarRecurrenceRule, exce;
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>CalendarRecurrenceRule_exist</title>
<meta charset="utf-8"/>
//==== TEST: CalendarRecurrenceRule_exist
//==== LABEL Check if CalendarRecurrenceRule exists
//==== SPEC Tizen Web API:Social:Calendar:CalendarRecurrenceRule:constructor C
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA CONSTRF
test(function () {
check_constructor("CalendarRecurrenceRule");
Authors:
- Tomasz Kusmierz <t.kusmierz@samsung.com>
+ Tomasz Kusmierz <t.kusmierz@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>CalendarRecurrenceRule_extend</title>
<meta charset="utf-8"/>
//==== LABEL check if CalendarRecurrenceRule object is extendable
//==== SPEC Tizen Web API:Social:Calendar:CalendarRecurrenceRule:CalendarRecurrenceRule U
//==== PRIORITY P3
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA OBX
test(function () {
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>CalendarRecurrenceRule_frequency_attribute</title>
<meta charset="utf-8"/>
//==== TEST: CalendarRecurrenceRule_frequency_attribute
//==== LABEL Check if attribute frequency of CalendarRecurrenceRule exists, has type RecurrenceRuleFrequency
//==== SPEC Tizen Web API:Social:Calendar:CalendarRecurrenceRule:frequency A
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA AE AT ASG AN
test(function () {
var calendarRecurrenceRule = new tizen.CalendarRecurrenceRule("DAILY", {occurrenceCount: 5});
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>CalendarRecurrenceRule_interval_attribute</title>
<meta charset="utf-8"/>
//==== TEST: CalendarRecurrenceRule_interval_attribute
//==== LABEL Check if attribute interval of CalendarRecurrenceRule exists, has type unsigned short
//==== SPEC Tizen Web API:Social:Calendar:CalendarRecurrenceRule:interval A
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA AE AT ASG AN ADV
test(function () {
var calendarRecurrenceRule = new tizen.CalendarRecurrenceRule("WEEKLY");
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>CalendarRecurrenceRule_occurrenceCount_attribute</title>
<meta charset="utf-8"/>
//==== TEST: CalendarRecurrenceRule_occurrenceCount_attribute
//==== LABEL Check if attribute occurrenceCount of CalendarRecurrenceRule exists, has type Number
//==== SPEC Tizen Web API:Social:Calendar:CalendarRecurrenceRule:occurrenceCount A
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA AE AT ASG AN ADV
test(function () {
var calendarRecurrenceRule = new tizen.CalendarRecurrenceRule("DAILY");
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>CalendarRecurrenceRule_setPositions_attribute</title>
<meta charset="utf-8"/>
//==== TEST: CalendarRecurrenceRule_setPositions_attribute
//==== LABEL Check if attribute setPositions of CalendarRecurrenceRule exists, has type Array
//==== SPEC Tizen Web API:Social:Calendar:CalendarRecurrenceRule:setPositions A
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA AE AT ASG AN ADV
test(function () {
var calendarRecurrenceRule;
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>CalendarRecurrenceRule_untilDate_attribute</title>
<meta charset="utf-8"/>
//==== TEST: CalendarRecurrenceRule_untilDate_attribute
//==== LABEL Check if attribute untilDate of CalendarRecurrenceRule exists, has type TZDate
//==== SPEC Tizen Web API:Social:Calendar:CalendarRecurrenceRule:untilDate A
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA AE AT ASG ADV
test(function () {
var calendarRecurrenceRule, untilDate;
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>calendar/UTC_calendar</title>
+<title>CalendarTask_attribute_date_valid_value</title>
<meta charset="utf-8">
-<script>window.onerror = function(e) { console.log(e); }; </script>
<!-- <link rel="stylesheet" href="../style.css"/> -->
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/calendar_common.js"></script>
//==== TEST: CalendarTask_attribute_date_valid_value
//==== LABEL check various date attributes of CalendarTask
//==== SPEC Tizen Web API:Social:Calendar:CalendarItem:startDate A
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#::Calendar::CalendarTask
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA AT
test(function () {
var retrievedTask, originalTask,
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>CalendarTask_completedDate_attribute</title>
<meta charset="utf-8"/>
//==== TEST: CalendarTask_completedDate_attribute
//==== LABEL Check if attribute completedDate of CalendarTask exists, has type TZDate
//==== SPEC Tizen Web API:Social:Calendar:CalendarTask:completedDate A
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA AE AT ASG ADV
test(function () {
var calendarTask, completedDate;
Authors:
Jenny Cao <jenny.q.cao@intel.com>
- Yanan Xu <yananx.xu@intel.com>
+ Yanan Xu <yananx.xu@intel.com>
Karol Surma <k.surma@samsung.com>
-->
<html>
- <head>
- <title>Calendar CalendarManager Tests</title>
- <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
- <script src="../resources/testharness.js"> </script>
- <script src="../resources/testharnessreport.js"> </script>
- <script src="support/calendar_common.js"> </script>
- </head>
- <body>
- <div id="log"></div>
- <script type="text/javascript">
+<head>
+<title>CalendarTask_constructor_dictionary</title>
+<script src="../resources/testharness.js"></script>
+<script src="../resources/testharnessreport.js"></script>
+<script src="support/calendar_common.js"></script>
+</head>
+<body>
+<div id="log"></div>
+<script type="text/javascript">
//==== TEST: CalendarTask_constructor_dictionary
//==== LABEL Check if CalendarTask constructor works propely with dictionary
//==== SPEC Tizen Web API:Social:Calendar:CalendarTask:constructor C
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA CONSTRM CONSTRA
- test(function(){
+ test(function (){
var ev, task_init;
task_init = { description:"HTML5 Introduction",
summary:"HTML5 Webinar ",
assert_true(ev.dueDate.equalsTo(task_init.dueDate), "dates should be equal");
assert_equals(ev.location, task_init.location, "locations should be equal");
}, "CalendarTask_constructor_dictionary");
- </script>
- </body>
+
+</script>
+</body>
</html>
Authors:
Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>calendar/UTC_calendar</title>
+<title>CalendarTask_constructor_iCalendar</title>
<meta charset="utf-8">
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/calendar_common.js"></script>
//==== TEST: CalendarTask_constructor_iCalendar
//==== LABEL check if instance of CalendarTask is created correctly by constructor (use iCalendar 2.0 string)
//==== SPEC Tizen Web API:Social:Calendar:CalendarTask:constructor C
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#::Calendar::CalendarTask
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA CONSTRM
test(function () {
var stringTask, taskData;
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>CalendarTask_dueDate_attribute</title>
<meta charset="utf-8"/>
//==== TEST: CalendarTask_dueDate_attribute
//==== LABEL Check if attribute dueDate of CalendarTask exists, has type TZDate
//==== SPEC Tizen Web API:Social:Calendar:CalendarTask:dueDate A
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA AE AT ASG ADV
test(function () {
var calendarTask, dueDate;
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>CalendarTask_exist</title>
<meta charset="utf-8"/>
//==== TEST: CalendarTask_exist
//==== LABEL Check if CalendarTask exists
//==== SPEC Tizen Web API:Social:Calendar:CalendarTask:constructor C
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA CONSTRF
test(function () {
check_constructor("CalendarTask");
Authors:
- Tomasz Kusmierz <t.kusmierz@samsung.com>
+ Tomasz Kusmierz <t.kusmierz@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>CalendarTask_extend</title>
<meta charset="utf-8"/>
//==== LABEL check if CalendarTask object is extendable
//==== SPEC Tizen Web API:Social:Calendar:CalendarTask:CalendarTask U
//==== PRIORITY P3
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA OBX
test(function () {
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>CalendarTask_progress_attribute</title>
<meta charset="utf-8"/>
//==== TEST: CalendarTask_progress_attribute
//==== LABEL Check if attribute progress of CalendarTask exists, has type unsigned short
//==== SPEC Tizen Web API:Social:Calendar:CalendarTask:progress A
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA AE AT ASG AN ADV AVL
test(function () {
var calendarTask = new tizen.CalendarTask();
Authors:
Jenny Cao <jenny.q.cao@intel.com>
- Yanan Xu <yananx.xu@intel.com>
+ Yanan Xu <yananx.xu@intel.com>
Jianhui Yue <jianhuix.a.yue@intel.com>
-->
<html>
<head>
-<title>Calendar CalendarManager Tests</title>
+<title>Calendar_CalendarAlarm_attri_absoluteDate</title>
<script src="../resources/testharness.js"></script>
<script src="../resources/testharnessreport.js"></script>
<script src="support/calendar_common.js"></script>
assert_not_equals(ev.alarms[0].absoluteDate, null, "AbsoluteDate should not be null");
}, "Calendar_CalendarAlarm_attri_absoluteDate");
+
</script>
</body>
</html>
Authors:
Jenny Cao <jenny.q.cao@intel.com>
- Yanan Xu <yananx.xu@intel.com>
+ Yanan Xu <yananx.xu@intel.com>
Jianhui Yue <jianhuix.a.yue@intel.com>
-->
<html>
<head>
<title>Calendar_CalendarAlarm_attri_before</title>
-<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
<script src="../resources/testharness.js"></script>
<script src="../resources/testharnessreport.js"></script>
<script src="support/calendar_common.js"></script>
assert_not_equals(ev.alarms[0].before, null, "Before should not be null");
}, "Calendar_CalendarAlarm_attri_before");
+
</script>
</body>
</html>
Authors:
Jenny Cao <jenny.q.cao@intel.com>
- Yanan Xu <yananx.xu@intel.com>
+ Yanan Xu <yananx.xu@intel.com>
Jianhui Yue <jianhuix.a.yue@intel.com>
-->
<html>
<head>
<title>Calendar_CalendarAlarm_attri_description</title>
-<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
<script src="../resources/testharness.js"></script>
<script src="../resources/testharnessreport.js"></script>
<script src="support/calendar_common.js"></script>
assert_equals(ev.alarms[0].description, "desc", "Description has wrong value.");
}, "Calendar_CalendarAlarm_attri_description");
+
</script>
</body>
</html>
Authors:
Jenny Cao <jenny.q.cao@intel.com>
- Yanan Xu <yananx.xu@intel.com>
+ Yanan Xu <yananx.xu@intel.com>
Jianhui Yue <jianhuix.a.yue@intel.com>
-->
<html>
<head>
<title>Calendar_CalendarAlarm_attri_method</title>
-<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
<script src="../resources/testharness.js"></script>
<script src="../resources/testharnessreport.js"></script>
<script src="support/calendar_common.js"></script>
assert_equals(ev.alarms[0].method, "SOUND", "Method has wrong value.");
}, "Calendar_CalendarAlarm_attri_method");
+
</script>
</body>
</html>
Authors:
Jenny Cao <jenny.q.cao@intel.com>
- Yanan Xu <yananx.xu@intel.com>
+ Yanan Xu <yananx.xu@intel.com>
-->
<html>
- <head>
- <title>Calendar CalendarManager Tests</title>
- <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
- <script src="../resources/testharness.js"> </script>
- <script src="../resources/testharnessreport.js"> </script>
- <script src="support/calendar_common.js"> </script>
- </head>
- <body>
- <div id="log"></div>
- <script type="text/javascript">
+<head>
+<title>Calendar_CalendarAlarm_constructor_AbsoluteDate</title>
+<script src="../resources/testharness.js"></script>
+<script src="../resources/testharnessreport.js"></script>
+<script src="support/calendar_common.js"></script>
+</head>
+<body>
+<div id="log"></div>
+<script type="text/javascript">
//==== TEST: Calendar_CalendarAlarm_constructor_AbsoluteDate
//==== LABEL check CalendarAlarm constructor: AbsoluteDate
//==== SPEC Tizen Web API:Social:Calendar:CalendarAlarm:constructor M
assert_true(Alarm.method in AlarmMethod);
assert_equals(Alarm.description, "");
}, description);
- </script>
- </body>
+
+</script>
+</body>
</html>
Authors:
Jenny Cao <jenny.q.cao@intel.com>
- Yanan Xu <yananx.xu@intel.com>
+ Yanan Xu <yananx.xu@intel.com>
-->
<html>
- <head>
- <title>Calendar CalendarManager Tests</title>
- <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
- <script src="../resources/testharness.js"> </script>
- <script src="../resources/testharnessreport.js"> </script>
- <script src="support/calendar_common.js"> </script>
- </head>
- <body>
- <div id="log"></div>
- <script type="text/javascript">
+<head>
+<title>Calendar_CalendarAlarm_constructor_TimeDuration</title>
+<script src="../resources/testharness.js"></script>
+<script src="../resources/testharnessreport.js"></script>
+<script src="support/calendar_common.js"></script>
+</head>
+<body>
+<div id="log"></div>
+<script type="text/javascript">
//==== TEST: Calendar_CalendarAlarm_constructor_TimeDuration
//==== LABEL check CalendarAlarm constructor: TimeDuration
//==== PRIORITY P2
assert_true(alarm.method in AlarmMethod);
assert_not_equals(alarm.description, null);
}, description);
- </script>
- </body>
+
+</script>
+</body>
</html>
Authors:
Jenny Cao <jenny.q.cao@intel.com>
- Yanan Xu <yananx.xu@intel.com>
+ Yanan Xu <yananx.xu@intel.com>
Karol Surma <k.surma@samsung.com>
-->
<html>
<head>
<title>Calendar_CalendarAttendee_constructor_default</title>
-<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/calendar_common.js"></script>
</head>
assert_equals(ev.attendees.length, 1, "There should be an attendee.");
assert_equals(ev.attendees[0].uri, init_uri, "Uri has wrong value.");
}, "Calendar_CalendarAttendee_constructor_default");
+
</script>
</body>
</html>
Authors:
Jenny Cao <jenny.q.cao@intel.com>
- Yanan Xu <yananx.xu@intel.com>
+ Yanan Xu <yananx.xu@intel.com>
-->
<html>
assert_equals(ev.id.rid, null, "Event id.rid should be null.");
ev.expandRecurrence(new tizen.TZDate(2012, 10, 2), new tizen.TZDate(2012, 10, 10), expandSuccessCB);
});
+
</script>
</body>
</html>
Authors:
Jenny Cao <jenny.q.cao@intel.com>
- Yanan Xu <yananx.xu@intel.com>
+ Yanan Xu <yananx.xu@intel.com>
Jianhui Yue <jianhuix.a.yue@intel.com>
-->
<html>
<head>
<title>Calendar_CalendarEvent_attri_alarms</title>
-<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
<script src="../resources/testharness.js"></script>
<script src="../resources/testharnessreport.js"></script>
<script src="support/calendar_common.js"></script>
ev = new tizen.CalendarEvent(event_init);
assert_true("alarms" in ev, "ev.alarms not exist");
}, "Calendar_CalendarEvent_attri_alarms");
+
</script>
</body>
</html>
Authors:
Jenny Cao <jenny.q.cao@intel.com>
- Yanan Xu <yananx.xu@intel.com>
+ Yanan Xu <yananx.xu@intel.com>
Jianhui Yue <jianhuix.a.yue@intel.com>
-->
<html>
<head>
<title>Calendar_CalendarEvent_attri_attendees</title>
-<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
<script src="../resources/testharness.js"></script>
<script src="../resources/testharnessreport.js"></script>
<script src="support/calendar_common.js"></script>
assert_equals(Object.prototype.toString.call(ev.attendees),
"[object Array]", "The attendees attribute is set to an empty array");
}, "Calendar_CalendarEvent_attri_attendees");
+
</script>
</body>
</html>
Authors:
Jenny Cao <jenny.q.cao@intel.com>
- Yanan Xu <yananx.xu@intel.com>
+ Yanan Xu <yananx.xu@intel.com>
Jianhui Yue <jianhuix.a.yue@intel.com>
-->
<html>
<head>
<title>Calendar_CalendarEvent_attri_availability</title>
-<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
<script src="../resources/testharness.js"></script>
<script src="../resources/testharnessreport.js"></script>
<script src="support/calendar_common.js"></script>
ev = new tizen.CalendarEvent(event_init);
assert_equals(ev.availability, "BUSY", "The default should be BUSY");
}, "Calendar_CalendarEvent_attri_availability");
+
</script>
</body>
</html>
Authors:
Jenny Cao <jenny.q.cao@intel.com>
- Yanan Xu <yananx.xu@intel.com>
+ Yanan Xu <yananx.xu@intel.com>
Jianhui Yue <jianhuix.a.yue@intel.com>
-->
<html>
<head>
<title>Calendar_CalendarEvent_attri_categories</title>
-<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
<script src="../resources/testharness.js"></script>
<script src="../resources/testharnessreport.js"></script>
<script src="support/calendar_common.js"></script>
"[object Array]", "By default, this attribute is set to an empty array");
}, "Calendar_CalendarEvent_attri_categories");
+
</script>
</body>
</html>
Authors:
Jenny Cao <jenny.q.cao@intel.com>
- Yanan Xu <yananx.xu@intel.com>
+ Yanan Xu <yananx.xu@intel.com>
Jianhui Yue <jianhuix.a.yue@intel.com>
-->
<html>
<head>
<title>Calendar_CalendarEvent_attri_description</title>
-<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
<script src="../resources/testharness.js"></script>
<script src="../resources/testharnessreport.js"></script>
<script src="support/calendar_common.js"></script>
assert_equals(ev.description, "Calendar event",
"CalendarEvent description has wrong value.");
}, "Calendar_CalendarEvent_attri_description");
+
</script>
</body>
</html>
Authors:
Jenny Cao <jenny.q.cao@intel.com>
- Yanan Xu <yananx.xu@intel.com>
+ Yanan Xu <yananx.xu@intel.com>
Jianhui Yue <jianhuix.a.yue@intel.com>
-->
<html>
<head>
<title>Calendar_CalendarEvent_attri_duration</title>
-<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
<script src="../resources/testharness.js"></script>
<script src="../resources/testharnessreport.js"></script>
<script src="support/calendar_common.js"></script>
eq = new tizen.TimeDuration(1, "HOURS");
assert_true(ev.duration.equalsTo(eq), "Durations should be equal");
}, "Calendar_CalendarEvent_attri_duration");
+
</script>
</body>
</html>
Authors:
Jenny Cao <jenny.q.cao@intel.com>
- Yanan Xu <yananx.xu@intel.com>
+ Yanan Xu <yananx.xu@intel.com>
Jianhui Yue <jianhuix.a.yue@intel.com>
-->
<html>
<head>
<title>Calendar_CalendarEvent_attri_endDate</title>
-<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
<script src="../resources/testharness.js"></script>
<script src="../resources/testharnessreport.js"></script>
<script src="support/calendar_common.js"></script>
assert_true(ev.endDate.equalsTo(event_init.endDate),
"End dates should be equal.");
}, "Calendar_CalendarEvent_attri_endDate");
+
</script>
</body>
</html>
Authors:
Jenny Cao <jenny.q.cao@intel.com>
- Yanan Xu <yananx.xu@intel.com>
+ Yanan Xu <yananx.xu@intel.com>
Jianhui Yue <jianhuix.a.yue@intel.com>
-->
<html>
<head>
<title>Calendar_CalendarEvent_attri_geolocation</title>
-<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
<script src="../resources/testharness.js"></script>
<script src="../resources/testharnessreport.js"></script>
<script src="support/calendar_common.js"></script>
ev = new tizen.CalendarEvent(event_init);
assert_true("geolocation" in ev, "The geolocation attribute not exist.");
}, "Calendar_CalendarEvent_attri_geolocation");
+
</script>
</body>
</html>
Authors:
Jenny Cao <jenny.q.cao@intel.com>
- Yanan Xu <yananx.xu@intel.com>
+ Yanan Xu <yananx.xu@intel.com>
Jianhui Yue <jianhuix.a.yue@intel.com>
-->
<html>
<head>
<title>Calendar_CalendarEvent_attri_id</title>
-<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
<script src="../resources/testharness.js"></script>
<script src="../resources/testharnessreport.js"></script>
<script src="support/calendar_common.js"></script>
ev = new tizen.CalendarEvent(event_init);
assert_true("id" in ev, "The id attribute not exist.");
}, "Calendar_CalendarEvent_attri_id");
+
</script>
</body>
</html>
Authors:
Jenny Cao <jenny.q.cao@intel.com>
- Yanan Xu <yananx.xu@intel.com>
+ Yanan Xu <yananx.xu@intel.com>
Jianhui Yue <jianhuix.a.yue@intel.com>
-->
<html>
<head>
<title>Calendar_CalendarEvent_attri_isAllDay</title>
-<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
<script src="../resources/testharness.js"></script>
<script src="../resources/testharnessreport.js"></script>
<script src="support/calendar_common.js"></script>
ev = new tizen.CalendarEvent(event_init);
assert_false(ev.isAllDay, "default value of isAllDay should be false");
}, "Calendar_CalendarEvent_attri_isAllDay");
+
</script>
</body>
</html>
Authors:
Jenny Cao <jenny.q.cao@intel.com>
- Yanan Xu <yananx.xu@intel.com>
+ Yanan Xu <yananx.xu@intel.com>
Jianhui Yue <jianhuix.a.yue@intel.com>
-->
<html>
<head>
<title>Calendar_CalendarEvent_attri_isDetached</title>
-<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
<script src="../resources/testharness.js"></script>
<script src="../resources/testharnessreport.js"></script>
<script src="support/calendar_common.js"></script>
ev = new tizen.CalendarEvent(event_init);
assert_true("isDetached" in ev, "isDetached attribute not exist");
}, "Calendar_CalendarEvent_attri_isDetached");
+
</script>
</body>
</html>
Authors:
Jenny Cao <jenny.q.cao@intel.com>
- Yanan Xu <yananx.xu@intel.com>
+ Yanan Xu <yananx.xu@intel.com>
Jianhui Yue <jianhuix.a.yue@intel.com>
-->
<html>
<head>
<title>Calendar_CalendarEvent_attri_lastModificationDate</title>
-<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
<script src="../resources/testharness.js"></script>
<script src="../resources/testharnessreport.js"></script>
<script src="support/calendar_common.js"></script>
assert_equals(ev.lastModificationDate, null,
"lastModificationDate should be null");
}, "Calendar_CalendarEvent_attri_lastModificationDate");
+
</script>
</body>
</html>
Authors:
Jenny Cao <jenny.q.cao@intel.com>
- Yanan Xu <yananx.xu@intel.com>
+ Yanan Xu <yananx.xu@intel.com>
Jianhui Yue <jianhuix.a.yue@intel.com>
-->
<html>
<head>
<title>Calendar_CalendarEvent_attri_location</title>
-<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
<script src="../resources/testharness.js"></script>
<script src="../resources/testharnessreport.js"></script>
<script src="support/calendar_common.js"></script>
assert_equals(ev.location, "",
"The default value for location attribute should be an empty string");
}, "Calendar_CalendarEvent_attri_location");
+
</script>
</body>
</html>
Authors:
Jenny Cao <jenny.q.cao@intel.com>
- Yanan Xu <yananx.xu@intel.com>
+ Yanan Xu <yananx.xu@intel.com>
Jianhui Yue <jianhuix.a.yue@intel.com>
-->
<html>
<head>
<title>Calendar_CalendarEvent_attri_organizer</title>
-<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
<script src="../resources/testharness.js"></script>
<script src="../resources/testharnessreport.js"></script>
<script src="support/calendar_common.js"></script>
assert_equals(ev.organizer, "",
"By default, organizer is initialized to an empty string");
}, "Calendar_CalendarEvent_attri_organizer");
+
</script>
</body>
</html>
Authors:
Jenny Cao <jenny.q.cao@intel.com>
- Yanan Xu <yananx.xu@intel.com>
+ Yanan Xu <yananx.xu@intel.com>
Jianhui Yue <jianhuix.a.yue@intel.com>
-->
<html>
<head>
<title>Calendar_CalendarEvent_attri_priority</title>
-<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
<script src="../resources/testharness.js"></script>
<script src="../resources/testharnessreport.js"></script>
<script src="support/calendar_common.js"></script>
assert_equals(ev.priority, "LOW",
"The default value of priority should be LOW.");
}, "Calendar_CalendarEvent_attri_priority");
+
</script>
</body>
</html>
Authors:
Jenny Cao <jenny.q.cao@intel.com>
- Yanan Xu <yananx.xu@intel.com>
+ Yanan Xu <yananx.xu@intel.com>
Jianhui Yue <jianhuix.a.yue@intel.com>
-->
<html>
<head>
<title>Calendar_CalendarEvent_attri_recurrenceRule</title>
-<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
<script src="../resources/testharness.js"></script>
<script src="../resources/testharnessreport.js"></script>
<script src="support/calendar_common.js"></script>
ev = new tizen.CalendarEvent(event_init);
assert_true("recurrenceRule" in ev, "recurrenceRule attribute not exist");
}, "Calendar_CalendarEvent_attri_recurrenceRule");
+
</script>
</body>
</html>
Authors:
Jenny Cao <jenny.q.cao@intel.com>
- Yanan Xu <yananx.xu@intel.com>
+ Yanan Xu <yananx.xu@intel.com>
Jianhui Yue <jianhuix.a.yue@intel.com>
-->
<html>
<head>
<title>Calendar_CalendarEvent_attri_startDate</title>
-<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
<script src="../resources/testharness.js"></script>
<script src="../resources/testharnessreport.js"></script>
<script src="support/calendar_common.js"></script>
ev = new tizen.CalendarEvent(event_init);
assert_equals(ev.startDate, null, "startDate should be null by default");
}, "Calendar_CalendarEvent_attri_startDate");
+
</script>
</body>
</html>
Authors:
Jenny Cao <jenny.q.cao@intel.com>
- Yanan Xu <yananx.xu@intel.com>
+ Yanan Xu <yananx.xu@intel.com>
Jianhui Yue <jianhuix.a.yue@intel.com>
-->
<html>
<head>
<title>Calendar_CalendarEvent_attri_status</title>
-<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
<script src="../resources/testharness.js"></script>
<script src="../resources/testharnessreport.js"></script>
<script src="support/calendar_common.js"></script>
assert_equals(ev.status, "CONFIRMED",
"The default value of status should be 'CONFIRMED'");
}, "Calendar_CalendarEvent_attri_status");
+
</script>
</body>
</html>
Authors:
Jenny Cao <jenny.q.cao@intel.com>
- Yanan Xu <yananx.xu@intel.com>
+ Yanan Xu <yananx.xu@intel.com>
Jianhui Yue <jianhuix.a.yue@intel.com>
-->
<html>
<head>
<title>Calendar_CalendarEvent_attri_summary</title>
-<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
<script src="../resources/testharness.js"></script>
<script src="../resources/testharnessreport.js"></script>
<script src="support/calendar_common.js"></script>
assert_equals(ev.summary, "",
"The default value of summary should be an empty string");
}, "Calendar_CalendarEvent_attri_summary");
+
</script>
</body>
</html>
Authors:
Jenny Cao <jenny.q.cao@intel.com>
- Yanan Xu <yananx.xu@intel.com>
+ Yanan Xu <yananx.xu@intel.com>
Jianhui Yue <jianhuix.a.yue@intel.com>
-->
<html>
<head>
<title>Calendar_CalendarEvent_attri_visibility</title>
-<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
<script src="../resources/testharness.js"></script>
<script src="../resources/testharnessreport.js"></script>
<script src="support/calendar_common.js"></script>
assert_equals(ev.visibility, "PUBLIC",
"The default value for visibility attribute should be PUBLIC");
}, "Calendar_CalendarEvent_attri_visibility");
+
</script>
</body>
</html>
Authors:
Jenny Cao <jenny.q.cao@intel.com>
- Yanan Xu <yananx.xu@intel.com>
+ Yanan Xu <yananx.xu@intel.com>
-->
<html>
- <head>
- <title>Calendar CalendarManager Tests</title>
- <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
- <script src="../resources/testharness.js"> </script>
- <script src="../resources/testharnessreport.js"> </script>
- <script src="support/calendar_common.js"> </script>
- </head>
- <body>
- <div id="log"></div>
- <script type="text/javascript">
+<head>
+<title>Calendar_CalendarEvent_clone</title>
+<script src="../resources/testharness.js"></script>
+<script src="../resources/testharnessreport.js"></script>
+<script src="support/calendar_common.js"></script>
+</head>
+<body>
+<div id="log"></div>
+<script type="text/javascript">
//==== TEST: Calendar_CalendarEvent_clone
//==== LABEL check CalendarEvent method: clone
//==== SPEC Tizen Web API:Social:Calendar:CalendarItem:clone M
var description = "CalendarEvent method: clone.",
event_init, calendar, ev, ev_clone;
- test(function(){
+ test(function (){
event_init = {description:"HTML5 Introduction",
summary:"HTML5 Webinar ",
startDate: new tizen.TZDate(2011, 3, 30, 10, 0),
assert_equalsEvents(ev_clone, ev);
cleanup(calendar);
},description);
- </script>
- </body>
+
+</script>
+</body>
</html>
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Authors:
- Yanan Xu <yananx.xu@intel.com>
+ Yanan Xu <yananx.xu@intel.com>
-->
<html>
- <head>
- <title>Calendar CalendarManager Tests</title>
- <!--<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />-->
- <script src="../resources/testharness.js"> </script>
- <script src="../resources/testharnessreport.js"> </script>
- <script src="support/calendar_common.js"> </script>
- </head>
- <body>
- <div id="log"></div>
- <script type="text/javascript">
+<head>
+<title>Calendar_CalendarItem_set_attendees_geolocation_status</title>
+<script src="../resources/testharness.js"></script>
+<script src="../resources/testharnessreport.js"></script>
+<script src="support/calendar_common.js"></script>
+</head>
+<body>
+<div id="log"></div>
+<script type="text/javascript">
//==== TEST: Calendar_CalendarItem_set_attendees_geolocation_status
//==== LABEL check if attri value:attendees and geolocation and status can be set successful.
//==== PRIORITY P3
//==== TEST_CRITERIA
var description = "set attri value:attendees & geolocation & status.";
- test(function() {
+ test(function () {
var event_init = {description:"HTML5 Introduction",
summary:"HTML5 Webinar ",
startDate: new tizen.TZDate(2011, 3, 30, 10, 0),
assert_not_equals(ev.geolocation,null);
assert_equals(ev.status,"TENTATIVE");
},description);
- </script>
- </body>
+
+</script>
+</body>
</html>
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Authors:
- Yanan Xu <yananx.xu@intel.com>
+ Yanan Xu <yananx.xu@intel.com>
-->
<html>
- <head>
- <title>Calendar CalendarManager Tests</title>
- <!--<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />-->
- <script src="../resources/testharness.js"> </script>
- <script src="../resources/testharnessreport.js"> </script>
- <script src="support/calendar_common.js"> </script>
- </head>
- <body>
- <div id="log"></div>
- <script type="text/javascript">
+<head>
+<title>Calendar_CalendarItem_set_categories_visibility_priority</title>
+<script src="../resources/testharness.js"></script>
+<script src="../resources/testharnessreport.js"></script>
+<script src="support/calendar_common.js"></script>
+</head>
+<body>
+<div id="log"></div>
+<script type="text/javascript">
//==== TEST: Calendar_CalendarItem_set_categories_visibility_priority
//==== LABEL check if attri value:categories and visibility and priority can be set successful.
//==== PRIORITY P3
//==== TEST_CRITERIA
var description = "set attri value:categories & visibility & priority.";
- test(function() {
+ test(function () {
var event_init = {description:"HTML5 Introduction",
summary:"HTML5 Webinar ",
startDate: new tizen.TZDate(2011, 3, 30, 10, 0),
assert_equals(ev.visibility,"PUBLIC");
assert_equals(ev.priority ,"HIGH");
},description);
- </script>
- </body>
+
+</script>
+</body>
</html>
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Authors:
- Yanan Xu <yananx.xu@intel.com>
+ Yanan Xu <yananx.xu@intel.com>
-->
<html>
- <head>
- <title>Calendar CalendarManager Tests</title>
- <!--<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />-->
- <script src="../resources/testharness.js"> </script>
- <script src="../resources/testharnessreport.js"> </script>
- <script src="support/calendar_common.js"> </script>
- </head>
- <body>
- <div id="log"></div>
- <script type="text/javascript">
+<head>
+<title>Calendar_CalendarItem_set_description_duration_geolocation</title>
+<script src="../resources/testharness.js"></script>
+<script src="../resources/testharnessreport.js"></script>
+<script src="support/calendar_common.js"></script>
+</head>
+<body>
+<div id="log"></div>
+<script type="text/javascript">
//==== TEST: Calendar_CalendarItem_set_description_duration_geolocation
//==== LABEL check if attri value:description and duration and geolocation can be set successful.
//==== PRIORITY P3
//==== TEST_CRITERIA
var description = "set attri value: description & duration & geolocation.";
- test(function() {
+ test(function () {
var event_init = {description:"HTML5 Introduction",
summary:"HTML5 Webinar ",
startDate: new tizen.TZDate(2011, 3, 30, 10, 0),
assert_not_equals(ev.duration,null);
assert_not_equals(ev.geolocation,null);
},description);
- </script>
- </body>
+
+</script>
+</body>
</html>
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Authors:
- Yanan Xu <yananx.xu@intel.com>
+ Yanan Xu <yananx.xu@intel.com>
-->
<html>
- <head>
- <title>Calendar CalendarManager Tests</title>
- <!--<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />-->
- <script src="../resources/testharness.js"> </script>
- <script src="../resources/testharnessreport.js"> </script>
- <script src="support/calendar_common.js"> </script>
- </head>
- <body>
- <div id="log"></div>
- <script type="text/javascript">
+<head>
+<title>Calendar_CalendarItem_set_description_isAllDay_organizer</title>
+<script src="../resources/testharness.js"></script>
+<script src="../resources/testharnessreport.js"></script>
+<script src="support/calendar_common.js"></script>
+</head>
+<body>
+<div id="log"></div>
+<script type="text/javascript">
//==== TEST: Calendar_CalendarItem_set_description_isAllDay_organizer
//==== LABEL check if attri value:description and isAllDay and organizer can be set successful.
//==== PRIORITY P3
//==== TEST_CRITERIA
var description = "set attri value: description & isAllDay & organizer.";
- test(function() {
+ test(function () {
var event_init = {description:"HTML5 Introduction",
summary:"HTML5 Webinar ",
startDate: new tizen.TZDate(2011, 3, 30, 10, 0),
assert_equals(ev.isAllDay,false);
assert_equals(ev.organizer,"Mr. Jones");
},description);
- </script>
- </body>
+
+</script>
+</body>
</html>
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Authors:
- Yanan Xu <yananx.xu@intel.com>
+ Yanan Xu <yananx.xu@intel.com>
-->
<html>
- <head>
- <title>Calendar CalendarManager Tests</title>
- <!--<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />-->
- <script src="../resources/testharness.js"> </script>
- <script src="../resources/testharnessreport.js"> </script>
- <script src="support/calendar_common.js"> </script>
- </head>
- <body>
- <div id="log"></div>
- <script type="text/javascript">
+<head>
+<title>Calendar_CalendarItem_set_description_progress_startDate</title>
+<script src="../resources/testharness.js"></script>
+<script src="../resources/testharnessreport.js"></script>
+<script src="support/calendar_common.js"></script>
+</head>
+<body>
+<div id="log"></div>
+<script type="text/javascript">
//==== TEST: Calendar_CalendarItem_set_description_progress_startDate
//==== LABEL check if attri value:description and progress and startDate can be set successful.
//==== PRIORITY P3
//==== TEST_CRITERIA
var description = "set attri value: description & progress & startDate.";
- test(function() {
+ test(function () {
var task_init = {description:"HTML5 Introduction",
summary:"HTML5 Webinar ",
startDate: new tizen.TZDate(2011, 3, 30, 10, 0),
assert_equals(ev.progress,0);
assert_true(ev.startDate.equalsTo(new tizen.TZDate(2012, 10, 1, 10, 0)));
},description);
- </script>
- </body>
+
+</script>
+</body>
</html>
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Authors:
- Yanan Xu <yananx.xu@intel.com>
+ Yanan Xu <yananx.xu@intel.com>
-->
<html>
- <head>
- <title>Calendar CalendarManager Tests</title>
- <!--<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />-->
- <script src="../resources/testharness.js"> </script>
- <script src="../resources/testharnessreport.js"> </script>
- <script src="support/calendar_common.js"> </script>
- </head>
- <body>
- <div id="log"></div>
- <script type="text/javascript">
+<head>
+<title>Calendar_CalendarItem_set_description_startDate_isAllDay</title>
+<script src="../resources/testharness.js"></script>
+<script src="../resources/testharnessreport.js"></script>
+<script src="support/calendar_common.js"></script>
+</head>
+<body>
+<div id="log"></div>
+<script type="text/javascript">
//==== TEST: Calendar_CalendarItem_set_description_startDate_isAllDay
//==== LABEL check if attri value: description and startDate and isAllDay can be set successful.
//==== PRIORITY P3
//==== TEST_CRITERIA
var description = "set attri value: description & startDate & isAllDay.";
- test(function() {
+ test(function () {
var event_init = {description:"HTML5 Introduction",
summary:"HTML5 Webinar ",
duration: new tizen.TimeDuration(1, "HOURS"),
assert_not_equals(ev.startDate,null);
assert_equals(ev.isAllDay,false);
},description);
- </script>
- </body>
+
+</script>
+</body>
</html>
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Authors:
- Yanan Xu <yananx.xu@intel.com>
+ Yanan Xu <yananx.xu@intel.com>
-->
<html>
- <head>
- <title>Calendar CalendarManager Tests</title>
- <!--<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />-->
- <script src="../resources/testharness.js"> </script>
- <script src="../resources/testharnessreport.js"> </script>
- <script src="support/calendar_common.js"> </script>
- </head>
- <body>
- <div id="log"></div>
- <script type="text/javascript">
+<head>
+<title>Calendar_CalendarItem_set_description_status_startDate</title>
+<script src="../resources/testharness.js"></script>
+<script src="../resources/testharnessreport.js"></script>
+<script src="support/calendar_common.js"></script>
+</head>
+<body>
+<div id="log"></div>
+<script type="text/javascript">
//==== TEST: Calendar_CalendarItem_set_description_status_startDate
//==== LABEL check if attri value:description and status and startDate can be set successful.
//==== PRIORITY P3
//==== TEST_CRITERIA
var description = "set attri value: description & status & startDate.";
- test(function() {
+ test(function () {
var event_init = {description:"HTML5 Introduction",
summary:"HTML5 Webinar ",
startDate: new tizen.TZDate(2011, 3, 30, 10, 0),
assert_equals(ev.status,"TENTATIVE");
assert_true(ev.startDate.equalsTo(new tizen.TZDate(2012, 10, 1, 10, 0)));
},description);
- </script>
- </body>
+
+</script>
+</body>
</html>
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Authors:
- Yanan Xu <yananx.xu@intel.com>
+ Yanan Xu <yananx.xu@intel.com>
-->
<html>
- <head>
- <title>Calendar CalendarManager Tests</title>
- <!--<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />-->
- <script src="../resources/testharness.js"> </script>
- <script src="../resources/testharnessreport.js"> </script>
- <script src="support/calendar_common.js"> </script>
- </head>
- <body>
- <div id="log"></div>
- <script type="text/javascript">
+<head>
+<title>Calendar_CalendarItem_set_description_summary_location</title>
+<script src="../resources/testharness.js"></script>
+<script src="../resources/testharnessreport.js"></script>
+<script src="support/calendar_common.js"></script>
+</head>
+<body>
+<div id="log"></div>
+<script type="text/javascript">
//==== TEST: Calendar_CalendarItem_set_description_summary_location
//==== LABEL check if attri value: description and summary and location can be set successful.
//==== PRIORITY P3
//==== TEST_CRITERIA
var description = "set attri value: description & summary & location.";
- test(function() {
+ test(function () {
var event_init = {description:"HTML5 Introduction",
summary:"HTML5 Webinar ",
startDate: new tizen.TZDate(2011, 3, 30, 10, 0),
assert_equals(ev.summary,"check if set attribute value successful after create ev");
assert_equals(ev.location , "Dalian");
},description);
- </script>
- </body>
+
+</script>
+</body>
</html>
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Authors:
- Yanan Xu <yananx.xu@intel.com>
+ Yanan Xu <yananx.xu@intel.com>
-->
<html>
- <head>
- <title>Calendar CalendarManager Tests</title>
- <!--<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />-->
- <script src="../resources/testharness.js"> </script>
- <script src="../resources/testharnessreport.js"> </script>
- <script src="support/calendar_common.js"> </script>
- </head>
- <body>
- <div id="log"></div>
- <script type="text/javascript">
+<head>
+<title>Calendar_CalendarItem_set_duration_location_priority</title>
+<script src="../resources/testharness.js"></script>
+<script src="../resources/testharnessreport.js"></script>
+<script src="support/calendar_common.js"></script>
+</head>
+<body>
+<div id="log"></div>
+<script type="text/javascript">
//==== TEST: Calendar_CalendarItem_set_duration_location_priority
//==== LABEL check if attri value:duration and location and priority can be set successful.
//==== PRIORITY P3
//==== TEST_CRITERIA
var description = "set attri value:duration & location & priority.";
- test(function() {
+ test(function () {
var event_init = {description:"HTML5 Introduction",
summary:"HTML5 Webinar ",
startDate: new tizen.TZDate(2011, 3, 30, 10, 0),
assert_equals(ev.location,"Dalian");
assert_equals(ev.priority ,"HIGH");
},description);
- </script>
- </body>
+
+</script>
+</body>
</html>
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Authors:
- Yanan Xu <yananx.xu@intel.com>
+ Yanan Xu <yananx.xu@intel.com>
-->
<html>
- <head>
- <title>Calendar CalendarManager Tests</title>
- <!--<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />-->
- <script src="../resources/testharness.js"> </script>
- <script src="../resources/testharnessreport.js"> </script>
- <script src="support/calendar_common.js"> </script>
- </head>
- <body>
- <div id="log"></div>
- <script type="text/javascript">
+<head>
+<title>Calendar_CalendarItem_set_geolocation_organizer_categories</title>
+<script src="../resources/testharness.js"></script>
+<script src="../resources/testharnessreport.js"></script>
+<script src="support/calendar_common.js"></script>
+</head>
+<body>
+<div id="log"></div>
+<script type="text/javascript">
//==== TEST: Calendar_CalendarItem_set_geolocation_organizer_categories
//==== LABEL check if attri value:geolocation and organizer and categories can be set successful.
//==== PRIORITY P3
//==== TEST_CRITERIA
var description = "set attri value: geolocation & organizer & categories.";
- test(function() {
+ test(function () {
var event_init = {description:"HTML5 Introduction",
summary:"HTML5 Webinar ",
startDate: new tizen.TZDate(2011, 3, 30, 10, 0),
assert_equals(ev.organizer,"Mr. Jones");
assert_not_equals(ev.categories,"");
},description);
- </script>
- </body>
+
+</script>
+</body>
</html>
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Authors:
- Yanan Xu <yananx.xu@intel.com>
+ Yanan Xu <yananx.xu@intel.com>
-->
<html>
- <head>
- <title>Calendar CalendarManager Tests</title>
- <!--<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />-->
- <script src="../resources/testharness.js"> </script>
- <script src="../resources/testharnessreport.js"> </script>
- <script src="support/calendar_common.js"> </script>
- </head>
- <body>
- <div id="log"></div>
- <script type="text/javascript">
+<head>
+<title>Calendar_CalendarItem_set_geolocation_status</title>
+<script src="../resources/testharness.js"></script>
+<script src="../resources/testharnessreport.js"></script>
+<script src="support/calendar_common.js"></script>
+</head>
+<body>
+<div id="log"></div>
+<script type="text/javascript">
//==== TEST: Calendar_CalendarItem_set_geolocation_status
//==== LABEL check if attri value:geolocation and status can be set successful.
//==== PRIORITY P3
//==== TEST_CRITERIA
var description = "set attri value:geolocation & status.";
- test(function() {
+ test(function () {
var event_init = {description:"HTML5 Introduction",
summary:"HTML5 Webinar ",
startDate: new tizen.TZDate(2011, 3, 30, 10, 0),
assert_not_equals(ev.geolocation,null);
assert_equals(ev.status,"TENTATIVE");
},description);
- </script>
- </body>
+
+</script>
+</body>
</html>
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Authors:
- Yanan Xu <yananx.xu@intel.com>
+ Yanan Xu <yananx.xu@intel.com>
-->
<html>
- <head>
- <title>Calendar CalendarManager Tests</title>
- <!--<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />-->
- <script src="../resources/testharness.js"> </script>
- <script src="../resources/testharnessreport.js"> </script>
- <script src="support/calendar_common.js"> </script>
- </head>
- <body>
- <div id="log"></div>
- <script type="text/javascript">
+<head>
+<title>Calendar_CalendarItem_set_isAllDay_duration_organizer</title>
+<script src="../resources/testharness.js"></script>
+<script src="../resources/testharnessreport.js"></script>
+<script src="support/calendar_common.js"></script>
+</head>
+<body>
+<div id="log"></div>
+<script type="text/javascript">
//==== TEST: Calendar_CalendarItem_set_isAllDay_duration_organizer
//==== LABEL check if attri value:isAllDay and duration and organizer can be set successful.
//==== PRIORITY P3
//==== TEST_CRITERIA
var description = "set attri value: isAllDay & duration & organizer.";
- test(function() {
+ test(function () {
var event_init = {description:"HTML5 Introduction",
summary:"HTML5 Webinar ",
startDate: new tizen.TZDate(2011, 3, 30, 10, 0),
assert_equals(ev.organizer,"Mr. Jones");
},description);
- </script>
- </body>
+</script>
+</body>
</html>
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Authors:
- Yanan Xu <yananx.xu@intel.com>
+ Yanan Xu <yananx.xu@intel.com>
-->
<html>
- <head>
- <title>Calendar CalendarManager Tests</title>
- <!--<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />-->
- <script src="../resources/testharness.js"> </script>
- <script src="../resources/testharnessreport.js"> </script>
- <script src="support/calendar_common.js"> </script>
- </head>
- <body>
- <div id="log"></div>
- <script type="text/javascript">
+<head>
+<title>Calendar_CalendarItem_set_isAllDay_geolocation_priority</title>
+<script src="../resources/testharness.js"></script>
+<script src="../resources/testharnessreport.js"></script>
+<script src="support/calendar_common.js"></script>
+</head>
+<body>
+<div id="log"></div>
+<script type="text/javascript">
//==== TEST: Calendar_CalendarItem_set_isAllDay_geolocation_priority
//==== LABEL check if attri value:isAllDay and geolocation and priority can be set successful.
//==== PRIORITY P3
//==== TEST_CRITERIA
var description = "set attri value:isAllDay & geolocation & priority.";
- test(function() {
+ test(function () {
var event_init = {description:"HTML5 Introduction",
summary:"HTML5 Webinar ",
startDate: new tizen.TZDate(2011, 3, 30, 10, 0),
assert_equals(ev.priority ,"MEDIUM");
}, description);
- </script>
- </body>
+</script>
+</body>
</html>
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Authors:
- Yanan Xu <yananx.xu@intel.com>
+ Yanan Xu <yananx.xu@intel.com>
-->
<html>
- <head>
- <title>Calendar CalendarManager Tests</title>
- <!--<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />-->
- <script src="../resources/testharness.js"> </script>
- <script src="../resources/testharnessreport.js"> </script>
- <script src="support/calendar_common.js"> </script>
- </head>
- <body>
- <div id="log"></div>
- <script type="text/javascript">
+<head>
+<title>Calendar_CalendarItem_set_isAllDay_priority_organizer</title>
+<script src="../resources/testharness.js"></script>
+<script src="../resources/testharnessreport.js"></script>
+<script src="support/calendar_common.js"></script>
+</head>
+<body>
+<div id="log"></div>
+<script type="text/javascript">
//==== TEST: Calendar_CalendarItem_set_isAllDay_priority_organizer
//==== LABEL check if attri value:isAllDay and priority and organizer can be set successful.
//==== PRIORITY P3
//==== TEST_CRITERIA
var description = "set attri value:isAllDay & priority & organizer.";
- test(function() {
+ test(function () {
var event_init = {description:"HTML5 Introduction",
summary:"HTML5 Webinar ",
startDate: new tizen.TZDate(2011, 3, 30, 10, 0),
assert_equals(ev.priority,"LOW");
assert_equals(ev.organizer ,"Mrs. Jones");
},description);
- </script>
- </body>
+
+</script>
+</body>
</html>
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Authors:
- Yanan Xu <yananx.xu@intel.com>
+ Yanan Xu <yananx.xu@intel.com>
-->
<html>
- <head>
- <title>Calendar CalendarManager Tests</title>
- <!--<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />-->
- <script src="../resources/testharness.js"> </script>
- <script src="../resources/testharnessreport.js"> </script>
- <script src="support/calendar_common.js"> </script>
- </head>
- <body>
- <div id="log"></div>
- <script type="text/javascript">
+<head>
+<title>Calendar_CalendarItem_set_location_duration_organizer</title>
+<script src="../resources/testharness.js"></script>
+<script src="../resources/testharnessreport.js"></script>
+<script src="support/calendar_common.js"></script>
+</head>
+<body>
+<div id="log"></div>
+<script type="text/javascript">
//==== TEST: Calendar_CalendarItem_set_location_duration_organizer
//==== LABEL check if attri value:location and duration and organizer can be set successful.
//==== PRIORITY P3
//==== TEST_CRITERIA
var description = "set attri value: location & duration & organizer.";
- test(function() {
+ test(function () {
var event_init = {description:"HTML5 Introduction",
summary:"HTML5 Webinar ",
startDate: new tizen.TZDate(2011, 3, 30, 10, 0),
assert_not_equals(ev.duration,null);
assert_equals(ev.organizer,"Mr. Jones");
},description);
- </script>
- </body>
+
+</script>
+</body>
</html>
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Authors:
- Yanan Xu <yananx.xu@intel.com>
+ Yanan Xu <yananx.xu@intel.com>
-->
<html>
assert_equals(ev.geolocation.latitude, 60.175, "Geolocation.latitude have different value.");
assert_equals(ev.geolocation.longitude, 24.934, "Geolocation.longitude have different value.");
}, "Calendar_CalendarItem_set_location_geolocation");
+
</script>
</body>
</html>
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Authors:
- Yanan Xu <yananx.xu@intel.com>
+ Yanan Xu <yananx.xu@intel.com>
-->
<html>
- <head>
- <title>Calendar CalendarManager Tests</title>
- <!--<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />-->
- <script src="../resources/testharness.js"> </script>
- <script src="../resources/testharnessreport.js"> </script>
- <script src="support/calendar_common.js"> </script>
- </head>
- <body>
- <div id="log"></div>
- <script type="text/javascript">
+<head>
+<title>Calendar_CalendarItem_set_location_geolocation_categories</title>
+<script src="../resources/testharness.js"></script>
+<script src="../resources/testharnessreport.js"></script>
+<script src="support/calendar_common.js"></script>
+</head>
+<body>
+<div id="log"></div>
+<script type="text/javascript">
//==== TEST: Calendar_CalendarItem_set_location_geolocation_categories
//==== LABEL check if attri value:location and geolocation and categories can be set successful.
//==== PRIORITY P3
//==== TEST_CRITERIA
var description = "set attri value:location & geolocation & categories.";
- test(function() {
+ test(function () {
var event_init = {description:"HTML5 Introduction",
summary:"HTML5 Webinar ",
startDate: new tizen.TZDate(2011, 3, 30, 10, 0),
assert_not_equals(ev.geolocation,null);
assert_equals(ev.categories.toString() ,"others");
},description);
- </script>
- </body>
+
+</script>
+</body>
</html>
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Authors:
- Yanan Xu <yananx.xu@intel.com>
+ Yanan Xu <yananx.xu@intel.com>
-->
<html>
- <head>
- <title>Calendar CalendarManager Tests</title>
- <!--<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />-->
- <script src="../resources/testharness.js"> </script>
- <script src="../resources/testharnessreport.js"> </script>
- <script src="support/calendar_common.js"> </script>
- </head>
- <body>
- <div id="log"></div>
- <script type="text/javascript">
+<head>
+<title>Calendar_CalendarItem_set_location_organizer_priority</title>
+<script src="../resources/testharness.js"></script>
+<script src="../resources/testharnessreport.js"></script>
+<script src="support/calendar_common.js"></script>
+</head>
+<body>
+<div id="log"></div>
+<script type="text/javascript">
//==== TEST: Calendar_CalendarItem_set_location_organizer_priority
//==== LABEL check if attri value:location and organizer and priority can be set successful.
//==== PRIORITY P3
//==== TEST_CRITERIA
var description = "set attri value: location & organizer & priority.";
- test(function() {
+ test(function () {
var event_init = {description:"HTML5 Introduction",
summary:"HTML5 Webinar ",
startDate: new tizen.TZDate(2011, 3, 30, 10, 0),
assert_equals(ev.organizer,"Mr. Jones");
assert_equals(ev.priority,"HIGH");
},description);
- </script>
- </body>
+
+</script>
+</body>
</html>
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Authors:
- Yanan Xu <yananx.xu@intel.com>
+ Yanan Xu <yananx.xu@intel.com>
-->
<html>
- <head>
- <title>Calendar CalendarManager Tests</title>
- <!--<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />-->
- <script src="../resources/testharness.js"> </script>
- <script src="../resources/testharnessreport.js"> </script>
- <script src="support/calendar_common.js"> </script>
- </head>
- <body>
- <div id="log"></div>
- <script type="text/javascript">
+<head>
+<title>Calendar_CalendarItem_set_organizer_categories_visibility</title>
+<script src="../resources/testharness.js"></script>
+<script src="../resources/testharnessreport.js"></script>
+<script src="support/calendar_common.js"></script>
+</head>
+<body>
+<div id="log"></div>
+<script type="text/javascript">
//==== TEST: Calendar_CalendarItem_set_organizer_categories_visibility
//==== LABEL check if attri value:organizer and categories and visibility can be set successful.
//==== PRIORITY P3
//==== TEST_CRITERIA
var description = "set attri value: organizer & categories & visibility.";
- test(function() {
+ test(function () {
var event_init = {description:"HTML5 Introduction",
summary:"HTML5 Webinar ",
startDate: new tizen.TZDate(2011, 3, 30, 10, 0),
assert_equals(ev.visibility,"PUBLIC");
},description);
- </script>
- </body>
+</script>
+</body>
</html>
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Authors:
- Yanan Xu <yananx.xu@intel.com>
+ Yanan Xu <yananx.xu@intel.com>
-->
<html>
- <head>
- <title>Calendar CalendarManager Tests</title>
- <!--<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />-->
- <script src="../resources/testharness.js"> </script>
- <script src="../resources/testharnessreport.js"> </script>
- <script src="support/calendar_common.js"> </script>
- </head>
- <body>
- <div id="log"></div>
- <script type="text/javascript">
+<head>
+<title>Calendar_CalendarItem_set_organizer_priority</title>
+<script src="../resources/testharness.js"></script>
+<script src="../resources/testharnessreport.js"></script>
+<script src="support/calendar_common.js"></script>
+</head>
+<body>
+<div id="log"></div>
+<script type="text/javascript">
//==== TEST: Calendar_CalendarItem_set_organizer_priority
//==== LABEL check if attri value:organizer and priority can be set successful.
//==== PRIORITY P3
//==== TEST_CRITERIA
var description = "set attri value:organizer & priority.";
- test(function() {
+ test(function () {
var event_init = {description:"HTML5 Introduction",
summary:"HTML5 Webinar ",
startDate: new tizen.TZDate(2011, 3, 30, 10, 0),
assert_not_equals(ev.organizer,"");
assert_equals(ev.priority ,"LOW");
},description);
- </script>
- </body>
+
+</script>
+</body>
</html>
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Authors:
- Yanan Xu <yananx.xu@intel.com>
+ Yanan Xu <yananx.xu@intel.com>
-->
<html>
- <head>
- <title>Calendar CalendarManager Tests</title>
- <!--<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />-->
- <script src="../resources/testharness.js"> </script>
- <script src="../resources/testharnessreport.js"> </script>
- <script src="support/calendar_common.js"> </script>
- </head>
- <body>
- <div id="log"></div>
- <script type="text/javascript">
+<head>
+<title>Calendar_CalendarItem_set_organizer_visibility_attendees</title>
+<script src="../resources/testharness.js"></script>
+<script src="../resources/testharnessreport.js"></script>
+<script src="support/calendar_common.js"></script>
+</head>
+<body>
+<div id="log"></div>
+<script type="text/javascript">
//==== TEST: Calendar_CalendarItem_set_organizer_visibility_attendees
//==== LABEL check if attri value:organizer and visibility and attendees can be set successful.
//==== PRIORITY P3
var description = "set attri value: organizer & visibility & attendees.",
event_init, ev, attendee;
- test(function() {
+ test(function () {
event_init = {description:"HTML5 Introduction",
summary:"HTML5 Webinar ",
startDate: new tizen.TZDate(2011, 3, 30, 10, 0),
assert_equals(ev.visibility, "PUBLIC");
assert_equals(ev.status,"CONFIRMED");
},description);
- </script>
- </body>
+
+</script>
+</body>
</html>
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Authors:
- Yanan Xu <yananx.xu@intel.com>
+ Yanan Xu <yananx.xu@intel.com>
-->
<html>
- <head>
- <title>Calendar CalendarManager Tests</title>
- <!--<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />-->
- <script src="../resources/testharness.js"> </script>
- <script src="../resources/testharnessreport.js"> </script>
- <script src="support/calendar_common.js"> </script>
- </head>
- <body>
- <div id="log"></div>
- <script type="text/javascript">
+<head>
+<title>Calendar_CalendarItem_set_progress_isAllDay_location</title>
+<script src="../resources/testharness.js"></script>
+<script src="../resources/testharnessreport.js"></script>
+<script src="support/calendar_common.js"></script>
+</head>
+<body>
+<div id="log"></div>
+<script type="text/javascript">
//==== TEST: Calendar_CalendarItem_set_progress_isAllDay_location
//==== LABEL check if attri value: progress and isAllDay and location can be set successful.
//==== PRIORITY P3
//==== TEST_CRITERIA
var description = "set attri value: progress & isAllDay & location.";
- test(function() {
+ test(function () {
var task_init = {description:"HTML5 Introduction",
summary:"HTML5 Webinar ",
startDate: new tizen.TZDate(2011, 3, 30, 10, 0),
assert_equals(ev.isAllDay,true);
assert_equals(ev.location , "Dalian");
},description);
- </script>
- </body>
+
+</script>
+</body>
</html>
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Authors:
- Yanan Xu <yananx.xu@intel.com>
+ Yanan Xu <yananx.xu@intel.com>
-->
<html>
- <head>
- <title>Calendar CalendarManager Tests</title>
- <!--<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />-->
- <script src="../resources/testharness.js"> </script>
- <script src="../resources/testharnessreport.js"> </script>
- <script src="support/calendar_common.js"> </script>
- </head>
- <body>
- <div id="log"></div>
- <script type="text/javascript">
+<head>
+<title>Calendar_CalendarItem_set_progress_status_attendees</title>
+<script src="../resources/testharness.js"></script>
+<script src="../resources/testharnessreport.js"></script>
+<script src="support/calendar_common.js"></script>
+</head>
+<body>
+<div id="log"></div>
+<script type="text/javascript">
//==== TEST: Calendar_CalendarItem_set_progress_status_attendees
//==== LABEL check if attri value:progress and status and attendees can be set successful.
//==== PRIORITY P3
assert_equals(ev.status, "IN_PROCESS", "Wrong value of status attribute in CalendarTask.");
assert_not_equals(ev.attendees, null, "Value of attendees can not be null");
}, description);
+
</script>
</body>
</html>
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Authors:
- Yanan Xu <yananx.xu@intel.com>
+ Yanan Xu <yananx.xu@intel.com>
-->
<html>
- <head>
- <title>Calendar CalendarManager Tests</title>
- <!--<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />-->
- <script src="../resources/testharness.js"> </script>
- <script src="../resources/testharnessreport.js"> </script>
- <script src="support/calendar_common.js"> </script>
- </head>
- <body>
- <div id="log"></div>
- <script type="text/javascript">
+<head>
+<title>Calendar_CalendarItem_set_progress_visibility_organizer</title>
+<script src="../resources/testharness.js"></script>
+<script src="../resources/testharnessreport.js"></script>
+<script src="support/calendar_common.js"></script>
+</head>
+<body>
+<div id="log"></div>
+<script type="text/javascript">
//==== TEST: Calendar_CalendarItem_set_progress_visibility_organizer
//==== LABEL check if attri value:progress and visibility and organizer can be set successful.
//==== PRIORITY P3
//==== TEST_CRITERIA
var description = "set attri value: progress & visibility & organizer.";
- test(function() {
+ test(function () {
var task_init = {description:"HTML5 Introduction",
summary:"HTML5 Webinar ",
startDate: new tizen.TZDate(2011, 3, 30, 10, 0),
assert_equals(ev.organizer,"Mr. Jones");
assert_equals(ev.visibility,"PUBLIC");
},description);
- </script>
- </body>
+
+</script>
+</body>
</html>
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Authors:
- Yanan Xu <yananx.xu@intel.com>
+ Yanan Xu <yananx.xu@intel.com>
-->
<html>
- <head>
- <title>Calendar CalendarManager Tests</title>
- <!--<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />-->
- <script src="../resources/testharness.js"> </script>
- <script src="../resources/testharnessreport.js"> </script>
- <script src="support/calendar_common.js"> </script>
- </head>
- <body>
- <div id="log"></div>
- <script type="text/javascript">
+<head>
+<title>Calendar_CalendarItem_set_startDate_categories_location</title>
+<script src="../resources/testharness.js"></script>
+<script src="../resources/testharnessreport.js"></script>
+<script src="support/calendar_common.js"></script>
+</head>
+<body>
+<div id="log"></div>
+<script type="text/javascript">
//==== TEST: Calendar_CalendarItem_set_startDate_categories_location
//==== LABEL check if attri value:startDate and categories and location can be set successful.
//==== PRIORITY P3
//==== TEST_CRITERIA
var description = "set attri value:startDate & categories & location.";
- test(function() {
+ test(function () {
var event_init = {description:"HTML5 Introduction",
summary:"HTML5 Webinar",
location:"Huesca"},
assert_not_equals(ev.categories,"");
assert_equals(ev.location , "dalian");
},description);
- </script>
- </body>
+
+</script>
+</body>
</html>
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Authors:
- Yanan Xu <yananx.xu@intel.com>
+ Yanan Xu <yananx.xu@intel.com>
-->
<html>
- <head>
- <title>Calendar CalendarManager Tests</title>
- <!--<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />-->
- <script src="../resources/testharness.js"> </script>
- <script src="../resources/testharnessreport.js"> </script>
- <script src="support/calendar_common.js"> </script>
- </head>
- <body>
- <div id="log"></div>
- <script type="text/javascript">
+<head>
+<title>Calendar_CalendarItem_set_startDate_duration</title>
+<script src="../resources/testharness.js"></script>
+<script src="../resources/testharnessreport.js"></script>
+<script src="support/calendar_common.js"></script>
+</head>
+<body>
+<div id="log"></div>
+<script type="text/javascript">
//==== TEST: Calendar_CalendarItem_set_startDate_duration
//==== LABEL check if attri value:startDate and duration can be set successful.
//==== PRIORITY P3
//==== TEST_CRITERIA
var description = "set attri value:startDate & duration.";
- test(function() {
+ test(function () {
var event_init = {description:"HTML5 Introduction",
summary:"HTML5 Webinar",
location:"Huesca"},
assert_not_equals(ev.startDate,null);
assert_not_equals(ev.duration ,null);
},description);
- </script>
- </body>
+
+</script>
+</body>
</html>
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Authors:
- Yanan Xu <yananx.xu@intel.com>
+ Yanan Xu <yananx.xu@intel.com>
-->
<html>
assert_equals(ev.organizer, "Mr. Jones",
"organizer should have different value.");
}, "Calendar_CalendarItem_set_startDate_organizer");
+
</script>
</body>
</html>
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Authors:
- Yanan Xu <yananx.xu@intel.com>
+ Yanan Xu <yananx.xu@intel.com>
-->
<html>
- <head>
- <title>Calendar CalendarManager Tests</title>
- <!--<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />-->
- <script src="../resources/testharness.js"> </script>
- <script src="../resources/testharnessreport.js"> </script>
- <script src="support/calendar_common.js"> </script>
- </head>
- <body>
- <div id="log"></div>
- <script type="text/javascript">
+<head>
+<title>Calendar_CalendarItem_set_status_location_isAllDay</title>
+<script src="../resources/testharness.js"></script>
+<script src="../resources/testharnessreport.js"></script>
+<script src="support/calendar_common.js"></script>
+</head>
+<body>
+<div id="log"></div>
+<script type="text/javascript">
//==== TEST: Calendar_CalendarItem_set_status_location_isAllDay
//==== LABEL check if attri value:status and location and isAllDay can be set successful.
//==== PRIORITY P3
//==== TEST_CRITERIA
var description = "set attri value: status & location & isAllDay.";
- test(function() {
+ test(function () {
var event_init = {description:"HTML5 Introduction",
summary:"HTML5 Webinar ",
startDate: new tizen.TZDate(2011, 3, 30, 10, 0),
assert_equals(ev.status,"TENTATIVE");
assert_equals(ev.isAllDay,false);
},description);
- </script>
- </body>
+
+</script>
+</body>
</html>
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Authors:
- Yanan Xu <yananx.xu@intel.com>
+ Yanan Xu <yananx.xu@intel.com>
-->
<html>
- <head>
- <title>Calendar CalendarManager Tests</title>
- <!--<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />-->
- <script src="../resources/testharness.js"> </script>
- <script src="../resources/testharnessreport.js"> </script>
- <script src="support/calendar_common.js"> </script>
- </head>
- <body>
- <div id="log"></div>
- <script type="text/javascript">
+<head>
+<title>Calendar_CalendarItem_set_status_visibility_attendees</title>
+<script src="../resources/testharness.js"></script>
+<script src="../resources/testharnessreport.js"></script>
+<script src="support/calendar_common.js"></script>
+</head>
+<body>
+<div id="log"></div>
+<script type="text/javascript">
//==== TEST: Calendar_CalendarItem_set_status_visibility_attendees
//==== LABEL check if attri value:status and visibility and attendees can be set successful.
//==== PRIORITY P3
var description = "set attri value: status & visibility & attendees.",
event_init, ev, attendee;
- test(function() {
+ test(function () {
event_init = {description:"HTML5 Introduction",
summary:"HTML5 Webinar ",
startDate: new tizen.TZDate(2011, 3, 30, 10, 0),
assert_equals(ev.status,"TENTATIVE");
},description);
- </script>
- </body>
+</script>
+</body>
</html>
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Authors:
- Yanan Xu <yananx.xu@intel.com>
+ Yanan Xu <yananx.xu@intel.com>
-->
<html>
- <head>
- <title>Calendar CalendarManager Tests</title>
- <!--<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />-->
- <script src="../resources/testharness.js"> </script>
- <script src="../resources/testharnessreport.js"> </script>
- <script src="support/calendar_common.js"> </script>
- </head>
- <body>
- <div id="log"></div>
- <script type="text/javascript">
+<head>
+<title>Calendar_CalendarItem_set_status_visibility_categories</title>
+<script src="../resources/testharness.js"></script>
+<script src="../resources/testharnessreport.js"></script>
+<script src="support/calendar_common.js"></script>
+</head>
+<body>
+<div id="log"></div>
+<script type="text/javascript">
//==== TEST: Calendar_CalendarItem_set_status_visibility_categories
//==== LABEL check if attri value:status and visibility and categories can be set successful.
//==== PRIORITY P3
//==== TEST_CRITERIA
var description = "set attri value: status & visibility & categories.";
- test(function() {
+ test(function () {
var event_init = {description:"HTML5 Introduction",
summary:"HTML5 Webinar ",
startDate: new tizen.TZDate(2011, 3, 30, 10, 0),
assert_not_equals(ev.attendees,null);
assert_not_equals(ev.categories,"");
},description);
- </script>
- </body>
+
+</script>
+</body>
</html>
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Authors:
- Yanan Xu <yananx.xu@intel.com>
+ Yanan Xu <yananx.xu@intel.com>
-->
<html>
- <head>
- <title>Calendar CalendarManager Tests</title>
- <!--<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />-->
- <script src="../resources/testharness.js"> </script>
- <script src="../resources/testharnessreport.js"> </script>
- <script src="support/calendar_common.js"> </script>
- </head>
- <body>
- <div id="log"></div>
- <script type="text/javascript">
+<head>
+<title>Calendar_CalendarItem_set_status_visibility_priority</title>
+<script src="../resources/testharness.js"></script>
+<script src="../resources/testharnessreport.js"></script>
+<script src="support/calendar_common.js"></script>
+</head>
+<body>
+<div id="log"></div>
+<script type="text/javascript">
//==== TEST: Calendar_CalendarItem_set_status_visibility_priority
//==== LABEL check if attri value:status and visibility and priority can be set successful.
//==== PRIORITY P3
//==== TEST_CRITERIA
var description = "set attri value: status & visibility & priority.";
- test(function() {
+ test(function () {
var event_init = {description:"HTML5 Introduction",
summary:"HTML5 Webinar ",
startDate: new tizen.TZDate(2011, 3, 30, 10, 0),
assert_not_equals(ev.attendees,null);
assert_equals(ev.priority,"HIGH");
},description);
- </script>
- </body>
+
+</script>
+</body>
</html>
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Authors:
- Yanan Xu <yananx.xu@intel.com>
+ Yanan Xu <yananx.xu@intel.com>
-->
<html>
- <head>
- <title>Calendar CalendarManager Tests</title>
- <!--<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />-->
- <script src="../resources/testharness.js"> </script>
- <script src="../resources/testharnessreport.js"> </script>
- <script src="support/calendar_common.js"> </script>
- </head>
- <body>
- <div id="log"></div>
- <script type="text/javascript">
+<head>
+<title>Calendar_CalendarItem_set_summary_geolocation_priority</title>
+<script src="../resources/testharness.js"></script>
+<script src="../resources/testharnessreport.js"></script>
+<script src="support/calendar_common.js"></script>
+</head>
+<body>
+<div id="log"></div>
+<script type="text/javascript">
//==== TEST: Calendar_CalendarItem_set_summary_geolocation_priority
//==== LABEL check if attri value:summary and geolocation and priority can be set successful.
//==== PRIORITY P3
//==== TEST_CRITERIA
var description = "set attri value: summary & geolocation& priority.";
- test(function() {
+ test(function () {
var event_init = {description:"HTML5 Introduction",
summary:"HTML5 Webinar ",
startDate: new tizen.TZDate(2011, 3, 30, 10, 0),
assert_not_equals(ev.geolocation,null);
assert_equals(ev.priority,"HIGH");
},description);
- </script>
- </body>
+
+</script>
+</body>
</html>
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Authors:
- Yanan Xu <yananx.xu@intel.com>
+ Yanan Xu <yananx.xu@intel.com>
-->
<html>
- <head>
- <title>Calendar CalendarManager Tests</title>
- <!--<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />-->
- <script src="../resources/testharness.js"> </script>
- <script src="../resources/testharnessreport.js"> </script>
- <script src="support/calendar_common.js"> </script>
- </head>
- <body>
- <div id="log"></div>
- <script type="text/javascript">
+<head>
+<title>Calendar_CalendarItem_set_summary_location_isAllDay</title>
+<script src="../resources/testharness.js"></script>
+<script src="../resources/testharnessreport.js"></script>
+<script src="support/calendar_common.js"></script>
+</head>
+<body>
+<div id="log"></div>
+<script type="text/javascript">
//==== TEST: Calendar_CalendarItem_set_summary_location_isAllDay
//==== LABEL check if attri value:summary and location and isAllDay can be set successful.
//==== PRIORITY P3
//==== TEST_CRITERIA
var description = "set attri value: summary & location & isAllDay.";
- test(function() {
+ test(function () {
var event_init = {description:"HTML5 Introduction",
summary:"HTML5 Webinar ",
startDate: new tizen.TZDate(2011, 3, 30, 10, 0),
assert_equals(ev.isAllDay,false);
},description);
- </script>
- </body>
+</script>
+</body>
</html>
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Authors:
- Yanan Xu <yananx.xu@intel.com>
+ Yanan Xu <yananx.xu@intel.com>
-->
<html>
- <head>
- <title>Calendar CalendarManager Tests</title>
- <!--<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />-->
- <script src="../resources/testharness.js"> </script>
- <script src="../resources/testharnessreport.js"> </script>
- <script src="support/calendar_common.js"> </script>
- </head>
- <body>
- <div id="log"></div>
- <script type="text/javascript">
+<head>
+<title>Calendar_CalendarItem_set_summary_priority</title>
+<script src="../resources/testharness.js"></script>
+<script src="../resources/testharnessreport.js"></script>
+<script src="support/calendar_common.js"></script>
+</head>
+<body>
+<div id="log"></div>
+<script type="text/javascript">
//==== TEST: Calendar_CalendarItem_set_summary_priority
//==== LABEL check if attri value:summary and priority can be set successful.
//==== PRIORITY P3
var description = "set attri value:summary & priority.",
event_init, ev, calendar;
- test(function() {
+ test(function () {
event_init = {description:"HTML5 Introduction",
summary:"HTML5 Webinar ",
startDate: new tizen.TZDate(2011, 3, 30, 10, 0),
assert_equals(ev.priority ,"HIGH");
cleanup(calendar);
},description);
- </script>
- </body>
+
+</script>
+</body>
</html>
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Authors:
- Yanan Xu <yananx.xu@intel.com>
+ Yanan Xu <yananx.xu@intel.com>
-->
<html>
- <head>
- <title>Calendar CalendarManager Tests</title>
- <!--<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />-->
- <script src="../resources/testharness.js"> </script>
- <script src="../resources/testharnessreport.js"> </script>
- <script src="support/calendar_common.js"> </script>
- </head>
- <body>
- <div id="log"></div>
- <script type="text/javascript">
+<head>
+<title>Calendar_CalendarItem_set_summary_priority_isAllDay</title>
+<script src="../resources/testharness.js"></script>
+<script src="../resources/testharnessreport.js"></script>
+<script src="support/calendar_common.js"></script>
+</head>
+<body>
+<div id="log"></div>
+<script type="text/javascript">
//==== TEST: Calendar_CalendarItem_set_summary_priority_isAllDay
//==== LABEL check if attri value:summary and priority and isAllDay can be set successful.
//==== PRIORITY P3
//==== TEST_CRITERIA
var description = "set attri value: summary & priority & isAllDay.";
- test(function() {
+ test(function () {
var event_init = {description:"HTML5 Introduction",
summary:"HTML5 Webinar ",
startDate: new tizen.TZDate(2011, 3, 30, 10, 0),
assert_equals(ev.isAllDay,false);
},description);
- </script>
- </body>
+</script>
+</body>
</html>
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Authors:
- Yanan Xu <yananx.xu@intel.com>
+ Yanan Xu <yananx.xu@intel.com>
-->
<html>
- <head>
- <title>Calendar CalendarManager Tests</title>
- <!--<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />-->
- <script src="../resources/testharness.js"> </script>
- <script src="../resources/testharnessreport.js"> </script>
- <script src="support/calendar_common.js"> </script>
- </head>
- <body>
- <div id="log"></div>
- <script type="text/javascript">
+<head>
+<title>Calendar_CalendarItem_set_visibility_status_priority</title>
+<script src="../resources/testharness.js"></script>
+<script src="../resources/testharnessreport.js"></script>
+<script src="support/calendar_common.js"></script>
+</head>
+<body>
+<div id="log"></div>
+<script type="text/javascript">
//==== TEST: Calendar_CalendarItem_set_visibility_status_priority
//==== LABEL check if attri value:visibility and status and priority can be set successful.
//==== PRIORITY P3
//==== TEST_CRITERIA
var description = "set attri value:visibility & status & priority.";
- test(function(){
+ test(function (){
var event_init = {description:"HTML5 Introduction",
summary:"HTML5 Webinar ",
startDate: new tizen.TZDate(2011, 3, 30, 10, 0),
assert_equals(ev.status,"TENTATIVE");
assert_equals(ev.priority ,"MEDIUM");
},description);
- </script>
- </body>
+
+</script>
+</body>
</html>
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Authors:
- Yanan Xu <yananx.xu@intel.com>
+ Yanan Xu <yananx.xu@intel.com>
-->
<html>
- <head>
- <title>Calendar CalendarManager Tests</title>
- <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
- <script src="../resources/testharness.js"> </script>
- <script src="../resources/testharnessreport.js"> </script>
- <script src="support/calendar_common.js"> </script>
- </head>
- <body>
- <div id="log"></div>
- <script type="text/javascript">
+<head>
+<title>Calendar_CalendarManagerObject_attri_locationandsummary</title>
+<script src="../resources/testharness.js"></script>
+<script src="../resources/testharnessreport.js"></script>
+<script src="support/calendar_common.js"></script>
+</head>
+<body>
+<div id="log"></div>
+<script type="text/javascript">
//==== TEST: Calendar_CalendarManagerObject_attri_locationandsummary
//==== LABEL check if CalendarManagerObject attri value:location and summary can be set successful..
//==== PRIORITY P3
//==== TEST_CRITERIA
var description = "set CalendarManagerObject attri value: calendar.summary and calendar.location.";
- test(function(){
+ test(function (){
var default_calendar = tizen.calendar.getDefaultCalendar("EVENT");
default_calendar.location = "Huesca";
default_calendar.summary = "defined a new calendar";
assert_equals(default_calendar.location,"Huesca");
assert_equals(default_calendar.summary,"defined a new calendar");
},description);
- </script>
- </body>
+
+</script>
+</body>
</html>
Authors:
Jenny Cao <jenny.q.cao@intel.com>
- Yanan Xu <yananx.xu@intel.com>
+ Yanan Xu <yananx.xu@intel.com>
Karol Surma <k.surma@samsung.com>
-->
<html>
- <head>
- <title>Calendar_CalendarManager_getCalendarDefault_event</title>
- <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
- <script src="../resources/testharness.js"> </script>
- <script src="../resources/testharnessreport.js"> </script>
- <script src="./support/calendar_common.js"> </script>
- </head>
- <body>
- <div id="log"></div>
- <script type="text/javascript">
+<head>
+<title>Calendar_CalendarManager_getCalendarDefault_event</title>
+<script src="../resources/testharness.js"></script>
+<script src="../resources/testharnessreport.js"></script>
+<script src="./support/calendar_common.js"></script>
+</head>
+<body>
+<div id="log"></div>
+<script type="text/javascript">
//==== TEST: Calendar_CalendarManager_getCalendarDefault_event
//==== LABEL check CalendarManager getCalendarDefault method: get event type calendar
//==== PRIORITY P0
//==== TEST_CRITERIA MMINA
- test(function() {
+ test(function () {
var default_calendar = tizen.calendar.getDefaultCalendar("EVENT"),
calendar = tizen.calendar.getCalendar("EVENT",default_calendar.id);
assert_not_equals(calendar,null);
assert_equals(calendar.id, default_calendar.id, "calendar id returned is the default one");
}, "Calendar_CalendarManager_getDefaultCalendar_event");
- </script>
- </body>
+
+</script>
+</body>
</html>
Authors:
Jenny Cao <jenny.q.cao@intel.com>
- Yanan Xu <yananx.xu@intel.com>
+ Yanan Xu <yananx.xu@intel.com>
Jianhui Yue <jianhuix.a.yue@intel.com>
-->
<html>
- <head>
- <title>Calendar Test: Calendar CalendarManager Tests</title>
- <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
- <script src="../resources/testharness.js"> </script>
- <script src="../resources/testharnessreport.js"> </script>
- <script src="support/calendar_common.js"> </script>
- </head>
- <body>
- <div id="log"></div>
- <script type="text/javascript">
+<head>
+<title>Calendar_CalendarManager_getCalendars_event</title>
+<script src="../resources/testharness.js"></script>
+<script src="../resources/testharnessreport.js"></script>
+<script src="support/calendar_common.js"></script>
+</head>
+<body>
+<div id="log"></div>
+<script type="text/javascript">
//==== TEST: Calendar_CalendarManager_getCalendars_event
//==== LABEL check CalendarManager getCalendars method: get all event type calendars
//==== PRIORITY P0
var t = async_test("Calendar_CalendarManager_getCalendars_event"),
calendarListCB, default_calendar;
- t.step(function(){
- calendarListCB=t.step_func(function(calendars){
+ t.step(function (){
+ calendarListCB=t.step_func(function (calendars){
assert_not_equals(calendars,null);
assert_true(calendars.length > 0,"calendar.length is not more than 0");
assert_equals(calendars[0].id, default_calendar.id, "first calendar returned is the default one");
default_calendar = tizen.calendar.getDefaultCalendar("EVENT");
tizen.calendar.getCalendars("EVENT", calendarListCB);
});
- </script>
- </body>
+
+</script>
+</body>
</html>
Authors:
Jenny Cao <jenny.q.cao@intel.com>
- Yanan Xu <yananx.xu@intel.com>
+ Yanan Xu <yananx.xu@intel.com>
-->
<html>
- <head>
- <title>Calendar CalendarManager Tests</title>
- <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
- <script src="../resources/testharness.js"> </script>
- <script src="../resources/testharnessreport.js"> </script>
- <script src="support/calendar_common.js"> </script>
- </head>
- <body>
- <div id="log"></div>
- <script type="text/javascript">
+<head>
+<title>Calendar_CalendarManager_getCalendars_successcallback_invalid</title>
+<script src="../resources/testharness.js"></script>
+<script src="../resources/testharnessreport.js"></script>
+<script src="support/calendar_common.js"></script>
+</head>
+<body>
+<div id="log"></div>
+<script type="text/javascript">
//==== TEST: Calendar_CalendarManager_getCalendars_successcallback_invalid
//==== LABEL check CalendarManager getCalendars method: successCallback is invalid
//==== PRIORITY P2
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA MC
- test(function(){
+ test(function (){
assert_throws("TYPE_MISMATCH_ERR", function (){
tizen.calendar.getCalendars("EVENT", false);
},"TypeMismatchError exception.");
}, "Calendar_CalendarManager_getCalendars_successcallback_invalid");
- </script>
- </body>
+
+</script>
+</body>
</html>
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Authors:
- Yanan Xu <yananx.xu@intel.com>
+ Yanan Xu <yananx.xu@intel.com>
-->
<html>
- <head>
- <title>Calendar CalendarManager Tests</title>
+<head>
+<title>Calendar_CalendarManager_getDefaultCalendar_CalendarType_error</title>
<link rel="author" title="Intel" href="http://www.intel.com/"/>
<link rel="help" href="https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html" />
- <meta name="assert" content="Check that throw an exception"/>
- <meta name="flags" content="" />
- <script type="text/javascript" src="../resources/testharness.js"> </script>
- <script type="text/javascript" src="../resources/testharnessreport.js"> </script>
- </head>
- <body>
- <div id="log"></div>
- <script type="text/javascript">
+<meta name="assert" content="Check that throw an exception"/>
+<meta name="flags" content="" />
+<script type="text/javascript" src="../resources/testharness.js"></script>
+<script type="text/javascript" src="../resources/testharnessreport.js"></script>
+</head>
+<body>
+<div id="log"></div>
+<script type="text/javascript">
//==== TEST: Calendar_CalendarManager_getDefaultCalendar_CalendarType_error
//==== LABEL check CalendarManager getDefaultCalendar method: CalendarType is error
//==== PRIORITY P2
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA MC
- test(function(){
+ test(function (){
assert_throws("TYPE_MISMATCH_ERR", function (){
tizen.calendar.getDefaultCalendar("123");
}, "TypeMismatchError exception.");
}, "Calendar_CalendarManager_getDefaultCalendar_CalendarType_error");
- </script>
- </body>
+
+</script>
+</body>
</html>
Authors:
Jenny Cao <jenny.q.cao@intel.com>
- Yanan Xu <yananx.xu@intel.com>
+ Yanan Xu <yananx.xu@intel.com>
Jianhui Yue <jianhuix.a.yue@intel.com>
-->
<html>
- <head>
- <title>Calendar Test: Calendar CalendarManager Tests</title>
- <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
- <script src="../resources/testharness.js"> </script>
- <script src="../resources/testharnessreport.js"> </script>
- <script src="support/calendar_common.js"> </script>
- </head>
- <body>
- <div id="log"></div>
- <script type="text/javascript">
+<head>
+<title>Calendar_CalendarManager_getDefaultCalendar_event</title>
+<script src="../resources/testharness.js"></script>
+<script src="../resources/testharnessreport.js"></script>
+<script src="support/calendar_common.js"></script>
+</head>
+<body>
+<div id="log"></div>
+<script type="text/javascript">
//==== TEST: Calendar_CalendarManager_getDefaultCalendar_event
//==== LABEL check CalendarManager getDefaultCalendar method: get event type default calendar
//==== PRIORITY P0
//==== TEST_CRITERIA MMINA
var description = "CalendarManager method getDefaultCalendar: event.";
- test(function(){
+ test(function (){
var default_calendar = tizen.calendar.getDefaultCalendar("EVENT");
assert_not_equals(default_calendar, null);
},description);
- </script>
- </body>
+
+</script>
+</body>
</html>
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Authors:
- Yanan Xu <yananx.xu@intel.com>
+ Yanan Xu <yananx.xu@intel.com>
-->
<html>
- <head>
- <title>Calendar CalendarManager Tests</title>
+<head>
+<title>Calendar_CalendarManager_getDefaultCalendar_null</title>
<link rel="author" title="Intel" href="http://www.intel.com/"/>
<link rel="help" href="https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html" />
- <meta name="assert" content="Check that throw an exception"/>
- <meta name="flags" content="" />
- <script type="text/javascript" src="../resources/testharness.js"> </script>
- <script type="text/javascript" src="../resources/testharnessreport.js"> </script>
- <script src="support/calendar_common.js"> </script>
- </head>
- <body>
- <div id="log"></div>
- <script type="text/javascript">
+<meta name="assert" content="Check that throw an exception"/>
+<meta name="flags" content="" />
+<script type="text/javascript" src="../resources/testharness.js"></script>
+<script type="text/javascript" src="../resources/testharnessreport.js"></script>
+<script src="support/calendar_common.js"></script>
+</head>
+<body>
+<div id="log"></div>
+<script type="text/javascript">
//==== TEST: Calendar_CalendarManager_getDefaultCalendar_null
//==== LABEL check CalendarManager getDefaultCalendar method: CalendarType is null
//==== PRIORITY P2
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA MC
- test(function(){
+ test(function (){
assert_throws("TYPE_MISMATCH_ERR", function (){
tizen.calendar.getDefaultCalendar(null);
}, "TypeMismatchError exception.");
}, "Calendar_CalendarManager_getDefaultCalendar_null");
- </script>
- </body>
+
+</script>
+</body>
</html>
Authors:
Jenny Cao <jenny.q.cao@intel.com>
- Yanan Xu <yananx.xu@intel.com>
+ Yanan Xu <yananx.xu@intel.com>
Jianhui Yue <jianhuix.a.yue@intel.com>
-->
<html>
- <head>
- <title>Calendar Test: Calendar CalendarManager Tests</title>
- <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
- <script src="../resources/testharness.js"> </script>
- <script src="../resources/testharnessreport.js"> </script>
- <script src="support/calendar_common.js"> </script>
- </head>
- <body>
- <div id="log"></div>
- <script type="text/javascript">
+<head>
+<title>Calendar_CalendarRecurrenceRule_attri_daysOfTheWeek</title>
+<script src="../resources/testharness.js"></script>
+<script src="../resources/testharnessreport.js"></script>
+<script src="support/calendar_common.js"></script>
+</head>
+<body>
+<div id="log"></div>
+<script type="text/javascript">
//==== TEST: Calendar_CalendarRecurrenceRule_attri_daysOfTheWeek
//==== LABEL Calendar_CalendarRecurrenceRule_attri_daysOfTheWeek
//==== SPEC Tizen Web API:Social:Calendar:CalendarRecurrenceRule:daysOfTheWeek A
var description = "CalendarRecurrenceRule attribute frequency check",
exp1, RecurrenceRule_init, RecurrenceRule;
- test(function(){
+ test(function (){
exp1 = new tizen.TZDate(2011, 11, 30, 12, 40, 0, 0);
RecurrenceRule_init = {interval: 2,
occurrenceCount: 10,
RecurrenceRule = new tizen.CalendarRecurrenceRule("DAILY",RecurrenceRule_init);
assert_inEnum(RecurrenceRule.daysOfTheWeek, ByDayValue,"CalendarRecurrenceRule attribute daysOfTheWeek check");
},description);
- </script>
- </body>
+
+</script>
+</body>
</html>
Authors:
Jenny Cao <jenny.q.cao@intel.com>
- Yanan Xu <yananx.xu@intel.com>
+ Yanan Xu <yananx.xu@intel.com>
Jianhui Yue <jianhuix.a.yue@intel.com>
-->
<html>
<head>
-<title>Calendar Test: Calendar CalendarManager Tests</title>
-<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
-<script src="../resources/testharness.js"> </script>
-<script src="../resources/testharnessreport.js"> </script>
-<script src="support/calendar_common.js"> </script>
+<title>Calendar_CalendarRecurrenceRule_attri_exceptions</title>
+<script src="../resources/testharness.js"></script>
+<script src="../resources/testharnessreport.js"></script>
+<script src="support/calendar_common.js"></script>
</head>
<body>
<div id="log"></div>
var description = "CalendarRecurrenceRule attribute frequency check",
exp1, RecurrenceRule_init, RecurrenceRule;
-test(function(){
+test(function (){
exp1 = new tizen.TZDate(2011, 11, 30, 12, 40, 0, 0);
RecurrenceRule_init = {interval: 2,
occurrenceCount: 10,
RecurrenceRule = new tizen.CalendarRecurrenceRule("DAILY",RecurrenceRule_init);
assert_true(RecurrenceRule.exceptions[0].equalsTo(exp1), "dates should be equal");
},description);
+
</script>
</body>
</html>
Authors:
Jenny Cao <jenny.q.cao@intel.com>
- Yanan Xu <yananx.xu@intel.com>
+ Yanan Xu <yananx.xu@intel.com>
Jianhui Yue <jianhuix.a.yue@intel.com>
-->
<html>
- <head>
- <title>Calendar Test: Calendar CalendarManager Tests</title>
- <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
- <script src="../resources/testharness.js"> </script>
- <script src="../resources/testharnessreport.js"> </script>
- <script src="support/calendar_common.js"> </script>
- </head>
- <body>
- <div id="log"></div>
- <script type="text/javascript">
+<head>
+<title>Calendar_CalendarRecurrenceRule_attri_frequency</title>
+<script src="../resources/testharness.js"></script>
+<script src="../resources/testharnessreport.js"></script>
+<script src="support/calendar_common.js"></script>
+</head>
+<body>
+<div id="log"></div>
+<script type="text/javascript">
//==== TEST: Calendar_CalendarRecurrenceRule_attri_frequency
//==== LABEL Calendar_CalendarRecurrenceRule_attri_frequency
//==== SPEC Tizen Web API:Social:Calendar:CalendarRecurrenceRule:frequency A
var description = "CalendarRecurrenceRule attribute frequency check",
exp1, RecurrenceRule_init, RecurrenceRule;
- test(function(){
+ test(function (){
exp1 = new tizen.TZDate(2011, 11, 30, 12, 40, 0, 0);
RecurrenceRule_init = {interval: 2,
occurrenceCount: 10,
RecurrenceRule = new tizen.CalendarRecurrenceRule("DAILY",RecurrenceRule_init);
assert_true(RecurrenceRule.frequency in RecurrenceRuleFrequency, "CalendarRecurrenceRule attribute frequency check");
},description);
- </script>
- </body>
+
+</script>
+</body>
</html>
Authors:
Jenny Cao <jenny.q.cao@intel.com>
- Yanan Xu <yananx.xu@intel.com>
+ Yanan Xu <yananx.xu@intel.com>
Jianhui Yue <jianhuix.a.yue@intel.com>
-->
<html>
- <head>
- <title>Calendar Test: Calendar CalendarManager Tests</title>
- <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
- <script src="../resources/testharness.js"> </script>
- <script src="../resources/testharnessreport.js"> </script>
- <script src="support/calendar_common.js"> </script>
- </head>
- <body>
- <div id="log"></div>
- <script type="text/javascript">
+<head>
+<title>Calendar_CalendarRecurrenceRule_attri_interval</title>
+<script src="../resources/testharness.js"></script>
+<script src="../resources/testharnessreport.js"></script>
+<script src="support/calendar_common.js"></script>
+</head>
+<body>
+<div id="log"></div>
+<script type="text/javascript">
//==== TEST: Calendar_CalendarRecurrenceRule_attri_interval
//==== LABEL Calendar_CalendarRecurrenceRule_attri_interval
//==== SPEC Tizen Web API:Social:Calendar:CalendarRecurrenceRule:interval A
var description = "CalendarRecurrenceRule attribute frequency check",
exp1, RecurrenceRule_init, RecurrenceRule;
- test(function(){
+ test(function (){
exp1 = new tizen.TZDate(2011, 11, 30, 12, 40, 0, 0);
RecurrenceRule_init = {interval: 2,
occurrenceCount: 10,
RecurrenceRule = new tizen.CalendarRecurrenceRule("DAILY",RecurrenceRule_init);
assert_equals(RecurrenceRule.interval, 2,"CalendarRecurrenceRule attribute interval check");
},description);
- </script>
- </body>
+
+</script>
+</body>
</html>
Authors:
Jenny Cao <jenny.q.cao@intel.com>
- Yanan Xu <yananx.xu@intel.com>
+ Yanan Xu <yananx.xu@intel.com>
Jianhui Yue <jianhuix.a.yue@intel.com>
-->
<html>
- <head>
- <title>Calendar Test: Calendar CalendarManager Tests</title>
- <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
- <script src="../resources/testharness.js"> </script>
- <script src="../resources/testharnessreport.js"> </script>
- <script src="support/calendar_common.js"> </script>
- </head>
- <body>
- <div id="log"></div>
- <script type="text/javascript">
+<head>
+<title>Calendar_CalendarRecurrenceRule_attri_occurrenceCount</title>
+<script src="../resources/testharness.js"></script>
+<script src="../resources/testharnessreport.js"></script>
+<script src="support/calendar_common.js"></script>
+</head>
+<body>
+<div id="log"></div>
+<script type="text/javascript">
//==== TEST: Calendar_CalendarRecurrenceRule_attri_occurrenceCount
//==== LABEL Calendar_CalendarRecurrenceRule_attri_occurrenceCount
//==== SPEC Tizen Web API:Social:Calendar:CalendarRecurrenceRule:occurrenceCount A
var description = "CalendarRecurrenceRule attribute frequency check",
exp1, RecurrenceRule_init, RecurrenceRule;
- test(function(){
+ test(function (){
exp1 = new tizen.TZDate(2011, 11, 30, 12, 40, 0, 0);
RecurrenceRule_init = {interval: 2,
occurrenceCount: 10,
RecurrenceRule = new tizen.CalendarRecurrenceRule("DAILY",RecurrenceRule_init);
assert_equals(RecurrenceRule.occurrenceCount, 10, "CalendarRecurrenceRule attribute occurenceCount check");
},description);
- </script>
- </body>
+
+</script>
+</body>
</html>
Authors:
Jenny Cao <jenny.q.cao@intel.com>
- Yanan Xu <yananx.xu@intel.com>
+ Yanan Xu <yananx.xu@intel.com>
Jianhui Yue <jianhuix.a.yue@intel.com>
-->
<html>
- <head>
- <title>Calendar Test: Calendar CalendarManager Tests</title>
- <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
- <script src="../resources/testharness.js"> </script>
- <script src="../resources/testharnessreport.js"> </script>
- <script src="support/calendar_common.js"> </script>
- </head>
- <body>
- <div id="log"></div>
- <script type="text/javascript">
+<head>
+<title>Calendar_CalendarRecurrenceRule_attri_setPositions</title>
+<script src="../resources/testharness.js"></script>
+<script src="../resources/testharnessreport.js"></script>
+<script src="support/calendar_common.js"></script>
+</head>
+<body>
+<div id="log"></div>
+<script type="text/javascript">
//==== TEST: Calendar_CalendarRecurrenceRule_attri_setPositions
//==== LABEL Calendar_CalendarRecurrenceRule_attri_setPositions
//==== SPEC Tizen Web API:Social:Calendar:CalendarRecurrenceRule:setPositions A
var description = "CalendarRecurrenceRule attribute frequency check",
exp1, RecurrenceRule_init, RecurrenceRule;
- test(function(){
+ test(function (){
exp1 = new tizen.TZDate(2011, 11, 30, 12, 40, 0, 0);
RecurrenceRule_init = {interval: 2,
occurrenceCount: 10,
RecurrenceRule = new tizen.CalendarRecurrenceRule("DAILY",RecurrenceRule_init);
assert_array_equals(RecurrenceRule.setPositions, [-1, -2],"CalendarRecurrenceRule attribute setPositions check");
},description);
- </script>
- </body>
+
+</script>
+</body>
</html>
Authors:
Jenny Cao <jenny.q.cao@intel.com>
- Yanan Xu <yananx.xu@intel.com>
+ Yanan Xu <yananx.xu@intel.com>
Jianhui Yue <jianhuix.a.yue@intel.com>
-->
<html>
- <head>
- <title>Calendar Test: Calendar CalendarManager Tests</title>
- <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
- <script src="../resources/testharness.js"> </script>
- <script src="../resources/testharnessreport.js"> </script>
- <script src="support/calendar_common.js"> </script>
- </head>
- <body>
- <div id="log"></div>
- <script type="text/javascript">
+<head>
+<title>Calendar_CalendarRecurrenceRule_attri_untilDate</title>
+<script src="../resources/testharness.js"></script>
+<script src="../resources/testharnessreport.js"></script>
+<script src="support/calendar_common.js"></script>
+</head>
+<body>
+<div id="log"></div>
+<script type="text/javascript">
//==== TEST: Calendar_CalendarRecurrenceRule_attri_untilDate
//==== LABEL Calendar_CalendarRecurrenceRule_attri_untilDate
//==== SPEC Tizen Web API:Social:Calendar:CalendarRecurrenceRule:untilDate A
var description = "CalendarRecurrenceRule attribute frequency check",
exp1, RecurrenceRule_init, RecurrenceRule;
- test(function(){
+ test(function (){
exp1 = new tizen.TZDate(2011, 11, 30, 12, 40, 0, 0);
RecurrenceRule_init = {interval: 2,
occurrenceCount: 10,
RecurrenceRule = new tizen.CalendarRecurrenceRule("DAILY",RecurrenceRule_init);
assert_equals(RecurrenceRule.untilDate, null, "CalendarRecurrenceRule attribute untilDate check");
},description);
- </script>
- </body>
+
+</script>
+</body>
</html>
Authors:
Jenny Cao <jenny.q.cao@intel.com>
- Yanan Xu <yananx.xu@intel.com>
+ Yanan Xu <yananx.xu@intel.com>
Jianhui Yue <jianhuix.a.yue@intel.com>
Karol Surma <k.surma@samsung.com>
-->
<html>
<head>
<title>Calendar_CalendarTask_attri_completedDate</title>
-<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
-<script src="../resources/testharness.js"> </script>
-<script src="../resources/testharnessreport.js"> </script>
-<script src="support/calendar_common.js"> </script>
+<script src="../resources/testharness.js"></script>
+<script src="../resources/testharnessreport.js"></script>
+<script src="support/calendar_common.js"></script>
</head>
<body>
<div id="log"></div>
//==== TEST_CRITERIA
var task_init, ev;
-test(function(){
+test(function (){
task_init = {description:"HTML5 Introduction",
summary:"HTML5 Webinar ",
startDate: new tizen.TZDate(2011, 3, 30, 10, 0),
ev = new tizen.CalendarTask(task_init);
assert_true(ev.completedDate.equalsTo(task_init.completedDate));
}, "Calendar_CalendarTask_attri_completedDate");
+
</script>
</body>
</html>
Authors:
Jenny Cao <jenny.q.cao@intel.com>
- Yanan Xu <yananx.xu@intel.com>
+ Yanan Xu <yananx.xu@intel.com>
Jianhui Yue <jianhuix.a.yue@intel.com>
-->
<html>
<head>
-<title>Calendar Test: Calendar CalendarManager Tests</title>
-<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
-<script src="../resources/testharness.js"> </script>
-<script src="../resources/testharnessreport.js"> </script>
-<script src="support/calendar_common.js"> </script>
+<title>Calendar_CalendarTask_attri_dueDate</title>
+<script src="../resources/testharness.js"></script>
+<script src="../resources/testharnessreport.js"></script>
+<script src="support/calendar_common.js"></script>
</head>
<body>
<div id="log"></div>
var description = "CalendarTask attribution check: dueDate",
task_init, calendar, ev, get_ev;
-test(function(){
+test(function (){
task_init = {description:"HTML5 Introduction",
summary:"HTML5 Webinar ",
startDate: new tizen.TZDate(2011, 3, 30, 10, 0),
assert_true(ev.dueDate.equalsTo(get_ev.dueDate), "dates should be equal");
cleanup(calendar);
},description);
+
</script>
</body>
</html>
Authors:
Jenny Cao <jenny.q.cao@intel.com>
- Yanan Xu <yananx.xu@intel.com>
+ Yanan Xu <yananx.xu@intel.com>
Jianhui Yue <jianhuix.a.yue@intel.com>
-->
<html>
- <head>
- <title>Calendar Test: Calendar CalendarManager Tests</title>
- <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
- <script src="../resources/testharness.js"> </script>
- <script src="../resources/testharnessreport.js"> </script>
- <script src="support/calendar_common.js"> </script>
- </head>
- <body>
- <div id="log"></div>
- <script type="text/javascript">
+<head>
+<title>Calendar_CalendarTask_attri_progress</title>
+<script src="../resources/testharness.js"></script>
+<script src="../resources/testharnessreport.js"></script>
+<script src="support/calendar_common.js"></script>
+</head>
+<body>
+<div id="log"></div>
+<script type="text/javascript">
//==== TEST: Calendar_CalendarTask_attri_progress
//==== LABEL Calendar_CalendarTask_attri_progress
//==== SPEC Tizen Web API:Social:Calendar:CalendarTask:progress A
var description = "CalendarTask attribution check: progress",
task_init, calendar, ev;
- test(function(){
+ test(function (){
task_init = {description:"HTML5 Introduction",
summary:"HTML5 Webinar ",
startDate: new tizen.TZDate(2011, 3, 30, 10, 0),
ev = new tizen.CalendarTask(task_init);
assert_equals(ev.progress, 0, "the value of dueDate attribute should be 0.");
},description);
- </script>
- </body>
+
+</script>
+</body>
</html>
Authors:
Jenny Cao <jenny.q.cao@intel.com>
- Yanan Xu <yananx.xu@intel.com>
+ Yanan Xu <yananx.xu@intel.com>
-->
<html>
<head>
-<title>Calendar CalendarManager Tests</title>
-<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
-<script src="../resources/testharness.js"> </script>
-<script src="../resources/testharnessreport.js"> </script>
-<script src="support/calendar_common.js"> </script>
+<title>Calendar_Calendar_addBatch_error_events</title>
+<script src="../resources/testharness.js"></script>
+<script src="../resources/testharnessreport.js"></script>
+<script src="support/calendar_common.js"></script>
</head>
<body>
<div id="log"></div>
var events = null;
var calendar = tizen.calendar.getDefaultCalendar("EVENT");
-test(function(){
+test(function (){
assert_throws("TYPE_MISMATCH_ERR", function (){
calendar.addBatch(events);
},"TypeMismatchError exception.");
}, "Calendar_Calendar_addBatch_error_events");
+
</script>
</body>
</html>
Authors:
Jenny Cao <jenny.q.cao@intel.com>
- Yanan Xu <yananx.xu@intel.com>
+ Yanan Xu <yananx.xu@intel.com>
Jianhui Yue <jianhuix.a.yue@intel.com>
-->
ev = new tizen.CalendarEvent(event_init);
calendar.add(ev);
});
+
</script>
</body>
</html>
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>Calendar_add</title>
//==== TEST: Calendar_add
//==== LABEL check whether 'add' method correctly assigns task items to the Calendar object
//==== SPEC Tizen Web API:Social:Calendar:Calendar:add M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#addid2810578
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA MAST MMINA MR
test(function () {
var task, taskBasicId, taskCalendar, returnedValue = null;
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>Calendar/UTC_eventCalendar</title>
+<title>Calendar_addBatch</title>
<meta charset="utf-8">
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/calendar_common.js"></script>
//==== TEST: Calendar_addBatch
//==== LABEL check whether addBatch() method correctly assigns several event items to the CalendarEvent object asynchronously without callbacks
//==== SPEC Tizen Web API:Social:Calendar:Calendar:addBatch M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#addBatchid2810711
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA MMINA MR
test(function () {
var events, eventCalendar, returnedValue;
Authors:
-Roman Frolow <r.frolow@samsung.com>
+ Roman Frolow <r.frolow@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>Calendar_addBatch_errorCallback_TypeMismatch</title>
<script src="../resources/unitcommon.js"></script>
//==== LABEL check if addBatch throws exception when errorCallback is incorrect
//==== PRIORITY P2
//==== SPEC Tizen Web API:Social:Calendar:Calendar:addBatch M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/calendar.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA MC
var t = async_test(document.title, {timeout: 10000}), i, conversionTable, exceptionName, successCallback, errorCallback, event, calendar;
setup({timeout: 10000});
t.step(function () {
- successCallback = t.step_func(function() {
+ successCallback = t.step_func(function () {
assert_unreached("Should not be here");
});
assert_throws({
name: exceptionName
- }, function() {
+ }, function () {
calendar.addBatch([event], successCallback, errorCallback);
}, exceptionName + " should be thrown - given incorrect errorCallback - " + errorCallback);
}
cleanup(calendar);
t.done();
}, "Calendar_addBatch_errorCallback_TypeMismatch");
+
</script>
</body>
</html>
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>Calendar/UTC_eventCalendar</title>
+<title>Calendar_addBatch_errorCallback_invalid_cb</title>
<meta charset="utf-8">
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/calendar_common.js"></script>
//==== LABEL check whether addBatch() method incorrectly with invalid errorCallback
//==== PRIORITY: P2
//==== SPEC Tizen Web API:Social:Calendar:Calendar:addBatch M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#addBatchid2810711
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA MTCB
test(function () {
var events, eventCalendar;
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>Calendar_addBatch_exist</title>
<meta charset="utf-8"/>
//==== TEST: Calendar_addBatch_exist
//==== LABEL Check if method addBatch of Calendar exists
//==== SPEC Tizen Web API:Social:Calendar:Calendar:addBatch M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA ME
test(function () {
var calendar = tizen.calendar.getDefaultCalendar("EVENT");
Authors:
-Roman Frolow <r.frolow@samsung.com>
+ Roman Frolow <r.frolow@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>Calendar_addBatch_items_TypeMismatch</title>
<script src="../resources/unitcommon.js"></script>
//==== LABEL check if addBatch throws exception when items is incorrect
//==== PRIORITY: P2
//==== SPEC Tizen Web API:Social:Calendar:Calendar:addBatch M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/calendar.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA MC
var t = async_test(document.title, {timeout: 10000}), i, conversionTable, items, exceptionName, successCallback, errorCallback, calendar;
setup({timeout: 10000});
t.step(function () {
- successCallback = t.step_func(function(value) {
+ successCallback = t.step_func(function (value) {
assert_unreached("Should not be here.");
});
- errorCallback = t.step_func(function(error) {
+ errorCallback = t.step_func(function (error) {
assert_unreached("Should not be here: " + error.name + ": " + error.message);
});
assert_throws({
name: exceptionName
- }, function() {
+ }, function () {
calendar.addBatch(items, successCallback, errorCallback);
}, exceptionName + " should be thrown - given incorrect items - " + items);
}
cleanup(calendar);
t.done();
}, "Calendar_addBatch_items_TypeMismatch");
+
</script>
</body>
</html>
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>calendar/UTC_calendar</title>
+<title>Calendar_addBatch_missarg</title>
<meta charset="utf-8">
-<script>window.onerror = function(e) { console.log(e); }; </script>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/calendar_common.js"></script>
</head>
//==== TEST: Calendar_addBatch_missarg
//==== LABEL check whether 'addBatch' method called with an invalid argument throws an exception correctly
//==== SPEC Tizen Web API:Social:Calendar:Calendar:addBatch M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#addBatchid2810711
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA MMA MC
test(function () {
Authors:
-Roman Frolow <r.frolow@samsung.com>
+ Roman Frolow <r.frolow@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>Calendar_addBatch_successCallback_TypeMismatch</title>
<script src="../resources/unitcommon.js"></script>
//==== LABEL check if addBatch throws exception when successCallback is incorrect
//==== PRIORITY: P2
//==== SPEC Tizen Web API:Social:Calendar:Calendar:addBatch M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/calendar.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA MC
var t = async_test(document.title, {timeout: 10000}), i, conversionTable, exceptionName, successCallback, errorCallback, event, calendar;
setup({timeout: 10000});
t.step(function () {
- errorCallback = t.step_func(function(error) {
+ errorCallback = t.step_func(function (error) {
assert_unreached("Should not be here: " + error.name + ": " + error.message);
});
assert_throws({
name: exceptionName
- }, function() {
+ }, function () {
calendar.addBatch([event], successCallback, errorCallback);
}, exceptionName + " should be thrown - given incorrect successCallback - " + successCallback);
}
cleanup(calendar);
t.done();
}, "Calendar_addBatch_successCallback_TypeMismatch");
+
</script>
</body>
</html>
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>Calendar/UTC_eventCalendar</title>
+<title>Calendar_addBatch_successCallback_invalid_cb</title>
<meta charset="utf-8">
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/calendar_common.js"></script>
//==== LABEL check whether addBatch() method incorrectly with invalid successCallback
//==== PRIORITY: P2
//==== SPEC Tizen Web API:Social:Calendar:Calendar:addBatch M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#addBatchid2810711
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA MTCB
test(function () {
var events, eventCalendar;
assert_throws({
"name": TYPE_MISMATCH_ERR
}, function () {
- eventCalendar.addBatch(events, {onsuccess:function(){}});
+ eventCalendar.addBatch(events, {onsuccess:function (){}});
});
}, "Calendar_addBatch_successCallback_invalid_cb");
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>Calendar/UTC_eventCalendar</title>
+<title>Calendar_addBatch_with_errorCallback</title>
<meta charset="utf-8">
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/calendar_common.js"></script>
//==== TEST: Calendar_addBatch_with_errorCallback
//==== LABEL check whether addBatch() method correctly assigns several event items to the CalendarEvent object asynchronously
//==== SPEC Tizen Web API:Social:Calendar:Calendar:addBatch M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#addBatchid2810711
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA MOA MAST MR
var t = async_test("Calendar_addBatch_with_errorCallback", {timeout: 5000});
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>Calendar/UTC_eventCalendar</title>
+<title>Calendar_addBatch_with_successCallback</title>
<meta charset="utf-8">
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/calendar_common.js"></script>
//==== TEST: Calendar_addBatch_with_successCallback
//==== LABEL check whether addBatch() method correctly assigns several event items to the CalendarEvent object asynchronously without errorCallback
//==== SPEC Tizen Web API:Social:Calendar:Calendar:addBatch M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#addBatchid2810711
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA MAST MOA MR
var t = async_test("Calendar_addBatch_with_successCallback", {timeout: 5000});
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>Calendar/UTC_calendar_changeListener</title>
+<title>Calendar_addChangeListener</title>
<meta charset="utf-8">
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/calendar_common.js"></script>
//==== TEST: Calendar_addChangeListener
//==== LABEL check whether addChangeListener() subscribes to notifications about the CalendarTask object changes
//==== SPEC Tizen Web API:Social:Calendar:Calendar:addChangeListener M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#addChangeListenerid2811952
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA MMINA MR
var t = async_test("Calendar_addChangeListener");
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>Calendar_addChangeListener_exist</title>
<meta charset="utf-8"/>
//==== TEST: Calendar_addChangeListener_exist
//==== LABEL Check if method addChangeListener of Calendar exists
//==== SPEC Tizen Web API:Social:Calendar:Calendar:addChangeListener M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA ME
test(function () {
var calendar = tizen.calendar.getDefaultCalendar("EVENT");
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>Calendar/UTC_calendar_changeListener</title>
+<title>Calendar_addChangeListener_missarg</title>
<meta charset="utf-8">
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/calendar_common.js"></script>
//==== TEST: Calendar_addChangeListener_missarg
//==== LABEL check whether addChangeListener() method called with an invalid argument throws an exception
//==== SPEC Tizen Web API:Social:Calendar:Calendar:addChangeListener M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#addChangeListenerid2811952
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA MMA MC
test(function () {
var eventCalendar = tizen.calendar.getDefaultCalendar("EVENT");
Authors:
- Beata Koziarek <b.koziarek@samsung.com>
+ Beata Koziarek <b.koziarek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>Calendar_addChangeListener_successCallback_TypeMismatch</title>
<meta charset="utf-8"/>
//==== LABEL Test addChangeListener argument whether type conversion occurs according to Type Conversion Tables.
//==== PRIORITY: P2
//==== SPEC Tizen Web API:Social:Calendar:Calendar:addChangeListener M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA MC
var t = async_test("Calendar_addChangeListener_successCallback_TypeMismatch"),
Authors:
- Beata Koziarek <b.koziarek@samsung.com>
- Karol Surma <k.surma@samsung.com>
+ Beata Koziarek <b.koziarek@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>Calendar_addChangeListener_successCallback_invalid_cb</title>
<meta charset="utf-8"/>
//==== LABEL Check if addChangeListener throws exception when successCallback is invalid
//==== PRIORITY: P2
//==== SPEC Tizen Web API:Social:Calendar:Calendar:addChangeListener M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA MTL
var t = async_test("Calendar_addChangeListener_successCallback_invalid_cb"),
exceptionName, incorrectListeners, i, calendarChangeCallback,
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>Calendar_addChangeListener_successCallback_invalid_type</title>
//==== TEST: Calendar_addChangeListener_successCallback_invalid_type
//==== LABEL check whether addChangeListener() method called with an invalid argument throws an exception (part 2)
//==== SPEC Tizen Web API:Social:Calendar:Calendar:addChangeListener M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#addChangeListenerid2811952
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== PRIORITY P2
//==== TEST_CRITERIA MMA MC
test(function () {
Authors:
Jenny Cao <jenny.q.cao@intel.com>
- Yanan Xu <yananx.xu@intel.com>
+ Yanan Xu <yananx.xu@intel.com>
-->
<html>
<head>
-<title>Calendar CalendarManager Tests</title>
+<title>Calendar_add_Event</title>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/calendar_common.js"></script>
</head>
assert_not_equals(ev.id, beforeValue, "Event id should change");
cleanup(calendar);
}, "Calendar_add_Event");
+
</script>
</body>
</html>
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>Calendar_add_exist</title>
<meta charset="utf-8"/>
//==== TEST: Calendar_add_exist
//==== LABEL Check if method add of Calendar exists
//==== SPEC Tizen Web API:Social:Calendar:Calendar:add M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA ME
test(function () {
var calendar = tizen.calendar.getDefaultCalendar("EVENT");
Authors:
-Roman Frolow <r.frolow@samsung.com>
+ Roman Frolow <r.frolow@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>Calendar_add_item_TypeMismatch</title>
<script src="../resources/unitcommon.js"></script>
//==== LABEL check if add throws exception when item is incorrect
//==== PRIORITY: P2
//==== SPEC Tizen Web API:Social:Calendar:Calendar:add M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/calendar.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA MC
var t = async_test(document.title, {timeout: 10000}), i, conversionTable, item, exceptionName, calendar;
setup({timeout: 10000});
assert_throws({
name: exceptionName
- }, function() {
+ }, function () {
calendar.add(item);
}, exceptionName + " should be thrown - given incorrect item - " + item);
}
t.done();
}, "Calendar_add_item_TypeMismatch");
+
</script>
</body>
</html>
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>Calendar_add_item_invalid_type</title>
//==== TEST: Calendar_add_item_invalid_type
//==== LABEL check whether 'add' method called with an invalid argument throws an exception correctly (part 2)
//==== SPEC Tizen Web API:Social:Calendar:Calendar:add M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#addid2810578
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== PRIORITY P2
//==== TEST_CRITERIA MMA MC
test(function () {
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>calendar/UTC_calendar</title>
+<title>Calendar_add_missarg</title>
<meta charset="utf-8">
-<script>window.onerror = function(e) { console.log(e); }; </script>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/calendar_common.js"></script>
</head>
//==== TEST: Calendar_add_missarg
//==== LABEL check whether 'add' method called with an invalid argument throws an exception correctly
//==== SPEC Tizen Web API:Social:Calendar:Calendar:add M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#addid2810578
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA MC MMA
test(function () {
var eventCalendar = tizen.calendar.getDefaultCalendar("EVENT");
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>Calendar_eventType_methods_exist</title>
Authors:
- Tomasz Kusmierz <t.kusmierz@samsung.com>
+ Tomasz Kusmierz <t.kusmierz@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>Calendar_extend</title>
<meta charset="utf-8"/>
//==== LABEL check if Calendar object is extendable
//==== SPEC Tizen Web API:Social:Calendar:Calendar:Calendar U
//==== PRIORITY P3
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA OBX
test(function () {
Authors:
Jenny Cao <jenny.q.cao@intel.com>
- Yanan Xu <yananx.xu@intel.com>
+ Yanan Xu <yananx.xu@intel.com>
Beata Koziarek <b.koziarek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>Calendar_find</title>
<meta charset="utf-8"/>
//==== TEST: Calendar_find
//==== LABEL check whether 'find' method correctly assigns task items to the CalendarTask object
//==== SPEC Tizen Web API:Social:Calendar:Calendar:find M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA MMINA MR
var t = async_test("Calendar_find"), eventSearchSuccessCallback, event_init,
calendar, ev, returnedValue = null;
-t.step(function(){
+t.step(function (){
eventSearchSuccessCallback = t.step_func(function (events) {
assert_equals(returnedValue, undefined, "Incorect returned value from find()");
assert_not_equals(events.length, 0, "Find() should find event.");
calendar.add(ev);
returnedValue = calendar.find(eventSearchSuccessCallback);
});
+
</script>
</body>
</html>
Beata Koziarek <b.koziarek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>Calendar_find_errorCallback_TypeMismatch</title>
<meta charset="utf-8"/>
//==== LABEL Test errorCallback argument whether type conversion occurs according to Type Conversion Tables.
//==== PRIORITY: P2
//==== SPEC Tizen Web API:Social:Calendar:Calendar:find M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA MC
var t = async_test("Calendar_find_errorCallback_TypeMismatch"), successCallback,
calendar, conversionTable, exceptionName = "TypeMismatchError", i, errorCallback;
}
t.done();
});
+
</script>
</body>
</html>
Beata Koziarek <b.koziarek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>Calendar_find_errorCallback_invalid_cb</title>
<meta charset="utf-8"/>
//==== LABEL Test if putting a user errorCallback object which was not created through the constructor but has all the properties failes.
//==== PRIORITY: P2
//==== SPEC Tizen Web API:Social:Calendar:Calendar:find M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA MTCB
var t = async_test("Calendar_find_errorCallback_invalid_cb"), eventSearchSuccessCallback,
errorCallback, ev1, event1, calendar, filter,
exceptionName = "TypeMismatchError";
-t.step(function(){
+t.step(function (){
eventSearchSuccessCallback = t.step_func(function (events) {
assert_unreached("Invalid callback invoked: ");
});
cleanup(calendar);
t.done();
});
+
</script>
</body>
</html>
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>Calendar_find_event_usage</title>
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>Calendar_find_exist</title>
<meta charset="utf-8"/>
//==== TEST: Calendar_find_exist
//==== LABEL Check if method find of Calendar exists
//==== SPEC Tizen Web API:Social:Calendar:Calendar:find M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA ME
test(function () {
var calendar = tizen.calendar.getDefaultCalendar("EVENT");
Beata Koziarek <b.koziarek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>Calendar_find_filter_TypeMismatch</title>
<meta charset="utf-8"/>
//==== LABEL Test filter argument whether type conversion occurs according to Type Conversion Tables.
//==== PRIORITY: P2
//==== SPEC Tizen Web API:Social:Calendar:Calendar:find M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA MC
var t = async_test("Calendar_find_filter_TypeMismatch"), successCallback, event_init,
calendar, ev, conversionTable, exceptionName = "TypeMismatchError", i, errorCallback,
cleanup(calendar);
t.done();
});
+
</script>
</body>
</html>
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>calendar/UTC_calendar</title>
+<title>Calendar_find_missarg</title>
<meta charset="utf-8">
-<script>window.onerror = function(e) { console.log(e); }; </script>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/calendar_common.js"></script>
</head>
//==== TEST: Calendar_find_missarg
//==== LABEL check whether 'find' method called with an invalid argument throws an exception correctly
//==== SPEC Tizen Web API:Social:Calendar:Calendar:find M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#findid2811705
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA MMA MC
var t = async_test("Calendar_find_missarg");
Beata Koziarek <b.koziarek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>Calendar_find_sortMode_TypeMismatch</title>
<meta charset="utf-8"/>
//==== LABEL Test sortMode argument whether type conversion occurs according to Type Conversion Tables.
//==== PRIORITY: P2
//==== SPEC Tizen Web API:Social:Calendar:Calendar:find M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA MC
var t = async_test("Calendar_find_sortMode_TypeMismatch"), successCallback, event_init,
calendar, ev, conversionTable, exceptionName = "TypeMismatchError", i, errorCallback,
cleanup(calendar);
t.done();
});
+
</script>
</body>
</html>
Beata Koziarek <b.koziarek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>Calendar_find_sortMode_invalid_obj</title>
<meta charset="utf-8"/>
//==== LABEL Test if putting a user sortMode object which was not created through the constructor but has all the properties failes.
//==== PRIORITY: P2
//==== SPEC Tizen Web API:Social:Calendar:Calendar:find M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA MTO
var t = async_test("Calendar_find_sortMode_invalid_obj"), eventSearchSuccessCallback,
errorCallback, ev1, ev2, event1, event2, calendar, filter, sortMode,
exceptionName = "TypeMismatchError";
-t.step(function(){
+t.step(function (){
eventSearchSuccessCallback = t.step_func(function (events) {
assert_unreached(exceptionName + " should be thrown.");
});
cleanup(calendar);
t.done();
});
+
</script>
</body>
</html>
Beata Koziarek <b.koziarek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>Calendar_find_successCallback_TypeMismatch</title>
<meta charset="utf-8"/>
//==== LABEL Test successCallback argument whether type conversion occurs according to Type Conversion Tables.
//==== PRIORITY: P2
//==== SPEC Tizen Web API:Social:Calendar:Calendar:find M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA MC
var t = async_test("Calendar_find_successCallback_TypeMismatch"), successCallback,
calendar, conversionTable, exceptionName = "TypeMismatchError", i;
}
t.done();
});
+
</script>
</body>
</html>
Beata Koziarek <b.koziarek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>Calendar_find_successCallback_invalid_cb</title>
<meta charset="utf-8"/>
//==== LABEL Test if putting a user successCallback object which was not created through the constructor but has all the properties failes.
//==== PRIORITY: P2
//==== SPEC Tizen Web API:Social:Calendar:Calendar:find M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA MTCB
var t = async_test("Calendar_find_successCallback_invalid_cb"), successCallback,
calendar, exceptionName = "TypeMismatchError";
}, exceptionName + " should be thrown - given incorrect successCallback.");
t.done();
});
+
</script>
</body>
</html>
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>Calendar_find_task_usage</title>
Authors:
Jenny Cao <jenny.q.cao@intel.com>
- Yanan Xu <yananx.xu@intel.com>
+ Yanan Xu <yananx.xu@intel.com>
Beata Koziarek <b.koziarek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>Calendar_find</title>
+<title>Calendar_find_with_errorCallback</title>
<meta charset="utf-8"/>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/calendar_common.js"></script>
//==== TEST: Calendar_find_with_errorCallback
//==== LABEL check whether 'find' method correctly with errorCallback argument
//==== SPEC Tizen Web API:Social:Calendar:Calendar:find M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA MOA MR
var t = async_test("Calendar_find_with_errorCallback"),
eventSearchSuccessCallback, calendar, errorCallback, returnedValue = null;
-t.step(function(){
+t.step(function (){
eventSearchSuccessCallback = t.step_func(function (events) {
assert_equals(returnedValue, undefined, "Incorect returned value from find()");
t.done();
calendar = tizen.calendar.getDefaultCalendar("EVENT");
returnedValue = calendar.find(eventSearchSuccessCallback, errorCallback);
});
+
</script>
</body>
</html>
Authors:
- Beata Koziarek <b.koziarek@samsung.com>
+ Beata Koziarek <b.koziarek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>Calendar_find_with_filter</title>
<meta charset="utf-8"/>
//==== TEST: Calendar_find_with_filter
//==== LABEL check whether 'find' method correctly with filter argument
//==== SPEC Tizen Web API:Social:Calendar:Calendar:find M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA MOA MR
var t = async_test("Calendar_find_with_filter"), calendar,
filter, onSuccess, onError, start, end, rule, ev, returnedValue = null;
-t.step(function(){
+t.step(function (){
onSuccess = t.step_func(function (events) {
assert_not_equals(events.length, 0, "find() should find event");
assert_true(events[0] instanceof tizen.CalendarEvent,
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Authors:
- Yanan Xu <yananx.xu@intel.com>
+ Yanan Xu <yananx.xu@intel.com>
Jianhui Yue <jianhuix.a.yue@intel.com>
Beata Koziarek <b.koziarek@samsung.com>
Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>Calendar_find_with_sortMode</title>
<meta charset="utf-8"/>
//==== TEST: Calendar_find_with_sortMode
//==== LABEL check whether 'find' method correctly with sortMode argument
//==== SPEC Tizen Web API:Social:Calendar:Calendar:find M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA MOA MR
var t = async_test("Calendar_find_with_sortMode"), eventSearchSuccessCallback,
errorCallback, calendar, sortMode, returnedValue = null;
-t.step(function(){
+t.step(function (){
eventSearchSuccessCallback = t.step_func(function (events) {
assert_equals(returnedValue, undefined, "Incorect returned value from find()");
t.done();
sortMode = new tizen.SortMode("description", "ASC");
returnedValue = calendar.find(eventSearchSuccessCallback, errorCallback, null, sortMode);
});
+
</script>
</body>
</html>
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>calendar/UTC_calendar</title>
+<title>Calendar_get</title>
<meta charset="utf-8">
-<script>window.onerror = function(e) { console.log(e); }; </script>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/calendar_common.js"></script>
</head>
//==== TEST: Calendar_get
//==== LABEL check if the CalendarEvent item with the given identifier is retrieved correctly
//==== SPEC Tizen Web API:Social:Calendar:Calendar:get M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#getid2810452
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA MMINA MR
test(function () {
var event, retrievedEvent,
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Authors:
- Yanan Xu <yananx.xu@intel.com>
+ Yanan Xu <yananx.xu@intel.com>
-->
<html>
calendar.get(ev1.id);
}, "NotFoundError exception should be thrown.");
}, "Calendar_get_NotFoundError");
+
</script>
</body>
</html>
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>Calendar_get_exist</title>
<meta charset="utf-8"/>
//==== TEST: Calendar_get_exist
//==== LABEL Check if method get of Calendar exists
//==== SPEC Tizen Web API:Social:Calendar:Calendar:get M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA ME
test(function () {
var calendar = tizen.calendar.getDefaultCalendar("EVENT");
Authors:
- Roman Frolow <r.frolow@samsung.com>
+ Roman Frolow <r.frolow@samsung.com>
-->
-<html lang="en">
- <head>
- <title>Calendar_get_id_TypeMismatch</title>
- <script src="../resources/unitcommon.js"></script>
- <script type="text/javascript" src="support/calendar_common.js"></script>
- </head>
-
- <body>
- <div id="log"></div>
- <script type="text/javascript">
+<html>
+<head>
+<title>Calendar_get_id_TypeMismatch</title>
+<script src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/calendar_common.js"></script>
+</head>
+
+<body>
+<div id="log"></div>
+<script type="text/javascript">
//==== TEST: Calendar_get_id_TypeMismatch
//==== LABEL check if get throws exception when id is incorrect
//==== PRIORITY P2
//==== SPEC Tizen Web API:Social:Calendar:Calendar:get M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/calendar.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA MC
var t = async_test(document.title, {timeout: 10000}), i, conversionTable, id, exceptionName, calendar;
setup({timeout: 10000});
t.done();
}, "Calendar_get_id_TypeMismatch");
- </script>
- </body>
+
+</script>
+</body>
</html>
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>Calendar_get_inavlid_value</title>
+<title>Calendar_get_invalid_argument</title>
<meta charset="utf-8">
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/calendar_common.js"></script>
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>calendar/UTC_calendar</title>
+<title>Calendar_get_missarg</title>
<meta charset="utf-8">
-<script>window.onerror = function(e) { console.log(e); }; </script>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/calendar_common.js"></script>
</head>
//==== TEST: Calendar_get_missarg
//==== LABEL check whether 'get' method called with an invalid argument throws an exception correctly (part 2)
//==== SPEC Tizen Web API:Social:Calendar:Calendar:get M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#getid2810452
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA MMA MC
test(function () {
var taskCalendar = tizen.calendar.getDefaultCalendar("TASK");
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>calendar/UTC_calendar</title>
+<title>Calendar_get_valid_argument</title>
<meta charset="utf-8">
-<script>window.onerror = function(e) { console.log(e); }; </script>
<!-- <link rel="stylesheet" href="../style.css"/> -->
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/calendar_common.js"></script>
//==== TEST: Calendar_get_valid_argument
//==== LABEL check if the CalendarTask item with the given identifier is retrieved correctly
//==== SPEC Tizen Web API:Social:Calendar:Calendar:get M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#getid2810452
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA MMINA MR
test(function () {
var task, retrievedTask,
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>Calendar_id_attribute</title>
<meta charset="utf-8"/>
//==== TEST: Calendar_id_attribute
//==== LABEL Check if attribute id of Calendar exists, has type CalendarId and is readonly
//==== SPEC Tizen Web API:Social:Calendar:Calendar:id A
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA AE AT ARO
test(function () {
var calendar = tizen.calendar.getDefaultCalendar("EVENT");
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>Calendar_methods_exist</title>
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>Calendar_name_attribute</title>
<meta charset="utf-8"/>
//==== TEST: Calendar_name_attribute
//==== LABEL Check if attribute name of Calendar exists, has type DOMString and is readonly
//==== SPEC Tizen Web API:Social:Calendar:Calendar:name A
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA AE AT ARO
test(function () {
var calendar = tizen.calendar.getDefaultCalendar("EVENT");
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>Calendar_notexist</title>
<meta charset="utf-8"/>
//==== LABEL Check if interface Calendar exists, it should not.
//==== PRIORITY P3
//==== SPEC Tizen Web API:Social:Calendar:Calendar:Calendar U
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA NIO
test(function () {
check_no_interface_object("Calendar");
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>Calendar/UTC_calendar_remove</title>
+<title>Calendar_remove</title>
<meta charset="utf-8">
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/calendar_common.js"></script>
//==== TEST: Calendar_remove
//==== LABEL check whether 'remove' method correctly deletes task items from the CalendarTask object
//==== SPEC Tizen Web API:Social:Calendar:Calendar:remove M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#removeid2811328
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA MMINA MAST MR
var t = async_test("Calendar_remove", {timeout: 5000}), task, taskCalendar,
taskSearchSuccessCallback, taskSearchErrorCallback, filter, returnedValue = null;
Authors:
- Karol Surma <k.surma@samsung.com>
- Tomasz Kusmierz <t.kusmierz@samsung.com>
+ Karol Surma <k.surma@samsung.com>
+ Tomasz Kusmierz <t.kusmierz@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>Calendar/UTC_calendar_removeBatch_P_002</title>
+<title>Calendar_removeBatch</title>
<meta charset="utf-8">
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/calendar_common.js"></script>
//==== TEST: Calendar_removeBatch
//==== LABEL check whether 'removeBatch' method correctly deletes several task items from the CalendarTask object asynchronously
//==== SPEC Tizen Web API:Social:Calendar:Calendar:removeBatch M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#removeBatchid2811477
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA MOA MAST MR
var t = async_test("Calendar_removeBatch");
t.step(function () {
calendar.addBatch(tasks, addBatchSuccessCB, addBatchErrorCB);
});
+
</script>
</body>
</html>
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>Calendar_removeBatch_TypeMismatch</title>
Authors:
- Beata Koziarek <b.koziarek@samsung.com>
+ Beata Koziarek <b.koziarek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>Calendar_removeBatch_errorCallback_TypeMismatch</title>
//==== LABEL Test errorCallback argument in removeBatch, whether type conversion occurs according to Type Conversion Tables.
//==== PRIORITY: P2
//==== SPEC Tizen Web API:Social:Calendar:Calendar:removeBatch M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#removeBatchid2811477
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA MC
var t = async_test("Calendar_removeBatch_errorCallback_TypeMismatch"), i,
calendar, ev1, ev_1, successCallback, conversionTable, errorCallback, exceptionName;
cleanup(calendar);
t.done();
});
+
</script>
</body>
</html>
Authors:
- Beata Koziarek <b.koziarek@samsung.com>
- Karol Surma <k.surma@samsung.com>
+ Beata Koziarek <b.koziarek@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>Calendar_removeBatch_errorCallback_invalid_cb</title>
//==== LABEL Test if putting a user errorCallback object in removeBatch which was not created through the constructor but has all the properties failes.
//==== PRIORITY: P2
//==== SPEC Tizen Web API:Social:Calendar:Calendar:removeBatch M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#removeBatchid2811477
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA MTCB
var t = async_test("Calendar_removeBatch_errorCallback_invalid_cb"),
calendar, successCallback;
calendar = tizen.calendar.getDefaultCalendar("EVENT");
assert_throws({name : "TypeMismatchError"},
function () {
- calendar.removeBatch([123], successCallback, {onerror:function(){}});
+ calendar.removeBatch([123], successCallback, {onerror:function (){}});
}, "TypeMismatchError should be thrown - given incorrect id.");
t.done();
});
+
</script>
</body>
</html>
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>Calendar_removeBatch_exist</title>
<meta charset="utf-8"/>
//==== TEST: Calendar_removeBatch_exist
//==== LABEL Check if method removeBatch of Calendar exists
//==== SPEC Tizen Web API:Social:Calendar:Calendar:removeBatch M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA ME
test(function () {
var calendar = tizen.calendar.getDefaultCalendar("EVENT");
Authors:
- Beata Koziarek <b.koziarek@samsung.com>
+ Beata Koziarek <b.koziarek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>Calendar_removeBatch_ids_TypeMismatch</title>
//==== LABEL Test ids argument whether type conversion occurs according to Type Conversion Tables.
//==== PRIORITY: P2
//==== SPEC Tizen Web API:Social:Calendar:Calendar:removeBatch M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#removeBatchid2811477
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA MC
var t = async_test("Calendar_removeBatch_ids_TypeMismatch"), i, id, exceptionName,
calendar, conversionTable;
}
t.done();
});
+
</script>
</body>
</html>
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>Calendar/UTC_calendar_removeBatch_N</title>
+<title>Calendar_removeBatch_missarg</title>
<meta charset="utf-8">
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/calendar_common.js"></script>
//==== TEST: Calendar_removeBatch_missarg
//==== LABEL check whether 'removeBatch' method called with invalid arguments throws an exception
//==== SPEC Tizen Web API:Social:Calendar:Calendar:removeBatch M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#removeBatchid2811477
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA MMA MC
test(function () {
var events = createTestEvents(),
Authors:
- Beata Koziarek <b.koziarek@samsung.com>
+ Beata Koziarek <b.koziarek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>Calendar_removeBatch_successCallback_TypeMismatch</title>
//==== LABEL Test successCallback argument in removeBatch, whether type conversion occurs according to Type Conversion Tables.
//==== PRIORITY: P2
//==== SPEC Tizen Web API:Social:Calendar:Calendar:removeBatch M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#removeBatchid2811477
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA MC
var t = async_test("Calendar_removeBatch_successCallback_TypeMismatch"), i,
calendar, ev1, ev2, ev_1, ev_2, successCallback, conversionTable, exceptionName;
cleanup(calendar);
t.done();
});
+
</script>
</body>
</html>
Authors:
- Beata Koziarek <b.koziarek@samsung.com>
- Karol Surma <k.surma@samsung.com>
+ Beata Koziarek <b.koziarek@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>Calendar_removeBatch_successCallback_invalid_cb</title>
//==== LABEL Test if putting a user successCallback object in removeBatch which was not created through the constructor but has all the properties failes.
//==== PRIORITY: P2
//==== SPEC Tizen Web API:Social:Calendar:Calendar:removeBatch M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#removeBatchid2811477
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA MTCB
var t = async_test("Calendar_removeBatch_successCallback_invalid_cb"),
calendar, ev1, ev_1;
calendar.add(ev_1);
assert_throws({name : "TypeMismatchError"},
function () {
- calendar.removeBatch([ev_1.id], {onsuccess:function(){}});
+ calendar.removeBatch([ev_1.id], {onsuccess:function (){}});
}, "TypeMismatchError should be thrown - given incorrect id.");
cleanup(calendar);
t.done();
});
+
</script>
</body>
</html>
Authors:
- Beata Koziarek <b.koziarek@samsung.com>
- Karol Surma <k.surma@samsung.com>
+ Beata Koziarek <b.koziarek@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>Calendar_removeBatch_with_successCallback</title>
//==== TEST: Calendar_removeBatch_with_successCallback
//==== LABEL Check whether 'removeBatch' method correctly deletes several task items from the CalendarTask object asynchronously with successCallback
//==== SPEC Tizen Web API:Social:Calendar:Calendar:removeBatch M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#removeBatchid2811477
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA MOA MR
var t = async_test("Calendar_removeBatch_with_successCallback"), calendar, ev1,
ev2, ev_1, ev_2, successCallback, returnedValue = null;
returnedValue = calendar.removeBatch([ev_1.id, ev_2.id], successCallback);
});
+
</script>
</body>
</html>
Authors:
- Tomasz Kusmierz <t.kusmierz@samsung.com>
+ Tomasz Kusmierz <t.kusmierz@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>Calendar_removeBatch_with_successCallback</title>
+<title>Calendar_removeBatch_without_callbacks</title>
<meta charset="utf-8">
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/calendar_common.js"></script>
//==== TEST: Calendar_removeBatch_without_callbacks
//==== LABEL Check whether 'removeBatch' method correctly deletes several task items from the CalendarTask object asynchronously without callbacks
//==== SPEC Tizen Web API:Social:Calendar:Calendar:removeBatch M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#removeBatchid2811477
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA MMINA MR
var t = async_test("Calendar_removeBatch_without_callbacks"),
calendar, ev1, ev2, returnedValue = null;
cleanup(calendar);
t.done();
});
+
</script>
</body>
</html>
Authors:
- Beata Koziarek <b.koziarek@samsung.com>
+ Beata Koziarek <b.koziarek@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>Calendar_removeChangeListener</title>
//==== TEST: Calendar_removeChangeListener
//==== LABEL check whether removeChangeListener() works correctly
//==== SPEC Tizen Web API:Social:Calendar:Calendar:removeChangeListener M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA MMINA MAST MR
var t = async_test("Calendar_removeChangeListener", {timeout: 3000}),
watcherId = 0, watcher, ev, calendar, start, end, rule, i = 0,
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>Calendar_removeChangeListener_exist</title>
<meta charset="utf-8"/>
//==== TEST: Calendar_removeChangeListener_exist
//==== LABEL Check if method removeChangeListener of Calendar exists
//==== SPEC Tizen Web API:Social:Calendar:Calendar:removeChangeListener M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA ME
test(function () {
var calendar = tizen.calendar.getDefaultCalendar("EVENT");
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>Calendar/UTC_calendar_changeListener</title>
+<title>Calendar_removeChangeListener_valid_argument</title>
<meta charset="utf-8">
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/calendar_common.js"></script>
//==== TEST: Calendar_removeChangeListener_valid_argument
//==== LABEL check whether subscription to receive notifications about the CalendarTask object changes is unset correctly
//==== SPEC Tizen Web API:Social:Calendar:Calendar:removeChangeListener M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#removeChangeListenerid2812115
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA MMINA
var listenerArrayEvent = [];
var listenerArrayTask = [];
Authors:
- Tomasz Kusmierz <t.kusmierz@samsung.com>
+ Tomasz Kusmierz <t.kusmierz@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>Calendar_remove_Event</title>
//==== TEST: Calendar_remove_Event
//==== LABEL check whether 'remove' method correctly deletes event from the Calendar
//==== SPEC Tizen Web API:Social:Calendar:Calendar:remove M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#removeid2811328
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA MMINA MAST
var t = async_test("Calendar_remove_Event", {timeout: 5000}), event,
eventCalendar, eventSearchSuccessCallback, eventSearchErrorCallback, filter;
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>Calendar_remove_exist</title>
<meta charset="utf-8"/>
//==== TEST: Calendar_remove_exist
//==== LABEL Check if method remove of Calendar exists
//==== SPEC Tizen Web API:Social:Calendar:Calendar:remove M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA ME
test(function () {
var calendar = tizen.calendar.getDefaultCalendar("EVENT");
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>Calendar_remove_id_invalid_value</title>
+<title>Calendar_remove_id_invalid_argument</title>
<meta charset="utf-8">
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/calendar_common.js"></script>
//==== TEST: Calendar_remove_id_invalid_argument
//==== LABEL check whether 'remove' method (task calendar) called with invalid arguments throws an exception
//==== SPEC Tizen Web API:Social:Calendar:Calendar:remove M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#removeid2811328
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== PRIORITY P2
//==== TEST_CRITERIA MC MMA
test(function () {
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>Calendar/UTC_calendar_remove</title>
+<title>Calendar_remove_missarg</title>
<meta charset="utf-8">
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/calendar_common.js"></script>
//==== TEST: Calendar_remove_missarg
//==== LABEL check whether 'remove' (event calendar) method called with invalid arguments throws an exception
//==== SPEC Tizen Web API:Social:Calendar:Calendar:remove M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#removeid2811328
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA MC MMA
test(function () {
var eventCalendar = tizen.calendar.getDefaultCalendar("EVENT");
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>Calendar_taskType_methods_exist</title>
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>calendar/UTC_calendar</title>
+<title>Calendar_update</title>
<meta charset="utf-8">
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/calendar_common.js"></script>
//==== TEST: Calendar_update
//==== LABEL check if event item in CalendarEvent object is updated correctly
//==== SPEC Tizen Web API:Social:Calendar:Calendar:update M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#updateid2810924
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA MMINA MAST MR
var t = async_test("Calendar_update", {timeout: 5000});
//==== TEST: Calendar_updateBatch
//==== LABEL check whether 'updateBatch' method correctly adds several task items from the CalendarTask object asynchronously
//==== SPEC Tizen Web API:Social:Calendar:Calendar:updateBatch M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#removeBatchid2811477
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA MOA MAST MR
// check whether
var t = async_test("Calendar_updateBatch"), addBatchSuccessCB, addBatchErrorCB,
events = [], beforeValues = [], expected = [], returnedValue = null,
calendar, updateBatchErrorCB, findSuccessCB, findErrorCB;
-t.step(function(){
+t.step(function (){
findSuccessCB = t.step_func(function (events) {
assert_equals(returnedValue, undefined, "Incorect returned value from updateBatch()");
events[1].description = Math.random().toFixed(5);
expected[events[1].id.uid] = events[1].description;
- returnedValue = calendar.updateBatch(events, function() {
+ returnedValue = calendar.updateBatch(events, function () {
var filter1 = new tizen.AttributeFilter("id.uid", "EXACTLY", events[0].id.uid),
filter2 = new tizen.AttributeFilter("id.uid", "EXACTLY", events[1].id.uid),
filter = new tizen.CompositeFilter("UNION", [filter1, filter2]);
events = createTestEvents();
calendar.addBatch(events, addBatchSuccessCB, addBatchErrorCB);
});
+
</script>
</body>
</html>
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>Calendar_updateBatch_TypeMismatch</title>
//==== LABEL Test errorCallback argument whether type conversion occurs according to Type Conversion Tables in updateBatch method.
//==== PRIORITY: P2
//==== SPEC Tizen Web API:Social:Calendar:Calendar:updateBatch M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#removeBatchid2811477
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA MC
var t = async_test("Calendar_updateBatch_errorCallback_TypeMismatch"), conversionTable,
calendar, successCB, errorCB, i, exceptionName;
-t.step(function(){
+t.step(function (){
successCB = t.step_func(function (events){
assert_unreached("MismatchError should be thrown.");
});
}
t.done();
});
+
</script>
</body>
</html>
//==== LABEL check whether updateBatch() method incorrectly with invalid errorCallback
//==== PRIORITY: P2
//==== SPEC Tizen Web API:Social:Calendar:Calendar:updateBatch M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#removeBatchid2811477
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA MTCB
var t = async_test("Calendar_updateBatch_errorCallback_invalid_cb"),
calendar, successCB, errorCB, exceptionName = "TypeMismatchError";
-t.step(function(){
+t.step(function (){
successCB = t.step_func(function (events) {
assert_unreached("Mismatcherror should be called");
});
cleanup(calendar);
t.done();
});
+
</script>
</body>
-</html>
+</html>
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>Calendar_updateBatch_eventType_with_optional_null</title>
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>Calendar_updateBatch_exist</title>
<meta charset="utf-8"/>
//==== TEST: Calendar_updateBatch_exist
//==== LABEL Check if method updateBatch of Calendar exists
//==== SPEC Tizen Web API:Social:Calendar:Calendar:updateBatch M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA ME
test(function () {
var calendar = tizen.calendar.getDefaultCalendar("EVENT");
//==== LABEL Test items argument whether type conversion occurs according to Type Conversion Tables.
//==== PRIORITY: P2
//==== SPEC Tizen Web API:Social:Calendar:Calendar:updateBatch M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#removeBatchid2811477
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA MC
var t = async_test("Calendar_updateBatch_items_TypeMismatch"),
conversionTable, calendar, i, exceptionName;
-t.step(function() {
+t.step(function () {
calendar = tizen.calendar.getDefaultCalendar("EVENT");
conversionTable = getTypeConversionExceptions("object", true);
for (i = 0; i < conversionTable.length; i++) {
cleanup(calendar);
t.done();
});
+
</script>
</body>
</html>
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>calendar/UTC_calendar</title>
+<title>Calendar_updateBatch_missarg</title>
<meta charset="utf-8">
-<script>window.onerror = function(e) { console.log(e); }; </script>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/calendar_common.js"></script>
</head>
//==== TEST: Calendar_updateBatch_missarg
//==== LABEL check whether 'updateBatch' method called with an invalid argument throws an exception correctly
//==== SPEC Tizen Web API:Social:Calendar:Calendar:updateBatch M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#updateBatchid2811083
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA MMA MC
var t = async_test("Calendar_updateBatch_missarg");
Authors:
Jenny Cao <jenny.q.cao@intel.com>
- Yanan Xu <yananx.xu@intel.com>
+ Yanan Xu <yananx.xu@intel.com>
Beata Koziarek <b.koziarek@samsung.com>
-->
//==== LABEL Test successCallback argument whether type conversion occurs according to Type Conversion Tables in updateBatch method.
//==== PRIORITY: P2
//==== SPEC Tizen Web API:Social:Calendar:Calendar:updateBatch M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#removeBatchid2811477
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA MC
var t = async_test("Calendar_updateBatch_successCallback_TypeMismatch"), calendar, successCB,
exceptionName, i, conversionTable;
-t.step(function(){
+t.step(function (){
calendar = tizen.calendar.getDefaultCalendar("EVENT");
conversionTable = getTypeConversionExceptions("object", true);
for (i = 0; i < conversionTable.length; i++) {
}
t.done();
});
+
</script>
</body>
-</html>
+</html>
Authors:
Jenny Cao <jenny.q.cao@intel.com>
- Yanan Xu <yananx.xu@intel.com>
+ Yanan Xu <yananx.xu@intel.com>
Beata Koziarek <b.koziarek@samsung.com>
-->
//==== LABEL Test if putting a user successCallback object which was not created through the constructor but has all the properties failes in updateBatch method.
//==== PRIORITY: P2
//==== SPEC Tizen Web API:Social:Calendar:Calendar:updateBatch M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#removeBatchid2811477
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA MTCB
var t = async_test("Calendar_updateBatch_successCallback_invalid_cb"), events = [],
exp_location = "Shanghai", ev, event_init, calendar, successCB,
exceptionName = "TypeMismatchError";
-t.step(function() {
+t.step(function () {
successCB = {
onsuccess: t.step_func(function () {
assert_unreached("Invalid callback invoked.");
cleanup(calendar);
t.done();
});
+
</script>
</body>
</html>
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>Calendar_updateBatch_taskType_with_optional_null</title>
createdTasks = createTestTasks();
taskCalendar.addBatch(createdTasks, onAddBatchSuccessCB, null);
});
+
</script>
</body>
</html>
Authors:
Jenny Cao <jenny.q.cao@intel.com>
- Yanan Xu <yananx.xu@intel.com>
+ Yanan Xu <yananx.xu@intel.com>
Beata Koziarek <b.koziarek@samsung.com>
Karol Surma <k.surma@samsung.com>
-->
//==== TEST: Calendar_updateBatch_with_successCallback
//==== LABEL check whether 'updateBatch' method with successCallback works correctly updates several task items from the CalendarTask object asynchronously
//==== SPEC Tizen Web API:Social:Calendar:Calendar:updateBatch M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#removeBatchid2811477
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA MOA
var t = async_test("Calendar_updateBatch_with_successCallback'updateBatch' method with successCallback works correctly deletes several task items from the CalendarTask object asynchronously"), events = [],
exp_location = "Shanghai", ev, event_init, calendar, successCB;
-t.step(function(){
+t.step(function (){
successCB = t.step_func(function (events) {
cleanup(calendar);
t.done();
events[0].location = exp_location;
calendar.updateBatch(events, successCB);
});
+
</script>
</body>
</html>
//==== TEST: Calendar_updateBatch_with_updateAllInstances
//==== LABEL check whether 'updateBatch' method with updateAllInstances works correctly deletes several task items from the CalendarTask object asynchronously
//==== SPEC Tizen Web API:Social:Calendar:Calendar:updateBatch M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#removeBatchid2811477
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA MOA
var t = async_test("Calendar_updateBatch_with_updateAllInstances"), events = [],
exp_location = "Shanghai", ev, event_init, calendar, successCB, errorCB;
-t.step(function(){
+t.step(function (){
successCB = t.step_func(function (events){
cleanup(calendar);
t.done();
events[0].location = exp_location;
calendar.updateBatch(events, successCB, errorCB, false);
});
+
</script>
</body>
</html>
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>Calendar_update_exist</title>
<meta charset="utf-8"/>
//==== TEST: Calendar_update_exist
//==== LABEL Check if method update of Calendar exists
//==== SPEC Tizen Web API:Social:Calendar:Calendar:update M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA ME
test(function () {
var calendar = tizen.calendar.getDefaultCalendar("EVENT");
//==== TEST_CRITERIA MC
var t = async_test("Calendar_update_item_TypeMismatch"),
conversionTable, calendar, i, exceptionName;
-t.step(function(){
+t.step(function (){
calendar = tizen.calendar.getDefaultCalendar("EVENT");
conversionTable = getTypeConversionExceptions("object", true);
for (i = 0; i < conversionTable.length; i++) {
cleanup(calendar);
t.done();
});
+
</script>
</body>
</html>
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>Calendar_update_item_invalid_type</title>
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>calendar/UTC_calendar</title>
+<title>Calendar_update_missarg</title>
<meta charset="utf-8">
-<script>window.onerror = function(e) { console.log(e); }; </script>
<!-- <link rel="stylesheet" href="../style.css"/> -->
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script type="text/javascript" src="support/calendar_common.js"></script>
//==== TEST: Calendar_update_missarg
//==== LABEL check whether 'update' method called with an invalid argument throws an exception correctly
//==== SPEC Tizen Web API:Social:Calendar:Calendar:update M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#updateid2810924
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA MC MMA
test(function () {
var eventCalendar = tizen.calendar.getDefaultCalendar("EVENT");
Authors:
- Karol Surma <k.surma@samsung.com>
+ Karol Surma <k.surma@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>Calendar_update_updateAllInstances_miscellaneous_values</title>
//==== TEST: Calendar_update_updateAllInstances_miscellaneous_values
//==== LABEL check if task item in CalendarTask object is updated correctly
//==== SPEC Tizen Web API:Social:Calendar:Calendar:update M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#updateid2810924
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== PRIORITY P1
//==== TEST_CRITERIA MOA
test(function () {
Authors:
-Roman Frolow <r.frolow@samsung.com>
+ Roman Frolow <r.frolow@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>Calendar_update_with_updateAllInstances_false</title>
<meta charset="utf-8">
//==== TEST: Calendar_update_with_updateAllInstances_false
//==== LABEL Check if method update of Calendar with false as optional argument
//==== SPEC Tizen Web API:Social:Calendar:Calendar:update M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.htm
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA MOA MR
var event_init, calendar, ev, ev_get, description, returnedValue;
-test(function() {
+test(function () {
description = "Description Warsaw " + Math.random() + new Date().getTime();
event_init = {
assert_equals(ev_get.summary, "updated summary not all instances", "Bad event summary");
cleanup(calendar);
}, "Calendar_update_with_updateAllInstances_false");
+
</script>
</body>
</html>
Authors:
-Roman Frolow <r.frolow@samsung.com>
+ Roman Frolow <r.frolow@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>Calendar_update_with_updateAllInstances_true</title>
<meta charset="utf-8">
//==== TEST: Calendar_update_with_updateAllInstances_true
//==== LABEL Check if method update of Calendar with true as optional argument
//==== SPEC Tizen Web API:Social:Calendar:Calendar:update M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.htm
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html
//==== TEST_CRITERIA MOA MAST MR
var t = async_test(document.title, {timeout: 90000}), event_init, calendar, ev,
i, ev_get, successCallback, errorCallback, description, filter,
returnedValue;
setup({timeout: 90000});
-t.step(function() {
+t.step(function () {
description = "Description Warsaw " + Math.random() + new Date().getTime();
event_init = {
assert_equals(returnedValue, undefined,
"Incorect returned value from update method");
- errorCallback = t.step_func(function(error) {
+ errorCallback = t.step_func(function (error) {
assert_unreached("find() error callaback invoked: " + error.name + ": " + error.message);
});
- successCallback = t.step_func(function(events) {
+ successCallback = t.step_func(function (events) {
for (i = 0; i < events.length; i++) {
assert_equals(events[i].summary, "updated summary", "Event was not updated.");
}
filter = new tizen.AttributeFilter("description", "EXACTLY", description);
calendar.find(successCallback, errorCallback, filter);
}, "Calendar_update_with_updateAllInstances_true");
+
</script>
</body>
</html>
<specs>
<spec>
<spec_assertion interface="CalendarEvent" element_type="constructor" element_name="constructor" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="CalendarArraySuccessCallback" usage="true" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="CalendarChangeCallback" usage="true" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="CalendarEventArraySuccessCallback" usage="true" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="CalendarItemArraySuccessCallback" usage="true" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="CalendarItem" usage="true" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="CalendarManagerObject" usage="true" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="CalendarManager" usage="true" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="Calendar" usage="true" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="CalendarAlarm" element_type="constructor" element_name="constructor" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="CalendarAttendee" element_type="constructor" element_name="constructor" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="CalendarEventId" element_type="constructor" element_name="constructor" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="CalendarRecurrenceRule" element_type="constructor" element_name="constructor" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="CalendarTask" element_type="constructor" element_name="constructor" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="CalendarAlarm" element_type="attribute" element_name="absoluteDate" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="CalendarAlarm" element_type="attribute" element_name="before" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="CalendarAlarm" element_type="attribute" element_name="description" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="CalendarAlarm" element_type="attribute" element_name="method" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="CalendarAttendee" element_type="attribute" element_name="RSVP" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="CalendarAttendee" element_type="attribute" element_name="contactRef" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="CalendarAttendee" element_type="attribute" element_name="delegateURI" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="CalendarAttendee" element_type="attribute" element_name="delegatorURI" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="CalendarAttendee" element_type="attribute" element_name="group" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="CalendarAttendee" element_type="attribute" element_name="name" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="CalendarAttendee" element_type="attribute" element_name="role" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="CalendarAttendee" element_type="attribute" element_name="status" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="CalendarAttendee" element_type="attribute" element_name="type" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="CalendarAttendee" element_type="attribute" element_name="uri" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="CalendarRecurrenceRule" element_type="attribute" element_name="daysOfTheWeek" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="CalendarRecurrenceRule" element_type="attribute" element_name="exceptions" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="CalendarRecurrenceRule" element_type="attribute" element_name="setPositions" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="CalendarRecurrenceRule" element_type="attribute" element_name="frequency" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="CalendarRecurrenceRule" element_type="attribute" element_name="interval" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="CalendarRecurrenceRule" element_type="attribute" element_name="occurrenceCount" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="CalendarRecurrenceRule" element_type="attribute" element_name="untilDate" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="Calendar" element_type="attribute" element_name="id" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="Calendar" element_type="attribute" element_name="name" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="CalendarEventId" element_type="attribute" element_name="rid" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="CalendarEventId" element_type="attribute" element_name="uid" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="CalendarTask" element_type="attribute" element_name="completedDate" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="CalendarTask" element_type="attribute" element_name="dueDate" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="CalendarTask" element_type="attribute" element_name="progress" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="CalendarEvent" element_type="attribute" element_name="availability" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="CalendarEvent" element_type="attribute" element_name="endDate" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="CalendarEvent" element_type="attribute" element_name="isDetached" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="CalendarEvent" element_type="attribute" element_name="recurrenceRule" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="Calendar" element_type="method" element_name="addBatch" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="Calendar" element_type="method" element_name="addChangeListener" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="Calendar" element_type="method" element_name="add" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="Calendar" element_type="method" element_name="find" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="Calendar" element_type="method" element_name="get" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="Calendar" element_type="method" element_name="removeBatch" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="Calendar" element_type="method" element_name="removeChangeListener" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="Calendar" element_type="method" element_name="remove" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="Calendar" element_type="method" element_name="updateBatch" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="Calendar" element_type="method" element_name="update" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="CalendarManager" element_type="method" element_name="getDefaultCalendar" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="CalendarManager" element_type="method" element_name="getCalendar" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="CalendarManager" element_type="method" element_name="getCalendars" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="CalendarManager" element_type="method" element_name="getUnifiedCalendar" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="CalendarEventId" element_type="constructor" element_name="constructor" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#::Calendar::CalendarEventId</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="Calendar" element_type="method" element_name="get" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#getid2810452</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="Calendar" element_type="method" element_name="get" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#getid2810452</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="Calendar" element_type="method" element_name="add" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#addid2810578</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="Calendar" element_type="method" element_name="add" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#addid2810578</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="Calendar" element_type="method" element_name="addBatch" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#addBatchid2810711</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="Calendar" element_type="method" element_name="addBatch" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#addBatchid2810711</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="Calendar" element_type="method" element_name="addBatch" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#addBatchid2810711</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="Calendar" element_type="method" element_name="addBatch" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#addBatchid2810711</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="Calendar" element_type="method" element_name="addBatch" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#addBatchid2810711</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="Calendar" element_type="method" element_name="update" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#updateid2810924</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="Calendar" element_type="method" element_name="addBatch" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#addBatchid2810711</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="Calendar" element_type="method" element_name="update" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#updateid2810924</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="Calendar" element_type="method" element_name="updateBatch" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#updateBatchid2811083</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="Calendar" element_type="method" element_name="remove" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#removeid2811328</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="Calendar" element_type="method" element_name="remove" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#removeid2811328</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="Calendar" element_type="method" element_name="removeBatch" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#removeBatchid2811477</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="Calendar" element_type="method" element_name="removeBatch" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#removeBatchid2811477</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="Calendar" element_type="method" element_name="find" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#findid2811705</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="Calendar" element_type="method" element_name="addChangeListener" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#addChangeListenerid2811952</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="Calendar" element_type="method" element_name="addChangeListener" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#addChangeListenerid2811952</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="CalendarEvent" element_type="method" element_name="expandRecurrence" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="CalendarAlarm" element_type="constructor" element_name="constructor" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#::Calendar::CalendarAlarm</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="CalendarAlarm" element_type="constructor" element_name="constructor" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#::Calendar::CalendarAlarm</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="CalendarTask" element_type="constructor" element_name="constructor" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="CalendarTask" element_type="constructor" element_name="constructor" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#::Calendar::CalendarTask</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="CalendarItem" element_type="attribute" element_name="description" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="CalendarItem" element_type="attribute" element_name="id" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="CalendarItem" element_type="attribute" element_name="calendarId" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="CalendarItem" element_type="attribute" element_name="lastModificationDate" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="CalendarItem" element_type="attribute" element_name="summary" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="CalendarItem" element_type="attribute" element_name="isAllDay" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="CalendarItem" element_type="attribute" element_name="startDate" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="CalendarItem" element_type="attribute" element_name="duration" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="CalendarItem" element_type="attribute" element_name="location" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="CalendarItem" element_type="attribute" element_name="geolocation" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="CalendarItem" element_type="attribute" element_name="organizer" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="CalendarItem" element_type="attribute" element_name="visibility" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="CalendarItem" element_type="attribute" element_name="status" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="CalendarItem" element_type="attribute" element_name="priority" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="CalendarItem" element_type="attribute" element_name="alarms" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="CalendarItem" element_type="attribute" element_name="categories" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="CalendarItem" element_type="attribute" element_name="attendees" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="CalendarChangeCallback" element_type="method" element_name="onitemsadded" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.htm</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="CalendarChangeCallback" element_type="method" element_name="onitemsremoved" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.htm</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="CalendarChangeCallback" element_type="method" element_name="onitemsupdated" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.htm</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="CalendarEventArraySuccessCallback" element_type="method" element_name="onsuccess" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="CalendarEvent" element_type="method" element_name="expandRecurrence" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#expandRecurrenceid2814999</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="CalendarEvent" element_type="method" element_name="expandRecurrence" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#expandRecurrenceid2814999</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="CalendarEvent" element_type="method" element_name="expandRecurrence" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#expandRecurrenceid2814999</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="CalendarEvent" element_type="method" element_name="expandRecurrence" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#expandRecurrenceid2814999</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="CalendarEvent" element_type="method" element_name="expandRecurrence" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#expandRecurrenceid2814999</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="CalendarEvent" element_type="method" element_name="expandRecurrence" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#expandRecurrenceid2814999</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="CalendarEvent" element_type="method" element_name="expandRecurrence" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#expandRecurrenceid2814999</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="CalendarEvent" element_type="method" element_name="expandRecurrence" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#expandRecurrenceid2814999</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="CalendarEvent" element_type="method" element_name="expandRecurrence" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#expandRecurrenceid2814999</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="CalendarEvent" element_type="method" element_name="expandRecurrence" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#expandRecurrenceid2814999</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="CalendarItem" element_type="method" element_name="clone" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="CalendarItem" element_type="method" element_name="clone" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="CalendarItem" element_type="method" element_name="clone" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#cloneid2814107</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="CalendarItem" element_type="method" element_name="convertToString" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="CalendarItem" element_type="method" element_name="convertToString" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="CalendarItem" usage="true" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="CalendarManager" element_type="method" element_name="getCalendar" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#getCalendarid2809989</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="CalendarManager" element_type="method" element_name="getCalendar" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#getCalendarid2809989</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="CalendarManager" element_type="method" element_name="getCalendar" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#getCalendarsid2809548</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="CalendarManager" element_type="method" element_name="getCalendars" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#getCalendarsid2809548</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="CalendarManager" element_type="method" element_name="getCalendars" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#getCalendarsid2809548</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="CalendarManager" element_type="method" element_name="getCalendars" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#getCalendarsid2809548</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="CalendarManager" element_type="method" element_name="getCalendars" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#getCalendarsid2809548</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="CalendarManager" element_type="method" element_name="getCalendars" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#getCalendarsid2809548</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="CalendarManager" element_type="method" element_name="getCalendars" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#getCalendarsid2809548</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="CalendarManager" element_type="method" element_name="getCalendars" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#getCalendarsid2809548</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="CalendarManager" element_type="method" element_name="getDefaultCalendar" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#getDefaultCalendarid2809756</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="CalendarManager" element_type="method" element_name="getDefaultCalendar" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#getDefaultCalendarid2809756</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="CalendarManager" element_type="method" element_name="getUnifiedCalendar" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="CalendarManager" element_type="method" element_name="getUnifiedCalendar" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="CalendarManager" element_type="method" element_name="getUnifiedCalendar" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#getCalendarsid2809548</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="CalendarManager" usage="true" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="Calendar" element_type="method" element_name="addBatch" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/calendar.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="Calendar" element_type="method" element_name="addBatch" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/calendar.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="Calendar" element_type="method" element_name="addBatch" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/calendar.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="Calendar" element_type="method" element_name="addChangeListener" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="Calendar" element_type="method" element_name="addChangeListener" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="Calendar" element_type="method" element_name="add" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/calendar.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="Calendar" element_type="method" element_name="find" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="Calendar" element_type="method" element_name="find" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="Calendar" element_type="method" element_name="find" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="Calendar" element_type="method" element_name="find" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="Calendar" element_type="method" element_name="find" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="Calendar" element_type="method" element_name="find" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="Calendar" element_type="method" element_name="find" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="Calendar" element_type="method" element_name="find" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="Calendar" element_type="method" element_name="find" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="Calendar" element_type="method" element_name="find" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="Calendar" element_type="method" element_name="find" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="Calendar" element_type="method" element_name="get" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/calendar.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="Calendar" element_type="method" element_name="removeBatch" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#removeBatchid2811477</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="Calendar" element_type="method" element_name="removeBatch" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#removeBatchid2811477</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="Calendar" element_type="method" element_name="removeBatch" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#removeBatchid2811477</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="Calendar" element_type="method" element_name="removeBatch" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#removeBatchid2811477</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="Calendar" element_type="method" element_name="removeBatch" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#removeBatchid2811477</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="Calendar" element_type="method" element_name="removeBatch" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#removeBatchid2811477</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="Calendar" element_type="method" element_name="removeChangeListener" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="Calendar" element_type="method" element_name="updateBatch" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#removeBatchid2811477</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="Calendar" element_type="method" element_name="updateBatch" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#removeBatchid2811477</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="Calendar" element_type="method" element_name="updateBatch" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#removeBatchid2811477</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="Calendar" element_type="method" element_name="updateBatch" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#removeBatchid2811477</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="Calendar" element_type="method" element_name="updateBatch" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#removeBatchid2811477</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="Calendar" element_type="method" element_name="updateBatch" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#removeBatchid2811477</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="Calendar" element_type="method" element_name="updateBatch" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#removeBatchid2811477</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="Calendar" element_type="method" element_name="updateBatch" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#removeBatchid2811477</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="Calendar" element_type="method" element_name="update" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.htm</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="Calendar" element_type="method" element_name="update" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.htm</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="Calendar" element_type="method" element_name="addChangeListener" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#addChangeListenerid2811952</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="Calendar" element_type="method" element_name="add" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#addid2810578</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="Calendar" element_type="method" element_name="update" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#updateid2810924</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="CalendarAlarm" element_type="attribute" element_name="method" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#::Calendar::CalendarAlarm</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="CalendarAlarm" element_type="attribute" element_name="before" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#::Calendar::CalendarAlarm</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="CalendarAttendee" element_type="attribute" element_name="name" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#::Calendar::CalendarAttendee</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="CalendarAttendee" element_type="constructor" element_name="constructor" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#::Calendar::CalendarAttendee</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="CalendarEvent" element_type="constructor" element_name="constructor" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#::Calendar::CalendarEvent</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="CalendarItem" element_type="attribute" element_name="isAllDay" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#::Calendar::CalendarItem</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="CalendarItem" element_type="attribute" element_name="summary" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#::Calendar::CalendarItem</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="CalendarItem" element_type="method" element_name="clone" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#cloneid2814107</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="CalendarManager" element_type="method" element_name="getCalendars" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#getCalendarsid2809548</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="CalendarRecurrenceRule" element_type="attribute" element_name="frequency" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#::Calendar::CalendarRecurrenceRule</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="Calendar" element_type="method" element_name="get" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#getid2810452</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="Calendar" element_type="method" element_name="removeChangeListener" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#removeChangeListenerid2812115</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="Calendar" element_type="method" element_name="remove" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#removeid2811328</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="CalendarAttendee" element_type="attribute" element_name="type" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#::Calendar::CalendarAttendee</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="CalendarItem" element_type="method" element_name="convertToString" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#convertToStringid2813964</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="CalendarItem" element_type="method" element_name="convertToString" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#convertToStringid2813964</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="CalendarItem" element_type="method" element_name="convertToString" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#convertToStringid2813964</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="CalendarItem" element_type="attribute" element_name="startDate" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#::Calendar::CalendarTask</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="CalendarManager" element_type="method" element_name="getDefaultCalendar" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#::Calendar::Calendar</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="CalendarManager" element_type="method" element_name="getDefaultCalendar" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#::Calendar::Calendar</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="CalendarAlarm" usage="true" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="CalendarAttendee" usage="true" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="CalendarEventId" usage="true" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="CalendarEvent" usage="true" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="CalendarManager" usage="true" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="CalendarRecurrenceRule" usage="true" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="CalendarTask" usage="true" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="Calendar" usage="true" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="Calendar" element_type="method" element_name="removeBatch" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#removeBatchid2811477</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="CalendarEvent" element_type="method" element_name="expandRecurrence" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#expandRecurrenceid2814999</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<specs>
<spec>
<spec_assertion interface="Calendar" element_type="method" element_name="remove" specification="Calendar" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html#removeid2811328</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/calendar.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>