[time] - various fixes
authorTomasz Paciorek <t.paciorek@samsung.com>
Mon, 7 Oct 2013 14:15:59 +0000 (16:15 +0200)
committerTomasz Paciorek <t.paciorek@samsung.com>
Mon, 7 Oct 2013 14:15:59 +0000 (16:15 +0200)
Change-Id: I4db209d8b9fe8e37f77c443ccea5a2ed75ee17e3

438 files changed:
tct-time-tizen-tests/resources/unitcommon.js [deleted file]
tct-time-tizen-tests/tests.full.xml
tct-time-tizen-tests/tests.xml
tct-time-tizen-tests/time/TZDate_addDuration.html
tct-time-tizen-tests/time/TZDate_addDuration_duration_TypeMismatch.html
tct-time-tizen-tests/time/TZDate_addDuration_duration_invalid_obj.html
tct-time-tizen-tests/time/TZDate_addDuration_exist.html
tct-time-tizen-tests/time/TZDate_addDuration_invalidLength.html
tct-time-tizen-tests/time/TZDate_addDuration_missarg.html
tct-time-tizen-tests/time/TZDate_addDuration_unitDAYS_negative.html
tct-time-tizen-tests/time/TZDate_addDuration_unitDAYS_one.html
tct-time-tizen-tests/time/TZDate_addDuration_unitDAYS_week.html
tct-time-tizen-tests/time/TZDate_addDuration_unitDAYS_year.html
tct-time-tizen-tests/time/TZDate_addDuration_unitHOURS.html
tct-time-tizen-tests/time/TZDate_addDuration_unitHOURS_moreThanOneDay.html
tct-time-tizen-tests/time/TZDate_addDuration_unitHOURS_negative.html
tct-time-tizen-tests/time/TZDate_addDuration_unitMINS.html
tct-time-tizen-tests/time/TZDate_addDuration_unitMINS_complexNum.html
tct-time-tizen-tests/time/TZDate_addDuration_unitMINS_negative.html
tct-time-tizen-tests/time/TZDate_addDuration_unitMSECS.html
tct-time-tizen-tests/time/TZDate_addDuration_unitMSECS_complexNum.html
tct-time-tizen-tests/time/TZDate_addDuration_unitMSECS_negative.html
tct-time-tizen-tests/time/TZDate_addDuration_unitSECS.html
tct-time-tizen-tests/time/TZDate_addDuration_unitSECS_complexNum.html
tct-time-tizen-tests/time/TZDate_addDuration_unitSECS_negative.html
tct-time-tizen-tests/time/TZDate_constructor_maximal_with_nonoptional_arguments.html
tct-time-tizen-tests/time/TZDate_constructor_maximal_with_optional_arguments.html
tct-time-tizen-tests/time/TZDate_constructor_minimal_with_nonoptional_arguments.html
tct-time-tizen-tests/time/TZDate_constructor_minimal_without_optional_arguments.html
tct-time-tizen-tests/time/TZDate_difference.html
tct-time-tizen-tests/time/TZDate_difference_exist.html
tct-time-tizen-tests/time/TZDate_difference_missarg.html
tct-time-tizen-tests/time/TZDate_difference_other_TypeMismatch.html
tct-time-tizen-tests/time/TZDate_difference_other_invalid_obj.html
tct-time-tizen-tests/time/TZDate_earlierThan.html
tct-time-tizen-tests/time/TZDate_earlierThan_exist.html
tct-time-tizen-tests/time/TZDate_earlierThan_missarg.html
tct-time-tizen-tests/time/TZDate_earlierThan_other_TypeMismatch.html
tct-time-tizen-tests/time/TZDate_earlierThan_other_invalid_obj.html
tct-time-tizen-tests/time/TZDate_equalsTo.html
tct-time-tizen-tests/time/TZDate_equalsTo_exist.html
tct-time-tizen-tests/time/TZDate_equalsTo_missarg.html
tct-time-tizen-tests/time/TZDate_equalsTo_other_TypeMismatch.html
tct-time-tizen-tests/time/TZDate_equalsTo_other_invalid_obj.html
tct-time-tizen-tests/time/TZDate_exist.html
tct-time-tizen-tests/time/TZDate_extend.html
tct-time-tizen-tests/time/TZDate_getDate.html
tct-time-tizen-tests/time/TZDate_getDate_checkEqualWithSetDate.html
tct-time-tizen-tests/time/TZDate_getDate_exist.html
tct-time-tizen-tests/time/TZDate_getDate_extra_argument.html
tct-time-tizen-tests/time/TZDate_getDate_for_specific_date.html
tct-time-tizen-tests/time/TZDate_getDay.html
tct-time-tizen-tests/time/TZDate_getDay_exist.html
tct-time-tizen-tests/time/TZDate_getDay_extra_argument.html
tct-time-tizen-tests/time/TZDate_getDay_for_specific_date.html
tct-time-tizen-tests/time/TZDate_getFullYear.html
tct-time-tizen-tests/time/TZDate_getFullYear_checkEqualWithSetFullYear.html
tct-time-tizen-tests/time/TZDate_getFullYear_exist.html
tct-time-tizen-tests/time/TZDate_getFullYear_extra_argument.html
tct-time-tizen-tests/time/TZDate_getFullYear_for_specific_date.html
tct-time-tizen-tests/time/TZDate_getHours.html
tct-time-tizen-tests/time/TZDate_getHours_checkEqualWithSetHours.html
tct-time-tizen-tests/time/TZDate_getHours_exist.html
tct-time-tizen-tests/time/TZDate_getHours_extra_argument.html
tct-time-tizen-tests/time/TZDate_getHours_for_specific_date.html
tct-time-tizen-tests/time/TZDate_getMilliseconds.html
tct-time-tizen-tests/time/TZDate_getMilliseconds_checkEqualWithSetMilliseconds.html
tct-time-tizen-tests/time/TZDate_getMilliseconds_exist.html
tct-time-tizen-tests/time/TZDate_getMilliseconds_extra_argument.html
tct-time-tizen-tests/time/TZDate_getMilliseconds_for_specific_date.html
tct-time-tizen-tests/time/TZDate_getMinutes.html
tct-time-tizen-tests/time/TZDate_getMinutes_checkEqualWithSetMinutes.html
tct-time-tizen-tests/time/TZDate_getMinutes_exist.html
tct-time-tizen-tests/time/TZDate_getMinutes_extra_argument.html
tct-time-tizen-tests/time/TZDate_getMinutes_for_specific_date.html
tct-time-tizen-tests/time/TZDate_getMonth.html
tct-time-tizen-tests/time/TZDate_getMonth_checkEqualWithSetMonth.html
tct-time-tizen-tests/time/TZDate_getMonth_exist.html
tct-time-tizen-tests/time/TZDate_getMonth_extra_argument.html
tct-time-tizen-tests/time/TZDate_getMonth_for_specific_date.html
tct-time-tizen-tests/time/TZDate_getNextDSTTransition.html
tct-time-tizen-tests/time/TZDate_getNextDSTTransition_exist.html
tct-time-tizen-tests/time/TZDate_getNextDSTTransition_extra_argument.html
tct-time-tizen-tests/time/TZDate_getPreviousDSTTransition.html
tct-time-tizen-tests/time/TZDate_getPreviousDSTTransition_exist.html
tct-time-tizen-tests/time/TZDate_getPreviousDSTTransition_extra_argument.html
tct-time-tizen-tests/time/TZDate_getSeconds.html
tct-time-tizen-tests/time/TZDate_getSeconds_checkEqualWithSetSeconds.html
tct-time-tizen-tests/time/TZDate_getSeconds_exist.html
tct-time-tizen-tests/time/TZDate_getSeconds_extra_argument.html
tct-time-tizen-tests/time/TZDate_getSeconds_for_specific_date.html
tct-time-tizen-tests/time/TZDate_getTimezone.html
tct-time-tizen-tests/time/TZDate_getTimezoneAbbreviation.html
tct-time-tizen-tests/time/TZDate_getTimezoneAbbreviation_exist.html
tct-time-tizen-tests/time/TZDate_getTimezoneAbbreviation_extra_argument.html
tct-time-tizen-tests/time/TZDate_getTimezone_exist.html
tct-time-tizen-tests/time/TZDate_getTimezone_extra_argument.html
tct-time-tizen-tests/time/TZDate_getTimezone_for_specific_timezone.html
tct-time-tizen-tests/time/TZDate_getUTCDate.html
tct-time-tizen-tests/time/TZDate_getUTCDate_checkEqualWithSetUTCDate.html
tct-time-tizen-tests/time/TZDate_getUTCDate_exist.html
tct-time-tizen-tests/time/TZDate_getUTCDate_extra_argument.html
tct-time-tizen-tests/time/TZDate_getUTCDate_for_specific_date.html
tct-time-tizen-tests/time/TZDate_getUTCDay.html
tct-time-tizen-tests/time/TZDate_getUTCDay_exist.html
tct-time-tizen-tests/time/TZDate_getUTCDay_extra_argument.html
tct-time-tizen-tests/time/TZDate_getUTCDay_for_specific_date.html
tct-time-tizen-tests/time/TZDate_getUTCFullYear.html
tct-time-tizen-tests/time/TZDate_getUTCFullYear_checkEqualWithSetUTCFullYear.html
tct-time-tizen-tests/time/TZDate_getUTCFullYear_exist.html
tct-time-tizen-tests/time/TZDate_getUTCFullYear_extra_argument.html
tct-time-tizen-tests/time/TZDate_getUTCFullYear_for_specific_date.html
tct-time-tizen-tests/time/TZDate_getUTCHours.html
tct-time-tizen-tests/time/TZDate_getUTCHours_checkEqualWithSetUTCHours.html
tct-time-tizen-tests/time/TZDate_getUTCHours_exist.html
tct-time-tizen-tests/time/TZDate_getUTCHours_extra_argument.html
tct-time-tizen-tests/time/TZDate_getUTCHours_for_specific_date.html
tct-time-tizen-tests/time/TZDate_getUTCMilliseconds.html
tct-time-tizen-tests/time/TZDate_getUTCMilliseconds_checkEqualWithSetUTCMilliseconds.html
tct-time-tizen-tests/time/TZDate_getUTCMilliseconds_exist.html
tct-time-tizen-tests/time/TZDate_getUTCMilliseconds_extra_argument.html
tct-time-tizen-tests/time/TZDate_getUTCMilliseconds_for_specific_date.html
tct-time-tizen-tests/time/TZDate_getUTCMinutes.html
tct-time-tizen-tests/time/TZDate_getUTCMinutes_checkEqualWithSetUTCMinutes.html
tct-time-tizen-tests/time/TZDate_getUTCMinutes_exist.html
tct-time-tizen-tests/time/TZDate_getUTCMinutes_extra_argument.html
tct-time-tizen-tests/time/TZDate_getUTCMinutes_for_specific_date.html
tct-time-tizen-tests/time/TZDate_getUTCMonth.html
tct-time-tizen-tests/time/TZDate_getUTCMonth_checkEqualWithSetUTCMonth.html
tct-time-tizen-tests/time/TZDate_getUTCMonth_exist.html
tct-time-tizen-tests/time/TZDate_getUTCMonth_extra_argument.html
tct-time-tizen-tests/time/TZDate_getUTCMonth_for_specific_date.html
tct-time-tizen-tests/time/TZDate_getUTCSeconds.html
tct-time-tizen-tests/time/TZDate_getUTCSeconds_checkEqualWithSetUTCSeconds.html
tct-time-tizen-tests/time/TZDate_getUTCSeconds_exist.html
tct-time-tizen-tests/time/TZDate_getUTCSeconds_extra_argument.html
tct-time-tizen-tests/time/TZDate_getUTCSeconds_for_specific_date.html
tct-time-tizen-tests/time/TZDate_isDST.html
tct-time-tizen-tests/time/TZDate_isDST_exist.html
tct-time-tizen-tests/time/TZDate_isDST_extra_argument.html
tct-time-tizen-tests/time/TZDate_isDST_for_specific_date.html
tct-time-tizen-tests/time/TZDate_laterThan.html
tct-time-tizen-tests/time/TZDate_laterThan_exist.html
tct-time-tizen-tests/time/TZDate_laterThan_missarg.html
tct-time-tizen-tests/time/TZDate_laterThan_other_TypeMismatch.html
tct-time-tizen-tests/time/TZDate_laterThan_other_invalid_obj.html
tct-time-tizen-tests/time/TZDate_laterThan_with_null.html
tct-time-tizen-tests/time/TZDate_secondsFromUTC.html
tct-time-tizen-tests/time/TZDate_secondsFromUTC_exist.html
tct-time-tizen-tests/time/TZDate_secondsFromUTC_extra_argument.html
tct-time-tizen-tests/time/TZDate_secondsFromUTC_for_specific_date.html
tct-time-tizen-tests/time/TZDate_setDate.html
tct-time-tizen-tests/time/TZDate_setDate_exist.html
tct-time-tizen-tests/time/TZDate_setDate_for_specific_date.html
tct-time-tizen-tests/time/TZDate_setFullYear.html
tct-time-tizen-tests/time/TZDate_setFullYear_exist.html
tct-time-tizen-tests/time/TZDate_setHours.html
tct-time-tizen-tests/time/TZDate_setHours_exist.html
tct-time-tizen-tests/time/TZDate_setMilliseconds.html
tct-time-tizen-tests/time/TZDate_setMilliseconds_exist.html
tct-time-tizen-tests/time/TZDate_setMinutes.html
tct-time-tizen-tests/time/TZDate_setMinutes_exist.html
tct-time-tizen-tests/time/TZDate_setMonth.html
tct-time-tizen-tests/time/TZDate_setMonth_exist.html
tct-time-tizen-tests/time/TZDate_setSeconds.html
tct-time-tizen-tests/time/TZDate_setSeconds_exist.html
tct-time-tizen-tests/time/TZDate_setUTCDate.html
tct-time-tizen-tests/time/TZDate_setUTCDate_exist.html
tct-time-tizen-tests/time/TZDate_setUTCFullYear.html
tct-time-tizen-tests/time/TZDate_setUTCFullYear_exist.html
tct-time-tizen-tests/time/TZDate_setUTCHours.html
tct-time-tizen-tests/time/TZDate_setUTCHours_exist.html
tct-time-tizen-tests/time/TZDate_setUTCMilliseconds.html
tct-time-tizen-tests/time/TZDate_setUTCMilliseconds_exist.html
tct-time-tizen-tests/time/TZDate_setUTCMinutes.html
tct-time-tizen-tests/time/TZDate_setUTCMinutes_exist.html
tct-time-tizen-tests/time/TZDate_setUTCMonth.html
tct-time-tizen-tests/time/TZDate_setUTCMonth_exist.html
tct-time-tizen-tests/time/TZDate_setUTCSeconds.html
tct-time-tizen-tests/time/TZDate_setUTCSeconds_exist.html
tct-time-tizen-tests/time/TZDate_toDateString.html
tct-time-tizen-tests/time/TZDate_toDateString_exist.html
tct-time-tizen-tests/time/TZDate_toDateString_extra_argument.html
tct-time-tizen-tests/time/TZDate_toDateString_for_specific_date.html
tct-time-tizen-tests/time/TZDate_toLocalTimezone.html
tct-time-tizen-tests/time/TZDate_toLocalTimezone_exist.html
tct-time-tizen-tests/time/TZDate_toLocalTimezone_extra_argument.html
tct-time-tizen-tests/time/TZDate_toLocalTimezone_for_specific_date.html
tct-time-tizen-tests/time/TZDate_toLocaleDateString.html
tct-time-tizen-tests/time/TZDate_toLocaleDateString_exist.html
tct-time-tizen-tests/time/TZDate_toLocaleDateString_extra_argument.html
tct-time-tizen-tests/time/TZDate_toLocaleDateString_for_specific_date.html
tct-time-tizen-tests/time/TZDate_toLocaleString.html
tct-time-tizen-tests/time/TZDate_toLocaleString_exist.html
tct-time-tizen-tests/time/TZDate_toLocaleString_extra_argument.html
tct-time-tizen-tests/time/TZDate_toLocaleString_for_specific_date.html
tct-time-tizen-tests/time/TZDate_toLocaleTimeString.html
tct-time-tizen-tests/time/TZDate_toLocaleTimeString_exist.html
tct-time-tizen-tests/time/TZDate_toLocaleTimeString_extra_argument.html
tct-time-tizen-tests/time/TZDate_toLocaleTimeString_for_specific_date.html
tct-time-tizen-tests/time/TZDate_toString.html
tct-time-tizen-tests/time/TZDate_toString_exist.html
tct-time-tizen-tests/time/TZDate_toString_extra_argument.html
tct-time-tizen-tests/time/TZDate_toString_for_specific_date.html
tct-time-tizen-tests/time/TZDate_toTimeString.html
tct-time-tizen-tests/time/TZDate_toTimeString_exist.html
tct-time-tizen-tests/time/TZDate_toTimeString_extra_argument.html
tct-time-tizen-tests/time/TZDate_toTimeString_for_specific_date.html
tct-time-tizen-tests/time/TZDate_toTimezone.html
tct-time-tizen-tests/time/TZDate_toTimezone_exist.html
tct-time-tizen-tests/time/TZDate_toUTC.html
tct-time-tizen-tests/time/TZDate_toUTC_exist.html
tct-time-tizen-tests/time/TZDate_toUTC_extra_argument.html
tct-time-tizen-tests/time/TimeDuration_constructor_maximal.html
tct-time-tizen-tests/time/TimeDuration_constructor_minimal.html
tct-time-tizen-tests/time/TimeDuration_difference.html
tct-time-tizen-tests/time/TimeDuration_difference_checkDurationDifference.html
tct-time-tizen-tests/time/TimeDuration_difference_exist.html
tct-time-tizen-tests/time/TimeDuration_difference_missarg.html
tct-time-tizen-tests/time/TimeDuration_difference_other_TypeMismatch.html
tct-time-tizen-tests/time/TimeDuration_difference_other_invalid_obj.html
tct-time-tizen-tests/time/TimeDuration_equalsTo.html
tct-time-tizen-tests/time/TimeDuration_equalsTo_checkDurationEqual.html
tct-time-tizen-tests/time/TimeDuration_equalsTo_exist.html
tct-time-tizen-tests/time/TimeDuration_equalsTo_missarg.html
tct-time-tizen-tests/time/TimeDuration_equalsTo_other_TypeMismatch.html
tct-time-tizen-tests/time/TimeDuration_equalsTo_other_invalid_obj.html
tct-time-tizen-tests/time/TimeDuration_exist.html
tct-time-tizen-tests/time/TimeDuration_extend.html
tct-time-tizen-tests/time/TimeDuration_greaterThan.html
tct-time-tizen-tests/time/TimeDuration_greaterThan_checkDurationGreater.html
tct-time-tizen-tests/time/TimeDuration_greaterThan_exist.html
tct-time-tizen-tests/time/TimeDuration_greaterThan_missarg.html
tct-time-tizen-tests/time/TimeDuration_greaterThan_other_TypeMismatch.html
tct-time-tizen-tests/time/TimeDuration_greaterThan_other_invalid_obj.html
tct-time-tizen-tests/time/TimeDuration_length_attribute.html
tct-time-tizen-tests/time/TimeDuration_lessThan.html
tct-time-tizen-tests/time/TimeDuration_lessThan_checkDurationLower.html
tct-time-tizen-tests/time/TimeDuration_lessThan_exist.html
tct-time-tizen-tests/time/TimeDuration_lessThan_missarg.html
tct-time-tizen-tests/time/TimeDuration_lessThan_other_TypeMismatch.html
tct-time-tizen-tests/time/TimeDuration_lessThan_other_invalid_obj.html
tct-time-tizen-tests/time/TimeDuration_unit_attribute.html
tct-time-tizen-tests/time/TimeManagerObject_notexist.html
tct-time-tizen-tests/time/TimeUtil_extend.html
tct-time-tizen-tests/time/TimeUtil_getAvailableTimezones.html
tct-time-tizen-tests/time/TimeUtil_getAvailableTimezones_checkEuropeBerlin.html
tct-time-tizen-tests/time/TimeUtil_getAvailableTimezones_exist.html
tct-time-tizen-tests/time/TimeUtil_getAvailableTimezones_extra_argument.html
tct-time-tizen-tests/time/TimeUtil_getCurrentDateTime.html
tct-time-tizen-tests/time/TimeUtil_getCurrentDateTime_exist.html
tct-time-tizen-tests/time/TimeUtil_getCurrentDateTime_extra_argument.html
tct-time-tizen-tests/time/TimeUtil_getCurrentDateTime_instanceof.html
tct-time-tizen-tests/time/TimeUtil_getDateFormat.html
tct-time-tizen-tests/time/TimeUtil_getDateFormat_exist.html
tct-time-tizen-tests/time/TimeUtil_getDateFormat_valid.html
tct-time-tizen-tests/time/TimeUtil_getLocalTimezone.html
tct-time-tizen-tests/time/TimeUtil_getLocalTimezone_exist.html
tct-time-tizen-tests/time/TimeUtil_getLocalTimezone_extra_argument.html
tct-time-tizen-tests/time/TimeUtil_getTimeFormat.html
tct-time-tizen-tests/time/TimeUtil_getTimeFormat_exist.html
tct-time-tizen-tests/time/TimeUtil_getTimeFormat_extra_argument.html
tct-time-tizen-tests/time/TimeUtil_isLeapYear.html
tct-time-tizen-tests/time/TimeUtil_isLeapYear_allZero.html
tct-time-tizen-tests/time/TimeUtil_isLeapYear_exist.html
tct-time-tizen-tests/time/TimeUtil_isLeapYear_negative.html
tct-time-tizen-tests/time/TimeUtil_notexist.html
tct-time-tizen-tests/time/Time_TZDate_difference_compareWithCharacter.html
tct-time-tizen-tests/time/Time_TZDate_difference_compareWithEqual.html
tct-time-tizen-tests/time/Time_TZDate_difference_compareWithFutureDate.html
tct-time-tizen-tests/time/Time_TZDate_difference_compareWithFutureHour.html
tct-time-tizen-tests/time/Time_TZDate_difference_compareWithFutureSeconds.html
tct-time-tizen-tests/time/Time_TZDate_difference_compareWithFutureYear.html
tct-time-tizen-tests/time/Time_TZDate_difference_compareWithPastDate.html
tct-time-tizen-tests/time/Time_TZDate_difference_compareWithPastHour.html
tct-time-tizen-tests/time/Time_TZDate_difference_compareWithPastSeconds.html
tct-time-tizen-tests/time/Time_TZDate_difference_compareWithPastYear.html
tct-time-tizen-tests/time/Time_TZDate_earlierThan_character.html
tct-time-tizen-tests/time/Time_TZDate_earlierThan_falseEqual.html
tct-time-tizen-tests/time/Time_TZDate_earlierThan_falseLater.html
tct-time-tizen-tests/time/Time_TZDate_earlierThan_number.html
tct-time-tizen-tests/time/Time_TZDate_earlierThan_stringTZDate.html
tct-time-tizen-tests/time/Time_TZDate_earlierThan_timezone.html
tct-time-tizen-tests/time/Time_TZDate_earlierThan_true.html
tct-time-tizen-tests/time/Time_TZDate_equalsTo_character.html
tct-time-tizen-tests/time/Time_TZDate_equalsTo_diff.html
tct-time-tizen-tests/time/Time_TZDate_equalsTo_equal.html
tct-time-tizen-tests/time/Time_TZDate_equalsTo_number.html
tct-time-tizen-tests/time/Time_TZDate_getDate.html
tct-time-tizen-tests/time/Time_TZDate_getDay.html
tct-time-tizen-tests/time/Time_TZDate_getFullYear.html
tct-time-tizen-tests/time/Time_TZDate_getHours.html
tct-time-tizen-tests/time/Time_TZDate_getMilliseconds.html
tct-time-tizen-tests/time/Time_TZDate_getMinutes.html
tct-time-tizen-tests/time/Time_TZDate_getMonth.html
tct-time-tizen-tests/time/Time_TZDate_getNextDSTTransition.html
tct-time-tizen-tests/time/Time_TZDate_getNextDSTTransition_character.html
tct-time-tizen-tests/time/Time_TZDate_getNextDSTTransition_number.html
tct-time-tizen-tests/time/Time_TZDate_getPreviousDSTTransition.html
tct-time-tizen-tests/time/Time_TZDate_getPreviousDSTTransition_character.html
tct-time-tizen-tests/time/Time_TZDate_getPreviousDSTTransition_number.html
tct-time-tizen-tests/time/Time_TZDate_getSeconds.html
tct-time-tizen-tests/time/Time_TZDate_getTimezone.html
tct-time-tizen-tests/time/Time_TZDate_getTimezoneAbbreviation_summerMonth.html
tct-time-tizen-tests/time/Time_TZDate_getUTCDate.html
tct-time-tizen-tests/time/Time_TZDate_getUTCDay.html
tct-time-tizen-tests/time/Time_TZDate_getUTCFullYear.html
tct-time-tizen-tests/time/Time_TZDate_getUTCHours.html
tct-time-tizen-tests/time/Time_TZDate_getUTCMilliseconds.html
tct-time-tizen-tests/time/Time_TZDate_getUTCMinutes.html
tct-time-tizen-tests/time/Time_TZDate_getUTCMonth.html
tct-time-tizen-tests/time/Time_TZDate_getUTCSeconds.html
tct-time-tizen-tests/time/Time_TZDate_isDST_boundaryLowerLimit-true.html
tct-time-tizen-tests/time/Time_TZDate_isDST_boundaryUpperLimit-true.html
tct-time-tizen-tests/time/Time_TZDate_isDST_false.html
tct-time-tizen-tests/time/Time_TZDate_isDST_true.html
tct-time-tizen-tests/time/Time_TZDate_laterThan_character.html
tct-time-tizen-tests/time/Time_TZDate_laterThan_falseEarlier.html
tct-time-tizen-tests/time/Time_TZDate_laterThan_falseEqual.html
tct-time-tizen-tests/time/Time_TZDate_laterThan_number.html
tct-time-tizen-tests/time/Time_TZDate_laterThan_timezone.html
tct-time-tizen-tests/time/Time_TZDate_laterThan_true.html
tct-time-tizen-tests/time/Time_TZDate_secondsFromUTC.html
tct-time-tizen-tests/time/Time_TZDate_setDate_abnormalDecimal.html
tct-time-tizen-tests/time/Time_TZDate_setDate_boundaryBiggerThanUpper.html
tct-time-tizen-tests/time/Time_TZDate_setDate_boundaryLessThanLower.html
tct-time-tizen-tests/time/Time_TZDate_setDate_boundaryLowerLimit.html
tct-time-tizen-tests/time/Time_TZDate_setDate_boundaryUpperLimit.html
tct-time-tizen-tests/time/Time_TZDate_setDate_invalidDate.html
tct-time-tizen-tests/time/Time_TZDate_setDate_normal.html
tct-time-tizen-tests/time/Time_TZDate_setDate_notExistDayForCertainMonth.html
tct-time-tizen-tests/time/Time_TZDate_setDate_notExistDayForFebruaryLeapYear.html
tct-time-tizen-tests/time/Time_TZDate_setDate_notExistDayForFebruaryNotLeapYear.html
tct-time-tizen-tests/time/Time_TZDate_setFullYear_abnormalDecimal.html
tct-time-tizen-tests/time/Time_TZDate_setFullYear_boundaryBiggerThanUpper.html
tct-time-tizen-tests/time/Time_TZDate_setFullYear_boundaryLowerLimit.html
tct-time-tizen-tests/time/Time_TZDate_setFullYear_boundaryUpperLimit.html
tct-time-tizen-tests/time/Time_TZDate_setFullYear_invalidCharYear.html
tct-time-tizen-tests/time/Time_TZDate_setFullYear_invalidYear.html
tct-time-tizen-tests/time/Time_TZDate_setFullYear_normal.html
tct-time-tizen-tests/time/Time_TZDate_setHours_abnormalDecimal.html
tct-time-tizen-tests/time/Time_TZDate_setHours_boundaryBiggerThanUpper.html
tct-time-tizen-tests/time/Time_TZDate_setHours_boundaryLessThanLower.html
tct-time-tizen-tests/time/Time_TZDate_setHours_boundaryLowerLimit.html
tct-time-tizen-tests/time/Time_TZDate_setHours_boundaryUpperLimit.html
tct-time-tizen-tests/time/Time_TZDate_setHours_invalidHours.html
tct-time-tizen-tests/time/Time_TZDate_setHours_normal.html
tct-time-tizen-tests/time/Time_TZDate_setMilliseconds_abnormalDecimal.html
tct-time-tizen-tests/time/Time_TZDate_setMilliseconds_boundaryBiggerThanUpper.html
tct-time-tizen-tests/time/Time_TZDate_setMilliseconds_boundaryLessThanLower.html
tct-time-tizen-tests/time/Time_TZDate_setMilliseconds_boundaryLowerLimit.html
tct-time-tizen-tests/time/Time_TZDate_setMilliseconds_boundaryUpperLimit.html
tct-time-tizen-tests/time/Time_TZDate_setMilliseconds_invalidMilliseconds.html
tct-time-tizen-tests/time/Time_TZDate_setMilliseconds_normal.html
tct-time-tizen-tests/time/Time_TZDate_setMinutes_abnormalDecimal.html
tct-time-tizen-tests/time/Time_TZDate_setMinutes_boundaryLessThanLower.html
tct-time-tizen-tests/time/Time_TZDate_setMinutes_boundaryLowerLimit.html
tct-time-tizen-tests/time/Time_TZDate_setMinutes_boundaryUpperLimit.html
tct-time-tizen-tests/time/Time_TZDate_setMinutes_invalidMinutes.html
tct-time-tizen-tests/time/Time_TZDate_setMinutes_normal.html
tct-time-tizen-tests/time/Time_TZDate_setMonth_abnormalDecimal.html
tct-time-tizen-tests/time/Time_TZDate_setMonth_boundaryBiggerThanUpper.html
tct-time-tizen-tests/time/Time_TZDate_setMonth_boundaryLessThanLower.html
tct-time-tizen-tests/time/Time_TZDate_setMonth_boundaryLowerLimit.html
tct-time-tizen-tests/time/Time_TZDate_setMonth_boundaryUpperLimit.html
tct-time-tizen-tests/time/Time_TZDate_setMonth_invalidMonth.html
tct-time-tizen-tests/time/Time_TZDate_setMonth_normal.html
tct-time-tizen-tests/time/Time_TZDate_setSeconds_abnormalDecimal.html
tct-time-tizen-tests/time/Time_TZDate_setSeconds_boundaryBiggerThanUpper.html
tct-time-tizen-tests/time/Time_TZDate_setSeconds_boundaryLessThanLower.html
tct-time-tizen-tests/time/Time_TZDate_setSeconds_boundaryLowerLimit.html
tct-time-tizen-tests/time/Time_TZDate_setSeconds_boundaryUpperLimit.html
tct-time-tizen-tests/time/Time_TZDate_setSeconds_invalidSeconds.html
tct-time-tizen-tests/time/Time_TZDate_setSeconds_normal.html
tct-time-tizen-tests/time/Time_TZDate_setUTCDate_abnormalDecimal.html
tct-time-tizen-tests/time/Time_TZDate_setUTCDate_boundaryBiggerThanUpper.html
tct-time-tizen-tests/time/Time_TZDate_setUTCDate_boundaryLessThanLower.html
tct-time-tizen-tests/time/Time_TZDate_setUTCDate_boundaryLowerLimit.html
tct-time-tizen-tests/time/Time_TZDate_setUTCDate_boundaryUpperLimit.html
tct-time-tizen-tests/time/Time_TZDate_setUTCDate_invalidDate.html
tct-time-tizen-tests/time/Time_TZDate_setUTCDate_normal.html
tct-time-tizen-tests/time/Time_TZDate_setUTCDate_notExistDayForCertainMonth.html
tct-time-tizen-tests/time/Time_TZDate_setUTCDate_notExistDayForFebruaryLeapYear.html
tct-time-tizen-tests/time/Time_TZDate_setUTCDate_notExistDayForFebruaryNotLeapYear.html
tct-time-tizen-tests/time/Time_TZDate_setUTCFullYear_abnormalDecimal.html
tct-time-tizen-tests/time/Time_TZDate_setUTCFullYear_boundaryBiggerThanUpper.html
tct-time-tizen-tests/time/Time_TZDate_setUTCFullYear_boundaryLowerLimit.html
tct-time-tizen-tests/time/Time_TZDate_setUTCFullYear_boundaryUpperLimit.html
tct-time-tizen-tests/time/Time_TZDate_setUTCFullYear_invalidCharYear.html
tct-time-tizen-tests/time/Time_TZDate_setUTCFullYear_invalidYear.html
tct-time-tizen-tests/time/Time_TZDate_setUTCFullYear_normal.html
tct-time-tizen-tests/time/Time_TZDate_setUTCHours_abnormalDecimal.html
tct-time-tizen-tests/time/Time_TZDate_setUTCHours_boundaryBiggerThanUpper.html
tct-time-tizen-tests/time/Time_TZDate_setUTCHours_boundaryLessThanLower.html
tct-time-tizen-tests/time/Time_TZDate_setUTCHours_boundaryLowerLimit.html
tct-time-tizen-tests/time/Time_TZDate_setUTCHours_boundaryUpperLimit.html
tct-time-tizen-tests/time/Time_TZDate_setUTCHours_invalidHours.html
tct-time-tizen-tests/time/Time_TZDate_setUTCHours_normal.html
tct-time-tizen-tests/time/Time_TZDate_setUTCMilliseconds_abnormalDecimal.html
tct-time-tizen-tests/time/Time_TZDate_setUTCMilliseconds_boundaryBiggerThanUpper.html
tct-time-tizen-tests/time/Time_TZDate_setUTCMilliseconds_boundaryLessThanLower.html
tct-time-tizen-tests/time/Time_TZDate_setUTCMilliseconds_boundaryLowerLimit.html
tct-time-tizen-tests/time/Time_TZDate_setUTCMilliseconds_boundaryUpperLimit.html
tct-time-tizen-tests/time/Time_TZDate_setUTCMilliseconds_invalidMilliseconds.html
tct-time-tizen-tests/time/Time_TZDate_setUTCMilliseconds_normal.html
tct-time-tizen-tests/time/Time_TZDate_setUTCMinutes_abnormalDecimal.html
tct-time-tizen-tests/time/Time_TZDate_setUTCMinutes_boundaryBiggerThanUpper.html
tct-time-tizen-tests/time/Time_TZDate_setUTCMinutes_boundaryLessThanLower.html
tct-time-tizen-tests/time/Time_TZDate_setUTCMinutes_boundaryLowerLimit.html
tct-time-tizen-tests/time/Time_TZDate_setUTCMinutes_boundaryUpperLimit.html
tct-time-tizen-tests/time/Time_TZDate_setUTCMinutes_invalidMinutes.html
tct-time-tizen-tests/time/Time_TZDate_setUTCMinutes_normal.html
tct-time-tizen-tests/time/Time_TZDate_setUTCMonth_abnormalDecimal.html
tct-time-tizen-tests/time/Time_TZDate_setUTCMonth_boundaryBiggerThanUpper.html
tct-time-tizen-tests/time/Time_TZDate_setUTCMonth_boundaryLessThanLower.html
tct-time-tizen-tests/time/Time_TZDate_setUTCMonth_boundaryLowerLimit.html
tct-time-tizen-tests/time/Time_TZDate_setUTCMonth_boundaryUpperLimit.html
tct-time-tizen-tests/time/Time_TZDate_setUTCMonth_invalidMonth.html
tct-time-tizen-tests/time/Time_TZDate_setUTCMonth_normal.html
tct-time-tizen-tests/time/Time_TZDate_setUTCSeconds_abnormalDecimal.html
tct-time-tizen-tests/time/Time_TZDate_setUTCSeconds_boundaryBiggerThanUpper.html
tct-time-tizen-tests/time/Time_TZDate_setUTCSeconds_boundaryLessThanLower.html
tct-time-tizen-tests/time/Time_TZDate_setUTCSeconds_boundaryLowerLimit.html
tct-time-tizen-tests/time/Time_TZDate_setUTCSeconds_boundaryUpperLimit.html
tct-time-tizen-tests/time/Time_TZDate_setUTCSeconds_invalidSeconds.html
tct-time-tizen-tests/time/Time_TZDate_setUTCSeconds_normal.html
tct-time-tizen-tests/time/Time_TZDate_toDateString.html
tct-time-tizen-tests/time/Time_TZDate_toLocaleDateString.html
tct-time-tizen-tests/time/Time_TZDate_toLocaleString.html
tct-time-tizen-tests/time/Time_TZDate_toLocaleTimeString.html
tct-time-tizen-tests/time/Time_TZDate_toString.html
tct-time-tizen-tests/time/Time_TZDate_toTimeString.html
tct-time-tizen-tests/time/Time_TZDate_toTimezone.html
tct-time-tizen-tests/time/Time_TZDate_toTimezone_invalid.html
tct-time-tizen-tests/time/Time_TZDate_toTimezone_null.html
tct-time-tizen-tests/time/Time_TZDate_toUTC.html
tct-time-tizen-tests/time/Time_in_tizen.html
tct-time-tizen-tests/time/support/unitcommon.js [new file with mode: 0644]

diff --git a/tct-time-tizen-tests/resources/unitcommon.js b/tct-time-tizen-tests/resources/unitcommon.js
deleted file mode 100644 (file)
index 9f972c1..0000000
+++ /dev/null
@@ -1,559 +0,0 @@
-/*
-
-Copyright (c) 2013 Samsung Electronics Co., Ltd.
-
-Licensed under the Apache License, Version 2.0 (the License);
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
-
-
-
-Authors:
-
- */
-
-
-MIN_BYTE = -128;
-MAX_BYTE = 127;
-MIN_OCTET = 0;
-MAX_OCTET = 255;
-MIN_SHORT = -32768;
-MAX_SHORT = 32767;
-MIN_UNSIGNED_SHORT = 0;
-MAX_UNSIGNED_SHORT = 65535;
-MIN_LONG = -2147483648;
-MAX_LONG = 2147483647;
-MIN_UNSIGNED_LONG = 0;
-MAX_UNSIGNED_LONG = 4294967295;
-MIN_LONG_LONG = -9223372036854775808;
-MAX_LONG_LONG = 9223372036854775807;
-MIN_UNSIGNED_LONG_LONG = 0;
-MAX_UNSIGNED_LONG_LONG = 18446744073709551615;
-
-TYPE_MISMATCH_EXCEPTION = {name: 'TypeMismatchError'};
-NOT_FOUND_EXCEPTION = {name: 'NotFoundError'};
-INVALID_VALUES_EXCEPTION = {name: 'InvalidValuesError'};
-IO_EXCEPTION = {name: 'IOError'};
-SECURITY_EXCEPTION = {name: 'SecurityError'};
-
-
-(function () {
-   var head_src = document.head.innerHTML;
-   if (head_src.search(/\/testharness.js\W/) === -1) {
-       document.write('<script language="javascript" src="../resources/testharness.js"></script>\n');
-   }
-   if (head_src.search(/\/testharnessreport.js\W/) === -1) {
-       document.write('<script language="javascript" src="../resources/testharnessreport.js"></script>\n');
-   }
-})();
-
-var _registered_types = {};
-
-function _resolve_registered_type(type) {
-    while (type in _registered_types) {
-        type = _registered_types[type];
-    }
-    return type;
-}
-
-/**
- * Method checks extra argument for none argument method.
- * The only check is that method will not throw an exception.
- * Example usage:
- * checkExtraArgument(tizen.notification, "removeAll");
- *
- * @param object object
- * @param methodName string - name of the method
- */
-function checkExtraArgument(object, methodName) {
-    var extraArgument = [
-        null,
-        undefined,
-        "Tizen",
-        1,
-        false,
-        ["one", "two"],
-        {argument: 1},
-        function () {}
-    ], i;
-
-    for (i = 0; i < extraArgument.length; i++) {
-        object[methodName](extraArgument[i]);
-    }
-}
-
-/**
- * Method to validate conversion.
- * Example usage:
- *   conversionTable = getTypeConversionExceptions("functionObject", true);
- *   for(i = 0; i < conversionTable.length; i++) {
- *       errorCallback = conversionTable[i][0];
- *       exceptionName = conversionTable[i][1];
- *
- *       assert_throws({name : exceptionName},
- *       function () {
- *           tizen.systemsetting.setProperty("HOME_SCREEN",
- *               propertyValue, successCallback, errorCallback);
- *       }, exceptionName + " should be thrown - given incorrect errorCallback.");
- *   }
- *
- * @param conversionType
- * @param isOptional
- * @returns table of tables which contain value (index 0) and exceptionName (index 1)
- *
- */
-function getTypeConversionExceptions(conversionType, isOptional) {
-    var exceptionName = "TypeMismatchError",
-        conversionTable;
-    switch (conversionType) {
-        case "enum":
-            conversionTable = [
-                [undefined, exceptionName],
-                [null, exceptionName],
-                [0, exceptionName],
-                [true, exceptionName],
-                ["dummyInvalidEnumValue", exceptionName],
-                [{ }, exceptionName]
-            ];
-            break;
-        case "double":
-            conversionTable = [
-                [undefined, exceptionName],
-                [NaN, exceptionName],
-                [Number.POSITIVE_INFINITY, exceptionName],
-                [Number.NEGATIVE_INFINITY, exceptionName],
-                ["TIZEN", exceptionName],
-                [{ name : "TIZEN" }, exceptionName],
-                [function () { }, exceptionName]
-            ];
-            break;
-        case "object":
-            conversionTable = [
-                [true, exceptionName],
-                [false, exceptionName],
-                [NaN, exceptionName],
-                [0, exceptionName],
-                ["", exceptionName],
-                ["TIZEN", exceptionName],
-                [undefined, exceptionName]
-            ];
-            if (!isOptional) {
-                conversionTable.push([null, exceptionName]);
-            }
-            break;
-        case "functionObject":
-            conversionTable = [
-                [true, exceptionName],
-                [false, exceptionName],
-                [NaN, exceptionName],
-                [0, exceptionName],
-                ["", exceptionName],
-                ["TIZEN", exceptionName],
-                [[], exceptionName],
-                [{ }, exceptionName],
-                [undefined, exceptionName]
-            ];
-            if (!isOptional) {
-                conversionTable.push([null, exceptionName]);
-            }
-            break;
-        case "array":
-            conversionTable = [
-                [true, exceptionName],
-                [false, exceptionName],
-                [NaN, exceptionName],
-                [0, exceptionName],
-                ["", exceptionName],
-                ["TIZEN", exceptionName],
-                [{ }, exceptionName],
-                [function () { }, exceptionName],
-                [undefined, exceptionName]
-            ];
-            if (!isOptional) {
-                conversionTable.push([null, exceptionName]);
-            }
-            break;
-        case "dictionary":
-            conversionTable = [
-                [true, exceptionName],
-                [false, exceptionName],
-                [NaN, exceptionName],
-                [0, exceptionName],
-                ["", exceptionName],
-                ["TIZEN", exceptionName],
-                [undefined, exceptionName]
-            ];
-            if (!isOptional) {
-                conversionTable.push([null, exceptionName]);
-            }
-            break;
-        default:
-            assert_unreached("Fix your test. Wrong conversionType '" + conversionType + "'.");
-    };
-
-    return conversionTable;
-}
-
-
-function assert_type(obj, type, description) {
-    var org_type = type, prop_name, prop_type, prop_value;
-
-    type = _resolve_registered_type(type);
-
-    if (typeof (type) === 'string') {
-        type = type.toLowerCase();
-        switch (type) {
-            case 'object':
-            case 'string':
-            case 'number':
-            case 'function':
-            case 'boolean':
-            case 'undefined':
-            case 'xml':
-                assert_equals(typeof (obj), type, description);
-                break;
-            case 'null':
-                assert_true(obj === null, description);
-                break;
-            case 'array':
-                assert_true(Array.isArray(obj), description);
-                break;
-            case 'date':
-                assert_true(obj instanceof Date, description);
-                break;
-            case 'byte':
-                assert_equals(typeof (obj), 'number', description);
-                assert_greater_than_equal(obj, MIN_BYTE, description + " - value too low.");
-                assert_less_than_equal(obj, MAX_BYTE, description + " - value too high.");
-                assert_equals(Math.abs(obj % 1), 0, description + " - value is not an integer.");
-                break;
-            case 'octet':
-                assert_equals(typeof (obj), 'number', description);
-                assert_greater_than_equal(obj, MIN_OCTET, description + " - value too low.");
-                assert_less_than_equal(obj, MAX_OCTET, description + " - value too high.");
-                assert_equals(obj % 1, 0, description + " - value is not an integer.");
-                break;
-            case 'short':
-                assert_equals(typeof (obj), 'number', description);
-                assert_greater_than_equal(obj, MIN_SHORT, description + " - value too low.");
-                assert_less_than_equal(obj, MAX_SHORT, description + " - value too high.");
-                assert_equals(Math.abs(obj % 1), 0, description + " - value is not an integer.");
-                break;
-            case 'unsigned short':
-                assert_equals(typeof (obj), 'number', description);
-                assert_greater_than_equal(obj, MIN_UNSIGNED_SHORT, description + " - value too low.");
-                assert_less_than_equal(obj, MAX_UNSIGNED_SHORT, description + " - value too high.");
-                assert_equals(obj % 1, 0, description + " - value is not an integer.");
-                break;
-            case 'long':
-                assert_equals(typeof (obj), 'number', description);
-                assert_greater_than_equal(obj, MIN_LONG, description + " - value too low.");
-                assert_less_than_equal(obj, MAX_LONG, description + " - value too high.");
-                assert_equals(Math.abs(obj % 1), 0, description + " - value is not an integer.");
-                break;
-            case 'unsigned long':
-                assert_equals(typeof (obj), 'number', description);
-                assert_greater_than_equal(obj, MIN_UNSIGNED_LONG, description + " - value too low.");
-                assert_less_than_equal(obj, MAX_UNSIGNED_LONG, description + " - value too high.");
-                assert_equals(obj % 1, 0, description + " - value is not an integer.");
-                break;
-            case 'long long':
-                assert_equals(typeof (obj), 'number', description);
-                assert_greater_than_equal(obj, MIN_LONG_LONG, description + " - value too low.");
-                assert_less_than_equal(obj, MAX_LONG_LONG, description + " - value too high.");
-                assert_equals(Math.abs(obj % 1), 0, description + " - value is not an integer.");
-                break;
-            case 'unsigned long long':
-                assert_equals(typeof (obj), 'number', description);
-                assert_greater_than_equal(obj, MIN_UNSIGNED_LONG_LONG, description + " - value too low.");
-                assert_less_than_equal(obj, MAX_UNSIGNED_LONG_LONG, description + " - value too high.");
-                assert_equals(obj % 1, 0, description + " - value is not an integer.");
-                break;
-            default:
-                assert_unreached('Fix your test. Wrong type \'' + org_type + '\'');
-        }
-    } else if (typeof (type) === 'function') {
-        assert_true(obj instanceof type, description);
-    } else if (typeof (type) === 'object') {
-        for (prop_name in type) {
-            prop_type = type[prop_name];
-            if (prop_type === 'function') {
-                assert_inherits(obj, prop_name);
-                assert_equals(typeof obj[prop_name], prop_type, 'Object should have method ' + prop_name);
-            } else {
-                assert_own_property(obj, prop_name);
-            }
-        }
-    } else {
-        assert_unreached('Fix your test. Wrong type ' + org_type);
-    }
-}
-
-function register_type(alias, type_spec) {
-    _registered_types[alias] = type_spec;
-}
-
-/**
- * Method to check if attribute is const.
- * Example usage:
- * check_const(tizen.bluetooth.deviceMinor, 'TOY_DOLL', 0x03, 'number', 0x29B);
- *
- * @param obj  object to test which  has const attribute
- * @param attributeName attribute name.
- * @param expectedValue expected value of provided attribute name
- * @param expectedType expected type of provided attribute name
- * @param valueToAssign value to assign in order to check if attribute value can be modified
- */
-function check_const(obj, attributeName, expectedValue, expectedType, valueToAssign) {
-    var tmp;
-    if (expectedValue === valueToAssign) {
-        assert_unreached("Fix your test. The same values given for "  + attributeName +
-            " in 'value' and 'valueToSet' arguments.");
-    }
-    if (typeof (attributeName) === "string") {
-        assert_true(attributeName in obj, "Name " + attributeName + " doesn't exist in provided object.");
-        assert_equals(obj[attributeName], expectedValue, "Value of " + attributeName + " is diffrent.");
-        if (typeof (expectedType) !== "undefined") {
-            if (expectedValue === null) {
-                assert_type(obj[attributeName], "object", "Type of " + attributeName + " is different.");
-            } else {
-                assert_type(obj[attributeName], expectedType, "Type of " + attributeName + " is different.");
-            }
-        } else {
-            assert_unreached("Fix your test. Wrong type " + expectedType);
-        }
-        tmp = obj[attributeName];
-        obj[attributeName] = valueToAssign;
-        assert_equals(obj[attributeName], tmp, attributeName + " can be modified.");
-    } else {
-        assert_unreached("Fix your test. Wrong type of name " + typeof (attributeName));
-    }
-}
-
-/**
- * Method to check if attribute is readonly.
- * Example usage:
- * check_readonly(statusNotification, "postedTime", null, 'object', new Date());
- *
- * @param obj  object to test which  has readonly attribute
- * @param attributeName attribute name.
- * @param expectedValue expected value of provided attribute name
- * @param expectedType expected type of provided attribute name
- * @param valueToAssign value to assign in order to check if attribute value can be modified
- */
-function check_readonly(obj, attributeName, expectedValue, expectedType, valueToAssign) {
-    check_const(obj, attributeName, expectedValue, expectedType, valueToAssign);
-}
-
-/**
- * Method to check if attribute can be set to null.
- * Example usage:
- * check_not_nullable(syncInfo, "mode");
- *
- * @param obj object to test which has not nullable attribute
- * @param attributeName attribute name.
- */
-function check_not_nullable(obj, attributeName)
-{   var old_value = obj[attributeName];
-    obj[attributeName] = null;
-    assert_not_equals(obj[attributeName], null, "Attribute " + attributeName + " can be set to null.");
-    obj[attributeName] = old_value;
-}
-
-/**
- * Method to check NoInterfaceObject
- * Example usage:
- * check_no_interface_object("BluetoothAdapter")
- *
- * @param interfaceName interface name
- */
-function check_no_interface_object(interfaceName) {
-    assert_throws({name: "TypeError"}, function () {
-        tizen[interfaceName]();
-    },"Wrong call as a function");
-    assert_throws({name: "TypeError"}, function () {
-        new tizen[interfaceName]();
-    },"Wrong call as a new function");
-    assert_throws({name: "TypeError"}, function () {
-        ({}) instanceof tizen[interfaceName];
-    },"instanceof exception");
-    assert_equals(tizen[interfaceName], undefined, interfaceName + " is not undefined.");
-}
-
-
-/**
- * Method to check Constructors
- * Example usage:
- * check_constructor("BluetoothAdapter")
- *
- * @param constructorName constructor name
- */
-
-function check_constructor(constructorName) {
-    assert_true(constructorName in tizen, "No " + constructorName + " in tizen.");
-    assert_false({} instanceof tizen[constructorName],"Custom object is not instance of " + constructorName);
-    assert_throws({
-        name: "TypeError"
-    }, function () {
-        tizen[constructorName]();
-    }, "Constructor called as function.");
-}
-
-/**
- * Method to check if given method can be overridden in a given object - (TEMPORARY REMOVED).
- * That method also checks if given method exists in a given object.
- * Example usage:
- * check_method_exists(tizen.notification, "get");
- *
- * @param obj object with method
- * @param methodName name of the method to check.
- */
-function check_method_exists(obj, methodName) {
-    assert_type(obj[methodName], 'function', "Method does not exist.");
-}
-
-/**
- * Method to check extensibility of given object.
- * Method checks if new attribute and method can be added.
- * Example usage:
- * check_extensibility(tizen.notification);
- *
- * @param obj object to check
- */
-function check_extensibility(obj) {
-    var dummyAttribute = "dummyAttributeValue", dummyMethodResult = "dummyMethodResultValue";
-    obj.newDummyMethod = function() {
-        return dummyMethodResult;
-    }
-    assert_equals(obj.newDummyMethod(), dummyMethodResult, "Incorrect result from added method.");
-
-    obj.newDummyAttribute = dummyAttribute;
-    assert_equals(obj.newDummyAttribute, dummyAttribute, "Incorrect result from added attribute.");
-}
-
-/**
- * Method to check if attribute can be modify.
- * Example usage:
- * check_attr(downloadRequest, "fileName", default_val, "string", "file_name.html");
- *
- * @param obj  object to test which has not readonly attribute
- * @param attributeName attribute name.
- * @param expectedValue expected value of provided attribute name
- * @param expectedType expected type of provided attribute name
- * @param valueToAssign value to assign in order to check if attribute value can be modified
- */
-function check_attribute(obj, attributeName, expectedValue, expectedType, valueToAssign) {
-    if (expectedValue === valueToAssign) {
-        assert_unreached("Fix your test. The same values given for "  + attributeName +
-            " in 'value' and 'valueToSet' arguments.");
-    }
-    if (typeof (attributeName) === "string") {
-        assert_true(attributeName in obj, "Name " + attributeName + " doesn't exist in provided object.");
-        assert_equals(obj[attributeName], expectedValue, "Value of " + attributeName + " is diffrent.");
-        if (typeof (expectedType) !== "undefined") {
-            if (expectedValue === null) {
-                assert_type(obj[attributeName], "object", "Type of " + attributeName + " is different.");
-            } else {
-                assert_type(obj[attributeName], expectedType, "Type of " + attributeName + " is different.");
-            }
-        } else {
-            assert_unreached("Fix your test. Wrong type " + expectedType);
-        }
-        obj[attributeName] = valueToAssign;
-        assert_equals(obj[attributeName], valueToAssign, attributeName + " can be modified.");
-    } else {
-        assert_unreached("Fix your test. Wrong type of name " + typeof (attributeName));
-    }
-}
-
-/**
- * Method to check if whole array can be overwritten with an invalid value.
- * Sample usage:
- * check_invalid_array_assignments(message, "to", false);
- *
- * @param obj object which has the array as its property
- * @param array name of the array to check
- * @param isNullable indicates if the array can be null
- */
-function check_invalid_array_assignments(obj, array, isNullable) {
-    var args = [undefined, true, false, NaN, 0, "TIZEN", {}, function () {}],
-        val = obj[array], i;
-
-    if (!isNullable) {
-        obj[array] = null;
-        assert_not_equals(obj[array], null, "Non-nullable array was set to null");
-        assert_type(obj[array], "array", "Non-nullable array type changed after assigning null");
-        assert_equals(obj[array].toString(), val.toString(), "Non-nullable array contents changed after assigning null");
-    }
-
-    for (i = 0 ; i < args.length ; i++) {
-        obj[array] = args[i];
-        assert_type(obj[array], "array", "Array type changed after assigning an invalid value");
-        assert_equals(obj[array].toString(), val.toString(), "Array contents changed after assigning an invalid value");
-    }
-}
-
-/**
- * Method to check if an object can be overwritten with an invalid value.
- * Sample usage:
- * check_invalid_object_assignments(message, "body", false);
- *
- * @param parentObj object which has the 'obj' object as its property
- * @param obj name of the object to check
- * @param isNullable indicates if the object can be null
- */
-function check_invalid_obj_assignments(parentObj, obj, isNullable) {
-    var args = [undefined, true, false, NaN, 0, "TIZEN", function () {}],
-        val = parentObj[obj], i;
-
-    if (!isNullable) {
-        parentObj[obj] = null;
-        assert_equals(parentObj[obj], val, "Non-nullable obj was modified after assigning null");
-    }
-
-    for (i = 0 ; i < args.length ; i++) {
-        parentObj[obj] = args[i];
-        assert_equals(parentObj[obj], val, "The object was set to " + args[i]);
-    }
-}
-
-/**
- * Method to validate conversion for listeners.
- * Example usage:
- * incorrectListeners = getListenerConversionExceptions(["oninstalled", "onupdated", "onuninstalled"]);
- * for(i = 0; i < incorrectListeners.length; i++) {
- *     packageInformationEventCallback  = incorrectListeners[i][0];
- *     exceptionName = incorrectListeners[i][1];
- *     assert_throws({name : exceptionName},
- *        function () {
- *             tizen.package.setPackageInfoEventListener(packageInformationEventCallback);
- *         }, exceptionName + " should be thrown - given incorrect successCallback.");
- * }
- *
- *
- * @param callbackNames Array with names
- * @returns {Array} table of tables which contain incorrect listener (index 0) and exceptionName (index 1)
- *
- */
-function getListenerConversionExceptions(callbackNames) {
-    var result = [], conversionTable, i, j, listenerName;
-    conversionTable = getTypeConversionExceptions("functionObject", false);
-
-    for (i = 0; i < callbackNames.length; i++) {
-        for (j = 0; j < conversionTable.length; j++) {
-            listenerName = {};
-            listenerName[callbackNames[i]] = conversionTable[j][0];
-            result.push([listenerName, conversionTable[j][1]]);
-        }
-    }
-
-    return result;
-}
index 4cf6fe64bd5afbfdf6d71beefc4d823c9cbe3321..9ea375a11e40ef9738ed959a06ffc594cbe43fd1 100644 (file)
@@ -3,7 +3,7 @@
 <test_definition>
   <suite name="tct-time-tizen-tests" launcher="WRTLauncher" category="Tizen Web Device APIs">
     <set name="Time">
-      <testcase purpose="Time_TZDate_toLocaleDateString" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="Time_TZDate_toLocaleDateString">
+      <testcase purpose="Check if TZDate::ToLocaleDateString() method returns string" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="Time_TZDate_toLocaleDateString">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/Time_TZDate_toLocaleDateString.html</test_script_entry>
         </description>
@@ -51,7 +51,7 @@
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Time_TZDate_toUTC" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="Time_TZDate_toUTC">
+      <testcase purpose="Check if TZDate::toUTC() method returns string" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="Time_TZDate_toUTC">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/Time_TZDate_toUTC.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Time_TZDate_toLocaleString" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="Time_TZDate_toLocaleString">
+      <testcase purpose="Check if TZDate::ToLocaleString() method returns string" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="Time_TZDate_toLocaleString">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/Time_TZDate_toLocaleString.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Time_TZDate_setFullYear_normal" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="Time_TZDate_setFullYear_normal">
+      <testcase purpose="Check if TZDate.setFullYear_normal() works properly" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="Time_TZDate_setFullYear_normal">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/Time_TZDate_setFullYear_normal.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Time_TZDate_toDateString" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P0" id="Time_TZDate_toDateString">
+      <testcase purpose="Check if TZDate::ToDateString() method returns string" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P0" id="Time_TZDate_toDateString">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/Time_TZDate_toDateString.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Time_TZDate_toTimeString" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="Time_TZDate_toTimeString">
+      <testcase purpose="Check if TZDate::ToTimeString() method returns string" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="Time_TZDate_toTimeString">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/Time_TZDate_toTimeString.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Time_TZDate_toString" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="Time_TZDate_toString">
+      <testcase purpose="Check if TZDate::ToString() method returns string" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="Time_TZDate_toString">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/Time_TZDate_toString.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Time_TZDate_setUTCMonth_normal" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="Time_TZDate_setUTCMonth_normal">
+      <testcase purpose="Check if TZDate.setUTCMonth() works properly" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="Time_TZDate_setUTCMonth_normal">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/Time_TZDate_setUTCMonth_normal.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Time_TZDate_toTimezone" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="Time_TZDate_toTimezone">
+      <testcase purpose="Check if TZDate::toTimezone() method returns string" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="Time_TZDate_toTimezone">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/Time_TZDate_toTimezone.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Time_TZDate_setUTCSeconds_normal" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="Time_TZDate_setUTCSeconds_normal">
+      <testcase purpose="Check if TZDate.setUTCSeconds() works properly" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="Time_TZDate_setUTCSeconds_normal">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/Time_TZDate_setUTCSeconds_normal.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Time_TZDate_toLocaleTimeString" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="Time_TZDate_toLocaleTimeString">
+      <testcase purpose="Check if TZDate::ToLocaleTimeString() method returns string" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="Time_TZDate_toLocaleTimeString">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/Time_TZDate_toLocaleTimeString.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Time_TZDate_setUTCMinutes_abnormalDecimal" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P2" id="Time_TZDate_setUTCMinutes_abnormalDecimal">
+      <testcase purpose="Check if TZDate.setUTCMinutes() called with decimal don't set the milliseconds" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P2" id="Time_TZDate_setUTCMinutes_abnormalDecimal">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/Time_TZDate_setUTCMinutes_abnormalDecimal.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Time_TZDate_setUTCMonth_abnormalDecimal" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P2" id="Time_TZDate_setUTCMonth_abnormalDecimal">
+      <testcase purpose="Check if TZDate.setUTCMonth() called with decimal don't set the milliseconds" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P2" id="Time_TZDate_setUTCMonth_abnormalDecimal">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/Time_TZDate_setUTCMonth_abnormalDecimal.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Time_TZDate_setUTCMonth_boundaryBiggerThanUpper" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P2" id="Time_TZDate_setUTCMonth_boundaryBiggerThanUpper">
+      <testcase purpose="Check if TZDate.setUTCMonth() called with value greater than upper limit don't set the minutes" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P2" id="Time_TZDate_setUTCMonth_boundaryBiggerThanUpper">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/Time_TZDate_setUTCMonth_boundaryBiggerThanUpper.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Time_TZDate_setUTCMonth_boundaryLessThanLower" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P2" id="Time_TZDate_setUTCMonth_boundaryLessThanLower">
+      <testcase purpose="Check if TZDate.setUTCMonth() called with number less than lower boundary doesn't set the date" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P2" id="Time_TZDate_setUTCMonth_boundaryLessThanLower">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/Time_TZDate_setUTCMonth_boundaryLessThanLower.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Time_TZDate_setUTCMonth_boundaryLowerLimit" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P2" id="Time_TZDate_setUTCMonth_boundaryLowerLimit">
+      <testcase purpose="Check if TZDate.setUTCMonth() called with lowest value possible works properly" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P2" id="Time_TZDate_setUTCMonth_boundaryLowerLimit">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/Time_TZDate_setUTCMonth_boundaryLowerLimit.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Time_TZDate_setUTCMonth_boundaryUpperLimit" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P2" id="Time_TZDate_setUTCMonth_boundaryUpperLimit">
+      <testcase purpose="Check if TZDate.setUTCMonth() called with highest value possible works properly" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P2" id="Time_TZDate_setUTCMonth_boundaryUpperLimit">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/Time_TZDate_setUTCMonth_boundaryUpperLimit.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Time_TZDate_setUTCMonth_invalidMonth" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P2" id="Time_TZDate_setUTCMonth_invalidMonth">
+      <testcase purpose="Check if TZDate.setUTCMonth() called with invalid string argument don't set the month" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P2" id="Time_TZDate_setUTCMonth_invalidMonth">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/Time_TZDate_setUTCMonth_invalidMonth.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Time_TZDate_setUTCSeconds_abnormalDecimal" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P2" id="Time_TZDate_setUTCSeconds_abnormalDecimal">
+      <testcase purpose="Check if TZDate.setUTCSeconds() called with decimal don't set the milliseconds" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P2" id="Time_TZDate_setUTCSeconds_abnormalDecimal">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/Time_TZDate_setUTCSeconds_abnormalDecimal.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Time_TZDate_setUTCSeconds_boundaryBiggerThanUpper" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P2" id="Time_TZDate_setUTCSeconds_boundaryBiggerThanUpper">
+      <testcase purpose="Check if TZDate.setUTCSeconds() called with value greater than upper limit don't set the minutes" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P2" id="Time_TZDate_setUTCSeconds_boundaryBiggerThanUpper">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/Time_TZDate_setUTCSeconds_boundaryBiggerThanUpper.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Time_TZDate_setUTCSeconds_boundaryLessThanLower" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P2" id="Time_TZDate_setUTCSeconds_boundaryLessThanLower">
+      <testcase purpose="Check if TZDate.setUTCSeconds() called with number less than lower boundary doesn't set the date" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P2" id="Time_TZDate_setUTCSeconds_boundaryLessThanLower">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/Time_TZDate_setUTCSeconds_boundaryLessThanLower.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Time_TZDate_setUTCSeconds_boundaryLowerLimit" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P2" id="Time_TZDate_setUTCSeconds_boundaryLowerLimit">
+      <testcase purpose="Check if TZDate.setUTCSeconds() called with lowest value possible works properly" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P2" id="Time_TZDate_setUTCSeconds_boundaryLowerLimit">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/Time_TZDate_setUTCSeconds_boundaryLowerLimit.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Time_TZDate_setUTCSeconds_boundaryUpperLimit" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P2" id="Time_TZDate_setUTCSeconds_boundaryUpperLimit">
+      <testcase purpose="Check if TZDate.setUTCSeconds() called with highest value possible works properly" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P2" id="Time_TZDate_setUTCSeconds_boundaryUpperLimit">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/Time_TZDate_setUTCSeconds_boundaryUpperLimit.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Time_TZDate_setUTCSeconds_invalidSeconds" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P2" id="Time_TZDate_setUTCSeconds_invalidSeconds">
+      <testcase purpose="Check if TZDate.setUTCSeconds() called with invalid string argument don't set the seconds" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P2" id="Time_TZDate_setUTCSeconds_invalidSeconds">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/Time_TZDate_setUTCSeconds_invalidSeconds.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Time_TZDate_toTimezone_invalid" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P2" id="Time_TZDate_toTimezone_invalid">
+      <testcase purpose="Check if TZDate::toTimezone(invalid) method reports error" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P2" id="Time_TZDate_toTimezone_invalid">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/Time_TZDate_toTimezone_invalid.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Time_TZDate_toTimezone_null" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P2" id="Time_TZDate_toTimezone_null">
+      <testcase purpose="Check if TZDate::toTimezone(null) method reports error" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P2" id="Time_TZDate_toTimezone_null">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/Time_TZDate_toTimezone_null.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="check difference method TimeDuration interface works successfully" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TimeDuration_difference_checkDurationDifference">
+      <testcase purpose="Check difference method TimeDuration interface works successfully" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TimeDuration_difference_checkDurationDifference">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TimeDuration_difference_checkDurationDifference.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="check equalsTo method TimeDuration interface works successfully" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TimeDuration_equalsTo_checkDurationEqual">
+      <testcase purpose="Check equalsTo method TimeDuration interface works successfully" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TimeDuration_equalsTo_checkDurationEqual">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TimeDuration_equalsTo_checkDurationEqual.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="check lessThan method TimeDuration interface works successfully" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TimeDuration_lessThan_checkDurationLower">
+      <testcase purpose="Check lessThan method TimeDuration interface works successfully" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TimeDuration_lessThan_checkDurationLower">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TimeDuration_lessThan_checkDurationLower.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="check greaterThan method TimeDuration interface works successfully" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TimeDuration_greaterThan_checkDurationGreater">
+      <testcase purpose="Check greaterThan method TimeDuration interface works successfully" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TimeDuration_greaterThan_checkDurationGreater">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TimeDuration_greaterThan_checkDurationGreater.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="check if date format is valid" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TimeUtil_getDateFormat_valid">
+      <testcase purpose="Check if date format is valid" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TimeUtil_getDateFormat_valid">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TimeUtil_getDateFormat_valid.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="check TimeUtil interface isLeapYear method with parameter zero" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TimeUtil_isLeapYear_allZero">
+      <testcase purpose="Check TimeUtil interface isLeapYear method with parameter zero" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TimeUtil_isLeapYear_allZero">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TimeUtil_isLeapYear_allZero.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="check TimeUtil interface isLeapYear method with parameter negative" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TimeUtil_isLeapYear_negative">
+      <testcase purpose="Check TimeUtil interface isLeapYear method with parameter negative" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TimeUtil_isLeapYear_negative">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TimeUtil_isLeapYear_negative.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="check EuropeBerlin is included in available timezones" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TimeUtil_getAvailableTimezones_checkEuropeBerlin">
+      <testcase purpose="Check EuropeBerlin is included in available timezones" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TimeUtil_getAvailableTimezones_checkEuropeBerlin">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TimeUtil_getAvailableTimezones_checkEuropeBerlin.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="check if getDate value is equal to setDate" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getDate_checkEqualWithSetDate">
+      <testcase purpose="Check if getDate value is equal to setDate" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getDate_checkEqualWithSetDate">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getDate_checkEqualWithSetDate.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="check if getFullYear value is equal to setFullYear" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getFullYear_checkEqualWithSetFullYear">
+      <testcase purpose="Check if getFullYear value is equal to setFullYear" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getFullYear_checkEqualWithSetFullYear">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getFullYear_checkEqualWithSetFullYear.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="check if getHours value is equal to setHours" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getHours_checkEqualWithSetHours">
+      <testcase purpose="Check if getHours value is equal to setHours" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getHours_checkEqualWithSetHours">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getHours_checkEqualWithSetHours.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="check if getMilliseconds value is equal to setMilliseconds" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getMilliseconds_checkEqualWithSetMilliseconds">
+      <testcase purpose="Check if getMilliseconds value is equal to setMilliseconds" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getMilliseconds_checkEqualWithSetMilliseconds">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getMilliseconds_checkEqualWithSetMilliseconds.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="check if getMinutes value is equal to setMinutes" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getMinutes_checkEqualWithSetMinutes">
+      <testcase purpose="Check if getMinutes value is equal to setMinutes" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getMinutes_checkEqualWithSetMinutes">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getMinutes_checkEqualWithSetMinutes.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="check if getMonth value is equal to setMonth" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getMonth_checkEqualWithSetMonth">
+      <testcase purpose="Check if getMonth value is equal to setMonth" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getMonth_checkEqualWithSetMonth">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getMonth_checkEqualWithSetMonth.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="check if getSeconds value is equal to setSeconds" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getSeconds_checkEqualWithSetSeconds">
+      <testcase purpose="Check if getSeconds value is equal to setSeconds" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getSeconds_checkEqualWithSetSeconds">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getSeconds_checkEqualWithSetSeconds.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="check if getUTCDate value is equal to setUTCDate" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getUTCDate_checkEqualWithSetUTCDate">
+      <testcase purpose="Check if getUTCDate value is equal to setUTCDate" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getUTCDate_checkEqualWithSetUTCDate">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getUTCDate_checkEqualWithSetUTCDate.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="check if getUTCFullYear value is equal to setUTCFullYear" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getUTCFullYear_checkEqualWithSetUTCFullYear">
+      <testcase purpose="Check if getUTCFullYear value is equal to setUTCFullYear" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getUTCFullYear_checkEqualWithSetUTCFullYear">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getUTCFullYear_checkEqualWithSetUTCFullYear.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="check if getUTCHours value is equal to setUTCHours" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getUTCHours_checkEqualWithSetUTCHours">
+      <testcase purpose="Check if getUTCHours value is equal to setUTCHours" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getUTCHours_checkEqualWithSetUTCHours">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getUTCHours_checkEqualWithSetUTCHours.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="check if getUTCMilliseconds value is equal to setUTCMilliseconds" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getUTCMilliseconds_checkEqualWithSetUTCMilliseconds">
+      <testcase purpose="Check if getUTCMilliseconds value is equal to setUTCMilliseconds" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getUTCMilliseconds_checkEqualWithSetUTCMilliseconds">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getUTCMilliseconds_checkEqualWithSetUTCMilliseconds.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="check if getUTCMinutes value is equal to setUTCMinutes" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getUTCMinutes_checkEqualWithSetUTCMinutes">
+      <testcase purpose="Check if getUTCMinutes value is equal to setUTCMinutes" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getUTCMinutes_checkEqualWithSetUTCMinutes">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getUTCMinutes_checkEqualWithSetUTCMinutes.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="check if getUTCMonth value is equal to setUTCMonth" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getUTCMonth_checkEqualWithSetUTCMonth">
+      <testcase purpose="Check if getUTCMonth value is equal to setUTCMonth" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getUTCMonth_checkEqualWithSetUTCMonth">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getUTCMonth_checkEqualWithSetUTCMonth.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="check if getUTCSeconds value is equal to getUTCSeconds" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getUTCSeconds_checkEqualWithSetUTCSeconds">
+      <testcase purpose="Check if getUTCSeconds value is equal to getUTCSeconds" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getUTCSeconds_checkEqualWithSetUTCSeconds">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getUTCSeconds_checkEqualWithSetUTCSeconds.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if method addDuration of TZDate works properly." type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_addDuration">
+      <testcase purpose="Check if method TZDate::addDuration() works properly" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_addDuration">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_addDuration.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check argument addDuration conversions exception." type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P2" id="TZDate_addDuration_duration_TypeMismatch">
+      <testcase purpose="Check if TZDate::addDuration() throws exception when duration argument has wrong type" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P2" id="TZDate_addDuration_duration_TypeMismatch">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_addDuration_duration_TypeMismatch.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check argument validation in addDuration method in TZDate." type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P2" id="TZDate_addDuration_duration_invalid_obj">
+      <testcase purpose="Check if TZDate::addDuration() throws exception when duration is regular object" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P2" id="TZDate_addDuration_duration_invalid_obj">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_addDuration_duration_invalid_obj.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if addDuration method exists in TimeManager." type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_addDuration_exist">
+      <testcase purpose="Check if addDuration() method exists in TimeManager" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_addDuration_exist">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_addDuration_exist.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if addDuration method with missing non-optional argument works" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P2" id="TZDate_addDuration_missarg">
+      <testcase purpose="Check if TZDate::addDuration() method throws exception with missing mandatory argument" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P2" id="TZDate_addDuration_missarg">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_addDuration_missarg.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Test whether the maximal constructor of the TZDate interface is defined or not." type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_constructor_maximal_with_nonoptional_arguments">
+      <testcase purpose="Test whether TZDate(y, m, d, h, m, s, m, timezone) constructor works" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_constructor_maximal_with_nonoptional_arguments">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_constructor_maximal_with_nonoptional_arguments.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Test whether the maximal constructor with optional arguments of the TZDate interface is defined or not." type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_constructor_maximal_with_optional_arguments">
+      <testcase purpose="Test whether TZDate(date, timezone) constructor works" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_constructor_maximal_with_optional_arguments">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_constructor_maximal_with_optional_arguments.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Test whether the minimal constructor of the TZDate interface is defined or not." type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_constructor_minimal_with_nonoptional_arguments">
+      <testcase purpose="Test whether TZDate(y, m, d) constructor works" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_constructor_minimal_with_nonoptional_arguments">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_constructor_minimal_with_nonoptional_arguments.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Test whether the maximal constructor without optional arguments of the TZDate interface is defined or not." type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_constructor_minimal_without_optional_arguments">
+      <testcase purpose="Test whether TZDate() constructor without arguments works" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_constructor_minimal_without_optional_arguments">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_constructor_minimal_without_optional_arguments.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if method difference of TZDate works properly." type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_difference">
+      <testcase purpose="Check if TZDate::difference() method works" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_difference">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_difference.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if difference method exists in TZDate." type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_difference_exist">
+      <testcase purpose="Check if difference() method exists in TZDate" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_difference_exist">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_difference_exist.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if difference method with missing non-optional argument works in TZDate" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P2" id="TZDate_difference_missarg">
+      <testcase purpose="Check if TZDate::difference() throws exception with missing missing mandatory argument" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P2" id="TZDate_difference_missarg">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_difference_missarg.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check argument difference conversions exception in TZDate." type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P2" id="TZDate_difference_other_TypeMismatch">
+      <testcase purpose="Check if TZDate::difference() throws exception when other has wrong type" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P2" id="TZDate_difference_other_TypeMismatch">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_difference_other_TypeMismatch.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check argument validation in difference method in TZDate." type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P2" id="TZDate_difference_other_invalid_obj">
+      <testcase purpose="Check if TZDate::difference() throws exception when other is regural object" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P2" id="TZDate_difference_other_invalid_obj">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_difference_other_invalid_obj.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if method earlierThan of TZDate works properly." type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_earlierThan">
+      <testcase purpose="Check if TZDate::earlierThan() method works" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_earlierThan">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_earlierThan.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if earlierThan method exists in TimeManager." type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_earlierThan_exist">
+      <testcase purpose="Check if earlierThan() method exists in TZDate" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_earlierThan_exist">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_earlierThan_exist.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if earlierThan method with missing non-optional argument works" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P2" id="TZDate_earlierThan_missarg">
+      <testcase purpose="Check if TZDate::earlierThan() throws exception with missing mandatory argument" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P2" id="TZDate_earlierThan_missarg">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_earlierThan_missarg.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check argument earlierThan conversions exception." type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P2" id="TZDate_earlierThan_other_TypeMismatch">
+      <testcase purpose="Check if TZDate::earlierThan() throws exception when other has wrong type" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P2" id="TZDate_earlierThan_other_TypeMismatch">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_earlierThan_other_TypeMismatch.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check argument validation in earlierThan method in TZDate." type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P2" id="TZDate_earlierThan_other_invalid_obj">
+      <testcase purpose="Check if TZDate::earlierThan() throws exception when other is regular object" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P2" id="TZDate_earlierThan_other_invalid_obj">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_earlierThan_other_invalid_obj.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if method equalsTo of TZDate works properly." type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_equalsTo">
+      <testcase purpose="Check if TZDate::equalsTo() method works" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_equalsTo">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_equalsTo.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if equalsTo method exists in TZDate." type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_equalsTo_exist">
+      <testcase purpose="Check if equalsTo() method exists in TZDate" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_equalsTo_exist">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_equalsTo_exist.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if equalsTo method with missing non-optional argument works in TZDate" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P2" id="TZDate_equalsTo_missarg">
+      <testcase purpose="Check if TZDate::equalsTo() throws exception with missing mandatory argument" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P2" id="TZDate_equalsTo_missarg">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_equalsTo_missarg.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check argument equalsTo conversions exception in TZDate." type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P2" id="TZDate_equalsTo_other_TypeMismatch">
+      <testcase purpose="Check if TZDate::equalsTo() throws exception when other has wrong type" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P2" id="TZDate_equalsTo_other_TypeMismatch">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_equalsTo_other_TypeMismatch.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check argument validation in equalsTo method in TZDate." type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P2" id="TZDate_equalsTo_other_invalid_obj">
+      <testcase purpose="Check if TZDate::equalsTo() throws exception when other is regural object" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P2" id="TZDate_equalsTo_other_invalid_obj">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_equalsTo_other_invalid_obj.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Test whether the constructor of the TZDate interface is defined or not." type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P0" id="TZDate_exist">
+      <testcase purpose="Test whether the constructor of the TZDate interface is defined" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P0" id="TZDate_exist">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_exist.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="test whether the TZDate object can have new attribute added" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P3" id="TZDate_extend">
+      <testcase purpose="Test whether the TZDate object can have new attribute added" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P3" id="TZDate_extend">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_extend.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if method getDate of TZDate works properly." type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getDate">
+      <testcase purpose="Check if TZDate::getDate() method returns valid number" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getDate">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getDate.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="tizen.TZDate.getDate()" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getDate_for_specific_date">
+      <testcase purpose="Check whether Tizen.TZDate.getDate() for specific date" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getDate_for_specific_date">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getDate_for_specific_date.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if getDate method exists in TimeManager." type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getDate_exist">
+      <testcase purpose="Check if getDate() method exists in TZDate" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getDate_exist">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getDate_exist.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if method getDate of TZDate accepts extra argument" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getDate_extra_argument">
+      <testcase purpose="Check if TZDate::getDate() method accepts extra argument" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getDate_extra_argument">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getDate_extra_argument.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if method getDay of TZDate works properly." type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getDay">
+      <testcase purpose="Check if TZDate::getDay() method returns valid number" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getDay">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getDay.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="tizen.TZDate.getDay()" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getDay_for_specific_date">
+      <testcase purpose="Check whether Tizen.TZDate.getDay() for specific date" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getDay_for_specific_date">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getDay_for_specific_date.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if getDay method exists in TimeManager." type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getDay_exist">
+      <testcase purpose="Check if getDay() method exists in TZDate" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getDay_exist">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getDay_exist.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if method getDay of TZDate accepts extra argument" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getDay_extra_argument">
+      <testcase purpose="Check if TZDate::getDay() method accepts extra argument" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getDay_extra_argument">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getDay_extra_argument.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if method getFullYear of TZDate works properly." type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getFullYear">
+      <testcase purpose="Check if TZDate::getFullYear() returns valid number" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getFullYear">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getFullYear.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="tizen.TZDate.getFullYear()" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getFullYear_for_specific_date">
+      <testcase purpose="Check whether Tizen.TZDate.getFullYear() for specific date" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getFullYear_for_specific_date">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getFullYear_for_specific_date.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if getFullYear method exists in TimeManager." type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getFullYear_exist">
+      <testcase purpose="Check if getFullYear() method exists in TZDate" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getFullYear_exist">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getFullYear_exist.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if method getFullYear of TZDate accepts extra argument" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getFullYear_extra_argument">
+      <testcase purpose="Check if TZDate::getFullYear() method accepts extra argument" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getFullYear_extra_argument">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getFullYear_extra_argument.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if method getHours of TZDate works properly." type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getHours">
+      <testcase purpose="Check if TZDate::getHours() returns valid number" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getHours">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getHours.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="tizen.TZDate.getHours()" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getHours_for_specific_date">
+      <testcase purpose="Check whether Tizen.TZDate.getHours() for specific date" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getHours_for_specific_date">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getHours_for_specific_date.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if getHours method exists in TimeManager." type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getHours_exist">
+      <testcase purpose="Check if TZDate::getHours() method exists in TZDate" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getHours_exist">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getHours_exist.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if method getHours of TZDate accepts extra argument" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getHours_extra_argument">
+      <testcase purpose="Check if TZDate::getHours() method accepts extra argument" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getHours_extra_argument">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getHours_extra_argument.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if method getMilliseconds of TZDate works properly." type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getMilliseconds">
+      <testcase purpose="Check if TZDate::getMilliseconds() returns valid number" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getMilliseconds">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getMilliseconds.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="tizen.TZDate.getMilliseconds()" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getMilliseconds_for_specific_date">
+      <testcase purpose="Check whether Tizen.TZDate.getMilliseconds() for specific date" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getMilliseconds_for_specific_date">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getMilliseconds_for_specific_date.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if getMilliseconds method exists in TimeManager." type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getMilliseconds_exist">
+      <testcase purpose="Check if getMilliseconds() method exists in TZDate" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getMilliseconds_exist">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getMilliseconds_exist.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if method getMilliseconds of TZDate accepts extra argument" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getMilliseconds_extra_argument">
+      <testcase purpose="Check if TZDate::getMilliseconds() method accepts extra argument" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getMilliseconds_extra_argument">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getMilliseconds_extra_argument.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if method getMinutes of TZDate works properly." type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getMinutes">
+      <testcase purpose="Check if TZDate::getMinutes() returns valid number" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getMinutes">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getMinutes.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="tizen.TZDate.getMinutes()" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getMinutes_for_specific_date">
+      <testcase purpose="Check whether Tizen.TZDate.getMinutes() for specific date" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getMinutes_for_specific_date">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getMinutes_for_specific_date.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if getMinutes method exists in TimeManager." type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getMinutes_exist">
+      <testcase purpose="Check if getMinutes() method exists in TZDate" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getMinutes_exist">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getMinutes_exist.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if method getMinutes of TZDate accepts extra argument" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getMinutes_extra_argument">
+      <testcase purpose="Check if TZDate::getMinutes() method accepts extra argument" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getMinutes_extra_argument">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getMinutes_extra_argument.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if method getMonth of TZDate works properly." type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getMonth">
+      <testcase purpose="Check if TZDate::getMonth() returns valid number" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getMonth">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getMonth.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="tizen.TZDate.getMonth()" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getMonth_for_specific_date">
+      <testcase purpose="Check whether Tizen.TZDate.getMonth() for specific date" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getMonth_for_specific_date">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getMonth_for_specific_date.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if getMonth method exists in TimeManager." type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getMonth_exist">
+      <testcase purpose="Check if getMonth() method exists in TZDate" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getMonth_exist">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getMonth_exist.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if method getMonth of TZDate accepts extra argument" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getMonth_extra_argument">
+      <testcase purpose="Check if TZDate::getMonth() method accepts extra argument" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getMonth_extra_argument">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getMonth_extra_argument.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if method getNextDSTTransition of TZDate works properly." type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getNextDSTTransition">
+      <testcase purpose="Check if TZDate::getNextDSTTransition() returns a either date or null" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getNextDSTTransition">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getNextDSTTransition.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if getNextDSTTransition method exists in TimeManager." type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getNextDSTTransition_exist">
+      <testcase purpose="Check if getNextDSTTransition() method exists in TZDate" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getNextDSTTransition_exist">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getNextDSTTransition_exist.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if method getNextDSTTransition of TZDate accepts extra argument" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getNextDSTTransition_extra_argument">
+      <testcase purpose="Check if TZDate::getNextDSTTransition() method accepts extra argument" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getNextDSTTransition_extra_argument">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getNextDSTTransition_extra_argument.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if method getPreviousDSTTransition of TZDate works properly." type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getPreviousDSTTransition">
+      <testcase purpose="Check if TZDate::getPreviousDSTTransition() returns a either date or null" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getPreviousDSTTransition">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getPreviousDSTTransition.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if getPreviousDSTTransition method exists in TimeManager." type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getPreviousDSTTransition_exist">
+      <testcase purpose="Check if getPreviousDSTTransition() method exists in TZDate" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getPreviousDSTTransition_exist">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getPreviousDSTTransition_exist.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if method getPreviousDSTTransition of TZDate accepts extra argument" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getPreviousDSTTransition_extra_argument">
+      <testcase purpose="Check if TZDate::getPreviousDSTTransition() method accepts extra argument" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getPreviousDSTTransition_extra_argument">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getPreviousDSTTransition_extra_argument.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if method getSeconds of TZDate works properly." type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getSeconds">
+      <testcase purpose="Check if TZDate::getSeconds() returns valid number" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getSeconds">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getSeconds.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="tizen.TZDate.getSeconds()" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getSeconds_for_specific_date">
+      <testcase purpose="Check whether Tizen.TZDate.getSeconds() for specific date" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getSeconds_for_specific_date">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getSeconds_for_specific_date.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if getSeconds method exists in TimeManager." type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getSeconds_exist">
+      <testcase purpose="Check if getSeconds() method exists in TZDate" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getSeconds_exist">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getSeconds_exist.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if method getSeconds of TZDate accepts extra argument" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getSeconds_extra_argument">
+      <testcase purpose="Check if TZDate::getSeconds() method accepts extra argument" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getSeconds_extra_argument">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getSeconds_extra_argument.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if method getTimezone of TZDate works properly." type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getTimezone">
+      <testcase purpose="Check if TZDate::getTimezone() returns a string" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getTimezone">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getTimezone.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if method getTimezoneAbbreviation of TZDate works properly." type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getTimezoneAbbreviation">
+      <testcase purpose="Check if TZDate::getTimezoneAbbreviation() returns a string" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getTimezoneAbbreviation">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getTimezoneAbbreviation.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if getTimezoneAbbreviation method exists in TimeManager." type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getTimezoneAbbreviation_exist">
+      <testcase purpose="Check if getTimezoneAbbreviation() method exists in TZDate" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getTimezoneAbbreviation_exist">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getTimezoneAbbreviation_exist.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if method getTimezoneAbbreviation of TZDate accepts extra argument" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getTimezoneAbbreviation_extra_argument">
+      <testcase purpose="Check if TZDate::getTimezoneAbbreviation() method accepts extra argument" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getTimezoneAbbreviation_extra_argument">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getTimezoneAbbreviation_extra_argument.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="tizen.TZDate.getTimezone()" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getTimezone_for_specific_timezone">
+      <testcase purpose="Check whether Tizen.TZDate.getTimezone() for specific timezone" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getTimezone_for_specific_timezone">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getTimezone_for_specific_timezone.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if getTimezone method exists in TimeManager." type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getTimezone_exist">
+      <testcase purpose="Check if getTimezone() method exists in TZDate" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getTimezone_exist">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getTimezone_exist.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if method getTimezone of TZDate accepts extra argument" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getTimezone_extra_argument">
+      <testcase purpose="Check if TZDate::getTimezone() method accepts extra argument" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getTimezone_extra_argument">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getTimezone_extra_argument.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if method getUTCDate of TZDate works properly." type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getUTCDate">
+      <testcase purpose="Check if TZDate::getUTCDate() returns valid number" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getUTCDate">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getUTCDate.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="tizen.TZDate.getUTCDate()" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getUTCDate_for_specific_date">
+      <testcase purpose="Check whether Tizen.TZDate.getUTCDate() for specific date" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getUTCDate_for_specific_date">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getUTCDate_for_specific_date.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if getUTCDate method exists in TimeManager." type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getUTCDate_exist">
+      <testcase purpose="Check if getUTCDate() method exists in TZDate" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getUTCDate_exist">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getUTCDate_exist.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if method getUTCDate of TZDate accepts extra argument" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getUTCDate_extra_argument">
+      <testcase purpose="Check if TZDate::getUTCDate() method accepts extra argument" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getUTCDate_extra_argument">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getUTCDate_extra_argument.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if method getUTCDay of TZDate works properly." type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getUTCDay">
+      <testcase purpose="Check if TZDate::getUTCDay() returns valid number" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getUTCDay">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getUTCDay.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="tizen.TZDate.getUTCDay()" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getUTCDay_for_specific_date">
+      <testcase purpose="Check whether Tizen.TZDate.getUTCDay() for specific date" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getUTCDay_for_specific_date">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getUTCDay_for_specific_date.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if getUTCDay method exists in TimeManager." type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getUTCDay_exist">
+      <testcase purpose="Check if getUTCDay() method exists in TZDate" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getUTCDay_exist">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getUTCDay_exist.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if method getUTCDay of TZDate accepts extra argument" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getUTCDay_extra_argument">
+      <testcase purpose="Check if TZDate::getUTCDay() method accepts extra argument" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getUTCDay_extra_argument">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getUTCDay_extra_argument.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if method getUTCFullYear of TZDate works properly." type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getUTCFullYear">
+      <testcase purpose="Check if TZDate::getUTCFullYear() returns valid number" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getUTCFullYear">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getUTCFullYear.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="tizen.TZDate.getUTCFullYear()" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getUTCFullYear_for_specific_date">
+      <testcase purpose="Check whether Tizen.TZDate.getUTCFullYear() for specific date" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getUTCFullYear_for_specific_date">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getUTCFullYear_for_specific_date.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if getUTCFullYear method exists in TimeManager." type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getUTCFullYear_exist">
+      <testcase purpose="Check if getUTCFullYear() method exists in TZDate" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getUTCFullYear_exist">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getUTCFullYear_exist.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if method getUTCFullYear of TZDate accepts extra argument" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getUTCFullYear_extra_argument">
+      <testcase purpose="Check if TZDate::getUTCFullYear() method accepts extra argument" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getUTCFullYear_extra_argument">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getUTCFullYear_extra_argument.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if method getUTCHours of TZDate works properly." type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getUTCHours">
+      <testcase purpose="Check if TZDate::getUTCHours() returns valid number" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getUTCHours">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getUTCHours.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="tizen.TZDate.getUTCHours()" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getUTCHours_for_specific_date">
+      <testcase purpose="Check whether Tizen.TZDate.getUTCHours() for specific date" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getUTCHours_for_specific_date">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getUTCHours_for_specific_date.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if getUTCHours method exists in TimeManager." type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getUTCHours_exist">
+      <testcase purpose="Check if getUTCHours() method exists in TZDate" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getUTCHours_exist">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getUTCHours_exist.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if method getUTCHours of TZDate accepts extra argument" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getUTCHours_extra_argument">
+      <testcase purpose="Check if method TZDate::getUTCHours() method accepts extra argument" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getUTCHours_extra_argument">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getUTCHours_extra_argument.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if method getUTCMilliseconds of TZDate works properly." type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getUTCMilliseconds">
+      <testcase purpose="Check if TZDate::getUTCMilliseconds() returns valid number" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getUTCMilliseconds">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getUTCMilliseconds.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="tizen.TZDate.getUTCMilliseconds()" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getUTCMilliseconds_for_specific_date">
+      <testcase purpose="Check whether Tizen.TZDate.getUTCMilliseconds() for specific date" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getUTCMilliseconds_for_specific_date">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getUTCMilliseconds_for_specific_date.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if getUTCMilliseconds method exists in TimeManager." type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getUTCMilliseconds_exist">
+      <testcase purpose="Check if getUTCMilliseconds() method exists in TZDate" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getUTCMilliseconds_exist">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getUTCMilliseconds_exist.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if method getUTCMilliseconds of TZDate accepts extra argument" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getUTCMilliseconds_extra_argument">
+      <testcase purpose="Check if TZDate::getUTCMilliseconds() method accepts extra argument" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getUTCMilliseconds_extra_argument">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getUTCMilliseconds_extra_argument.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if method getUTCMinutes of TZDate works properly." type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getUTCMinutes">
+      <testcase purpose="Check if TZDate::getUTCMinutes() returns valid number" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getUTCMinutes">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getUTCMinutes.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="tizen.TZDate.getUTCMinutes()" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getUTCMinutes_for_specific_date">
+      <testcase purpose="Check whether Tizen.TZDate.getUTCMinutes() for specific date" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getUTCMinutes_for_specific_date">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getUTCMinutes_for_specific_date.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if getUTCMinutes method exists in TimeManager." type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getUTCMinutes_exist">
+      <testcase purpose="Check if getUTCMinutes() method exists in TZDate" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getUTCMinutes_exist">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getUTCMinutes_exist.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if method getUTCMinutes of TZDate accepts extra argument" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getUTCMinutes_extra_argument">
+      <testcase purpose="Check if TZDate::getUTCMinutes() method accepts extra argument" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getUTCMinutes_extra_argument">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getUTCMinutes_extra_argument.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if method getUTCMonth of TZDate works properly." type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getUTCMonth">
+      <testcase purpose="Check if TZDate::getUTCMonth() returns valid number" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getUTCMonth">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getUTCMonth.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="tizen.TZDate.getUTCMonth()" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getUTCMonth_for_specific_date">
+      <testcase purpose="Check whether Tizen.TZDate.getUTCMonth() for specific date" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getUTCMonth_for_specific_date">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getUTCMonth_for_specific_date.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if getUTCMonth method exists in TimeManager." type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getUTCMonth_exist">
+      <testcase purpose="Check if getUTCMonth() method exists in TZDate" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getUTCMonth_exist">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getUTCMonth_exist.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if method getUTCMonth of TZDate accepts extra argument" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getUTCMonth_extra_argument">
+      <testcase purpose="Check if TZDate::getUTCMonth() method accepts extra argument" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getUTCMonth_extra_argument">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getUTCMonth_extra_argument.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if method getUTCSeconds of TZDate works properly." type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getUTCSeconds">
+      <testcase purpose="Check if TZDate::getUTCSeconds() returns valid number" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getUTCSeconds">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getUTCSeconds.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="tizen.TZDate.getUTCSeconds()" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getUTCSeconds_for_specific_date">
+      <testcase purpose="Check whether Tizen.TZDate.getUTCSeconds() for specific date" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getUTCSeconds_for_specific_date">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getUTCSeconds_for_specific_date.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if getUTCSeconds method exists in TimeManager." type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getUTCSeconds_exist">
+      <testcase purpose="Check if getUTCSeconds() method exists in TZDate" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getUTCSeconds_exist">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getUTCSeconds_exist.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if method getUTCSeconds of TZDate accepts extra argument" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getUTCSeconds_extra_argument">
+      <testcase purpose="Check if TZDate::getUTCSeconds() method accepts extra argument" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_getUTCSeconds_extra_argument">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getUTCSeconds_extra_argument.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if method isDST of TZDate works properly." type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_isDST">
+      <testcase purpose="Check if TZDate::isDST() method returns boolean" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_isDST">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_isDST.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="tizen.TZDate.isDST()" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_isDST_for_specific_date">
+      <testcase purpose="Check whether Tizen.TZDate.isDST() for specific date" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_isDST_for_specific_date">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_isDST_for_specific_date.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if isDST method exists in TimeManager." type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_isDST_exist">
+      <testcase purpose="Check if isDST() method exists in TZDate" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_isDST_exist">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_isDST_exist.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if method isDST of TZDate accepts extra argument" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_isDST_extra_argument">
+      <testcase purpose="Check if TZDate::isDST() method accepts extra argument" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_isDST_extra_argument">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_isDST_extra_argument.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if method laterThan of TZDate works properly." type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_laterThan">
+      <testcase purpose="Check if TZDate::laterThan() method returns that current date after 2013-03-04" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_laterThan">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_laterThan.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check argument null validation in laterThan method in TZDate." type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_laterThan_with_null">
+      <testcase purpose="Check if TZDate::laterThan() throws exception when other is null" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_laterThan_with_null">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_laterThan_with_null.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if laterThan method exists in TimeManager." type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_laterThan_exist">
+      <testcase purpose="Check if TZDate::laterThan() method exists in TZDate" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_laterThan_exist">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_laterThan_exist.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if laterThan method with missing non-optional argument works" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P2" id="TZDate_laterThan_missarg">
+      <testcase purpose="Check if TZDate::laterThan() method accepts extra argument" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P2" id="TZDate_laterThan_missarg">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_laterThan_missarg.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check argument laterThan conversions exception." type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P2" id="TZDate_laterThan_other_TypeMismatch">
+      <testcase purpose="Check if TZDate::laterThan() throws exception when other has wrong type" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P2" id="TZDate_laterThan_other_TypeMismatch">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_laterThan_other_TypeMismatch.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check argument validation in laterThan method in TZDate." type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P2" id="TZDate_laterThan_other_invalid_obj">
+      <testcase purpose="Check if TZDate::laterThan() throws exception when other is regular object" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P2" id="TZDate_laterThan_other_invalid_obj">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_laterThan_other_invalid_obj.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if method secondsFromUTC of TZDate works properly." type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_secondsFromUTC">
+      <testcase purpose="Check if TZDate::secondsFromUTC() returns number" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_secondsFromUTC">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_secondsFromUTC.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="check whether secondsFromUTC() method correctly gets the number of seconds from UTC offset for the time zone" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_secondsFromUTC_for_specific_date">
+      <testcase purpose="Check whether secondsFromUTC() method correctly gets the number of seconds from UTC offset for the time zone" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_secondsFromUTC_for_specific_date">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_secondsFromUTC_for_specific_date.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if secondsFromUTC method exists in TimeManager." type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_secondsFromUTC_exist">
+      <testcase purpose="Check if secondsFromUTC() method exists in TZDate" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_secondsFromUTC_exist">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_secondsFromUTC_exist.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if method secondsFromUTC of TZDate accepts extra argument" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_secondsFromUTC_extra_argument">
+      <testcase purpose="Check if TZDate::secondsFromUTC() method accepts extra argument" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_secondsFromUTC_extra_argument">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_secondsFromUTC_extra_argument.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if method setDate of TZDate works properly." type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_setDate">
+      <testcase purpose="Check if TZDate::setDate() method sets day of the month and returns nothing" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_setDate">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_setDate.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="check various arguments for setDate() method" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_setDate_for_specific_date">
+      <testcase purpose="Check various arguments for setDate() method" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_setDate_for_specific_date">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_setDate_for_specific_date.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if setDate method exists in TimeManager." type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_setDate_exist">
+      <testcase purpose="Check if setDate() method exists in TZDate" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_setDate_exist">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_setDate_exist.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if method setFullYear of TZDate works properly." type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_setFullYear">
+      <testcase purpose="Check if TZDate::setFullYear() method sets year and returns nothing" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_setFullYear">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_setFullYear.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if setFullYear method exists in TimeManager." type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_setFullYear_exist">
+      <testcase purpose="Check if setFullYear() method exists in TZDate" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_setFullYear_exist">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_setFullYear_exist.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if method setHours of TZDate works properly." type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_setHours">
+      <testcase purpose="Check if TZDate::setHours() method sets hour and returns nothing" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_setHours">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_setHours.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if setHours method exists in TimeManager." type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_setHours_exist">
+      <testcase purpose="Check if setHours() method exists in TZDate" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_setHours_exist">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_setHours_exist.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if method setMilliseconds of TZDate works properly." type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_setMilliseconds">
+      <testcase purpose="Check if TZDate::setMilliseconds() method sets milliseconds and returns nothing" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_setMilliseconds">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_setMilliseconds.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if setMilliseconds method exists in TimeManager." type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_setMilliseconds_exist">
+      <testcase purpose="Check if setMilliseconds() method exists in TZDate" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_setMilliseconds_exist">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_setMilliseconds_exist.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if method toDateString of TZDate works properly." type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_toDateString">
+      <testcase purpose="Check if TZDate::ToDateString() method returns non-empty string" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_toDateString">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_toDateString.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="check whether toDateString() method correctly returns the date portion of a TZDate object as a string" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_toDateString_for_specific_date">
+      <testcase purpose="Check whether toDateString() method correctly returns the date portion of a TZDate object as a string" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_toDateString_for_specific_date">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_toDateString_for_specific_date.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="tizen.TZDate.toLocalTimezone (null) WRONG argument(s)" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_toLocalTimezone_for_specific_date">
+      <testcase purpose="Tizen.TZDate.toLocalTimezone (null) WRONG argument(s)" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_toLocalTimezone_for_specific_date">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_toLocalTimezone_for_specific_date.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if method toLocaleDateString of TZDate works properly." type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_toLocaleDateString">
+      <testcase purpose="Check if TZDate::ToLocaleDateString() method returns non-empty string" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_toLocaleDateString">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_toLocaleDateString.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="check whether toLocaleDateString() method correctly returns the date portion of a TZDate object as a string" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_toLocaleDateString_for_specific_date">
+      <testcase purpose="Check whether toLocaleDateString() method correctly returns the date portion of a TZDate object as a string" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_toLocaleDateString_for_specific_date">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_toLocaleDateString_for_specific_date.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if method toLocaleString of TZDate works properly." type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_toLocaleString">
+      <testcase purpose="Check if TZDate::ToLocaleString() method returns non-empty string" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_toLocaleString">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_toLocaleString.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="check whether toLocaleString() method correctly converts a TZDate object to a string, using locale conventions" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_toLocaleString_for_specific_date">
+      <testcase purpose="Check whether toLocaleString() method correctly converts a TZDate object to a string, using locale conventions" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_toLocaleString_for_specific_date">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_toLocaleString_for_specific_date.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if method toLocaleTimeString of TZDate works properly." type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_toLocaleTimeString">
+      <testcase purpose="Check if TZDate::ToLocaleTimeString() method returns non-empty string" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_toLocaleTimeString">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_toLocaleTimeString.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="check whether toLocaleTimeString() method correctly returns the time portion of a TZDate object as a string" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_toLocaleTimeString_for_specific_date">
+      <testcase purpose="Check whether toLocaleTimeString() method correctly returns the time portion of a TZDate object as a string" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_toLocaleTimeString_for_specific_date">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_toLocaleTimeString_for_specific_date.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if method toString of TZDate works properly." type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_toString">
+      <testcase purpose="Check if TZDate::ToString() method returns non-empty string" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_toString">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_toString.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="check whether toString() method converts a TZDate object to a string correctly" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_toString_for_specific_date">
+      <testcase purpose="toString() method converts a TZDate object to a string correctly" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_toString_for_specific_date">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_toString_for_specific_date.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if method toTimeString of TZDate works properly." type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_toTimeString">
+      <testcase purpose="Check if TZDate::ToTimeString() method returns non-empty string" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_toTimeString">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_toTimeString.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="check whether toTimeString() method correctly returns the time portion of a TZDate object as a string" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_toTimeString_for_specific_date">
+      <testcase purpose="Check whether toTimeString() method correctly returns the time portion of a TZDate object as a string" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_toTimeString_for_specific_date">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_toTimeString_for_specific_date.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if method toTimeString of TZDate accepts extra argument" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_toTimeString_extra_argument">
+      <testcase purpose="Check whether Tizen.TZDate.getMonth() extra argument" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TZDate_toTimeString_extra_argument">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_toTimeString_extra_argument.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if difference method with missing non-optional argument works in TimeDuration " type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P2" id="TimeDuration_difference_missarg">
+      <testcase purpose="Check if difference method with missing non-optional argument works in TimeDuration" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P2" id="TimeDuration_difference_missarg">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TimeDuration_difference_missarg.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="test whether TimeDuration the object can have new attribute added" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P3" id="TimeDuration_extend">
+      <testcase purpose="Test whether TimeDuration the object can have new attribute added" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P3" id="TimeDuration_extend">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TimeDuration_extend.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="check attribute length" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TimeDuration_length_attribute">
+      <testcase purpose="Check existent and type attribute length" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TimeDuration_length_attribute">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TimeDuration_length_attribute.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="check attribute unit" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TimeDuration_unit_attribute">
+      <testcase purpose="Check existent and type attribute unit" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TimeDuration_unit_attribute">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TimeDuration_unit_attribute.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="test whether the TimeManager object can have new attribute added" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P3" id="TimeUtil_extend">
+      <testcase purpose="Test whether the TimeManager object can have new attribute added" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P3" id="TimeUtil_extend">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TimeUtil_extend.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="check whether getCurrentDateTime() method returns the current date / time correctly" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TimeUtil_getCurrentDateTime_instanceof">
+      <testcase purpose="Check whether getCurrentDateTime() method returns the current date / time correctly" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P1" id="TimeUtil_getCurrentDateTime_instanceof">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TimeUtil_getCurrentDateTime_instanceof.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check addDuration method for invalid length" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P2" id="TZDate_addDuration_invalidLength">
+      <testcase purpose="Check TZDate::addDuration() method called with invalid length" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P2" id="TZDate_addDuration_invalidLength">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_addDuration_invalidLength.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check addDuration method for unit DAYS and negative" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P2" id="TZDate_addDuration_unitDAYS_negative">
+      <testcase purpose="Check addDuration method for unit DAYS and negative length" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P2" id="TZDate_addDuration_unitDAYS_negative">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_addDuration_unitDAYS_negative.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check addDuration method for unit DAYS counting for week" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P2" id="TZDate_addDuration_unitDAYS_week">
+      <testcase purpose="Check addDuration method for unit DAYS adding week" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P2" id="TZDate_addDuration_unitDAYS_week">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_addDuration_unitDAYS_week.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check addDuration method for unit DAYS counting for year" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P2" id="TZDate_addDuration_unitDAYS_year">
+      <testcase purpose="Check addDuration method for unit DAYS adding year" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P2" id="TZDate_addDuration_unitDAYS_year">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_addDuration_unitDAYS_year.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check addDuration method for unit HOURS when more than one day" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P2" id="TZDate_addDuration_unitHOURS_moreThanOneDay">
+      <testcase purpose="Check addDuration method for unit HOURS adding 25 hours" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P2" id="TZDate_addDuration_unitHOURS_moreThanOneDay">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_addDuration_unitHOURS_moreThanOneDay.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check addDuration method for unit HOURS and negative" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P2" id="TZDate_addDuration_unitHOURS_negative">
+      <testcase purpose="Check addDuration method for unit HOURS and negative length" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P2" id="TZDate_addDuration_unitHOURS_negative">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_addDuration_unitHOURS_negative.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check addDuration method for unit MINS and complex Number" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P2" id="TZDate_addDuration_unitMINS_complexNum">
+      <testcase purpose="Check addDuration method for unit MINS and length of 5" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P2" id="TZDate_addDuration_unitMINS_complexNum">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_addDuration_unitMINS_complexNum.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check addDuration method for unit MINS and negative" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P2" id="TZDate_addDuration_unitMINS_negative">
+      <testcase purpose="Check addDuration method for unit MINS and negative length" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P2" id="TZDate_addDuration_unitMINS_negative">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_addDuration_unitMINS_negative.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check addDuration method for unit MSECS and complex Number" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P2" id="TZDate_addDuration_unitMSECS_complexNum">
+      <testcase purpose="Check addDuration method for unit MSECS and length of 45" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P2" id="TZDate_addDuration_unitMSECS_complexNum">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_addDuration_unitMSECS_complexNum.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check addDuration method for unit MSECS and negative" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P2" id="TZDate_addDuration_unitMSECS_negative">
+      <testcase purpose="Check addDuration method for unit MSECS and negative length" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P2" id="TZDate_addDuration_unitMSECS_negative">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_addDuration_unitMSECS_negative.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check addDuration method for unit SECS and complex number" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P2" id="TZDate_addDuration_unitSECS_complexNum">
+      <testcase purpose="Check addDuration method for unit SECS and length of 45" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P2" id="TZDate_addDuration_unitSECS_complexNum">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_addDuration_unitSECS_complexNum.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check addDuration method for unit SECS and negative" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P2" id="TZDate_addDuration_unitSECS_negative">
+      <testcase purpose="Check addDuration method for unit SECS and negative length" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P2" id="TZDate_addDuration_unitSECS_negative">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_addDuration_unitSECS_negative.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="check attribute time" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P3" id="Time_in_tizen">
+      <testcase purpose="Check existent and type attribute time" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P3" id="Time_in_tizen">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/Time_in_tizen.html</test_script_entry>
         </description>
index 67794c625641eff2acb4459f6eef550fe296aa48..55b6e5315cdae5d28d28d716ee6081c9231e5948 100644 (file)
@@ -3,7 +3,7 @@
 <test_definition>
   <suite name="tct-time-tizen-tests" launcher="WRTLauncher" category="Tizen Web Device APIs">
     <set name="Time">
-      <testcase purpose="Time_TZDate_toLocaleDateString" component="TizenAPI/System/Time" execution_type="auto" id="Time_TZDate_toLocaleDateString">
+      <testcase purpose="Check if TZDate::ToLocaleDateString() method returns string" component="TizenAPI/System/Time" execution_type="auto" id="Time_TZDate_toLocaleDateString">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/Time_TZDate_toLocaleDateString.html</test_script_entry>
         </description>
@@ -23,7 +23,7 @@
           <test_script_entry>/opt/tct-time-tizen-tests/time/Time_TZDate_getUTCMilliseconds.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Time_TZDate_toUTC" component="TizenAPI/System/Time" execution_type="auto" id="Time_TZDate_toUTC">
+      <testcase purpose="Check if TZDate::toUTC() method returns string" component="TizenAPI/System/Time" execution_type="auto" id="Time_TZDate_toUTC">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/Time_TZDate_toUTC.html</test_script_entry>
         </description>
@@ -58,7 +58,7 @@
           <test_script_entry>/opt/tct-time-tizen-tests/time/Time_TZDate_secondsFromUTC.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Time_TZDate_toLocaleString" component="TizenAPI/System/Time" execution_type="auto" id="Time_TZDate_toLocaleString">
+      <testcase purpose="Check if TZDate::ToLocaleString() method returns string" component="TizenAPI/System/Time" execution_type="auto" id="Time_TZDate_toLocaleString">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/Time_TZDate_toLocaleString.html</test_script_entry>
         </description>
@@ -68,7 +68,7 @@
           <test_script_entry>/opt/tct-time-tizen-tests/time/Time_TZDate_setUTCFullYear_normal.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Time_TZDate_setFullYear_normal" component="TizenAPI/System/Time" execution_type="auto" id="Time_TZDate_setFullYear_normal">
+      <testcase purpose="Check if TZDate.setFullYear_normal() works properly" component="TizenAPI/System/Time" execution_type="auto" id="Time_TZDate_setFullYear_normal">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/Time_TZDate_setFullYear_normal.html</test_script_entry>
         </description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/Time_TZDate_setUTCMilliseconds_normal.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Time_TZDate_toDateString" component="TizenAPI/System/Time" execution_type="auto" id="Time_TZDate_toDateString">
+      <testcase purpose="Check if TZDate::ToDateString() method returns string" component="TizenAPI/System/Time" execution_type="auto" id="Time_TZDate_toDateString">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/Time_TZDate_toDateString.html</test_script_entry>
         </description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/Time_TZDate_getTimezone.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Time_TZDate_toTimeString" component="TizenAPI/System/Time" execution_type="auto" id="Time_TZDate_toTimeString">
+      <testcase purpose="Check if TZDate::ToTimeString() method returns string" component="TizenAPI/System/Time" execution_type="auto" id="Time_TZDate_toTimeString">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/Time_TZDate_toTimeString.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Time_TZDate_toString" component="TizenAPI/System/Time" execution_type="auto" id="Time_TZDate_toString">
+      <testcase purpose="Check if TZDate::ToString() method returns string" component="TizenAPI/System/Time" execution_type="auto" id="Time_TZDate_toString">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/Time_TZDate_toString.html</test_script_entry>
         </description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/Time_TZDate_getDay.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Time_TZDate_setUTCMonth_normal" component="TizenAPI/System/Time" execution_type="auto" id="Time_TZDate_setUTCMonth_normal">
+      <testcase purpose="Check if TZDate.setUTCMonth() works properly" component="TizenAPI/System/Time" execution_type="auto" id="Time_TZDate_setUTCMonth_normal">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/Time_TZDate_setUTCMonth_normal.html</test_script_entry>
         </description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/Time_TZDate_getUTCMonth.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Time_TZDate_toTimezone" component="TizenAPI/System/Time" execution_type="auto" id="Time_TZDate_toTimezone">
+      <testcase purpose="Check if TZDate::toTimezone() method returns string" component="TizenAPI/System/Time" execution_type="auto" id="Time_TZDate_toTimezone">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/Time_TZDate_toTimezone.html</test_script_entry>
         </description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/Time_TZDate_isDST_true.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Time_TZDate_setUTCSeconds_normal" component="TizenAPI/System/Time" execution_type="auto" id="Time_TZDate_setUTCSeconds_normal">
+      <testcase purpose="Check if TZDate.setUTCSeconds() works properly" component="TizenAPI/System/Time" execution_type="auto" id="Time_TZDate_setUTCSeconds_normal">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/Time_TZDate_setUTCSeconds_normal.html</test_script_entry>
         </description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/Time_TZDate_getUTCDate.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Time_TZDate_toLocaleTimeString" component="TizenAPI/System/Time" execution_type="auto" id="Time_TZDate_toLocaleTimeString">
+      <testcase purpose="Check if TZDate::ToLocaleTimeString() method returns string" component="TizenAPI/System/Time" execution_type="auto" id="Time_TZDate_toLocaleTimeString">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/Time_TZDate_toLocaleTimeString.html</test_script_entry>
         </description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/Time_TZDate_setUTCMilliseconds_invalidMilliseconds.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Time_TZDate_setUTCMinutes_abnormalDecimal" component="TizenAPI/System/Time" execution_type="auto" id="Time_TZDate_setUTCMinutes_abnormalDecimal">
+      <testcase purpose="Check if TZDate.setUTCMinutes() called with decimal don't set the milliseconds" component="TizenAPI/System/Time" execution_type="auto" id="Time_TZDate_setUTCMinutes_abnormalDecimal">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/Time_TZDate_setUTCMinutes_abnormalDecimal.html</test_script_entry>
         </description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/Time_TZDate_setUTCMinutes_invalidMinutes.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Time_TZDate_setUTCMonth_abnormalDecimal" component="TizenAPI/System/Time" execution_type="auto" id="Time_TZDate_setUTCMonth_abnormalDecimal">
+      <testcase purpose="Check if TZDate.setUTCMonth() called with decimal don't set the milliseconds" component="TizenAPI/System/Time" execution_type="auto" id="Time_TZDate_setUTCMonth_abnormalDecimal">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/Time_TZDate_setUTCMonth_abnormalDecimal.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Time_TZDate_setUTCMonth_boundaryBiggerThanUpper" component="TizenAPI/System/Time" execution_type="auto" id="Time_TZDate_setUTCMonth_boundaryBiggerThanUpper">
+      <testcase purpose="Check if TZDate.setUTCMonth() called with value greater than upper limit don't set the minutes" component="TizenAPI/System/Time" execution_type="auto" id="Time_TZDate_setUTCMonth_boundaryBiggerThanUpper">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/Time_TZDate_setUTCMonth_boundaryBiggerThanUpper.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Time_TZDate_setUTCMonth_boundaryLessThanLower" component="TizenAPI/System/Time" execution_type="auto" id="Time_TZDate_setUTCMonth_boundaryLessThanLower">
+      <testcase purpose="Check if TZDate.setUTCMonth() called with number less than lower boundary doesn't set the date" component="TizenAPI/System/Time" execution_type="auto" id="Time_TZDate_setUTCMonth_boundaryLessThanLower">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/Time_TZDate_setUTCMonth_boundaryLessThanLower.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Time_TZDate_setUTCMonth_boundaryLowerLimit" component="TizenAPI/System/Time" execution_type="auto" id="Time_TZDate_setUTCMonth_boundaryLowerLimit">
+      <testcase purpose="Check if TZDate.setUTCMonth() called with lowest value possible works properly" component="TizenAPI/System/Time" execution_type="auto" id="Time_TZDate_setUTCMonth_boundaryLowerLimit">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/Time_TZDate_setUTCMonth_boundaryLowerLimit.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Time_TZDate_setUTCMonth_boundaryUpperLimit" component="TizenAPI/System/Time" execution_type="auto" id="Time_TZDate_setUTCMonth_boundaryUpperLimit">
+      <testcase purpose="Check if TZDate.setUTCMonth() called with highest value possible works properly" component="TizenAPI/System/Time" execution_type="auto" id="Time_TZDate_setUTCMonth_boundaryUpperLimit">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/Time_TZDate_setUTCMonth_boundaryUpperLimit.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Time_TZDate_setUTCMonth_invalidMonth" component="TizenAPI/System/Time" execution_type="auto" id="Time_TZDate_setUTCMonth_invalidMonth">
+      <testcase purpose="Check if TZDate.setUTCMonth() called with invalid string argument don't set the month" component="TizenAPI/System/Time" execution_type="auto" id="Time_TZDate_setUTCMonth_invalidMonth">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/Time_TZDate_setUTCMonth_invalidMonth.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Time_TZDate_setUTCSeconds_abnormalDecimal" component="TizenAPI/System/Time" execution_type="auto" id="Time_TZDate_setUTCSeconds_abnormalDecimal">
+      <testcase purpose="Check if TZDate.setUTCSeconds() called with decimal don't set the milliseconds" component="TizenAPI/System/Time" execution_type="auto" id="Time_TZDate_setUTCSeconds_abnormalDecimal">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/Time_TZDate_setUTCSeconds_abnormalDecimal.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Time_TZDate_setUTCSeconds_boundaryBiggerThanUpper" component="TizenAPI/System/Time" execution_type="auto" id="Time_TZDate_setUTCSeconds_boundaryBiggerThanUpper">
+      <testcase purpose="Check if TZDate.setUTCSeconds() called with value greater than upper limit don't set the minutes" component="TizenAPI/System/Time" execution_type="auto" id="Time_TZDate_setUTCSeconds_boundaryBiggerThanUpper">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/Time_TZDate_setUTCSeconds_boundaryBiggerThanUpper.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Time_TZDate_setUTCSeconds_boundaryLessThanLower" component="TizenAPI/System/Time" execution_type="auto" id="Time_TZDate_setUTCSeconds_boundaryLessThanLower">
+      <testcase purpose="Check if TZDate.setUTCSeconds() called with number less than lower boundary doesn't set the date" component="TizenAPI/System/Time" execution_type="auto" id="Time_TZDate_setUTCSeconds_boundaryLessThanLower">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/Time_TZDate_setUTCSeconds_boundaryLessThanLower.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Time_TZDate_setUTCSeconds_boundaryLowerLimit" component="TizenAPI/System/Time" execution_type="auto" id="Time_TZDate_setUTCSeconds_boundaryLowerLimit">
+      <testcase purpose="Check if TZDate.setUTCSeconds() called with lowest value possible works properly" component="TizenAPI/System/Time" execution_type="auto" id="Time_TZDate_setUTCSeconds_boundaryLowerLimit">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/Time_TZDate_setUTCSeconds_boundaryLowerLimit.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Time_TZDate_setUTCSeconds_boundaryUpperLimit" component="TizenAPI/System/Time" execution_type="auto" id="Time_TZDate_setUTCSeconds_boundaryUpperLimit">
+      <testcase purpose="Check if TZDate.setUTCSeconds() called with highest value possible works properly" component="TizenAPI/System/Time" execution_type="auto" id="Time_TZDate_setUTCSeconds_boundaryUpperLimit">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/Time_TZDate_setUTCSeconds_boundaryUpperLimit.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Time_TZDate_setUTCSeconds_invalidSeconds" component="TizenAPI/System/Time" execution_type="auto" id="Time_TZDate_setUTCSeconds_invalidSeconds">
+      <testcase purpose="Check if TZDate.setUTCSeconds() called with invalid string argument don't set the seconds" component="TizenAPI/System/Time" execution_type="auto" id="Time_TZDate_setUTCSeconds_invalidSeconds">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/Time_TZDate_setUTCSeconds_invalidSeconds.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Time_TZDate_toTimezone_invalid" component="TizenAPI/System/Time" execution_type="auto" id="Time_TZDate_toTimezone_invalid">
+      <testcase purpose="Check if TZDate::toTimezone(invalid) method reports error" component="TizenAPI/System/Time" execution_type="auto" id="Time_TZDate_toTimezone_invalid">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/Time_TZDate_toTimezone_invalid.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Time_TZDate_toTimezone_null" component="TizenAPI/System/Time" execution_type="auto" id="Time_TZDate_toTimezone_null">
+      <testcase purpose="Check if TZDate::toTimezone(null) method reports error" component="TizenAPI/System/Time" execution_type="auto" id="Time_TZDate_toTimezone_null">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/Time_TZDate_toTimezone_null.html</test_script_entry>
         </description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/Time_TZDate_getNextDSTTransition_number.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="check difference method TimeDuration interface works successfully" component="TizenAPI/System/Time" execution_type="auto" id="TimeDuration_difference_checkDurationDifference">
+      <testcase purpose="Check difference method TimeDuration interface works successfully" component="TizenAPI/System/Time" execution_type="auto" id="TimeDuration_difference_checkDurationDifference">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TimeDuration_difference_checkDurationDifference.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="check equalsTo method TimeDuration interface works successfully" component="TizenAPI/System/Time" execution_type="auto" id="TimeDuration_equalsTo_checkDurationEqual">
+      <testcase purpose="Check equalsTo method TimeDuration interface works successfully" component="TizenAPI/System/Time" execution_type="auto" id="TimeDuration_equalsTo_checkDurationEqual">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TimeDuration_equalsTo_checkDurationEqual.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="check lessThan method TimeDuration interface works successfully" component="TizenAPI/System/Time" execution_type="auto" id="TimeDuration_lessThan_checkDurationLower">
+      <testcase purpose="Check lessThan method TimeDuration interface works successfully" component="TizenAPI/System/Time" execution_type="auto" id="TimeDuration_lessThan_checkDurationLower">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TimeDuration_lessThan_checkDurationLower.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="check greaterThan method TimeDuration interface works successfully" component="TizenAPI/System/Time" execution_type="auto" id="TimeDuration_greaterThan_checkDurationGreater">
+      <testcase purpose="Check greaterThan method TimeDuration interface works successfully" component="TizenAPI/System/Time" execution_type="auto" id="TimeDuration_greaterThan_checkDurationGreater">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TimeDuration_greaterThan_checkDurationGreater.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="check if date format is valid" component="TizenAPI/System/Time" execution_type="auto" id="TimeUtil_getDateFormat_valid">
+      <testcase purpose="Check if date format is valid" component="TizenAPI/System/Time" execution_type="auto" id="TimeUtil_getDateFormat_valid">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TimeUtil_getDateFormat_valid.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="check TimeUtil interface isLeapYear method with parameter zero" component="TizenAPI/System/Time" execution_type="auto" id="TimeUtil_isLeapYear_allZero">
+      <testcase purpose="Check TimeUtil interface isLeapYear method with parameter zero" component="TizenAPI/System/Time" execution_type="auto" id="TimeUtil_isLeapYear_allZero">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TimeUtil_isLeapYear_allZero.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="check TimeUtil interface isLeapYear method with parameter negative" component="TizenAPI/System/Time" execution_type="auto" id="TimeUtil_isLeapYear_negative">
+      <testcase purpose="Check TimeUtil interface isLeapYear method with parameter negative" component="TizenAPI/System/Time" execution_type="auto" id="TimeUtil_isLeapYear_negative">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TimeUtil_isLeapYear_negative.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="check EuropeBerlin is included in available timezones" component="TizenAPI/System/Time" execution_type="auto" id="TimeUtil_getAvailableTimezones_checkEuropeBerlin">
+      <testcase purpose="Check EuropeBerlin is included in available timezones" component="TizenAPI/System/Time" execution_type="auto" id="TimeUtil_getAvailableTimezones_checkEuropeBerlin">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TimeUtil_getAvailableTimezones_checkEuropeBerlin.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="check if getDate value is equal to setDate" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getDate_checkEqualWithSetDate">
+      <testcase purpose="Check if getDate value is equal to setDate" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getDate_checkEqualWithSetDate">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getDate_checkEqualWithSetDate.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="check if getFullYear value is equal to setFullYear" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getFullYear_checkEqualWithSetFullYear">
+      <testcase purpose="Check if getFullYear value is equal to setFullYear" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getFullYear_checkEqualWithSetFullYear">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getFullYear_checkEqualWithSetFullYear.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="check if getHours value is equal to setHours" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getHours_checkEqualWithSetHours">
+      <testcase purpose="Check if getHours value is equal to setHours" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getHours_checkEqualWithSetHours">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getHours_checkEqualWithSetHours.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="check if getMilliseconds value is equal to setMilliseconds" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getMilliseconds_checkEqualWithSetMilliseconds">
+      <testcase purpose="Check if getMilliseconds value is equal to setMilliseconds" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getMilliseconds_checkEqualWithSetMilliseconds">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getMilliseconds_checkEqualWithSetMilliseconds.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="check if getMinutes value is equal to setMinutes" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getMinutes_checkEqualWithSetMinutes">
+      <testcase purpose="Check if getMinutes value is equal to setMinutes" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getMinutes_checkEqualWithSetMinutes">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getMinutes_checkEqualWithSetMinutes.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="check if getMonth value is equal to setMonth" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getMonth_checkEqualWithSetMonth">
+      <testcase purpose="Check if getMonth value is equal to setMonth" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getMonth_checkEqualWithSetMonth">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getMonth_checkEqualWithSetMonth.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="check if getSeconds value is equal to setSeconds" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getSeconds_checkEqualWithSetSeconds">
+      <testcase purpose="Check if getSeconds value is equal to setSeconds" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getSeconds_checkEqualWithSetSeconds">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getSeconds_checkEqualWithSetSeconds.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="check if getUTCDate value is equal to setUTCDate" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getUTCDate_checkEqualWithSetUTCDate">
+      <testcase purpose="Check if getUTCDate value is equal to setUTCDate" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getUTCDate_checkEqualWithSetUTCDate">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getUTCDate_checkEqualWithSetUTCDate.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="check if getUTCFullYear value is equal to setUTCFullYear" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getUTCFullYear_checkEqualWithSetUTCFullYear">
+      <testcase purpose="Check if getUTCFullYear value is equal to setUTCFullYear" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getUTCFullYear_checkEqualWithSetUTCFullYear">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getUTCFullYear_checkEqualWithSetUTCFullYear.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="check if getUTCHours value is equal to setUTCHours" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getUTCHours_checkEqualWithSetUTCHours">
+      <testcase purpose="Check if getUTCHours value is equal to setUTCHours" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getUTCHours_checkEqualWithSetUTCHours">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getUTCHours_checkEqualWithSetUTCHours.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="check if getUTCMilliseconds value is equal to setUTCMilliseconds" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getUTCMilliseconds_checkEqualWithSetUTCMilliseconds">
+      <testcase purpose="Check if getUTCMilliseconds value is equal to setUTCMilliseconds" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getUTCMilliseconds_checkEqualWithSetUTCMilliseconds">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getUTCMilliseconds_checkEqualWithSetUTCMilliseconds.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="check if getUTCMinutes value is equal to setUTCMinutes" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getUTCMinutes_checkEqualWithSetUTCMinutes">
+      <testcase purpose="Check if getUTCMinutes value is equal to setUTCMinutes" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getUTCMinutes_checkEqualWithSetUTCMinutes">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getUTCMinutes_checkEqualWithSetUTCMinutes.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="check if getUTCMonth value is equal to setUTCMonth" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getUTCMonth_checkEqualWithSetUTCMonth">
+      <testcase purpose="Check if getUTCMonth value is equal to setUTCMonth" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getUTCMonth_checkEqualWithSetUTCMonth">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getUTCMonth_checkEqualWithSetUTCMonth.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="check if getUTCSeconds value is equal to getUTCSeconds" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getUTCSeconds_checkEqualWithSetUTCSeconds">
+      <testcase purpose="Check if getUTCSeconds value is equal to getUTCSeconds" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getUTCSeconds_checkEqualWithSetUTCSeconds">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getUTCSeconds_checkEqualWithSetUTCSeconds.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if method addDuration of TZDate works properly." component="TizenAPI/System/Time" execution_type="auto" id="TZDate_addDuration">
+      <testcase purpose="Check if method TZDate::addDuration() works properly" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_addDuration">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_addDuration.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check argument addDuration conversions exception." component="TizenAPI/System/Time" execution_type="auto" id="TZDate_addDuration_duration_TypeMismatch">
+      <testcase purpose="Check if TZDate::addDuration() throws exception when duration argument has wrong type" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_addDuration_duration_TypeMismatch">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_addDuration_duration_TypeMismatch.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check argument validation in addDuration method in TZDate." component="TizenAPI/System/Time" execution_type="auto" id="TZDate_addDuration_duration_invalid_obj">
+      <testcase purpose="Check if TZDate::addDuration() throws exception when duration is regular object" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_addDuration_duration_invalid_obj">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_addDuration_duration_invalid_obj.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if addDuration method exists in TimeManager." component="TizenAPI/System/Time" execution_type="auto" id="TZDate_addDuration_exist">
+      <testcase purpose="Check if addDuration() method exists in TimeManager" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_addDuration_exist">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_addDuration_exist.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if addDuration method with missing non-optional argument works" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_addDuration_missarg">
+      <testcase purpose="Check if TZDate::addDuration() method throws exception with missing mandatory argument" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_addDuration_missarg">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_addDuration_missarg.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Test whether the maximal constructor of the TZDate interface is defined or not." component="TizenAPI/System/Time" execution_type="auto" id="TZDate_constructor_maximal_with_nonoptional_arguments">
+      <testcase purpose="Test whether TZDate(y, m, d, h, m, s, m, timezone) constructor works" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_constructor_maximal_with_nonoptional_arguments">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_constructor_maximal_with_nonoptional_arguments.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Test whether the maximal constructor with optional arguments of the TZDate interface is defined or not." component="TizenAPI/System/Time" execution_type="auto" id="TZDate_constructor_maximal_with_optional_arguments">
+      <testcase purpose="Test whether TZDate(date, timezone) constructor works" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_constructor_maximal_with_optional_arguments">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_constructor_maximal_with_optional_arguments.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Test whether the minimal constructor of the TZDate interface is defined or not." component="TizenAPI/System/Time" execution_type="auto" id="TZDate_constructor_minimal_with_nonoptional_arguments">
+      <testcase purpose="Test whether TZDate(y, m, d) constructor works" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_constructor_minimal_with_nonoptional_arguments">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_constructor_minimal_with_nonoptional_arguments.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Test whether the maximal constructor without optional arguments of the TZDate interface is defined or not." component="TizenAPI/System/Time" execution_type="auto" id="TZDate_constructor_minimal_without_optional_arguments">
+      <testcase purpose="Test whether TZDate() constructor without arguments works" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_constructor_minimal_without_optional_arguments">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_constructor_minimal_without_optional_arguments.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if method difference of TZDate works properly." component="TizenAPI/System/Time" execution_type="auto" id="TZDate_difference">
+      <testcase purpose="Check if TZDate::difference() method works" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_difference">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_difference.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if difference method exists in TZDate." component="TizenAPI/System/Time" execution_type="auto" id="TZDate_difference_exist">
+      <testcase purpose="Check if difference() method exists in TZDate" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_difference_exist">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_difference_exist.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if difference method with missing non-optional argument works in TZDate" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_difference_missarg">
+      <testcase purpose="Check if TZDate::difference() throws exception with missing missing mandatory argument" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_difference_missarg">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_difference_missarg.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check argument difference conversions exception in TZDate." component="TizenAPI/System/Time" execution_type="auto" id="TZDate_difference_other_TypeMismatch">
+      <testcase purpose="Check if TZDate::difference() throws exception when other has wrong type" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_difference_other_TypeMismatch">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_difference_other_TypeMismatch.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check argument validation in difference method in TZDate." component="TizenAPI/System/Time" execution_type="auto" id="TZDate_difference_other_invalid_obj">
+      <testcase purpose="Check if TZDate::difference() throws exception when other is regural object" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_difference_other_invalid_obj">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_difference_other_invalid_obj.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if method earlierThan of TZDate works properly." component="TizenAPI/System/Time" execution_type="auto" id="TZDate_earlierThan">
+      <testcase purpose="Check if TZDate::earlierThan() method works" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_earlierThan">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_earlierThan.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if earlierThan method exists in TimeManager." component="TizenAPI/System/Time" execution_type="auto" id="TZDate_earlierThan_exist">
+      <testcase purpose="Check if earlierThan() method exists in TZDate" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_earlierThan_exist">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_earlierThan_exist.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if earlierThan method with missing non-optional argument works" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_earlierThan_missarg">
+      <testcase purpose="Check if TZDate::earlierThan() throws exception with missing mandatory argument" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_earlierThan_missarg">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_earlierThan_missarg.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check argument earlierThan conversions exception." component="TizenAPI/System/Time" execution_type="auto" id="TZDate_earlierThan_other_TypeMismatch">
+      <testcase purpose="Check if TZDate::earlierThan() throws exception when other has wrong type" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_earlierThan_other_TypeMismatch">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_earlierThan_other_TypeMismatch.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check argument validation in earlierThan method in TZDate." component="TizenAPI/System/Time" execution_type="auto" id="TZDate_earlierThan_other_invalid_obj">
+      <testcase purpose="Check if TZDate::earlierThan() throws exception when other is regular object" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_earlierThan_other_invalid_obj">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_earlierThan_other_invalid_obj.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if method equalsTo of TZDate works properly." component="TizenAPI/System/Time" execution_type="auto" id="TZDate_equalsTo">
+      <testcase purpose="Check if TZDate::equalsTo() method works" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_equalsTo">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_equalsTo.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if equalsTo method exists in TZDate." component="TizenAPI/System/Time" execution_type="auto" id="TZDate_equalsTo_exist">
+      <testcase purpose="Check if equalsTo() method exists in TZDate" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_equalsTo_exist">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_equalsTo_exist.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if equalsTo method with missing non-optional argument works in TZDate" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_equalsTo_missarg">
+      <testcase purpose="Check if TZDate::equalsTo() throws exception with missing mandatory argument" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_equalsTo_missarg">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_equalsTo_missarg.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check argument equalsTo conversions exception in TZDate." component="TizenAPI/System/Time" execution_type="auto" id="TZDate_equalsTo_other_TypeMismatch">
+      <testcase purpose="Check if TZDate::equalsTo() throws exception when other has wrong type" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_equalsTo_other_TypeMismatch">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_equalsTo_other_TypeMismatch.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check argument validation in equalsTo method in TZDate." component="TizenAPI/System/Time" execution_type="auto" id="TZDate_equalsTo_other_invalid_obj">
+      <testcase purpose="Check if TZDate::equalsTo() throws exception when other is regural object" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_equalsTo_other_invalid_obj">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_equalsTo_other_invalid_obj.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Test whether the constructor of the TZDate interface is defined or not." component="TizenAPI/System/Time" execution_type="auto" id="TZDate_exist">
+      <testcase purpose="Test whether the constructor of the TZDate interface is defined" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_exist">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_exist.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="test whether the TZDate object can have new attribute added" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_extend">
+      <testcase purpose="Test whether the TZDate object can have new attribute added" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_extend">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_extend.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if method getDate of TZDate works properly." component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getDate">
+      <testcase purpose="Check if TZDate::getDate() method returns valid number" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getDate">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getDate.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="tizen.TZDate.getDate()" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getDate_for_specific_date">
+      <testcase purpose="Check whether Tizen.TZDate.getDate() for specific date" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getDate_for_specific_date">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getDate_for_specific_date.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if getDate method exists in TimeManager." component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getDate_exist">
+      <testcase purpose="Check if getDate() method exists in TZDate" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getDate_exist">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getDate_exist.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if method getDate of TZDate accepts extra argument" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getDate_extra_argument">
+      <testcase purpose="Check if TZDate::getDate() method accepts extra argument" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getDate_extra_argument">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getDate_extra_argument.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if method getDay of TZDate works properly." component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getDay">
+      <testcase purpose="Check if TZDate::getDay() method returns valid number" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getDay">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getDay.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="tizen.TZDate.getDay()" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getDay_for_specific_date">
+      <testcase purpose="Check whether Tizen.TZDate.getDay() for specific date" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getDay_for_specific_date">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getDay_for_specific_date.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if getDay method exists in TimeManager." component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getDay_exist">
+      <testcase purpose="Check if getDay() method exists in TZDate" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getDay_exist">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getDay_exist.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if method getDay of TZDate accepts extra argument" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getDay_extra_argument">
+      <testcase purpose="Check if TZDate::getDay() method accepts extra argument" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getDay_extra_argument">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getDay_extra_argument.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if method getFullYear of TZDate works properly." component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getFullYear">
+      <testcase purpose="Check if TZDate::getFullYear() returns valid number" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getFullYear">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getFullYear.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="tizen.TZDate.getFullYear()" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getFullYear_for_specific_date">
+      <testcase purpose="Check whether Tizen.TZDate.getFullYear() for specific date" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getFullYear_for_specific_date">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getFullYear_for_specific_date.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if getFullYear method exists in TimeManager." component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getFullYear_exist">
+      <testcase purpose="Check if getFullYear() method exists in TZDate" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getFullYear_exist">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getFullYear_exist.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if method getFullYear of TZDate accepts extra argument" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getFullYear_extra_argument">
+      <testcase purpose="Check if TZDate::getFullYear() method accepts extra argument" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getFullYear_extra_argument">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getFullYear_extra_argument.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if method getHours of TZDate works properly." component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getHours">
+      <testcase purpose="Check if TZDate::getHours() returns valid number" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getHours">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getHours.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="tizen.TZDate.getHours()" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getHours_for_specific_date">
+      <testcase purpose="Check whether Tizen.TZDate.getHours() for specific date" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getHours_for_specific_date">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getHours_for_specific_date.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if getHours method exists in TimeManager." component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getHours_exist">
+      <testcase purpose="Check if TZDate::getHours() method exists in TZDate" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getHours_exist">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getHours_exist.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if method getHours of TZDate accepts extra argument" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getHours_extra_argument">
+      <testcase purpose="Check if TZDate::getHours() method accepts extra argument" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getHours_extra_argument">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getHours_extra_argument.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if method getMilliseconds of TZDate works properly." component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getMilliseconds">
+      <testcase purpose="Check if TZDate::getMilliseconds() returns valid number" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getMilliseconds">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getMilliseconds.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="tizen.TZDate.getMilliseconds()" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getMilliseconds_for_specific_date">
+      <testcase purpose="Check whether Tizen.TZDate.getMilliseconds() for specific date" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getMilliseconds_for_specific_date">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getMilliseconds_for_specific_date.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if getMilliseconds method exists in TimeManager." component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getMilliseconds_exist">
+      <testcase purpose="Check if getMilliseconds() method exists in TZDate" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getMilliseconds_exist">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getMilliseconds_exist.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if method getMilliseconds of TZDate accepts extra argument" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getMilliseconds_extra_argument">
+      <testcase purpose="Check if TZDate::getMilliseconds() method accepts extra argument" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getMilliseconds_extra_argument">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getMilliseconds_extra_argument.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if method getMinutes of TZDate works properly." component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getMinutes">
+      <testcase purpose="Check if TZDate::getMinutes() returns valid number" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getMinutes">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getMinutes.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="tizen.TZDate.getMinutes()" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getMinutes_for_specific_date">
+      <testcase purpose="Check whether Tizen.TZDate.getMinutes() for specific date" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getMinutes_for_specific_date">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getMinutes_for_specific_date.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if getMinutes method exists in TimeManager." component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getMinutes_exist">
+      <testcase purpose="Check if getMinutes() method exists in TZDate" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getMinutes_exist">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getMinutes_exist.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if method getMinutes of TZDate accepts extra argument" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getMinutes_extra_argument">
+      <testcase purpose="Check if TZDate::getMinutes() method accepts extra argument" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getMinutes_extra_argument">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getMinutes_extra_argument.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if method getMonth of TZDate works properly." component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getMonth">
+      <testcase purpose="Check if TZDate::getMonth() returns valid number" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getMonth">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getMonth.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="tizen.TZDate.getMonth()" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getMonth_for_specific_date">
+      <testcase purpose="Check whether Tizen.TZDate.getMonth() for specific date" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getMonth_for_specific_date">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getMonth_for_specific_date.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if getMonth method exists in TimeManager." component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getMonth_exist">
+      <testcase purpose="Check if getMonth() method exists in TZDate" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getMonth_exist">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getMonth_exist.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if method getMonth of TZDate accepts extra argument" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getMonth_extra_argument">
+      <testcase purpose="Check if TZDate::getMonth() method accepts extra argument" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getMonth_extra_argument">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getMonth_extra_argument.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if method getNextDSTTransition of TZDate works properly." component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getNextDSTTransition">
+      <testcase purpose="Check if TZDate::getNextDSTTransition() returns a either date or null" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getNextDSTTransition">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getNextDSTTransition.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if getNextDSTTransition method exists in TimeManager." component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getNextDSTTransition_exist">
+      <testcase purpose="Check if getNextDSTTransition() method exists in TZDate" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getNextDSTTransition_exist">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getNextDSTTransition_exist.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if method getNextDSTTransition of TZDate accepts extra argument" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getNextDSTTransition_extra_argument">
+      <testcase purpose="Check if TZDate::getNextDSTTransition() method accepts extra argument" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getNextDSTTransition_extra_argument">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getNextDSTTransition_extra_argument.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if method getPreviousDSTTransition of TZDate works properly." component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getPreviousDSTTransition">
+      <testcase purpose="Check if TZDate::getPreviousDSTTransition() returns a either date or null" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getPreviousDSTTransition">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getPreviousDSTTransition.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if getPreviousDSTTransition method exists in TimeManager." component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getPreviousDSTTransition_exist">
+      <testcase purpose="Check if getPreviousDSTTransition() method exists in TZDate" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getPreviousDSTTransition_exist">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getPreviousDSTTransition_exist.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if method getPreviousDSTTransition of TZDate accepts extra argument" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getPreviousDSTTransition_extra_argument">
+      <testcase purpose="Check if TZDate::getPreviousDSTTransition() method accepts extra argument" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getPreviousDSTTransition_extra_argument">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getPreviousDSTTransition_extra_argument.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if method getSeconds of TZDate works properly." component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getSeconds">
+      <testcase purpose="Check if TZDate::getSeconds() returns valid number" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getSeconds">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getSeconds.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="tizen.TZDate.getSeconds()" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getSeconds_for_specific_date">
+      <testcase purpose="Check whether Tizen.TZDate.getSeconds() for specific date" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getSeconds_for_specific_date">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getSeconds_for_specific_date.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if getSeconds method exists in TimeManager." component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getSeconds_exist">
+      <testcase purpose="Check if getSeconds() method exists in TZDate" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getSeconds_exist">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getSeconds_exist.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if method getSeconds of TZDate accepts extra argument" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getSeconds_extra_argument">
+      <testcase purpose="Check if TZDate::getSeconds() method accepts extra argument" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getSeconds_extra_argument">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getSeconds_extra_argument.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if method getTimezone of TZDate works properly." component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getTimezone">
+      <testcase purpose="Check if TZDate::getTimezone() returns a string" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getTimezone">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getTimezone.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if method getTimezoneAbbreviation of TZDate works properly." component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getTimezoneAbbreviation">
+      <testcase purpose="Check if TZDate::getTimezoneAbbreviation() returns a string" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getTimezoneAbbreviation">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getTimezoneAbbreviation.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if getTimezoneAbbreviation method exists in TimeManager." component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getTimezoneAbbreviation_exist">
+      <testcase purpose="Check if getTimezoneAbbreviation() method exists in TZDate" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getTimezoneAbbreviation_exist">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getTimezoneAbbreviation_exist.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if method getTimezoneAbbreviation of TZDate accepts extra argument" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getTimezoneAbbreviation_extra_argument">
+      <testcase purpose="Check if TZDate::getTimezoneAbbreviation() method accepts extra argument" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getTimezoneAbbreviation_extra_argument">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getTimezoneAbbreviation_extra_argument.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="tizen.TZDate.getTimezone()" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getTimezone_for_specific_timezone">
+      <testcase purpose="Check whether Tizen.TZDate.getTimezone() for specific timezone" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getTimezone_for_specific_timezone">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getTimezone_for_specific_timezone.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if getTimezone method exists in TimeManager." component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getTimezone_exist">
+      <testcase purpose="Check if getTimezone() method exists in TZDate" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getTimezone_exist">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getTimezone_exist.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if method getTimezone of TZDate accepts extra argument" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getTimezone_extra_argument">
+      <testcase purpose="Check if TZDate::getTimezone() method accepts extra argument" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getTimezone_extra_argument">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getTimezone_extra_argument.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if method getUTCDate of TZDate works properly." component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getUTCDate">
+      <testcase purpose="Check if TZDate::getUTCDate() returns valid number" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getUTCDate">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getUTCDate.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="tizen.TZDate.getUTCDate()" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getUTCDate_for_specific_date">
+      <testcase purpose="Check whether Tizen.TZDate.getUTCDate() for specific date" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getUTCDate_for_specific_date">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getUTCDate_for_specific_date.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if getUTCDate method exists in TimeManager." component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getUTCDate_exist">
+      <testcase purpose="Check if getUTCDate() method exists in TZDate" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getUTCDate_exist">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getUTCDate_exist.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if method getUTCDate of TZDate accepts extra argument" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getUTCDate_extra_argument">
+      <testcase purpose="Check if TZDate::getUTCDate() method accepts extra argument" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getUTCDate_extra_argument">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getUTCDate_extra_argument.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if method getUTCDay of TZDate works properly." component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getUTCDay">
+      <testcase purpose="Check if TZDate::getUTCDay() returns valid number" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getUTCDay">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getUTCDay.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="tizen.TZDate.getUTCDay()" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getUTCDay_for_specific_date">
+      <testcase purpose="Check whether Tizen.TZDate.getUTCDay() for specific date" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getUTCDay_for_specific_date">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getUTCDay_for_specific_date.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if getUTCDay method exists in TimeManager." component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getUTCDay_exist">
+      <testcase purpose="Check if getUTCDay() method exists in TZDate" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getUTCDay_exist">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getUTCDay_exist.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if method getUTCDay of TZDate accepts extra argument" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getUTCDay_extra_argument">
+      <testcase purpose="Check if TZDate::getUTCDay() method accepts extra argument" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getUTCDay_extra_argument">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getUTCDay_extra_argument.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if method getUTCFullYear of TZDate works properly." component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getUTCFullYear">
+      <testcase purpose="Check if TZDate::getUTCFullYear() returns valid number" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getUTCFullYear">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getUTCFullYear.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="tizen.TZDate.getUTCFullYear()" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getUTCFullYear_for_specific_date">
+      <testcase purpose="Check whether Tizen.TZDate.getUTCFullYear() for specific date" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getUTCFullYear_for_specific_date">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getUTCFullYear_for_specific_date.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if getUTCFullYear method exists in TimeManager." component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getUTCFullYear_exist">
+      <testcase purpose="Check if getUTCFullYear() method exists in TZDate" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getUTCFullYear_exist">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getUTCFullYear_exist.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if method getUTCFullYear of TZDate accepts extra argument" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getUTCFullYear_extra_argument">
+      <testcase purpose="Check if TZDate::getUTCFullYear() method accepts extra argument" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getUTCFullYear_extra_argument">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getUTCFullYear_extra_argument.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if method getUTCHours of TZDate works properly." component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getUTCHours">
+      <testcase purpose="Check if TZDate::getUTCHours() returns valid number" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getUTCHours">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getUTCHours.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="tizen.TZDate.getUTCHours()" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getUTCHours_for_specific_date">
+      <testcase purpose="Check whether Tizen.TZDate.getUTCHours() for specific date" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getUTCHours_for_specific_date">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getUTCHours_for_specific_date.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if getUTCHours method exists in TimeManager." component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getUTCHours_exist">
+      <testcase purpose="Check if getUTCHours() method exists in TZDate" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getUTCHours_exist">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getUTCHours_exist.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if method getUTCHours of TZDate accepts extra argument" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getUTCHours_extra_argument">
+      <testcase purpose="Check if method TZDate::getUTCHours() method accepts extra argument" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getUTCHours_extra_argument">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getUTCHours_extra_argument.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if method getUTCMilliseconds of TZDate works properly." component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getUTCMilliseconds">
+      <testcase purpose="Check if TZDate::getUTCMilliseconds() returns valid number" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getUTCMilliseconds">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getUTCMilliseconds.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="tizen.TZDate.getUTCMilliseconds()" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getUTCMilliseconds_for_specific_date">
+      <testcase purpose="Check whether Tizen.TZDate.getUTCMilliseconds() for specific date" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getUTCMilliseconds_for_specific_date">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getUTCMilliseconds_for_specific_date.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if getUTCMilliseconds method exists in TimeManager." component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getUTCMilliseconds_exist">
+      <testcase purpose="Check if getUTCMilliseconds() method exists in TZDate" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getUTCMilliseconds_exist">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getUTCMilliseconds_exist.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if method getUTCMilliseconds of TZDate accepts extra argument" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getUTCMilliseconds_extra_argument">
+      <testcase purpose="Check if TZDate::getUTCMilliseconds() method accepts extra argument" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getUTCMilliseconds_extra_argument">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getUTCMilliseconds_extra_argument.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if method getUTCMinutes of TZDate works properly." component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getUTCMinutes">
+      <testcase purpose="Check if TZDate::getUTCMinutes() returns valid number" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getUTCMinutes">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getUTCMinutes.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="tizen.TZDate.getUTCMinutes()" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getUTCMinutes_for_specific_date">
+      <testcase purpose="Check whether Tizen.TZDate.getUTCMinutes() for specific date" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getUTCMinutes_for_specific_date">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getUTCMinutes_for_specific_date.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if getUTCMinutes method exists in TimeManager." component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getUTCMinutes_exist">
+      <testcase purpose="Check if getUTCMinutes() method exists in TZDate" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getUTCMinutes_exist">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getUTCMinutes_exist.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if method getUTCMinutes of TZDate accepts extra argument" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getUTCMinutes_extra_argument">
+      <testcase purpose="Check if TZDate::getUTCMinutes() method accepts extra argument" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getUTCMinutes_extra_argument">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getUTCMinutes_extra_argument.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if method getUTCMonth of TZDate works properly." component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getUTCMonth">
+      <testcase purpose="Check if TZDate::getUTCMonth() returns valid number" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getUTCMonth">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getUTCMonth.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="tizen.TZDate.getUTCMonth()" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getUTCMonth_for_specific_date">
+      <testcase purpose="Check whether Tizen.TZDate.getUTCMonth() for specific date" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getUTCMonth_for_specific_date">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getUTCMonth_for_specific_date.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if getUTCMonth method exists in TimeManager." component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getUTCMonth_exist">
+      <testcase purpose="Check if getUTCMonth() method exists in TZDate" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getUTCMonth_exist">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getUTCMonth_exist.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if method getUTCMonth of TZDate accepts extra argument" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getUTCMonth_extra_argument">
+      <testcase purpose="Check if TZDate::getUTCMonth() method accepts extra argument" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getUTCMonth_extra_argument">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getUTCMonth_extra_argument.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if method getUTCSeconds of TZDate works properly." component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getUTCSeconds">
+      <testcase purpose="Check if TZDate::getUTCSeconds() returns valid number" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getUTCSeconds">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getUTCSeconds.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="tizen.TZDate.getUTCSeconds()" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getUTCSeconds_for_specific_date">
+      <testcase purpose="Check whether Tizen.TZDate.getUTCSeconds() for specific date" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getUTCSeconds_for_specific_date">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getUTCSeconds_for_specific_date.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if getUTCSeconds method exists in TimeManager." component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getUTCSeconds_exist">
+      <testcase purpose="Check if getUTCSeconds() method exists in TZDate" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getUTCSeconds_exist">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getUTCSeconds_exist.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if method getUTCSeconds of TZDate accepts extra argument" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getUTCSeconds_extra_argument">
+      <testcase purpose="Check if TZDate::getUTCSeconds() method accepts extra argument" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getUTCSeconds_extra_argument">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getUTCSeconds_extra_argument.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if method isDST of TZDate works properly." component="TizenAPI/System/Time" execution_type="auto" id="TZDate_isDST">
+      <testcase purpose="Check if TZDate::isDST() method returns boolean" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_isDST">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_isDST.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="tizen.TZDate.isDST()" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_isDST_for_specific_date">
+      <testcase purpose="Check whether Tizen.TZDate.isDST() for specific date" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_isDST_for_specific_date">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_isDST_for_specific_date.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if isDST method exists in TimeManager." component="TizenAPI/System/Time" execution_type="auto" id="TZDate_isDST_exist">
+      <testcase purpose="Check if isDST() method exists in TZDate" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_isDST_exist">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_isDST_exist.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if method isDST of TZDate accepts extra argument" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_isDST_extra_argument">
+      <testcase purpose="Check if TZDate::isDST() method accepts extra argument" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_isDST_extra_argument">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_isDST_extra_argument.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if method laterThan of TZDate works properly." component="TizenAPI/System/Time" execution_type="auto" id="TZDate_laterThan">
+      <testcase purpose="Check if TZDate::laterThan() method returns that current date after 2013-03-04" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_laterThan">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_laterThan.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check argument null validation in laterThan method in TZDate." component="TizenAPI/System/Time" execution_type="auto" id="TZDate_laterThan_with_null">
+      <testcase purpose="Check if TZDate::laterThan() throws exception when other is null" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_laterThan_with_null">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_laterThan_with_null.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if laterThan method exists in TimeManager." component="TizenAPI/System/Time" execution_type="auto" id="TZDate_laterThan_exist">
+      <testcase purpose="Check if TZDate::laterThan() method exists in TZDate" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_laterThan_exist">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_laterThan_exist.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if laterThan method with missing non-optional argument works" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_laterThan_missarg">
+      <testcase purpose="Check if TZDate::laterThan() method accepts extra argument" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_laterThan_missarg">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_laterThan_missarg.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check argument laterThan conversions exception." component="TizenAPI/System/Time" execution_type="auto" id="TZDate_laterThan_other_TypeMismatch">
+      <testcase purpose="Check if TZDate::laterThan() throws exception when other has wrong type" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_laterThan_other_TypeMismatch">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_laterThan_other_TypeMismatch.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check argument validation in laterThan method in TZDate." component="TizenAPI/System/Time" execution_type="auto" id="TZDate_laterThan_other_invalid_obj">
+      <testcase purpose="Check if TZDate::laterThan() throws exception when other is regular object" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_laterThan_other_invalid_obj">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_laterThan_other_invalid_obj.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if method secondsFromUTC of TZDate works properly." component="TizenAPI/System/Time" execution_type="auto" id="TZDate_secondsFromUTC">
+      <testcase purpose="Check if TZDate::secondsFromUTC() returns number" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_secondsFromUTC">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_secondsFromUTC.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="check whether secondsFromUTC() method correctly gets the number of seconds from UTC offset for the time zone" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_secondsFromUTC_for_specific_date">
+      <testcase purpose="Check whether secondsFromUTC() method correctly gets the number of seconds from UTC offset for the time zone" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_secondsFromUTC_for_specific_date">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_secondsFromUTC_for_specific_date.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if secondsFromUTC method exists in TimeManager." component="TizenAPI/System/Time" execution_type="auto" id="TZDate_secondsFromUTC_exist">
+      <testcase purpose="Check if secondsFromUTC() method exists in TZDate" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_secondsFromUTC_exist">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_secondsFromUTC_exist.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if method secondsFromUTC of TZDate accepts extra argument" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_secondsFromUTC_extra_argument">
+      <testcase purpose="Check if TZDate::secondsFromUTC() method accepts extra argument" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_secondsFromUTC_extra_argument">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_secondsFromUTC_extra_argument.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if method setDate of TZDate works properly." component="TizenAPI/System/Time" execution_type="auto" id="TZDate_setDate">
+      <testcase purpose="Check if TZDate::setDate() method sets day of the month and returns nothing" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_setDate">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_setDate.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="check various arguments for setDate() method" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_setDate_for_specific_date">
+      <testcase purpose="Check various arguments for setDate() method" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_setDate_for_specific_date">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_setDate_for_specific_date.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if setDate method exists in TimeManager." component="TizenAPI/System/Time" execution_type="auto" id="TZDate_setDate_exist">
+      <testcase purpose="Check if setDate() method exists in TZDate" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_setDate_exist">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_setDate_exist.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if method setFullYear of TZDate works properly." component="TizenAPI/System/Time" execution_type="auto" id="TZDate_setFullYear">
+      <testcase purpose="Check if TZDate::setFullYear() method sets year and returns nothing" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_setFullYear">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_setFullYear.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if setFullYear method exists in TimeManager." component="TizenAPI/System/Time" execution_type="auto" id="TZDate_setFullYear_exist">
+      <testcase purpose="Check if setFullYear() method exists in TZDate" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_setFullYear_exist">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_setFullYear_exist.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if method setHours of TZDate works properly." component="TizenAPI/System/Time" execution_type="auto" id="TZDate_setHours">
+      <testcase purpose="Check if TZDate::setHours() method sets hour and returns nothing" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_setHours">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_setHours.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if setHours method exists in TimeManager." component="TizenAPI/System/Time" execution_type="auto" id="TZDate_setHours_exist">
+      <testcase purpose="Check if setHours() method exists in TZDate" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_setHours_exist">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_setHours_exist.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if method setMilliseconds of TZDate works properly." component="TizenAPI/System/Time" execution_type="auto" id="TZDate_setMilliseconds">
+      <testcase purpose="Check if TZDate::setMilliseconds() method sets milliseconds and returns nothing" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_setMilliseconds">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_setMilliseconds.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if setMilliseconds method exists in TimeManager." component="TizenAPI/System/Time" execution_type="auto" id="TZDate_setMilliseconds_exist">
+      <testcase purpose="Check if setMilliseconds() method exists in TZDate" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_setMilliseconds_exist">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_setMilliseconds_exist.html</test_script_entry>
         </description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_setUTCSeconds_exist.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if method toDateString of TZDate works properly." component="TizenAPI/System/Time" execution_type="auto" id="TZDate_toDateString">
+      <testcase purpose="Check if TZDate::ToDateString() method returns non-empty string" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_toDateString">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_toDateString.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="check whether toDateString() method correctly returns the date portion of a TZDate object as a string" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_toDateString_for_specific_date">
+      <testcase purpose="Check whether toDateString() method correctly returns the date portion of a TZDate object as a string" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_toDateString_for_specific_date">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_toDateString_for_specific_date.html</test_script_entry>
         </description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_toLocalTimezone.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="tizen.TZDate.toLocalTimezone (null) WRONG argument(s)" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_toLocalTimezone_for_specific_date">
+      <testcase purpose="Tizen.TZDate.toLocalTimezone (null) WRONG argument(s)" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_toLocalTimezone_for_specific_date">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_toLocalTimezone_for_specific_date.html</test_script_entry>
         </description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_toLocalTimezone_extra_argument.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if method toLocaleDateString of TZDate works properly." component="TizenAPI/System/Time" execution_type="auto" id="TZDate_toLocaleDateString">
+      <testcase purpose="Check if TZDate::ToLocaleDateString() method returns non-empty string" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_toLocaleDateString">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_toLocaleDateString.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="check whether toLocaleDateString() method correctly returns the date portion of a TZDate object as a string" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_toLocaleDateString_for_specific_date">
+      <testcase purpose="Check whether toLocaleDateString() method correctly returns the date portion of a TZDate object as a string" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_toLocaleDateString_for_specific_date">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_toLocaleDateString_for_specific_date.html</test_script_entry>
         </description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_toLocaleDateString_extra_argument.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if method toLocaleString of TZDate works properly." component="TizenAPI/System/Time" execution_type="auto" id="TZDate_toLocaleString">
+      <testcase purpose="Check if TZDate::ToLocaleString() method returns non-empty string" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_toLocaleString">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_toLocaleString.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="check whether toLocaleString() method correctly converts a TZDate object to a string, using locale conventions" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_toLocaleString_for_specific_date">
+      <testcase purpose="Check whether toLocaleString() method correctly converts a TZDate object to a string, using locale conventions" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_toLocaleString_for_specific_date">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_toLocaleString_for_specific_date.html</test_script_entry>
         </description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_toLocaleString_extra_argument.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if method toLocaleTimeString of TZDate works properly." component="TizenAPI/System/Time" execution_type="auto" id="TZDate_toLocaleTimeString">
+      <testcase purpose="Check if TZDate::ToLocaleTimeString() method returns non-empty string" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_toLocaleTimeString">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_toLocaleTimeString.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="check whether toLocaleTimeString() method correctly returns the time portion of a TZDate object as a string" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_toLocaleTimeString_for_specific_date">
+      <testcase purpose="Check whether toLocaleTimeString() method correctly returns the time portion of a TZDate object as a string" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_toLocaleTimeString_for_specific_date">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_toLocaleTimeString_for_specific_date.html</test_script_entry>
         </description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_toLocaleTimeString_extra_argument.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if method toString of TZDate works properly." component="TizenAPI/System/Time" execution_type="auto" id="TZDate_toString">
+      <testcase purpose="Check if TZDate::ToString() method returns non-empty string" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_toString">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_toString.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="check whether toString() method converts a TZDate object to a string correctly" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_toString_for_specific_date">
+      <testcase purpose="toString() method converts a TZDate object to a string correctly" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_toString_for_specific_date">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_toString_for_specific_date.html</test_script_entry>
         </description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_toString_extra_argument.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if method toTimeString of TZDate works properly." component="TizenAPI/System/Time" execution_type="auto" id="TZDate_toTimeString">
+      <testcase purpose="Check if TZDate::ToTimeString() method returns non-empty string" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_toTimeString">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_toTimeString.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="check whether toTimeString() method correctly returns the time portion of a TZDate object as a string" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_toTimeString_for_specific_date">
+      <testcase purpose="Check whether toTimeString() method correctly returns the time portion of a TZDate object as a string" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_toTimeString_for_specific_date">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_toTimeString_for_specific_date.html</test_script_entry>
         </description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_toTimeString_exist.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if method toTimeString of TZDate accepts extra argument" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_toTimeString_extra_argument">
+      <testcase purpose="Check whether Tizen.TZDate.getMonth() extra argument" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_toTimeString_extra_argument">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_toTimeString_extra_argument.html</test_script_entry>
         </description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TimeDuration_difference_exist.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if difference method with missing non-optional argument works in TimeDuration " component="TizenAPI/System/Time" execution_type="auto" id="TimeDuration_difference_missarg">
+      <testcase purpose="Check if difference method with missing non-optional argument works in TimeDuration" component="TizenAPI/System/Time" execution_type="auto" id="TimeDuration_difference_missarg">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TimeDuration_difference_missarg.html</test_script_entry>
         </description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TimeDuration_exist.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="test whether TimeDuration the object can have new attribute added" component="TizenAPI/System/Time" execution_type="auto" id="TimeDuration_extend">
+      <testcase purpose="Test whether TimeDuration the object can have new attribute added" component="TizenAPI/System/Time" execution_type="auto" id="TimeDuration_extend">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TimeDuration_extend.html</test_script_entry>
         </description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TimeDuration_greaterThan_other_invalid_obj.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="check attribute length" component="TizenAPI/System/Time" execution_type="auto" id="TimeDuration_length_attribute">
+      <testcase purpose="Check existent and type attribute length" component="TizenAPI/System/Time" execution_type="auto" id="TimeDuration_length_attribute">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TimeDuration_length_attribute.html</test_script_entry>
         </description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TimeDuration_lessThan_other_invalid_obj.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="check attribute unit" component="TizenAPI/System/Time" execution_type="auto" id="TimeDuration_unit_attribute">
+      <testcase purpose="Check existent and type attribute unit" component="TizenAPI/System/Time" execution_type="auto" id="TimeDuration_unit_attribute">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TimeDuration_unit_attribute.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="test whether the TimeManager object can have new attribute added" component="TizenAPI/System/Time" execution_type="auto" id="TimeUtil_extend">
+      <testcase purpose="Test whether the TimeManager object can have new attribute added" component="TizenAPI/System/Time" execution_type="auto" id="TimeUtil_extend">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TimeUtil_extend.html</test_script_entry>
         </description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TimeUtil_getCurrentDateTime.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="check whether getCurrentDateTime() method returns the current date / time correctly" component="TizenAPI/System/Time" execution_type="auto" id="TimeUtil_getCurrentDateTime_instanceof">
+      <testcase purpose="Check whether getCurrentDateTime() method returns the current date / time correctly" component="TizenAPI/System/Time" execution_type="auto" id="TimeUtil_getCurrentDateTime_instanceof">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TimeUtil_getCurrentDateTime_instanceof.html</test_script_entry>
         </description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TimeUtil_notexist.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check addDuration method for invalid length" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_addDuration_invalidLength">
+      <testcase purpose="Check TZDate::addDuration() method called with invalid length" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_addDuration_invalidLength">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_addDuration_invalidLength.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check addDuration method for unit DAYS and negative" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_addDuration_unitDAYS_negative">
+      <testcase purpose="Check addDuration method for unit DAYS and negative length" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_addDuration_unitDAYS_negative">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_addDuration_unitDAYS_negative.html</test_script_entry>
         </description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_addDuration_unitDAYS_one.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check addDuration method for unit DAYS counting for week" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_addDuration_unitDAYS_week">
+      <testcase purpose="Check addDuration method for unit DAYS adding week" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_addDuration_unitDAYS_week">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_addDuration_unitDAYS_week.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check addDuration method for unit DAYS counting for year" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_addDuration_unitDAYS_year">
+      <testcase purpose="Check addDuration method for unit DAYS adding year" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_addDuration_unitDAYS_year">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_addDuration_unitDAYS_year.html</test_script_entry>
         </description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_addDuration_unitHOURS.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check addDuration method for unit HOURS when more than one day" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_addDuration_unitHOURS_moreThanOneDay">
+      <testcase purpose="Check addDuration method for unit HOURS adding 25 hours" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_addDuration_unitHOURS_moreThanOneDay">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_addDuration_unitHOURS_moreThanOneDay.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check addDuration method for unit HOURS and negative" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_addDuration_unitHOURS_negative">
+      <testcase purpose="Check addDuration method for unit HOURS and negative length" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_addDuration_unitHOURS_negative">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_addDuration_unitHOURS_negative.html</test_script_entry>
         </description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_addDuration_unitMINS.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check addDuration method for unit MINS and complex Number" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_addDuration_unitMINS_complexNum">
+      <testcase purpose="Check addDuration method for unit MINS and length of 5" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_addDuration_unitMINS_complexNum">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_addDuration_unitMINS_complexNum.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check addDuration method for unit MINS and negative" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_addDuration_unitMINS_negative">
+      <testcase purpose="Check addDuration method for unit MINS and negative length" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_addDuration_unitMINS_negative">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_addDuration_unitMINS_negative.html</test_script_entry>
         </description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_addDuration_unitMSECS.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check addDuration method for unit MSECS and complex Number" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_addDuration_unitMSECS_complexNum">
+      <testcase purpose="Check addDuration method for unit MSECS and length of 45" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_addDuration_unitMSECS_complexNum">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_addDuration_unitMSECS_complexNum.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check addDuration method for unit MSECS and negative" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_addDuration_unitMSECS_negative">
+      <testcase purpose="Check addDuration method for unit MSECS and negative length" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_addDuration_unitMSECS_negative">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_addDuration_unitMSECS_negative.html</test_script_entry>
         </description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_addDuration_unitSECS.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check addDuration method for unit SECS and complex number" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_addDuration_unitSECS_complexNum">
+      <testcase purpose="Check addDuration method for unit SECS and length of 45" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_addDuration_unitSECS_complexNum">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_addDuration_unitSECS_complexNum.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check addDuration method for unit SECS and negative" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_addDuration_unitSECS_negative">
+      <testcase purpose="Check addDuration method for unit SECS and negative length" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_addDuration_unitSECS_negative">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_addDuration_unitSECS_negative.html</test_script_entry>
         </description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/Time_TZDate_difference_compareWithPastYear.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="check attribute time" component="TizenAPI/System/Time" execution_type="auto" id="Time_in_tizen">
+      <testcase purpose="Check existent and type attribute time" component="TizenAPI/System/Time" execution_type="auto" id="Time_in_tizen">
         <description>
           <test_script_entry>/opt/tct-time-tizen-tests/time/Time_in_tizen.html</test_script_entry>
         </description>
index abcf6c76dd9bedeec2902d594eb57fd847de5c96..2225b67ae35dc826c40c37bc392d3ec7ec504852 100644 (file)
@@ -23,14 +23,14 @@ Authors:
 <head>
 <title>TZDate_addDuration</title>
 <meta charset="utf-8"/>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
 <div id="log"></div>
 <script>
 //==== TEST: TZDate_addDuration
-//==== LABEL: Check if method addDuration of TZDate works properly.
+//==== LABEL Check if method TZDate::addDuration() works properly
 //==== SPEC: Tizen Web API:System:Time:TZDate:addDuration M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MMINA MR
@@ -41,7 +41,7 @@ test(function () {
     returnedValue = currentTZDate.addDuration(duration);
     assert_equals(returnedValue.getDate(), 9, "returnedValue.getDay() check");
     assert_true(returnedValue instanceof tizen.TZDate, "TZDate check");
-}, "TZDate_addDuration");
+}, document.title);
 
 </script>
 </body>
index e2d47a6efe636b64c7e3be4b3217a1783cf96c4a..e8ad032902797f66ac5adcfdfb4e3d0eb9bbec1a 100644 (file)
@@ -24,7 +24,7 @@ Authors:
 <head>
 <title>TZDate_addDuration_duration_TypeMismatch</title>
 <meta charset="utf-8">
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -32,7 +32,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TZDate_addDuration_duration_TypeMismatch
-//==== LABEL: Check argument addDuration conversions exception.
+//==== LABEL Check if TZDate::addDuration() throws exception when duration argument has wrong type
 //==== PRIORITY: P2
 //==== SPEC: Tizen Web API:System:Time:TZDate:addDuration M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
@@ -46,12 +46,12 @@ test(function () {
         duration = conversionTable[i][0];
         exceptionName = conversionTable[i][1];
 
-        assert_throws({name : exceptionName},
+        assert_throws({name: exceptionName},
             function () {
                 currentTZDate.addDuration(duration);
             }, exceptionName + " should be thrown - given incorrect successCallback.");
     }
-}, "TZDate_addDuration_duration_TypeMismatch");
+}, document.title);
 
 </script>
 </body>
index c52f5ce055c18eb7f900526a221dcce490acae75..eced942ac38835c31a6fc95b4faf0b3e68633bfa 100644 (file)
@@ -24,7 +24,7 @@ Authors:
 <head>
 <title>TZDate_addDuration_duration_invalid_obj</title>
 <meta charset="utf-8">
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -32,7 +32,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TZDate_addDuration_duration_invalid_obj
-//==== LABEL: Check argument validation in addDuration method in TZDate.
+//==== LABEL Check if TZDate::addDuration() throws exception when duration is regular object
 //==== PRIORITY: P2
 //==== SPEC: Tizen Web API:System:Time:TZDate:addDuration M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
@@ -42,11 +42,11 @@ test(function () {
 
     currentTimeDuration[0] = {length: 2, unit: "MINS"};
     currentTZDate = tizen.time.getCurrentDateTime();
-    assert_throws({name : exceptionName},
+    assert_throws(TYPE_MISMATCH_EXCEPTION,
         function () {
             currentTZDate.addDuration(currentTimeDuration[0]);
         }, exceptionName + " should be thrown - given incorrect argument.");
-}, "TZDate_addDuration_duration_invalid_obj");
+}, document.title);
 
 </script>
 </body>
index 4670351c2dcd85cc296625864214a23888bb3455..21c897d67fdbe379921656154ac589a775cf7c42 100644 (file)
@@ -24,7 +24,7 @@ Authors:
 <head>
 <title>TZDate_addDuration_exist</title>
 <meta charset="utf-8">
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -32,7 +32,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TZDate_addDuration_exist
-//==== LABEL: Check if addDuration method exists in TimeManager.
+//==== LABEL Check if addDuration() method exists in TimeManager
 //==== PRIORITY: P1
 //==== SPEC: Tizen Web API:System:Time:TZDate:addDuration M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
@@ -41,7 +41,7 @@ test(function () {
     var currentTZDate = tizen.time.getCurrentDateTime();
     assert_true("addDuration" in currentTZDate, "addDuration method exists");
     check_method_exists(currentTZDate, "addDuration");
-}, "TZDate_addDuration_exist");
+}, document.title);
 
 </script>
 </body>
index 00ac2a0cd85c8750d7a5f6533ff1736017afac81..47eea30369a61a16ed3a7d221698ab43b533f8bc 100644 (file)
@@ -34,28 +34,29 @@ Authors:
 <head>
 <title>TZDate_addDuration_invalidLength</title>
 <script type="text/javascript" src="support/time_common.js"></script>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TZDate_addDuration_invalidLength
-//==== LABEL: Check addDuration method for invalid length
+//==== LABEL Check TZDate::addDuration() method called with invalid length
 //==== PRIORITY: P2
 //==== SPEC: Tizen Web API:System:Time:TZDate:addDuration M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MMINA
-var diff, TimeTesting, tz, tdur, tzAfterAdd;
-TimeTesting = {f_value: 4.5, f_unit: "HOURS", diff_length: -14400000, diff_unit: "MSECS"};
+var diff, timeTesting, tz, tdur, tzAfterAdd;
+timeTesting = {f_value: 4.5, f_unit: "HOURS", diff_length: -14400000, diff_unit: "MSECS"};
 test(function () {
     tz = tizen.time.getCurrentDateTime();
-    tdur = new tizen.TimeDuration(TimeTesting.f_value, TimeTesting.f_unit);
+    tdur = new tizen.TimeDuration(timeTesting.f_value, timeTesting.f_unit);
     tzAfterAdd = tz.addDuration(tdur);
     diff = tz.difference(tzAfterAdd);
-    assert_equals(diff.length, TimeTesting.diff_length, "TimeDuration: wrong length difference for " + TimeTesting.f_value + " " + TimeTesting.f_unit);
-    assert_equals(diff.unit, TimeTesting.diff_unit, "TimeDuration: wrong unit difference for " + TimeTesting.f_value + " " + TimeTesting.f_unit);
-}, "TZDate_addDuration_invalidLength");
+    assert_equals(diff.length, timeTesting.diff_length, "TimeDuration: wrong length difference for " +
+        timeTesting.f_value + " " + timeTesting.f_unit);
+    assert_equals(diff.unit, timeTesting.diff_unit, "TimeDuration: wrong unit difference for " + timeTesting.f_value + " " + timeTesting.f_unit);
+}, document.title);
 
 </script>
 </body>
index 5704db39d4ad77ad4806212808909eb24734f2ec..50e1602a5339b178494d79cd6b7068b33d94950c 100644 (file)
@@ -23,25 +23,25 @@ Authors:
 <head>
 <title>TZDate_addDuration_missarg</title>
 <script src="support/downloadcommon.js"></script>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 <body>
 <p><a href="https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html" >spec reference</a></p>
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TZDate_addDuration_missarg
-//==== LABEL: Check if addDuration method with missing non-optional argument works
+//==== LABEL Check if TZDate::addDuration() method throws exception with missing mandatory argument
 //==== PRIORITY: P2
 //==== SPEC: Tizen Web API:System:Time:TZDate:addDuration M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MMA
 test(function () {
     var currentTZDate = tizen.time.getCurrentDateTime();
-    assert_throws({name: "TypeMismatchError"},
+    assert_throws(TYPE_MISMATCH_EXCEPTION,
         function () {
             currentTZDate.addDuration();
         });
-}, "TZDate_addDuration_missarg");
+}, document.title);
 
 </script>
 </body>
index a2711c54898e18a4f2c66ae06adcc34fd8bd5f02..1ab9866bcb4f82a709735b4ecf67a955438cdc8c 100644 (file)
@@ -34,28 +34,29 @@ Authors:
 <head>
 <title>TZDate_addDuration_unitDAYS_negative</title>
 <script type="text/javascript" src="support/time_common.js"></script>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TZDate_addDuration_unitDAYS_negative
-//==== LABEL: Check addDuration method for unit DAYS and negative
+//==== LABEL Check addDuration method for unit DAYS and negative length
 //==== PRIORITY: P2
 //==== SPEC: Tizen Web API:System:Time:TZDate:addDuration M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MMINA
-var diff, TimeTesting, tz, tdur, tzAfterAdd;
-TimeTesting = {f_value: -1, f_unit: "DAYS", diff_length: 1, diff_unit: "DAYS"};
+var diff, timeTesting, tz, tdur, tzAfterAdd;
+timeTesting = {f_value: -1, f_unit: "DAYS", diff_length: 1, diff_unit: "DAYS"};
 test(function () {
     tz = tizen.time.getCurrentDateTime();
-    tdur = new tizen.TimeDuration(TimeTesting.f_value, TimeTesting.f_unit);
+    tdur = new tizen.TimeDuration(timeTesting.f_value, timeTesting.f_unit);
     tzAfterAdd = tz.addDuration(tdur);
     diff = tz.difference(tzAfterAdd);
-    assert_equals(diff.length, TimeTesting.diff_length, "TimeDuration: wrong length difference for " + TimeTesting.f_value + " " + TimeTesting.f_unit);
-    assert_equals(diff.unit, TimeTesting.diff_unit, "TimeDuration: wrong unit difference for " + TimeTesting.f_value + " " + TimeTesting.f_unit);
-}, "TZDate_addDuration_unitDAYS_negative");
+    assert_equals(diff.length, timeTesting.diff_length, "TimeDuration: wrong length difference for " +
+        timeTesting.f_value + " " + timeTesting.f_unit);
+    assert_equals(diff.unit, timeTesting.diff_unit, "TimeDuration: wrong unit difference for " + timeTesting.f_value + " " + timeTesting.f_unit);
+}, document.title);
 
 </script>
 </body>
index b522ffa31c13c74c0eaadf3c652e83253fd35686..9d0e2fff36f90dad5687ee2265b8eb68e4731881 100644 (file)
@@ -34,28 +34,29 @@ Authors:
 <head>
 <title>TZDate_addDuration_unitDAYS_one</title>
 <script type="text/javascript" src="support/time_common.js"></script>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TZDate_addDuration_unitDAYS_one
-//==== LABEL: Check addDuration method for unit DAYS and one day
+//==== LABEL Check addDuration method for unit DAYS and one day
 //==== PRIORITY: P2
 //==== SPEC: Tizen Web API:System:Time:TZDate:addDuration M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MMINA
-var diff, TimeTesting, tz, tdur, tzAfterAdd;
-TimeTesting = {f_value: 1, f_unit: "DAYS", diff_length: -1, diff_unit: "DAYS"};
+var diff, timeTesting, tz, tdur, tzAfterAdd;
+timeTesting = {f_value: 1, f_unit: "DAYS", diff_length: -1, diff_unit: "DAYS"};
 test(function () {
     tz = tizen.time.getCurrentDateTime();
-    tdur = new tizen.TimeDuration(TimeTesting.f_value, TimeTesting.f_unit);
+    tdur = new tizen.TimeDuration(timeTesting.f_value, timeTesting.f_unit);
     tzAfterAdd = tz.addDuration(tdur);
     diff = tz.difference(tzAfterAdd);
-    assert_equals(diff.length, TimeTesting.diff_length, "TimeDuration: wrong length difference for " + TimeTesting.f_value + " " + TimeTesting.f_unit);
-    assert_equals(diff.unit, TimeTesting.diff_unit, "TimeDuration: wrong unit difference for " + TimeTesting.f_value + " " + TimeTesting.f_unit);
-}, "TZDate_addDuration_unitDAYS_year");
+    assert_equals(diff.length, timeTesting.diff_length, "TimeDuration: wrong length difference for " +
+        timeTesting.f_value + " " + timeTesting.f_unit);
+    assert_equals(diff.unit, timeTesting.diff_unit, "TimeDuration: wrong unit difference for " + timeTesting.f_value + " " + timeTesting.f_unit);
+}, document.title);
 
 </script>
 </body>
index 434d3aa32623ba5b79361aa0098b907d76e391dd..de5803d1b97db5ba4874dac2e324ba6c05d80b4d 100644 (file)
@@ -34,28 +34,29 @@ Authors:
 <head>
 <title>TZDate_addDuration_unitDAYS_week</title>
 <script type="text/javascript" src="support/time_common.js"></script>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TZDate_addDuration_unitDAYS_week
-//==== LABEL: Check addDuration method for unit DAYS counting for week
+//==== LABEL Check addDuration method for unit DAYS adding week
 //==== PRIORITY: P2
 //==== SPEC: Tizen Web API:System:Time:TZDate:addDuration M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MMINA
-var diff, TimeTesting, tz, tdur, tzAfterAdd;
-TimeTesting = {f_value: 7, f_unit: "DAYS", diff_length: -7, diff_unit: "DAYS"};
+var diff, timeTesting, tz, tdur, tzAfterAdd;
+timeTesting = {f_value: 7, f_unit: "DAYS", diff_length: -7, diff_unit: "DAYS"};
 test(function () {
     tz = tizen.time.getCurrentDateTime();
-    tdur = new tizen.TimeDuration(TimeTesting.f_value, TimeTesting.f_unit);
+    tdur = new tizen.TimeDuration(timeTesting.f_value, timeTesting.f_unit);
     tzAfterAdd = tz.addDuration(tdur);
     diff = tz.difference(tzAfterAdd);
-    assert_equals(diff.length, TimeTesting.diff_length, "TimeDuration: wrong length difference for " + TimeTesting.f_value + " " + TimeTesting.f_unit);
-    assert_equals(diff.unit, TimeTesting.diff_unit, "TimeDuration: wrong unit difference for " + TimeTesting.f_value + " " + TimeTesting.f_unit);
-}, "TZDate_addDuration_unitDAYS_week");
+    assert_equals(diff.length, timeTesting.diff_length, "TimeDuration: wrong length difference for " +
+        timeTesting.f_value + " " + timeTesting.f_unit);
+    assert_equals(diff.unit, timeTesting.diff_unit, "TimeDuration: wrong unit difference for " + timeTesting.f_value + " " + timeTesting.f_unit);
+}, document.title);
 
 </script>
 </body>
index 2c00c3c9bb4bfeb7ea3dcbf572a5c858920e16f1..16a0431f40ff0c622923f39446ed9310138b41db 100644 (file)
@@ -34,28 +34,29 @@ Authors:
 <head>
 <title>TZDate_addDuration_unitDAYS_year</title>
 <script type="text/javascript" src="support/time_common.js"></script>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TZDate_addDuration_unitDAYS_year
-//==== LABEL: Check addDuration method for unit DAYS counting for year
+//==== LABEL Check addDuration method for unit DAYS adding year
 //==== PRIORITY: P2
 //==== SPEC: Tizen Web API:System:Time:TZDate:addDuration M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MMINA
-var diff, TimeTesting, tz, tdur, tzAfterAdd;
-TimeTesting = {f_value: 365, f_unit: "DAYS", diff_length: -365, diff_unit: "DAYS"};
+var diff, timeTesting, tz, tdur, tzAfterAdd;
+timeTesting = {f_value: 365, f_unit: "DAYS", diff_length: -365, diff_unit: "DAYS"};
 test(function () {
     tz = tizen.time.getCurrentDateTime();
-    tdur = new tizen.TimeDuration(TimeTesting.f_value, TimeTesting.f_unit);
+    tdur = new tizen.TimeDuration(timeTesting.f_value, timeTesting.f_unit);
     tzAfterAdd = tz.addDuration(tdur);
     diff = tz.difference(tzAfterAdd);
-    assert_equals(diff.length, TimeTesting.diff_length, "TimeDuration: wrong length difference for " + TimeTesting.f_value + " " + TimeTesting.f_unit);
-    assert_equals(diff.unit, TimeTesting.diff_unit, "TimeDuration: wrong unit difference for " + TimeTesting.f_value + " " + TimeTesting.f_unit);
-}, "TZDate_addDuration_unitDAYS_year");
+    assert_equals(diff.length, timeTesting.diff_length, "TimeDuration: wrong length difference for " +
+        timeTesting.f_value + " " + timeTesting.f_unit);
+    assert_equals(diff.unit, timeTesting.diff_unit, "TimeDuration: wrong unit difference for " + timeTesting.f_value + " " + timeTesting.f_unit);
+}, document.title);
 
 </script>
 </body>
index 20ea34d02eaae372305dbc4d2ce13bf6fa8e41a4..7a246906831911bd2440ac5b87fecdd4afb34205 100644 (file)
@@ -34,28 +34,29 @@ Authors:
 <head>
 <title>TZDate_addDuration_unitHOURS</title>
 <script type="text/javascript" src="support/time_common.js"></script>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TZDate_addDuration_unitHOURS
-//==== LABEL: Check addDuration method for unit HOURS
+//==== LABEL Check addDuration method for unit HOURS
 //==== PRIORITY: P2
 //==== SPEC: Tizen Web API:System:Time:TZDate:addDuration M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MMINA
-var diff, TimeTesting, tz, tdur, tzAfterAdd;
-TimeTesting = {f_value: 2, f_unit: "HOURS", diff_length: -7200000, diff_unit: "MSECS"};
+var diff, timeTesting, tz, tdur, tzAfterAdd;
+timeTesting = {f_value: 2, f_unit: "HOURS", diff_length: -7200000, diff_unit: "MSECS"};
 test(function () {
     tz = tizen.time.getCurrentDateTime();
-    tdur = new tizen.TimeDuration(TimeTesting.f_value, TimeTesting.f_unit);
+    tdur = new tizen.TimeDuration(timeTesting.f_value, timeTesting.f_unit);
     tzAfterAdd = tz.addDuration(tdur);
     diff = tz.difference(tzAfterAdd);
-    assert_equals(diff.length, TimeTesting.diff_length, "TimeDuration: wrong length difference for " + TimeTesting.f_value + " " + TimeTesting.f_unit);
-    assert_equals(diff.unit, TimeTesting.diff_unit, "TimeDuration: wrong unit difference for " + TimeTesting.f_value + " " + TimeTesting.f_unit);
-}, "TZDate_addDuration_unitHOURS");
+    assert_equals(diff.length, timeTesting.diff_length, "TimeDuration: wrong length difference for " +
+        timeTesting.f_value + " " + timeTesting.f_unit);
+    assert_equals(diff.unit, timeTesting.diff_unit, "TimeDuration: wrong unit difference for " + timeTesting.f_value + " " + timeTesting.f_unit);
+}, document.title);
 
 </script>
 </body>
index de5732ab10758d3f0cb8123c152473462457e46f..b586a4db7cf24118fee48e55ee4c14b5308f9761 100644 (file)
@@ -34,28 +34,29 @@ Authors:
 <head>
 <title>TZDate_addDuration_unitHOURS_moreThanOneDay</title>
 <script type="text/javascript" src="support/time_common.js"></script>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TZDate_addDuration_unitHOURS_moreThanOneDay
-//==== LABEL: Check addDuration method for unit HOURS when more than one day
+//==== LABEL Check addDuration method for unit HOURS adding 25 hours
 //==== PRIORITY: P2
 //==== SPEC: Tizen Web API:System:Time:TZDate:addDuration M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MMINA
-var diff, TimeTesting, tz, tdur, tzAfterAdd;
-TimeTesting = {f_value: 25, f_unit: "HOURS", diff_length: -90000000, diff_unit: "MSECS"};
+var diff, timeTesting, tz, tdur, tzAfterAdd;
+timeTesting = {f_value: 25, f_unit: "HOURS", diff_length: -90000000, diff_unit: "MSECS"};
 test(function () {
     tz = tizen.time.getCurrentDateTime();
-    tdur = new tizen.TimeDuration(TimeTesting.f_value, TimeTesting.f_unit);
+    tdur = new tizen.TimeDuration(timeTesting.f_value, timeTesting.f_unit);
     tzAfterAdd = tz.addDuration(tdur);
     diff = tz.difference(tzAfterAdd);
-    assert_equals(diff.length, TimeTesting.diff_length, "TimeDuration: wrong length difference for " + TimeTesting.f_value + " " + TimeTesting.f_unit);
-    assert_equals(diff.unit, TimeTesting.diff_unit, "TimeDuration: wrong unit difference for " + TimeTesting.f_value + " " + TimeTesting.f_unit);
-}, "TZDate_addDuration_unitHOURS_moreThanOneDay");
+    assert_equals(diff.length, timeTesting.diff_length, "TimeDuration: wrong length difference for " +
+        timeTesting.f_value + " " + timeTesting.f_unit);
+    assert_equals(diff.unit, timeTesting.diff_unit, "TimeDuration: wrong unit difference for " + timeTesting.f_value + " " + timeTesting.f_unit);
+}, document.title);
 
 </script>
 </body>
index b9c4aef907183c591b086520e7e670336533b901..69a65791992d08a3226011b122557a2c9c68b749 100644 (file)
@@ -34,28 +34,29 @@ Authors:
 <head>
 <title>TZDate_addDuration_unitHOURS_negative</title>
 <script type="text/javascript" src="support/time_common.js"></script>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TZDate_addDuration_unitHOURS_negative
-//==== LABEL: Check addDuration method for unit HOURS and negative
+//==== LABEL Check addDuration method for unit HOURS and negative length
 //==== PRIORITY: P2
 //==== SPEC: Tizen Web API:System:Time:TZDate:addDuration M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MMINA
-var diff, TimeTesting, tz, tdur, tzAfterAdd;
-TimeTesting = {f_value: -1, f_unit: "HOURS", diff_length: 3600000, diff_unit: "MSECS"};
+var diff, timeTesting, tz, tdur, tzAfterAdd;
+timeTesting = {f_value: -1, f_unit: "HOURS", diff_length: 3600000, diff_unit: "MSECS"};
 test(function () {
     tz = tizen.time.getCurrentDateTime();
-    tdur = new tizen.TimeDuration(TimeTesting.f_value, TimeTesting.f_unit);
+    tdur = new tizen.TimeDuration(timeTesting.f_value, timeTesting.f_unit);
     tzAfterAdd = tz.addDuration(tdur);
     diff = tz.difference(tzAfterAdd);
-    assert_equals(diff.length, TimeTesting.diff_length, "TimeDuration: wrong length difference for " + TimeTesting.f_value + " " + TimeTesting.f_unit);
-    assert_equals(diff.unit, TimeTesting.diff_unit, "TimeDuration: wrong unit difference for " + TimeTesting.f_value + " " + TimeTesting.f_unit);
-}, "TZDate_addDuration_unitHOURS_negative");
+    assert_equals(diff.length, timeTesting.diff_length, "TimeDuration: wrong length difference for " +
+        timeTesting.f_value + " " + timeTesting.f_unit);
+    assert_equals(diff.unit, timeTesting.diff_unit, "TimeDuration: wrong unit difference for " + timeTesting.f_value + " " + timeTesting.f_unit);
+}, document.title);
 
 </script>
 </body>
index adf675237250cfaec41feea69467d00f07277b4b..70f13bd075c297b51325b21d8da3e0eb8976f130 100644 (file)
@@ -34,28 +34,29 @@ Authors:
 <head>
 <title>TZDate_addDuration_unitMINS</title>
 <script type="text/javascript" src="support/time_common.js"></script>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TZDate_addDuration_unitMINS
-//==== LABEL: Check addDuration method for unit MINS
+//==== LABEL Check addDuration method for unit MINS
 //==== PRIORITY: P2
 //==== SPEC: Tizen Web API:System:Time:TZDate:addDuration M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MMINA
-var diff, TimeTesting, tz, tdur, tzAfterAdd;
-TimeTesting = {f_value: 1, f_unit: "MINS", diff_length: -60000, diff_unit: "MSECS"};
+var diff, timeTesting, tz, tdur, tzAfterAdd;
+timeTesting = {f_value: 1, f_unit: "MINS", diff_length: -60000, diff_unit: "MSECS"};
 test(function () {
     tz = tizen.time.getCurrentDateTime();
-    tdur = new tizen.TimeDuration(TimeTesting.f_value, TimeTesting.f_unit);
+    tdur = new tizen.TimeDuration(timeTesting.f_value, timeTesting.f_unit);
     tzAfterAdd = tz.addDuration(tdur);
     diff = tz.difference(tzAfterAdd);
-    assert_equals(diff.length, TimeTesting.diff_length, "TimeDuration: wrong length difference for " + TimeTesting.f_value + " " + TimeTesting.f_unit);
-    assert_equals(diff.unit, TimeTesting.diff_unit, "TimeDuration: wrong unit difference for " + TimeTesting.f_value + " " + TimeTesting.f_unit);
-}, "TZDate_addDuration_unitMINS");
+    assert_equals(diff.length, timeTesting.diff_length, "TimeDuration: wrong length difference for " +
+        timeTesting.f_value + " " + timeTesting.f_unit);
+    assert_equals(diff.unit, timeTesting.diff_unit, "TimeDuration: wrong unit difference for " + timeTesting.f_value + " " + timeTesting.f_unit);
+}, document.title);
 
 </script>
 </body>
index 438140135914b401281253909b72e941061fb447..40f4ab26dcc2cf87a5e312abf67e0300dcfc85aa 100644 (file)
@@ -34,28 +34,29 @@ Authors:
 <head>
 <title>TZDate_addDuration_unitMINS_complexNum</title>
 <script type="text/javascript" src="support/time_common.js"></script>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TZDate_addDuration_unitMINS_complexNum
-//==== LABEL: Check addDuration method for unit MINS and complex Number
+//==== LABEL Check addDuration method for unit MINS and length of 5
 //==== PRIORITY: P2
 //==== SPEC: Tizen Web API:System:Time:TZDate:addDuration M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MMINA
-var diff, TimeTesting, tz, tdur, tzAfterAdd;
-TimeTesting = {f_value: 5, f_unit: "MINS", diff_length: -300000, diff_unit: "MSECS"};
+var diff, timeTesting, tz, tdur, tzAfterAdd;
+timeTesting = {f_value: 5, f_unit: "MINS", diff_length: -300000, diff_unit: "MSECS"};
 test(function () {
     tz = tizen.time.getCurrentDateTime();
-    tdur = new tizen.TimeDuration(TimeTesting.f_value, TimeTesting.f_unit);
+    tdur = new tizen.TimeDuration(timeTesting.f_value, timeTesting.f_unit);
     tzAfterAdd = tz.addDuration(tdur);
     diff = tz.difference(tzAfterAdd);
-    assert_equals(diff.length, TimeTesting.diff_length, "TimeDuration: wrong length difference for " + TimeTesting.f_value + " " + TimeTesting.f_unit);
-    assert_equals(diff.unit, TimeTesting.diff_unit, "TimeDuration: wrong unit difference for " + TimeTesting.f_value + " " + TimeTesting.f_unit);
-}, "TZDate_addDuration_unitMINS_complexNum");
+    assert_equals(diff.length, timeTesting.diff_length, "TimeDuration: wrong length difference for " +
+        timeTesting.f_value + " " + timeTesting.f_unit);
+    assert_equals(diff.unit, timeTesting.diff_unit, "TimeDuration: wrong unit difference for " + timeTesting.f_value + " " + timeTesting.f_unit);
+}, document.title);
 
 </script>
 </body>
index 3e2e459dbbf2eec91d808646f3e3266ffe0dcd6f..7db0c7607b88c3e049b4fe92bbdd1049150414c6 100644 (file)
@@ -34,28 +34,29 @@ Authors:
 <head>
 <title>TZDate_addDuration_unitMINS_negative</title>
 <script type="text/javascript" src="support/time_common.js"></script>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TZDate_addDuration_unitMINS_negative
-//==== LABEL: Check addDuration method for unit MINS and negative
+//==== LABEL Check addDuration method for unit MINS and negative length
 //==== PRIORITY: P2
 //==== SPEC: Tizen Web API:System:Time:TZDate:addDuration M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MMINA
-var diff, TimeTesting, tz, tdur, tzAfterAdd;
-TimeTesting = {f_value: -1, f_unit: "MINS", diff_length: 60000, diff_unit: "MSECS"};
+var diff, timeTesting, tz, tdur, tzAfterAdd;
+timeTesting = {f_value: -1, f_unit: "MINS", diff_length: 60000, diff_unit: "MSECS"};
 test(function () {
     tz = tizen.time.getCurrentDateTime();
-    tdur = new tizen.TimeDuration(TimeTesting.f_value, TimeTesting.f_unit);
+    tdur = new tizen.TimeDuration(timeTesting.f_value, timeTesting.f_unit);
     tzAfterAdd = tz.addDuration(tdur);
     diff = tz.difference(tzAfterAdd);
-    assert_equals(diff.length, TimeTesting.diff_length, "TimeDuration: wrong length difference for " + TimeTesting.f_value + " " + TimeTesting.f_unit);
-    assert_equals(diff.unit, TimeTesting.diff_unit, "TimeDuration: wrong unit difference for " + TimeTesting.f_value + " " + TimeTesting.f_unit);
-}, "TZDate_addDuration_unitMINS_negative");
+    assert_equals(diff.length, timeTesting.diff_length, "TimeDuration: wrong length difference for " +
+        timeTesting.f_value + " " + timeTesting.f_unit);
+    assert_equals(diff.unit, timeTesting.diff_unit, "TimeDuration: wrong unit difference for " + timeTesting.f_value + " " + timeTesting.f_unit);
+}, document.title);
 
 </script>
 </body>
index 9b5b6bcab4e5ecf00bae0f0b2c85a1875c1411c6..f6186ccb80352404166063e9576577795d490c78 100644 (file)
@@ -34,28 +34,29 @@ Authors:
 <head>
 <title>TZDate_addDuration_unitMSECS</title>
 <script type="text/javascript" src="support/time_common.js"></script>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TZDate_addDuration_unitMSECS
-//==== LABEL: Check addDuration method for unit MSECS
+//==== LABEL Check addDuration method for unit MSECS
 //==== PRIORITY: P2
 //==== SPEC: Tizen Web API:System:Time:TZDate:addDuration M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MMINA
-var diff, TimeTesting, tz, tdur, tzAfterAdd;
-TimeTesting = {f_value: 1, f_unit: "MSECS", diff_length: -1, diff_unit: "MSECS"};
+var diff, timeTesting, tz, tdur, tzAfterAdd;
+timeTesting = {f_value: 1, f_unit: "MSECS", diff_length: -1, diff_unit: "MSECS"};
 test(function () {
     tz = tizen.time.getCurrentDateTime();
-    tdur = new tizen.TimeDuration(TimeTesting.f_value, TimeTesting.f_unit);
+    tdur = new tizen.TimeDuration(timeTesting.f_value, timeTesting.f_unit);
     tzAfterAdd = tz.addDuration(tdur);
     diff = tz.difference(tzAfterAdd);
-    assert_equals(diff.length, TimeTesting.diff_length, "TimeDuration: wrong length difference for " + TimeTesting.f_value + " " + TimeTesting.f_unit);
-    assert_equals(diff.unit, TimeTesting.diff_unit, "TimeDuration: wrong unit difference for " + TimeTesting.f_value + " " + TimeTesting.f_unit);
-}, "TZDate_addDuration_unitMSECS");
+    assert_equals(diff.length, timeTesting.diff_length, "TimeDuration: wrong length difference for " +
+        timeTesting.f_value + " " + timeTesting.f_unit);
+    assert_equals(diff.unit, timeTesting.diff_unit, "TimeDuration: wrong unit difference for " + timeTesting.f_value + " " + timeTesting.f_unit);
+}, document.title);
 
 </script>
 </body>
index e94d688f326ae3765ff69b290ae89b309df9ec6c..3349ffff18065c63f0ad2a5eb7ab564aa266fab7 100644 (file)
@@ -34,28 +34,29 @@ Authors:
 <head>
 <title>TZDate_addDuration_unitMSECS_complexNum</title>
 <script type="text/javascript" src="support/time_common.js"></script>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TZDate_addDuration_unitMSECS_complexNum
-//==== LABEL: Check addDuration method for unit MSECS and complex Number
+//==== LABEL Check addDuration method for unit MSECS and length of 45
 //==== PRIORITY: P2
 //==== SPEC: Tizen Web API:System:Time:TZDate:addDuration M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MMINA
-var diff, TimeTesting, tz, tdur, tzAfterAdd;
-TimeTesting = {f_value: 45, f_unit: "MSECS", diff_length: -45, diff_unit: "MSECS"};
+var diff, timeTesting, tz, tdur, tzAfterAdd;
+timeTesting = {f_value: 45, f_unit: "MSECS", diff_length: -45, diff_unit: "MSECS"};
 test(function () {
     tz = tizen.time.getCurrentDateTime();
-    tdur = new tizen.TimeDuration(TimeTesting.f_value, TimeTesting.f_unit);
+    tdur = new tizen.TimeDuration(timeTesting.f_value, timeTesting.f_unit);
     tzAfterAdd = tz.addDuration(tdur);
     diff = tz.difference(tzAfterAdd);
-    assert_equals(diff.length, TimeTesting.diff_length, "TimeDuration: wrong length difference for " + TimeTesting.f_value + " " + TimeTesting.f_unit);
-    assert_equals(diff.unit, TimeTesting.diff_unit, "TimeDuration: wrong unit difference for " + TimeTesting.f_value + " " + TimeTesting.f_unit);
-}, "TZDate_addDuration_unitMSECS_complexNum");
+    assert_equals(diff.length, timeTesting.diff_length, "TimeDuration: wrong length difference for " +
+            timeTesting.f_value + " " + timeTesting.f_unit);
+    assert_equals(diff.unit, timeTesting.diff_unit, "TimeDuration: wrong unit difference for " + timeTesting.f_value + " " + timeTesting.f_unit);
+}, document.title);
 
 </script>
 </body>
index 12be9e548f980146eb7091aaad4a69388c22548e..ebf0fb86cad7e7a4e90c332e58e21649640a3642 100644 (file)
@@ -34,28 +34,29 @@ Authors:
 <head>
 <title>TZDate_addDuration_unitMSECS_negative</title>
 <script type="text/javascript" src="support/time_common.js"></script>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TZDate_addDuration_unitMSECS_negative
-//==== LABEL: Check addDuration method for unit MSECS and negative
+//==== LABEL Check addDuration method for unit MSECS and negative length
 //==== PRIORITY: P2
 //==== SPEC: Tizen Web API:System:Time:TZDate:addDuration M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MMINA
-var diff, TimeTesting, tz, tdur, tzAfterAdd;
-TimeTesting = {f_value: -1, f_unit: "MSECS", diff_length: 1, diff_unit: "MSECS"};
+var diff, timeTesting, tz, tdur, tzAfterAdd;
+timeTesting = {f_value: -1, f_unit: "MSECS", diff_length: 1, diff_unit: "MSECS"};
 test(function () {
     tz = tizen.time.getCurrentDateTime();
-    tdur = new tizen.TimeDuration(TimeTesting.f_value, TimeTesting.f_unit);
+    tdur = new tizen.TimeDuration(timeTesting.f_value, timeTesting.f_unit);
     tzAfterAdd = tz.addDuration(tdur);
     diff = tz.difference(tzAfterAdd);
-    assert_equals(diff.length, TimeTesting.diff_length, "TimeDuration: wrong length difference for " + TimeTesting.f_value + " " + TimeTesting.f_unit);
-    assert_equals(diff.unit, TimeTesting.diff_unit, "TimeDuration: wrong unit difference for " + TimeTesting.f_value + " " + TimeTesting.f_unit);
-}, "TZDate_addDuration_unitMSECS_negative");
+    assert_equals(diff.length, timeTesting.diff_length, "TimeDuration: wrong length difference for " +
+        timeTesting.f_value + " " + timeTesting.f_unit);
+    assert_equals(diff.unit, timeTesting.diff_unit, "TimeDuration: wrong unit difference for " + timeTesting.f_value + " " + timeTesting.f_unit);
+}, document.title);
 
 </script>
 </body>
index a1808146f704c788e593dae7923a0555ecf35a83..1f94a24d2bb0e1f57b97132542c668812d3b9eef 100644 (file)
@@ -34,28 +34,29 @@ Authors:
 <head>
 <title>TZDate_addDuration_unitSECS</title>
 <script type="text/javascript" src="support/time_common.js"></script>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TZDate_addDuration_unitSECS
-//==== LABEL: Check addDuration method for unit SECS
+//==== LABEL Check addDuration method for unit SECS
 //==== PRIORITY: P2
 //==== SPEC: Tizen Web API:System:Time:TZDate:addDuration M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MMINA
-var diff, TimeTesting, tz, tdur, tzAfterAdd;
-TimeTesting = {f_value: 1, f_unit: "SECS", diff_length: -1000, diff_unit: "MSECS"};
+var diff, timeTesting, tz, tdur, tzAfterAdd;
+timeTesting = {f_value: 1, f_unit: "SECS", diff_length: -1000, diff_unit: "MSECS"};
 test(function () {
     tz = tizen.time.getCurrentDateTime();
-    tdur = new tizen.TimeDuration(TimeTesting.f_value, TimeTesting.f_unit);
+    tdur = new tizen.TimeDuration(timeTesting.f_value, timeTesting.f_unit);
     tzAfterAdd = tz.addDuration(tdur);
     diff = tz.difference(tzAfterAdd);
-    assert_equals(diff.length, TimeTesting.diff_length, "TimeDuration: wrong length difference for " + TimeTesting.f_value + " " + TimeTesting.f_unit);
-    assert_equals(diff.unit, TimeTesting.diff_unit, "TimeDuration: wrong unit difference for " + TimeTesting.f_value + " " + TimeTesting.f_unit);
-}, "TZDate_addDuration_unitSECS");
+    assert_equals(diff.length, timeTesting.diff_length, "TimeDuration: wrong length difference for " +
+        timeTesting.f_value + " " + timeTesting.f_unit);
+    assert_equals(diff.unit, timeTesting.diff_unit, "TimeDuration: wrong unit difference for " + timeTesting.f_value + " " + timeTesting.f_unit);
+}, document.title);
 
 </script>
 </body>
index 86a31cc3d5155ecea15e0215a79946df2198c3d3..a25af268493702be652d3f5a78b0a10ce088ae5f 100644 (file)
@@ -34,28 +34,29 @@ Authors:
 <head>
 <title>TZDate_addDuration_unitSECS_complexNum</title>
 <script type="text/javascript" src="support/time_common.js"></script>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TZDate_addDuration_unitSECS_complexNum
-//==== LABEL: Check addDuration method for unit SECS and complex number
+//==== LABEL Check addDuration method for unit SECS and length of 45
 //==== PRIORITY: P2
 //==== SPEC: Tizen Web API:System:Time:TZDate:addDuration M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MMINA
-var diff, TimeTesting, tz, tdur, tzAfterAdd;
-TimeTesting = {f_value: 45, f_unit: "SECS", diff_length: -45000, diff_unit: "MSECS"};
+var diff, timeTesting, tz, tdur, tzAfterAdd;
+timeTesting = {f_value: 45, f_unit: "SECS", diff_length: -45000, diff_unit: "MSECS"};
 test(function () {
     tz = tizen.time.getCurrentDateTime();
-    tdur = new tizen.TimeDuration(TimeTesting.f_value, TimeTesting.f_unit);
+    tdur = new tizen.TimeDuration(timeTesting.f_value, timeTesting.f_unit);
     tzAfterAdd = tz.addDuration(tdur);
     diff = tz.difference(tzAfterAdd);
-    assert_equals(diff.length, TimeTesting.diff_length, "TimeDuration: wrong length difference for " + TimeTesting.f_value + " " + TimeTesting.f_unit);
-    assert_equals(diff.unit, TimeTesting.diff_unit, "TimeDuration: wrong unit difference for " + TimeTesting.f_value + " " + TimeTesting.f_unit);
-}, "TZDate_addDuration_unitSECS_complexNum");
+    assert_equals(diff.length, timeTesting.diff_length, "TimeDuration: wrong length difference for " +
+        timeTesting.f_value + " " + timeTesting.f_unit);
+    assert_equals(diff.unit, timeTesting.diff_unit, "TimeDuration: wrong unit difference for " + timeTesting.f_value + " " + timeTesting.f_unit);
+}, document.title);
 
 </script>
 </body>
index 487537f368ff37e12506f8ba10092d63647e4c46..6d6286e21b81eb31c5c884c85c6e6ca521098cae 100644 (file)
@@ -34,28 +34,29 @@ Authors:
 <head>
 <title>TZDate_addDuration_unitSECS_negative</title>
 <script type="text/javascript" src="support/time_common.js"></script>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TZDate_addDuration_unitSECS_negative
-//==== LABEL: Check addDuration method for unit SECS and negative
+//==== LABEL Check addDuration method for unit SECS and negative length
 //==== PRIORITY: P2
 //==== SPEC: Tizen Web API:System:Time:TZDate:addDuration M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MMINA
-var diff, TimeTesting, tz, tdur, tzAfterAdd;
-TimeTesting = {f_value: -1, f_unit: "SECS", diff_length: 1000, diff_unit: "MSECS"};
+var diff, timeTesting, tz, tdur, tzAfterAdd;
+timeTesting = {f_value: -1, f_unit: "SECS", diff_length: 1000, diff_unit: "MSECS"};
 test(function () {
     tz = tizen.time.getCurrentDateTime();
-    tdur = new tizen.TimeDuration(TimeTesting.f_value, TimeTesting.f_unit);
+    tdur = new tizen.TimeDuration(timeTesting.f_value, timeTesting.f_unit);
     tzAfterAdd = tz.addDuration(tdur);
     diff = tz.difference(tzAfterAdd);
-    assert_equals(diff.length, TimeTesting.diff_length, "TimeDuration: wrong length difference for " + TimeTesting.f_value + " " + TimeTesting.f_unit);
-    assert_equals(diff.unit, TimeTesting.diff_unit, "TimeDuration: wrong unit difference for " + TimeTesting.f_value + " " + TimeTesting.f_unit);
-}, "TZDate_addDuration_unitSECS_negative");
+    assert_equals(diff.length, timeTesting.diff_length, "TimeDuration: wrong length difference for " +
+        timeTesting.f_value + " " + timeTesting.f_unit);
+    assert_equals(diff.unit, timeTesting.diff_unit, "TimeDuration: wrong unit difference for " + timeTesting.f_value + " " + timeTesting.f_unit);
+}, document.title);
 
 </script>
 </body>
index 28b0abec388c88b017e4d736ead178fa34b09cb3..b23f913412452476769dbd87c7272caf9e68dbc1 100644 (file)
@@ -25,7 +25,7 @@ Authors:
 <head>
 <title>TZDate_constructor_maximal_with_nonoptional_arguments</title>
 <meta charset="utf-8">
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -33,7 +33,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TZDate_constructor_maximal_with_nonoptional_arguments
-//==== LABEL: Test whether the maximal constructor of the TZDate interface is defined or not.
+//==== LABEL Test whether TZDate(y, m, d, h, m, s, m, timezone) constructor works
 //==== PRIORITY: P1
 //==== SPEC: Tizen Web API:System:Time:TZDate:constructor C
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
@@ -51,7 +51,7 @@ test(function () {
     assert_equals(tzdate.getSeconds(), 12, "seconds check");
     assert_equals(tzdate.getMilliseconds(), 100, "milliseconds check");
     assert_equals(tzdate.getTimezone(), "Europe/Berlin", "timezone check");
-}, "TZDate_constructor_maximal_with_nonoptional_arguments");
+}, document.title);
 
 </script>
 </body>
index 89424dc2113f2153825f2e0533de8882bee1c909..d1f848f5f0f930089bc50a219aa3e2acf4f3a0e6 100644 (file)
@@ -25,7 +25,7 @@ Authors:
 <head>
 <title>TZDate_constructor_maximal_with_optional_arguments</title>
 <meta charset="utf-8">
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -33,7 +33,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TZDate_constructor_maximal_with_optional_arguments
-//==== LABEL: Test whether the maximal constructor with optional arguments of the TZDate interface is defined or not.
+//==== LABEL Test whether TZDate(date, timezone) constructor works
 //==== PRIORITY: P1
 //==== SPEC: Tizen Web API:System:Time:TZDate:constructor C
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
@@ -44,7 +44,7 @@ test(function () {
     assert_type(tzdate, "object", "type check");
     assert_equals(tzdate.getFullYear(), 2020, "date check");
     assert_equals(tzdate.getTimezone(), "Europe/Warsaw", "timezone check");
-}, "TZDate_constructor_maximal_with_optional_arguments");
+}, document.title);
 
 </script>
 </body>
index c80c544eb3ccf85f9d346ef81ee31bfabd47444f..a2ae91a0214ac2477aa18db429b63521fc645e9e 100644 (file)
@@ -25,7 +25,7 @@ Authors:
 <head>
 <title>TZDate_constructor_minimal_with_nonoptional_arguments</title>
 <meta charset="utf-8">
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -33,7 +33,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TZDate_constructor_minimal_with_nonoptional_arguments
-//==== LABEL: Test whether the minimal constructor of the TZDate interface is defined or not.
+//==== LABEL Test whether TZDate(y, m, d) constructor works
 //==== PRIORITY: P1
 //==== SPEC: Tizen Web API:System:Time:TZDate:constructor C
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
@@ -45,7 +45,7 @@ test(function () {
     assert_equals(tzdate.getFullYear(), 2013, "year check");
     assert_equals(tzdate.getMonth(), 2, "month check");
     assert_equals(tzdate.getDay(), 2, "day check");
-}, "TZDate_constructor_minimal_with_nonoptional_arguments");
+}, document.title);
 
 </script>
 </body>
index bf9f2c2528a78c444c728aa9dc2e7521dbb6da12..ca652eaec8066ec43d4dcaeff94c6bbfecfe33b9 100644 (file)
@@ -25,7 +25,7 @@ Authors:
 <head>
 <title>TZDate_constructor_minimal_without_optional_arguments</title>
 <meta charset="utf-8">
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -33,7 +33,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TZDate_constructor_minimal_without_optional_arguments
-//==== LABEL: Test whether the maximal constructor without optional arguments of the TZDate interface is defined or not.
+//==== LABEL Test whether TZDate() constructor without arguments works
 //==== PRIORITY: P1
 //==== SPEC: Tizen Web API:System:Time:TZDate:constructor C
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
@@ -41,7 +41,7 @@ Authors:
 test(function () {
     var tzdate = new tizen.TZDate();
     assert_type(tzdate, "object", "type check");
-}, "TZDate_constructor_minimal_without_optional_arguments");
+}, document.title);
 
 </script>
 </body>
index 187098213a66300374143db0f7be87126d572831..d042db327d2fc02e507a4aa2d32f404f9df0c2da 100644 (file)
@@ -23,14 +23,14 @@ Authors:
 <head>
 <title>TZDate_difference</title>
 <meta charset="utf-8"/>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
 <div id="log"></div>
 <script>
 //==== TEST: TZDate_difference
-//==== LABEL: Check if method difference of TZDate works properly.
+//==== LABEL Check if TZDate::difference() method works
 //==== SPEC: Tizen Web API:System:Time:TZDate:difference M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MMINA MR
@@ -42,7 +42,7 @@ test(function () {
     returnedValue = currentTZDate.difference(other);
     assert_equals(returnedValue.length, 95, "returnedValue.length check");
     assert_true(returnedValue instanceof tizen.TimeDuration, "TimeDuration chceck");
-}, "TZDate_difference");
+}, document.title);
 
 </script>
 </body>
index fcc148797bf2e3c28fcb3c4983417ad4471480d1..ccb409a47c4a8eff7b535f69f7595ada373e7d64 100644 (file)
@@ -24,7 +24,7 @@ Authors:
 <head>
 <title>TZDate_difference_exist</title>
 <meta charset="utf-8">
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -32,7 +32,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TZDate_difference_exist
-//==== LABEL: Check if difference method exists in TZDate.
+//==== LABEL Check if difference() method exists in TZDate
 //==== PRIORITY: P1
 //==== SPEC: Tizen Web API:System:Time:TZDate:difference M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
@@ -41,7 +41,7 @@ test(function () {
     var currentTZDate = tizen.time.getCurrentDateTime();
     assert_true("difference" in currentTZDate, "difference method exists");
     check_method_exists(currentTZDate, "difference");
-}, "TZDate_difference_exist");
+}, document.title);
 
 </script>
 </body>
index 066f84bb62b7a1532b900dcd4b76061c77c019ac..50f99164ae0a7d4c566fbcfec8c5185b90395e43 100644 (file)
@@ -23,25 +23,25 @@ Authors:
 <head>
 <title>TZDate_difference_missarg</title>
 <script src="support/downloadcommon.js"></script>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 <body>
 <p><a href="https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html" >spec reference</a></p>
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TZDate_difference_missarg
-//==== LABEL: Check if difference method with missing non-optional argument works in TZDate
+//==== LABEL Check if TZDate::difference() throws exception with missing missing mandatory argument
 //==== PRIORITY: P2
 //==== SPEC: Tizen Web API:System:Time:TZDate:difference M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MMA
 test(function () {
     var currentTZDate = tizen.time.getCurrentDateTime();
-    assert_throws({name: "TypeMismatchError"},
+    assert_throws(TYPE_MISMATCH_EXCEPTION,
         function () {
             currentTZDate.difference();
         });
-}, "TZDate_difference_missarg");
+}, document.title);
 
 </script>
 </body>
index 5db9ed5c03fe5ba1c140c3d85a1c834aed9bc4d4..224e2fcb50cefcb0807cc1aee3bccdec84b5de0b 100644 (file)
@@ -24,7 +24,7 @@ Authors:
 <head>
 <title>TZDate_difference_other_TypeMismatch</title>
 <meta charset="utf-8">
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -32,7 +32,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TZDate_difference_other_TypeMismatch
-//==== LABEL: Check argument difference conversions exception in TZDate.
+//==== LABEL Check if TZDate::difference() throws exception when other has wrong type
 //==== PRIORITY: P2
 //==== SPEC: Tizen Web API:System:Time:TZDate:difference M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
@@ -46,12 +46,12 @@ test(function () {
         other = conversionTable[i][0];
         exceptionName = conversionTable[i][1];
 
-        assert_throws({name : exceptionName},
+        assert_throws({name: exceptionName},
             function () {
                 currentTZDate.difference(other);
             }, exceptionName + " should be thrown - given incorrect successCallback.");
-        }
-});
+    }
+}, document.title);
 
 </script>
 </body>
index 6208d0a4607398952e322fb3b6d6904e8130012b..fb51343e197e39f3bbcb9e88fb3c64c2dc92d535 100644 (file)
@@ -24,7 +24,7 @@ Authors:
 <head>
 <title>TZDate_difference_other_invalid_obj</title>
 <meta charset="utf-8">
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -32,7 +32,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TZDate_difference_other_invalid_obj
-//==== LABEL: Check argument validation in difference method in TZDate.
+//==== LABEL Check if TZDate::difference() throws exception when other is regural object
 //==== PRIORITY: P2
 //==== SPEC: Tizen Web API:System:Time:TZDate:difference M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
@@ -42,11 +42,11 @@ test(function () {
 
     currentTZDate[0] = tizen.time.getCurrentDateTime();
     currentTZDate[1] = {};
-    assert_throws({name : exceptionName},
+    assert_throws(TYPE_MISMATCH_EXCEPTION,
         function () {
             currentTZDate[0].difference(currentTZDate[1]);
         }, exceptionName + " should be thrown - given incorrect argument.");
-}, "TZDate_difference_other_invalid_obj");
+}, document.title);
 
 </script>
 </body>
index 56303896fdbc7967c2ae1128e5de12c7351530b5..b8b6017284c0156397254cf9072837f1bb32cfdd 100644 (file)
@@ -23,14 +23,14 @@ Authors:
 <head>
 <title>TZDate_earlierThan</title>
 <meta charset="utf-8"/>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
 <div id="log"></div>
 <script>
 //==== TEST: TZDate_earlierThan
-//==== LABEL: Check if method earlierThan of TZDate works properly.
+//==== LABEL Check if TZDate::earlierThan() method works
 //==== SPEC: Tizen Web API:System:Time:TZDate:earlierThan M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MMINA
@@ -41,7 +41,7 @@ test(function () {
     other = new tizen.TZDate(date);
     returnedValue = currentTZDate.earlierThan(other);
     assert_false(returnedValue, "false check");
-}, "TZDate_earlierThan");
+}, document.title);
 
 </script>
 </body>
index 87365956b29146aaa334e1c0e078111529fa61ae..4d95711392d13f067d986e6ae136450009525842 100644 (file)
@@ -24,7 +24,7 @@ Authors:
 <head>
 <title>TZDate_earlierThan_exist</title>
 <meta charset="utf-8">
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -32,7 +32,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TZDate_earlierThan_exist
-//==== LABEL: Check if earlierThan method exists in TimeManager.
+//==== LABEL Check if earlierThan() method exists in TZDate
 //==== PRIORITY: P1
 //==== SPEC: Tizen Web API:System:Time:TZDate:earlierThan M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
@@ -41,7 +41,7 @@ test(function () {
     var currentTZDate = tizen.time.getCurrentDateTime();
     assert_true("earlierThan" in currentTZDate, "earlierThan method exists");
     check_method_exists(currentTZDate, "earlierThan");
-}, "TZDate_earlierThan_exist");
+}, document.title);
 
 </script>
 </body>
index 91dade5ba8ddec66834544e5deeeefff3a29c8b1..770935e8d4be2c2ad268999546be2d0597bce116 100644 (file)
@@ -23,25 +23,25 @@ Authors:
 <head>
 <title>TZDate_earlierThan_missarg</title>
 <script src="support/downloadcommon.js"></script>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 <body>
 <p><a href="https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html" >spec reference</a></p>
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TZDate_earlierThan_missarg
-//==== LABEL: Check if earlierThan method with missing non-optional argument works
+//==== LABEL Check if TZDate::earlierThan() throws exception with missing mandatory argument
 //==== PRIORITY: P2
 //==== SPEC: Tizen Web API:System:Time:TZDate:earlierThan M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MMA
 test(function () {
     var currentTZDate = tizen.time.getCurrentDateTime();
-    assert_throws({name: "TypeMismatchError"},
+    assert_throws(TYPE_MISMATCH_EXCEPTION,
         function () {
             currentTZDate.earlierThan();
         });
-}, "TZDate_earlierThan_missarg");
+}, document.title);
 
 </script>
 </body>
index 0a916f88a28e74ebd53ed043732a93c5d247d3c1..04c47d56994f70eea5c4da79557bf30bce30f313 100644 (file)
@@ -24,7 +24,7 @@ Authors:
 <head>
 <title>TZDate_earlierThan_other_TypeMismatch</title>
 <meta charset="utf-8">
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -32,7 +32,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TZDate_earlierThan_other_TypeMismatch
-//==== LABEL: Check argument earlierThan conversions exception.
+//==== LABEL Check if TZDate::earlierThan() throws exception when other has wrong type
 //==== PRIORITY: P2
 //==== SPEC: Tizen Web API:System:Time:TZDate:earlierThan M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
@@ -46,12 +46,12 @@ test(function () {
         other = conversionTable[i][0];
         exceptionName = conversionTable[i][1];
 
-        assert_throws({name : exceptionName},
+        assert_throws({name: exceptionName},
             function () {
                 currentTZDate.earlierThan(other);
             }, exceptionName + " should be thrown - given incorrect successCallback.");
-        }
-});
+    }
+}, document.title);
 
 </script>
 </body>
index 2bd49340a026d034b33276a79bdea871c5fb8fac..5630e98b7ea1cc798efc88ea34bcd91b856277ae 100644 (file)
@@ -24,7 +24,7 @@ Authors:
 <head>
 <title>TZDate_earlierThan_other_invalid_obj</title>
 <meta charset="utf-8">
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -32,7 +32,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TZDate_earlierThan_other_invalid_obj
-//==== LABEL: Check argument validation in earlierThan method in TZDate.
+//==== LABEL Check if TZDate::earlierThan() throws exception when other is regular object
 //==== PRIORITY: P2
 //==== SPEC: Tizen Web API:System:Time:TZDate:earlierThan M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
@@ -42,11 +42,11 @@ test(function () {
 
     currentTZDate[0] = tizen.time.getCurrentDateTime();
     currentTZDate[1] = {};
-    assert_throws({name : exceptionName},
+    assert_throws(TYPE_MISMATCH_EXCEPTION,
         function () {
             currentTZDate[0].earlierThan(currentTZDate[1]);
         }, exceptionName + " should be thrown - given incorrect argument.");
-}, "TZDate_earlierThan_other_invalid_obj");
+}, document.title);
 
 </script>
 </body>
index 78d08b2f984bbf6c1bc35dfa6d7fa043ee05804e..6edf87aef7e659715aee9589a465cb227ee35d20 100644 (file)
@@ -23,14 +23,14 @@ Authors:
 <head>
 <title>TZDate_equalsTo</title>
 <meta charset="utf-8"/>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
 <div id="log"></div>
 <script>
 //==== TEST: TZDate_equalsTo
-//==== LABEL: Check if method equalsTo of TZDate works properly.
+//==== LABEL Check if TZDate::equalsTo() method works
 //==== SPEC: Tizen Web API:System:Time:TZDate:equalsTo M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MMINA MR
@@ -41,7 +41,7 @@ test(function () {
     other = new tizen.TZDate(date);
     returnedValue = currentTZDate.equalsTo(other);
     assert_false(returnedValue, "false check");
-}, "TZDate_equalsTo");
+}, document.title);
 
 </script>
 </body>
index eaf5ddc85f044df5cfe9d1f6fb2c188b85320547..63aecc5b82342c296e2fd4813b1b73d4c8c9eeb0 100644 (file)
@@ -24,7 +24,7 @@ Authors:
 <head>
 <title>TZDate_equalsTo_exist</title>
 <meta charset="utf-8">
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -32,7 +32,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TZDate_equalsTo_exist
-//==== LABEL: Check if equalsTo method exists in TZDate.
+//==== LABEL Check if equalsTo() method exists in TZDate
 //==== PRIORITY: P1
 //==== SPEC: Tizen Web API:System:Time:TZDate:equalsTo M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
@@ -41,7 +41,7 @@ test(function () {
     var currentTZDate = tizen.time.getCurrentDateTime();
     assert_true("equalsTo" in currentTZDate, "equalsTo method exists");
     check_method_exists(currentTZDate, "equalsTo");
-}, "TZDate_equalsTo_exist");
+}, document.title);
 
 </script>
 </body>
index ac2841d8367e87fbd43a5cab2ed5b6985b9c873e..72ba5f81b8d1ea3d6e3d283d147d2042bad8a8e2 100644 (file)
@@ -23,25 +23,25 @@ Authors:
 <head>
 <title>TZDate_equalsTo_missarg</title>
 <script src="support/downloadcommon.js"></script>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 <body>
 <p><a href="https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html" >spec reference</a></p>
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TZDate_equalsTo_missarg
-//==== LABEL: Check if equalsTo method with missing non-optional argument works in TZDate
+//==== LABEL Check if TZDate::equalsTo() throws exception with missing mandatory argument
 //==== PRIORITY: P2
 //==== SPEC: Tizen Web API:System:Time:TZDate:equalsTo M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MMA
 test(function () {
     var currentTZDate = tizen.time.getCurrentDateTime();
-    assert_throws({name: "TypeMismatchError"},
+    assert_throws(TYPE_MISMATCH_EXCEPTION,
         function () {
             currentTZDate.equalsTo();
         });
-}, "TZDate_equalsTo_missarg");
+}, document.title);
 
 </script>
 </body>
index f8bcee633a491cd1e808ad2b6df7e814fd4383b0..0305f4d8347bc016967a903259c992c80ef5aeea 100644 (file)
@@ -24,7 +24,7 @@ Authors:
 <head>
 <title>TZDate_equalsTo_other_TypeMismatch</title>
 <meta charset="utf-8">
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -32,7 +32,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TZDate_equalsTo_other_TypeMismatch
-//==== LABEL: Check argument equalsTo conversions exception in TZDate.
+//==== LABEL Check if TZDate::equalsTo() throws exception when other has wrong type
 //==== PRIORITY: P2
 //==== SPEC: Tizen Web API:System:Time:TZDate:equalsTo M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
@@ -46,12 +46,12 @@ test(function () {
         other = conversionTable[i][0];
         exceptionName = conversionTable[i][1];
 
-        assert_throws({name : exceptionName},
+        assert_throws({name: exceptionName},
             function () {
                 currentTZDate.equalsTo(other);
             }, exceptionName + " should be thrown - given incorrect successCallback.");
-        }
-});
+    }
+}, document.title);
 
 </script>
 </body>
index 422b786f6a5737d89f481f1df91e8b91b6b0e534..8c7367c49500f869b5e0e9d6cdc89019485ea64f 100644 (file)
@@ -24,7 +24,7 @@ Authors:
 <head>
 <title>TZDate_equalsTo_other_invalid_obj</title>
 <meta charset="utf-8">
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -32,7 +32,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TZDate_equalsTo_other_invalid_obj
-//==== LABEL: Check argument validation in equalsTo method in TZDate.
+//==== LABEL Check if TZDate::equalsTo() throws exception when other is regural object
 //==== PRIORITY: P2
 //==== SPEC: Tizen Web API:System:Time:TZDate:equalsTo M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
@@ -42,11 +42,11 @@ test(function () {
 
     currentTZDate[0] = tizen.time.getCurrentDateTime();
     currentTZDate[1] = {};
-    assert_throws({name : exceptionName},
+    assert_throws(TYPE_MISMATCH_EXCEPTION,
         function () {
             currentTZDate[0].equalsTo(currentTZDate[1]);
         }, exceptionName + " should be thrown - given incorrect argument.");
-}, "TZDate_equalsTo_other_invalid_obj");
+}, document.title);
 
 </script>
 </body>
index 05e3dc78d6a39001570f9ea9c19fe62327e0ae21..583e1de4916b9b5cd5668eee4d9e26eac891f38a 100644 (file)
@@ -24,7 +24,7 @@ Authors:
 <head>
 <title>TZDate_exist</title>
 <meta charset="utf-8">
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -32,14 +32,14 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TZDate_exist
-//==== LABEL: Test whether the constructor of the TZDate interface is defined or not.
+//==== LABEL Test whether the constructor of the TZDate interface is defined
 //==== PRIORITY: P0
 //==== SPEC: Tizen Web API:System:Time:TZDate:constructor C
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA CONSTRF
 test(function () {
     check_constructor("TZDate");
-}, "TZDate_exist");
+}, document.title);
 
 </script>
 </body>
index ddf3efdabb998b83011a493346ee5188f33fbcb6..fefb97ea5cfb6addfe5a5e9656087a4d013d89ed 100644 (file)
@@ -22,14 +22,14 @@ Authors:
 <head>
 <title>TZDate_extend</title>
 <script src="support/time_dcommon.js"></script>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 <body>
 
 <div id="log"></div>
 <script>
 //==== TEST: TZDate_extend
-//==== LABEL: test whether the TZDate object can have new attribute added
+//==== LABEL Test whether the TZDate object can have new attribute added
 //==== PRIORITY: P3
 //==== SPEC: Tizen Web API:System:Time:TZDate:TZDate U
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
@@ -37,7 +37,7 @@ Authors:
 test(function () {
     var currentTZDate = tizen.time.getCurrentDateTime();
     check_extensibility(currentTZDate);
-}, "TZDate_extend");
+}, document.title);
 
 </script>
 </body>
index 6a73f661e6af19dea6d7be75b904c8b338fb10b0..595292ec9ea5183c86cc21af42b8b78599147425 100644 (file)
@@ -23,22 +23,22 @@ Authors:
 <head>
 <title>TZDate_getDate</title>
 <meta charset="utf-8"/>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
 <div id="log"></div>
 <script>
 //==== TEST: TZDate_getDate
-//==== LABEL: Check if method getDate of TZDate works properly.
+//==== LABEL Check if TZDate::getDate() method returns valid number
 //==== SPEC: Tizen Web API:System:Time:TZDate:getDate M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MNA MR
 test(function () {
     var date = new tizen.TZDate();
     assert_true((date.getDate() >= 1 && date.getDate() <= 31), "date check");
-    assert_type(date.getDate(), "number", "type check");
-}, "TZDate_getDate");
+    assert_type(date.getDate(), "long", "type check");
+}, document.title);
 
 </script>
 </body>
index b15bc26341983e5c21651cfb0f35e096e7a158ea..a881abce187cd187c0d2364a59d6b312616d71c4 100644 (file)
@@ -41,7 +41,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TZDate_getDate_checkEqualWithSetDate
-//==== LABEL check if getDate value is equal to setDate
+//==== LABEL Check if getDate value is equal to setDate
 //==== PRIORITY P1
 //==== SPEC Tizen Web API:System:Time:TZDate:setDate M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
@@ -52,7 +52,7 @@ test(function () {
     current_dt.setDate(9);
     day = current_dt.getDate();
     assert_equals(day, 9, "day chceck");
-}, "TZDate_getDate_checkEqualWithSetDate");
+}, document.title);
 
 </script>
 </body>
index 23762911d6bc6c148a47f0d03a9fa5789051f216..1d7ed311958926bb0ef329686c4be54b951c7035 100644 (file)
@@ -24,7 +24,7 @@ Authors:
 <head>
 <title>TZDate_getDate_exist</title>
 <meta charset="utf-8">
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -32,7 +32,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TZDate_getDate_exist
-//==== LABEL: Check if getDate method exists in TimeManager.
+//==== LABEL Check if getDate() method exists in TZDate
 //==== PRIORITY: P1
 //==== SPEC: Tizen Web API:System:Time:TZDate:getDate M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
@@ -41,7 +41,7 @@ test(function () {
     var currentTZDate = tizen.time.getCurrentDateTime();
     assert_true("getDate" in currentTZDate, "getDate method exists");
     check_method_exists(currentTZDate, "getDate");
-}, "TZDate_getDate_exist");
+}, document.title);
 
 </script>
 </body>
index 2f76cf08ed044973655378356f32ec6ef6def9d4..87916c66f3cb5f719989da194c2981fef9968a74 100644 (file)
@@ -23,21 +23,21 @@ Authors:
 <head>
 <title>TZDate_getDate_extra_argument</title>
 <meta charset="utf-8"/>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
 <div id="log"></div>
 <script>
 //==== TEST: TZDate_getDate_extra_argument
-//==== LABEL: Check if method getDate of TZDate accepts extra argument
+//==== LABEL Check if TZDate::getDate() method accepts extra argument
 //==== SPEC: Tizen Web API:System:Time:TZDate:getDate M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MNAEX
 test(function () {
     var currentTZDate = tizen.time.getCurrentDateTime();
     checkExtraArgument(currentTZDate, "getDate");
-}, "TZDate_getDate_extra_argument");
+}, document.title);
 
 </script>
 </body>
index 33434c08ca0a577b36178460f4d4151aba0e6075..d211ae5e9297d2d9a8bdacebb9bd93cda5f5380e 100644 (file)
@@ -26,7 +26,7 @@ Authors:
 <head>
 <title>TZDate_getDate_for_specific_date</title>
 <meta charset="utf-8">
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -34,17 +34,17 @@ Authors:
 <div id="log"></div>
 <script>
 //==== TEST: TZDate_getDate_for_specific_date
-//==== LABEL tizen.TZDate.getDate()
+//==== LABEL Check whether Tizen.TZDate.getDate() for specific date
 //==== SPEC Tizen Web API:System:Time:TZDate:getDate M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
-//==== TEST_CRITERIA MR MNA
+//==== TEST_CRITERIA MR MNA 
 test(function () {
     var currentTZDate, returnedValue, date;
     date = new Date(2013, 3, 4);
     currentTZDate = new tizen.TZDate(date);
     returnedValue = currentTZDate.getDate();
     assert_equals(returnedValue, 4, "date check");
-});
+}, document.title);
 
 </script>
 </body>
index c3239cc79f8cc14c3ec384b18389f4f8eb43d62d..4955a0d167cd20d2d554e2a001b1932779424c91 100644 (file)
@@ -23,22 +23,22 @@ Authors:
 <head>
 <title>TZDate_getDay</title>
 <meta charset="utf-8"/>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
 <div id="log"></div>
 <script>
 //==== TEST: TZDate_getDay
-//==== LABEL: Check if method getDay of TZDate works properly.
+//==== LABEL Check if TZDate::getDay() method returns valid number
 //==== SPEC: Tizen Web API:System:Time:TZDate:getDay M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MNA MR
 test(function () {
     var date = new tizen.TZDate();
     assert_true((date.getDay() >= 0 && date.getDay() <= 6), "data check");
-    assert_type(date.getDay(), "number", "type check");
-}, "TZDate_getDay");
+    assert_type(date.getDay(), "long", "type check");
+}, document.title);
 
 </script>
 </body>
index 177597779b3441ddcaa6eb53c1eeaa49ea5d0b43..90f3019a4e9e7758c1203d0ed6396d16cd113c24 100644 (file)
@@ -24,7 +24,7 @@ Authors:
 <head>
 <title>TZDate_getDay_exist</title>
 <meta charset="utf-8">
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -32,7 +32,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TZDate_getDay_exist
-//==== LABEL: Check if getDay method exists in TimeManager.
+//==== LABEL Check if getDay() method exists in TZDate
 //==== PRIORITY: P1
 //==== SPEC: Tizen Web API:System:Time:TZDate:getDay M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
@@ -41,7 +41,7 @@ test(function () {
     var currentTZDate = tizen.time.getCurrentDateTime();
     assert_true("getDay" in currentTZDate, "getDay method exists");
     check_method_exists(currentTZDate, "getDay");
-}, "TZDate_getDay_exist");
+}, document.title);
 
 </script>
 </body>
index f3f5def624a89a220444004fc7cd72507c169657..21aa1a4956bbffbe1b88bf1759f1fe9fd70dbf21 100644 (file)
@@ -23,21 +23,21 @@ Authors:
 <head>
 <title>TZDate_getDay_extra_argument</title>
 <meta charset="utf-8"/>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
 <div id="log"></div>
 <script>
 //==== TEST: TZDate_getDay_extra_argument
-//==== LABEL: Check if method getDay of TZDate accepts extra argument
+//==== LABEL Check if TZDate::getDay() method accepts extra argument
 //==== SPEC: Tizen Web API:System:Time:TZDate:getDay M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MNAEX
 test(function () {
     var currentTZDate = tizen.time.getCurrentDateTime();
     checkExtraArgument(currentTZDate, "getDay");
-}, "TZDate_getDay_extra_argument");
+}, document.title);
 
 </script>
 </body>
index 09ac542596fd2ab4a8dd6364e99fc8363c0698aa..6136261b470d5a5e37ae01e9139d0af49b1c7757 100644 (file)
@@ -25,7 +25,7 @@ Authors:
 <head>
 <title>TZDate_getDay_for_specific_date</title>
 <meta charset="utf-8">
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -33,7 +33,7 @@ Authors:
 <div id="log"></div>
 <script>
 //==== TEST: TZDate_getDay_for_specific_date
-//==== LABEL tizen.TZDate.getDay()
+//==== LABEL Check whether Tizen.TZDate.getDay() for specific date
 //==== SPEC Tizen Web API:System:Time:TZDate:getDay M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MR MNA
@@ -43,7 +43,7 @@ test(function () {
     currentTZDate = new tizen.TZDate(date);
     returnedValue = currentTZDate.getDay();
     assert_equals(returnedValue, 3, "day check");
-});
+}, document.title);
 
 </script>
 </body>
index d479aac67b44ab835d19e09ad8fafe728afb3c34..0c97ebf3746f3c439c077e1aca5f555cfcea0594 100644 (file)
@@ -23,22 +23,22 @@ Authors:
 <head>
 <title>TZDate_getFullYear</title>
 <meta charset="utf-8"/>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
 <div id="log"></div>
 <script>
 //==== TEST: TZDate_getFullYear
-//==== LABEL: Check if method getFullYear of TZDate works properly.
+//==== LABEL Check if TZDate::getFullYear() returns valid number
 //==== SPEC: Tizen Web API:System:Time:TZDate:getFullYear M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MNA MR
 test(function () {
     var date = new tizen.TZDate();
     assert_true(date.getFullYear() >= 1000 && date.getFullYear() <= 9999, "data check");
-    assert_type(date.getFullYear(), "number", "type check");
-}, "TZDate_getFullYear");
+    assert_type(date.getFullYear(), "long", "type check");
+}, document.title);
 
 </script>
 </body>
index 4b33793812c91d2ef2422ed6b283836df1cdb0c0..ad46b2974b9b43f50e2a43238db9756a85de4b9f 100644 (file)
@@ -41,7 +41,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TZDate_getFullYear_checkEqualWithSetFullYear
-//==== LABEL check if getFullYear value is equal to setFullYear
+//==== LABEL Check if getFullYear value is equal to setFullYear
 //==== PRIORITY P1
 //==== SPEC Tizen Web API:System:Time:TZDate:setFullYear M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
@@ -52,7 +52,7 @@ test(function () {
     current_dt.setFullYear(2012);
     year = current_dt.getFullYear();
     assert_equals(year, 2012, "year check");
-}, "TZDate_getFullYear_checkEqualWithSetFullYear");
+}, document.title);
 
 </script>
 </body>
index 7e76a9772f8a6ec3ab06115cbe0e57026e8cabce..9d2d9efd93d1b58b9641a9f22ca079d85445b933 100644 (file)
@@ -24,7 +24,7 @@ Authors:
 <head>
 <title>TZDate_getFullYear_exist</title>
 <meta charset="utf-8">
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -32,7 +32,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TZDate_getFullYear_exist
-//==== LABEL: Check if getFullYear method exists in TimeManager.
+//==== LABEL Check if getFullYear() method exists in TZDate
 //==== PRIORITY: P1
 //==== SPEC: Tizen Web API:System:Time:TZDate:getFullYear M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
@@ -41,7 +41,7 @@ test(function () {
     var currentTZDate = tizen.time.getCurrentDateTime();
     assert_true("getFullYear" in currentTZDate, "getFullYear method exists");
     check_method_exists(currentTZDate, "getFullYear");
-}, "TZDate_getFullYear_exist");
+}, document.title);
 
 </script>
 </body>
index 9ef4360dd83786115fc02ec507f5d5d2dd58e8d5..fe35639517b1d90a2483f309a9632f7c8b60b2b1 100644 (file)
@@ -23,21 +23,21 @@ Authors:
 <head>
 <title>TZDate_getFullYear_extra_argument</title>
 <meta charset="utf-8"/>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
 <div id="log"></div>
 <script>
 //==== TEST: TZDate_getFullYear_extra_argument
-//==== LABEL: Check if method getFullYear of TZDate accepts extra argument
+//==== LABEL Check if TZDate::getFullYear() method accepts extra argument
 //==== SPEC: Tizen Web API:System:Time:TZDate:getFullYear M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MNAEX
 test(function () {
     var currentTZDate = tizen.time.getCurrentDateTime();
     checkExtraArgument(currentTZDate, "getFullYear");
-}, "TZDate_getFullYear_extra_argument");
+}, document.title);
 
 </script>
 </body>
index 12cd5e8737ff4431284b04536b31d47826f7bd77..1cfadf5e0bdb352ecdcec95a8ae9c4a0ffd3d389 100644 (file)
@@ -25,7 +25,7 @@ Authors:
 <head>
 <title>TZDate_getFullYear_for_specific_date</title>
 <meta charset="utf-8">
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -33,7 +33,7 @@ Authors:
 <div id="log"></div>
 <script>
 //==== TEST: TZDate_getFullYear_for_specific_date
-//==== LABEL tizen.TZDate.getFullYear()
+//==== LABEL Check whether Tizen.TZDate.getFullYear() for specific date
 //==== SPEC Tizen Web API:System:Time:TZDate:getFullYear M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MR MNA
@@ -43,7 +43,7 @@ test(function () {
     currentTZDate = new tizen.TZDate(date);
     returnedValue = currentTZDate.getFullYear();
     assert_equals(returnedValue, 2013, "year check");
-});
+}, document.title);
 
 </script>
 </body>
index 397a7d2688ac276c122c3305cffce1917db6ea91..6677fc072be2847a1c8000773fca05a5ae627205 100644 (file)
@@ -23,22 +23,22 @@ Authors:
 <head>
 <title>TZDate_getHours</title>
 <meta charset="utf-8"/>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
 <div id="log"></div>
 <script>
 //==== TEST: TZDate_getHours
-//==== LABEL: Check if method getHours of TZDate works properly.
+//==== LABEL Check if TZDate::getHours() returns valid number
 //==== SPEC: Tizen Web API:System:Time:TZDate:getHours M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MNA MR
 test(function () {
     var date = new tizen.TZDate();
     assert_true(date.getHours() >= 0 && date.getHours() <= 23, "data check");
-    assert_type(date.getHours(), "number", "type check");
-}, "TZDate_getHours");
+    assert_type(date.getHours(), "long", "type check");
+}, document.title);
 
 </script>
 </body>
index e4319d67b7b9cf2c337d6e45b142b2b4cfd59b37..3ed5e0379b6dd73eba797a4e46c062958ccc12b8 100644 (file)
@@ -41,7 +41,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TZDate_getHours_checkEqualWithSetHours
-//==== LABEL check if getHours value is equal to setHours
+//==== LABEL Check if getHours value is equal to setHours
 //==== PRIORITY P1
 //==== SPEC Tizen Web API:System:Time:TZDate:setHours M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
@@ -52,7 +52,7 @@ test(function () {
     current_dt.setHours(16);
     hour = current_dt.getHours();
     assert_equals(hour, 16, "hour check");
-}, "TZDate_getHours_checkEqualWithSetHours");
+}, document.title);
 
 </script>
 </body>
index 5c397fff4a8674f1c6ebb21b369c5d0d55e5d34a..13efd7913dbe9b78f91adce1b00e1e7d864703ad 100644 (file)
@@ -24,7 +24,7 @@ Authors:
 <head>
 <title>TZDate_getHours_exist</title>
 <meta charset="utf-8">
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -32,7 +32,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TZDate_getHours_exist
-//==== LABEL: Check if getHours method exists in TimeManager.
+//==== LABEL Check if TZDate::getHours() method exists in TZDate
 //==== PRIORITY: P1
 //==== SPEC: Tizen Web API:System:Time:TZDate:getHours M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
@@ -41,7 +41,7 @@ test(function () {
     var currentTZDate = tizen.time.getCurrentDateTime();
     assert_true("getHours" in currentTZDate, "getHours method exists");
     check_method_exists(currentTZDate, "getHours");
-}, "TZDate_getHours_exist");
+}, document.title);
 
 </script>
 </body>
index b1a0b56dfcd308564e4576e093ec23b2a3ae29af..4f0010081c6b1fffffcf75e18eb02dcec69606ba 100644 (file)
@@ -23,21 +23,21 @@ Authors:
 <head>
 <title>TZDate_getHours_extra_argument</title>
 <meta charset="utf-8"/>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
 <div id="log"></div>
 <script>
 //==== TEST: TZDate_getHours_extra_argument
-//==== LABEL: Check if method getHours of TZDate accepts extra argument
+//==== LABEL Check if TZDate::getHours() method accepts extra argument
 //==== SPEC: Tizen Web API:System:Time:TZDate:getHours M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MNAEX
 test(function () {
     var currentTZDate = tizen.time.getCurrentDateTime();
     checkExtraArgument(currentTZDate, "getHours");
-}, "TZDate_getHours_extra_argument");
+}, document.title);
 
 </script>
 </body>
index c4341e10ef36b3435731d4cea5349dba128cdfe3..c63117008d69b0ca12a8f6cf14631c5b255e51c7 100644 (file)
@@ -25,7 +25,7 @@ Authors:
 <head>
 <title>TZDate_getHours_for_specific_date</title>
 <meta charset="utf-8">
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -33,7 +33,7 @@ Authors:
 <div id="log"></div>
 <script>
 //==== TEST: TZDate_getHours_for_specific_date
-//==== LABEL tizen.TZDate.getHours()
+//==== LABEL Check whether Tizen.TZDate.getHours() for specific date
 //==== SPEC Tizen Web API:System:Time:TZDate:getHours M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MR MNA
@@ -43,7 +43,7 @@ test(function () {
     currentTZDate = new tizen.TZDate(date);
     returnedValue = currentTZDate.getHours();
     assert_equals(returnedValue, 13, "hours check");
-});
+}, document.title);
 
 </script>
 </body>
index 9e4090190e5f2a7af3ec9c0992fb1523af84e30a..c8cc4d8dc748d4fd6c37c647835e2d55eef6e525 100644 (file)
@@ -23,22 +23,22 @@ Authors:
 <head>
 <title>TZDate_getMilliseconds</title>
 <meta charset="utf-8"/>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
 <div id="log"></div>
 <script>
 //==== TEST: TZDate_getMilliseconds
-//==== LABEL: Check if method getMilliseconds of TZDate works properly.
+//==== LABEL Check if TZDate::getMilliseconds() returns valid number
 //==== SPEC: Tizen Web API:System:Time:TZDate:getMilliseconds M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MNA MR
 test(function () {
     var date = new tizen.TZDate();
     assert_true(date.getMilliseconds() >= 0 && date.getMilliseconds() <= 999, "data check");
-    assert_type(date.getMilliseconds(), "number", "type check");
-}, "TZDate_getMilliseconds");
+    assert_type(date.getMilliseconds(), "long", "type check");
+}, document.title);
 
 </script>
 </body>
index 47cd733170502ce9195499229aad30910beb594e..4c0c5b2e08936138ba446f24adf14b7435dba2c4 100644 (file)
@@ -41,7 +41,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TZDate_getMilliseconds_checkEqualWithSetMilliseconds
-//==== LABEL check if getMilliseconds value is equal to setMilliseconds
+//==== LABEL Check if getMilliseconds value is equal to setMilliseconds
 //==== PRIORITY P1
 //==== SPEC Tizen Web API:System:Time:TZDate:setMilliseconds M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
@@ -52,7 +52,7 @@ test(function () {
     current_dt.setMilliseconds(666);
     milliSeconds = current_dt.getMilliseconds();
     assert_equals(milliSeconds, 666, "milliSeconds check");
-}, "TZDate_getMilliseconds_checkEqualWithSetMilliseconds");
+}, document.title);
 
 </script>
 </body>
index d017b8f5f601828f5a1a67ea057c72527ad6cd12..e4cbe7f75c28f3ff5b4150d11b5d58726b7b02e5 100644 (file)
@@ -24,7 +24,7 @@ Authors:
 <head>
 <title>TZDate_getMilliseconds_exist</title>
 <meta charset="utf-8">
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -32,7 +32,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TZDate_getMilliseconds_exist
-//==== LABEL: Check if getMilliseconds method exists in TimeManager.
+//==== LABEL Check if getMilliseconds() method exists in TZDate
 //==== PRIORITY: P1
 //==== SPEC: Tizen Web API:System:Time:TZDate:getMilliseconds M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
@@ -41,7 +41,7 @@ test(function () {
     var currentTZDate = tizen.time.getCurrentDateTime();
     assert_true("getMilliseconds" in currentTZDate, "getMilliseconds method exists");
     check_method_exists(currentTZDate, "getMilliseconds");
-}, "TZDate_getMilliseconds_exist");
+}, document.title);
 
 </script>
 </body>
index 681869948857250c77e56bafbd8d81f5fac70f48..078149c1192bb55aa75e61608464a7da1af1adcd 100644 (file)
@@ -23,21 +23,21 @@ Authors:
 <head>
 <title>TZDate_getMilliseconds_extra_argument</title>
 <meta charset="utf-8"/>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
 <div id="log"></div>
 <script>
 //==== TEST: TZDate_getMilliseconds_extra_argument
-//==== LABEL: Check if method getMilliseconds of TZDate accepts extra argument
+//==== LABEL Check if TZDate::getMilliseconds() method accepts extra argument
 //==== SPEC: Tizen Web API:System:Time:TZDate:getMilliseconds M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MNAEX
 test(function () {
     var currentTZDate = tizen.time.getCurrentDateTime();
     checkExtraArgument(currentTZDate, "getMilliseconds");
-}, "TZDate_getMilliseconds_extra_argument");
+}, document.title);
 
 </script>
 </body>
index fcb7ab2fa39ec07fad3d46ac5a25e3e782964f7f..2deb01cbecaee3a64625e67fe5aef24d81b84703 100644 (file)
@@ -25,7 +25,7 @@ Authors:
 <head>
 <title>TZDate_getMilliseconds_for_specific_date</title>
 <meta charset="utf-8">
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -33,7 +33,7 @@ Authors:
 <div id="log"></div>
 <script>
 //==== TEST: TZDate_getMilliseconds_for_specific_date
-//==== LABEL tizen.TZDate.getMilliseconds()
+//==== LABEL Check whether Tizen.TZDate.getMilliseconds() for specific date
 //==== SPEC Tizen Web API:System:Time:TZDate:getMilliseconds M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MR MNA
@@ -43,7 +43,7 @@ test(function () {
     currentTZDate = new tizen.TZDate(date);
     returnedValue = currentTZDate.getMilliseconds();
     assert_equals(returnedValue, 200, "milliseconds check");
-});
+}, document.title);
 
 </script>
 </body>
index 15df946520e8f8eaa37613fc8c396b25a8fd9520..fe801c4bf9bd6a3aab5242b88c814fdd688a19a5 100644 (file)
@@ -23,22 +23,22 @@ Authors:
 <head>
 <title>TZDate_getMinutes</title>
 <meta charset="utf-8"/>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
 <div id="log"></div>
 <script>
 //==== TEST: TZDate_getMinutes
-//==== LABEL: Check if method getMinutes of TZDate works properly.
+//==== LABEL Check if TZDate::getMinutes() returns valid number
 //==== SPEC: Tizen Web API:System:Time:TZDate:getMinutes M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MNA MR
 test(function () {
     var date = new tizen.TZDate();
     assert_true(date.getMinutes() >= 0 && date.getMinutes() <= 59, "data check");
-    assert_type(date.getMinutes(), "number", "type check");
-}, "TZDate_getMinutes");
+    assert_type(date.getMinutes(), "long", "type check");
+}, document.title);
 
 </script>
 </body>
index de6b0f1b9cda3ce96402b0cef57caada831620d1..e7e595094d7106616ca71a2781c1a5502fc0c490 100644 (file)
@@ -41,7 +41,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TZDate_getMinutes_checkEqualWithSetMinutes
-//==== LABEL check if getMinutes value is equal to setMinutes
+//==== LABEL Check if getMinutes value is equal to setMinutes
 //==== PRIORITY P1
 //==== SPEC Tizen Web API:System:Time:TZDate:setMinutes M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
@@ -52,7 +52,7 @@ test(function () {
     current_dt.setMinutes(50);
     minute = current_dt.getMinutes();
     assert_equals(minute, 50, "minute check");
-}, "TZDate_getMinutes_checkEqualWithSetMinutes");
+}, document.title);
 
 </script>
 </body>
index 87aa5c44117484ce715181493f9259d35e3e5a72..3ef3d82f6b354e84dd06adbc204e5c6a66def9df 100644 (file)
@@ -24,7 +24,7 @@ Authors:
 <head>
 <title>TZDate_getMinutes_exist</title>
 <meta charset="utf-8">
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -32,7 +32,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TZDate_getMinutes_exist
-//==== LABEL: Check if getMinutes method exists in TimeManager.
+//==== LABEL Check if getMinutes() method exists in TZDate
 //==== PRIORITY: P1
 //==== SPEC: Tizen Web API:System:Time:TZDate:getMinutes M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
@@ -41,7 +41,7 @@ test(function () {
     var currentTZDate = tizen.time.getCurrentDateTime();
     assert_true("getMinutes" in currentTZDate, "getMinutes method exists");
     check_method_exists(currentTZDate, "getMinutes");
-}, "TZDate_getMinutes_exist");
+}, document.title);
 
 </script>
 </body>
index bd011cd4d96ad231cecf4a505c1c0553848871be..68d2655388a3eb47b420eaff54a6b3866aea9443 100644 (file)
@@ -23,21 +23,21 @@ Authors:
 <head>
 <title>TZDate_getMinutes_extra_argument</title>
 <meta charset="utf-8"/>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
 <div id="log"></div>
 <script>
 //==== TEST: TZDate_getMinutes_extra_argument
-//==== LABEL: Check if method getMinutes of TZDate accepts extra argument
+//==== LABEL Check if TZDate::getMinutes() method accepts extra argument
 //==== SPEC: Tizen Web API:System:Time:TZDate:getMinutes M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MNAEX
 test(function () {
     var currentTZDate = tizen.time.getCurrentDateTime();
     checkExtraArgument(currentTZDate, "getMinutes");
-}, "TZDate_getMinutes_extra_argument");
+}, document.title);
 
 </script>
 </body>
index 2094b6acd294cf0e87f1873308614f454731044d..0f36f8aa85dc92c32caeb977bb03064e9a438b0c 100644 (file)
@@ -25,7 +25,7 @@ Authors:
 <head>
 <title>TZDate_getMinutes_for_specific_date</title>
 <meta charset="utf-8">
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -33,7 +33,7 @@ Authors:
 <div id="log"></div>
 <script>
 //==== TEST: TZDate_getMinutes_for_specific_date
-//==== LABEL tizen.TZDate.getMinutes()
+//==== LABEL Check whether Tizen.TZDate.getMinutes() for specific date
 //==== SPEC Tizen Web API:System:Time:TZDate:getMinutes M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MR MNA
@@ -43,7 +43,7 @@ test(function () {
     currentTZDate = new tizen.TZDate(date);
     returnedValue = currentTZDate.getMinutes();
     assert_equals(returnedValue, 32, "minutes check");
-});
+}, document.title);
 
 </script>
 </body>
index 4d6f0761a86e4c0f1018df3aeacf44907679251d..296fe7f0287f2f9fbd1dc1e8c2b829860bfc306e 100644 (file)
@@ -23,22 +23,22 @@ Authors:
 <head>
 <title>TZDate_getMonth</title>
 <meta charset="utf-8"/>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
 <div id="log"></div>
 <script>
 //==== TEST: TZDate_getMonth
-//==== LABEL: Check if method getMonth of TZDate works properly.
+//==== LABEL Check if TZDate::getMonth() returns valid number
 //==== SPEC: Tizen Web API:System:Time:TZDate:getMonth M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MNA MR
 test(function () {
     var date = new tizen.TZDate();
     assert_true(date.getMonth() >= 0 && date.getMonth() <= 11, "data check");
-    assert_type(date.getMonth(), "number", "type check");
-}, "TZDate_getMonth");
+    assert_type(date.getMonth(), "long", "type check");
+}, document.title);
 
 </script>
 </body>
index 7db4e23095f00223781068d129ee8f00ab626e8b..b9d8a9b77d48218704133f85ab8133ed8d10c3de 100644 (file)
@@ -41,7 +41,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TZDate_getMonth_checkEqualWithSetMonth
-//==== LABEL check if getMonth value is equal to setMonth
+//==== LABEL Check if getMonth value is equal to setMonth
 //==== PRIORITY P1
 //==== SPEC Tizen Web API:System:Time:TZDate:setMonth M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
@@ -52,7 +52,7 @@ test(function () {
     current_dt.setMonth(0);
     month = current_dt.getMonth();
     assert_equals(month, 0, "month check");
-}, "TZDate_getMonth_checkEqualWithSetMonth");
+}, document.title);
 
 </script>
 </body>
index d778623d8d5629a109b96e29b26ed2eaa3f70730..da34d0e39522568df5eda2bb62826ce474ab5f18 100644 (file)
@@ -24,7 +24,7 @@ Authors:
 <head>
 <title>TZDate_getMonth_exist</title>
 <meta charset="utf-8">
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -32,7 +32,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TZDate_getMonth_exist
-//==== LABEL: Check if getMonth method exists in TimeManager.
+//==== LABEL Check if getMonth() method exists in TZDate
 //==== PRIORITY: P1
 //==== SPEC: Tizen Web API:System:Time:TZDate:getMonth M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
@@ -41,7 +41,7 @@ test(function () {
     var currentTZDate = tizen.time.getCurrentDateTime();
     assert_true("getMonth" in currentTZDate, "getMonth method exists");
     check_method_exists(currentTZDate, "getMonth");
-}, "TZDate_getMonth_exist");
+}, document.title);
 
 </script>
 </body>
index 2734542b6689189d6cbc6483e85c02c7317be53c..719cd18bf48ee8daad5721a269747190e1ca89e0 100644 (file)
@@ -23,21 +23,21 @@ Authors:
 <head>
 <title>TZDate_getMonth_extra_argument</title>
 <meta charset="utf-8"/>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
 <div id="log"></div>
 <script>
 //==== TEST: TZDate_getMonth_extra_argument
-//==== LABEL: Check if method getMonth of TZDate accepts extra argument
+//==== LABEL Check if TZDate::getMonth() method accepts extra argument
 //==== SPEC: Tizen Web API:System:Time:TZDate:getMonth M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MNAEX
 test(function () {
     var currentTZDate = tizen.time.getCurrentDateTime();
     checkExtraArgument(currentTZDate, "getMonth");
-}, "TZDate_getMonth_extra_argument");
+}, document.title);
 
 </script>
 </body>
index 1e60e746a784ac97bd3ad2974d053bb5a7ee0adf..b20372145e649f3b2e753eb55aff41c2200da202 100644 (file)
@@ -25,7 +25,7 @@ Authors:
 <head>
 <title>TZDate_getMonth_for_specific_date</title>
 <meta charset="utf-8">
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -33,7 +33,7 @@ Authors:
 <div id="log"></div>
 <script>
 //==== TEST: TZDate_getMonth_for_specific_date
-//==== LABEL tizen.TZDate.getMonth()
+//==== LABEL Check whether Tizen.TZDate.getMonth() for specific date
 //==== SPEC Tizen Web API:System:Time:TZDate:getMonth M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MR MNA
@@ -43,7 +43,7 @@ test(function () {
     currentTZDate = new tizen.TZDate(date);
     returnedValue = currentTZDate.getMonth();
     assert_equals(returnedValue, 2, "month check");
-});
+}, document.title);
 
 </script>
 </body>
index 421061117a1a3b89c7c6fcb91a2bf33bf25c4cf9..4f3281e12c8c362e2b193a1e252bd5db83dd258d 100644 (file)
@@ -23,14 +23,14 @@ Authors:
 <head>
 <title>TZDate_getNextDSTTransition</title>
 <meta charset="utf-8"/>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
 <div id="log"></div>
 <script>
 //==== TEST: TZDate_getNextDSTTransition
-//==== LABEL: Check if method getNextDSTTransition of TZDate works properly.
+//==== LABEL Check if TZDate::getNextDSTTransition() returns a either date or null
 //==== SPEC: Tizen Web API:System:Time:TZDate:getNextDSTTransition M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MNA MR
@@ -40,7 +40,7 @@ test(function () {
     currentTZDate = new tizen.TZDate(date);
     returnedValue = currentTZDate.getNextDSTTransition();
     assert_true(returnedValue instanceof tizen.TZDate || returnedValue === null, "data check");
-}, "TZDate_getNextDSTTransition");
+}, document.title);
 
 </script>
 </body>
index 0dbab1d30e14ee6303240753a44c5e17519a02b7..49c1aedd4796424c08cc7349d88c69238387f518 100644 (file)
@@ -24,7 +24,7 @@ Authors:
 <head>
 <title>TZDate_getNextDSTTransition_exist</title>
 <meta charset="utf-8">
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -32,7 +32,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TZDate_getNextDSTTransition_exist
-//==== LABEL: Check if getNextDSTTransition method exists in TimeManager.
+//==== LABEL Check if getNextDSTTransition() method exists in TZDate
 //==== PRIORITY: P1
 //==== SPEC: Tizen Web API:System:Time:TZDate:getNextDSTTransition M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
@@ -41,7 +41,7 @@ test(function () {
     var currentTZDate = tizen.time.getCurrentDateTime();
     assert_true("getNextDSTTransition" in currentTZDate, "getNextDSTTransition method exists");
     check_method_exists(currentTZDate, "getNextDSTTransition");
-}, "TZDate_getNextDSTTransition_exist");
+}, document.title);
 
 </script>
 </body>
index 03d798b87b61fb8e21518caf78f8cf5c3fe9fb2d..80449dfe249533103b221b8633a994418c45b4af 100644 (file)
@@ -23,21 +23,21 @@ Authors:
 <head>
 <title>TZDate_getNextDSTTransition_extra_argument</title>
 <meta charset="utf-8"/>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
 <div id="log"></div>
 <script>
 //==== TEST: TZDate_getNextDSTTransition_extra_argument
-//==== LABEL: Check if method getNextDSTTransition of TZDate accepts extra argument
+//==== LABEL Check if TZDate::getNextDSTTransition() method accepts extra argument
 //==== SPEC: Tizen Web API:System:Time:TZDate:getNextDSTTransition M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MNAEX
 test(function () {
     var currentTZDate = tizen.time.getCurrentDateTime();
     checkExtraArgument(currentTZDate, "getNextDSTTransition");
-}, "TZDate_getNextDSTTransition_extra_argument");
+}, document.title);
 
 </script>
 </body>
index a4644eb4b2602ed292733747c336acbca478cf30..e51c350bff8f760833c22089c3196adfaac9f1be 100644 (file)
@@ -23,14 +23,14 @@ Authors:
 <head>
 <title>TZDate_getPreviousDSTTransition</title>
 <meta charset="utf-8"/>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
 <div id="log"></div>
 <script>
 //==== TEST: TZDate_getPreviousDSTTransition
-//==== LABEL: Check if method getPreviousDSTTransition of TZDate works properly.
+//==== LABEL Check if TZDate::getPreviousDSTTransition() returns a either date or null
 //==== SPEC: Tizen Web API:System:Time:TZDate:getPreviousDSTTransition M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MNA MR
@@ -40,7 +40,7 @@ test(function () {
     currentTZDate = new tizen.TZDate(date);
     returnedValue = currentTZDate.getPreviousDSTTransition();
     assert_true(returnedValue instanceof tizen.TZDate || returnedValue === null, "data check");
-}, "TZDate_getPreviousDSTTransition");
+}, document.title);
 
 </script>
 </body>
index d614ee772636cc385b12bea954c6725842f09249..0c551df8c46c057958e01d84d3d74469c6a020d2 100644 (file)
@@ -24,7 +24,7 @@ Authors:
 <head>
 <title>TZDate_getPreviousDSTTransition_exist</title>
 <meta charset="utf-8">
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -32,7 +32,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TZDate_getPreviousDSTTransition_exist
-//==== LABEL: Check if getPreviousDSTTransition method exists in TimeManager.
+//==== LABEL Check if getPreviousDSTTransition() method exists in TZDate
 //==== PRIORITY: P1
 //==== SPEC: Tizen Web API:System:Time:TZDate:getPreviousDSTTransition M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
@@ -41,7 +41,7 @@ test(function () {
     var currentTZDate = tizen.time.getCurrentDateTime();
     assert_true("getPreviousDSTTransition" in currentTZDate, "getPreviousDSTTransition method exists");
     check_method_exists(currentTZDate, "getPreviousDSTTransition");
-}, "TZDate_getPreviousDSTTransition_exist");
+}, document.title);
 
 </script>
 </body>
index 8ab2d5210cf4bd0035a4e668511b3c23dd8d3645..573945337068ca8cce9b101e74dacd2c09e9f668 100644 (file)
@@ -23,21 +23,21 @@ Authors:
 <head>
 <title>TZDate_getPreviousDSTTransition_extra_argument</title>
 <meta charset="utf-8"/>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
 <div id="log"></div>
 <script>
 //==== TEST: TZDate_getPreviousDSTTransition_extra_argument
-//==== LABEL: Check if method getPreviousDSTTransition of TZDate accepts extra argument
+//==== LABEL Check if TZDate::getPreviousDSTTransition() method accepts extra argument
 //==== SPEC: Tizen Web API:System:Time:TZDate:getPreviousDSTTransition M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MNAEX
 test(function () {
     var currentTZDate = tizen.time.getCurrentDateTime();
     checkExtraArgument(currentTZDate, "getPreviousDSTTransition");
-}, "TZDate_getPreviousDSTTransition_extra_argument");
+}, document.title);
 
 </script>
 </body>
index f1acd97f33264e3a27590e3019b3d3c84289a1ef..3c31ea86d7667f6b9cfd047f6e8097da0c1e5ccb 100644 (file)
@@ -23,22 +23,22 @@ Authors:
 <head>
 <title>TZDate_getSeconds</title>
 <meta charset="utf-8"/>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
 <div id="log"></div>
 <script>
 //==== TEST: TZDate_getSeconds
-//==== LABEL: Check if method getSeconds of TZDate works properly.
+//==== LABEL Check if TZDate::getSeconds() returns valid number
 //==== SPEC: Tizen Web API:System:Time:TZDate:getSeconds M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MNA MR
 test(function () {
     var date = new tizen.TZDate();
     assert_true(date.getSeconds() >= 0 && date.getSeconds() <= 59, "data check");
-    assert_type(date.getSeconds(), "number", "type check");
-}, "TZDate_getSeconds");
+    assert_type(date.getSeconds(), "long", "type check");
+}, document.title);
 
 </script>
 </body>
index e70617579000256225f3f8c5b157c5b37feb1142..b8a86fcfcd671afe2ab9c3cdd0536267a60dfe3c 100644 (file)
@@ -41,7 +41,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TZDate_getSeconds_checkEqualWithSetSeconds
-//==== LABEL check if getSeconds value is equal to setSeconds
+//==== LABEL Check if getSeconds value is equal to setSeconds
 //==== PRIORITY P1
 //==== SPEC Tizen Web API:System:Time:TZDate:setSeconds M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
@@ -51,8 +51,8 @@ test(function () {
     current_dt = tizen.time.getCurrentDateTime();
     current_dt.setSeconds(0);
     second = current_dt.getSeconds();
-    assert_equals(second,0, "second check");
-}, "TZDate_getSeconds_checkEqualWithSetSeconds");
+    assert_equals(second, 0, "second check");
+}, document.title);
 
 </script>
 </body>
index 936e9729836db66c1ffef6694424c0331c867146..8e037ab7e8b345443caf23dcdfa3a3114699afc5 100644 (file)
@@ -24,7 +24,7 @@ Authors:
 <head>
 <title>TZDate_getSeconds_exist</title>
 <meta charset="utf-8">
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -32,7 +32,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TZDate_getSeconds_exist
-//==== LABEL: Check if getSeconds method exists in TimeManager.
+//==== LABEL Check if getSeconds() method exists in TZDate
 //==== PRIORITY: P1
 //==== SPEC: Tizen Web API:System:Time:TZDate:getSeconds M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
@@ -41,7 +41,7 @@ test(function () {
     var currentTZDate = tizen.time.getCurrentDateTime();
     assert_true("getSeconds" in currentTZDate, "getSeconds method exists");
     check_method_exists(currentTZDate, "getSeconds");
-}, "TZDate_getSeconds_exist");
+}, document.title);
 
 </script>
 </body>
index 4e56a1596421a662541fc2afc7541cf0b0e1c66e..1e0f5531d6646ad3b4e3f15f51b802b5e79803de 100644 (file)
@@ -23,21 +23,21 @@ Authors:
 <head>
 <title>TZDate_getSeconds_extra_argument</title>
 <meta charset="utf-8"/>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
 <div id="log"></div>
 <script>
 //==== TEST: TZDate_getSeconds_extra_argument
-//==== LABEL: Check if method getSeconds of TZDate accepts extra argument
+//==== LABEL Check if TZDate::getSeconds() method accepts extra argument
 //==== SPEC: Tizen Web API:System:Time:TZDate:getSeconds M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MNAEX
 test(function () {
     var currentTZDate = tizen.time.getCurrentDateTime();
     checkExtraArgument(currentTZDate, "getSeconds");
-}, "TZDate_getSeconds_extra_argument");
+}, document.title);
 
 </script>
 </body>
index 8f5536590b63dec55109aab635b6cd72e20ee34f..9a3880d5cc0c1543546b0371ef6ab7b6dfadd85c 100644 (file)
@@ -25,7 +25,7 @@ Authors:
 <head>
 <title>TZDate_getSeconds_for_specific_date</title>
 <meta charset="utf-8">
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -33,7 +33,7 @@ Authors:
 <div id="log"></div>
 <script>
 //==== TEST: TZDate_getSeconds_for_specific_date
-//==== LABEL tizen.TZDate.getSeconds()
+//==== LABEL Check whether Tizen.TZDate.getSeconds() for specific date
 //==== SPEC Tizen Web API:System:Time:TZDate:getSeconds M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MR MNA
@@ -43,7 +43,7 @@ test(function () {
     currentTZDate = new tizen.TZDate(date);
     returnedValue = currentTZDate.getSeconds();
     assert_equals(returnedValue, 25, "seconds check");
-});
+}, document.title);
 
 </script>
 </body>
index cafb37eee663fb31da25a1b745f8d4c881927c2a..343b91864334c2f6cd45c2d9f89883e1f6e7cba7 100644 (file)
@@ -23,21 +23,21 @@ Authors:
 <head>
 <title>TZDate_getTimezone</title>
 <meta charset="utf-8"/>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
 <div id="log"></div>
 <script>
 //==== TEST: TZDate_getTimezone
-//==== LABEL: Check if method getTimezone of TZDate works properly.
+//==== LABEL Check if TZDate::getTimezone() returns a string
 //==== SPEC: Tizen Web API:System:Time:TZDate:getTimezone M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MNA
 test(function () {
     var date = new tizen.TZDate();
     assert_type(date.getTimezone(), "string", "type check");
-}, "TZDate_getTimezone");
+}, document.title);
 
 </script>
 </body>
index 45b52313c94f68ef7911d9618382a3e9ba8e5ff7..72809e73a5a60eafb62f60c2a272bfcf16ed67bf 100644 (file)
@@ -23,14 +23,14 @@ Authors:
 <head>
 <title>TZDate_getTimezoneAbbreviation</title>
 <meta charset="utf-8"/>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
 <div id="log"></div>
 <script>
 //==== TEST: TZDate_getTimezoneAbbreviation
-//==== LABEL: Check if method getTimezoneAbbreviation of TZDate works properly.
+//==== LABEL Check if TZDate::getTimezoneAbbreviation() returns a string
 //==== SPEC: Tizen Web API:System:Time:TZDate:getTimezoneAbbreviation M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MNA
@@ -40,7 +40,7 @@ test(function () {
     returnedValue = currentTZDate.getTimezoneAbbreviation();
     assert_type(returnedValue, "string", "type check");
     assert_not_equals(returnedValue, null, "null check");
-}, "TZDate_getTimezoneAbbreviation");
+}, document.title);
 
 </script>
 </body>
index 72dbf5597e7b8e92ed46efb2c9194504c52d7bf2..61c28003cbb2d799fd094fdb00f3511864b62e5b 100644 (file)
@@ -24,7 +24,7 @@ Authors:
 <head>
 <title>TZDate_getTimezoneAbbreviation_exist</title>
 <meta charset="utf-8">
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -32,7 +32,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TZDate_getTimezoneAbbreviation_exist
-//==== LABEL: Check if getTimezoneAbbreviation method exists in TimeManager.
+//==== LABEL Check if getTimezoneAbbreviation() method exists in TZDate
 //==== PRIORITY: P1
 //==== SPEC: Tizen Web API:System:Time:TZDate:getTimezoneAbbreviation M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
@@ -41,7 +41,7 @@ test(function () {
     var currentTZDate = tizen.time.getCurrentDateTime();
     assert_true("getTimezoneAbbreviation" in currentTZDate, "getTimezoneAbbreviation method exists");
     check_method_exists(currentTZDate, "getTimezoneAbbreviation");
-}, "TZDate_getTimezoneAbbreviation_exist");
+}, document.title);
 
 </script>
 </body>
index 87e5fd3c26e8129ed0879849b990eb3330797203..2f1ab66e6b7f1b330da63c96995f9506c09aedce 100644 (file)
@@ -23,21 +23,21 @@ Authors:
 <head>
 <title>TZDate_getTimezoneAbbreviation_extra_argument</title>
 <meta charset="utf-8"/>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
 <div id="log"></div>
 <script>
 //==== TEST: TZDate_getTimezoneAbbreviation_extra_argument
-//==== LABEL: Check if method getTimezoneAbbreviation of TZDate accepts extra argument
+//==== LABEL Check if TZDate::getTimezoneAbbreviation() method accepts extra argument
 //==== SPEC: Tizen Web API:System:Time:TZDate:getTimezoneAbbreviation M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MNAEX
 test(function () {
     var currentTZDate = tizen.time.getCurrentDateTime();
     checkExtraArgument(currentTZDate, "getTimezoneAbbreviation");
-}, "TZDate_getTimezoneAbbreviation_extra_argument");
+}, document.title);
 
 </script>
 </body>
index 72ebf31af689ff584d106398d483e5b77652adcd..933b49954258e7b9ad791dc723744c33da861adf 100644 (file)
@@ -24,7 +24,7 @@ Authors:
 <head>
 <title>TZDate_getTimezone_exist</title>
 <meta charset="utf-8">
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -32,7 +32,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TZDate_getTimezone_exist
-//==== LABEL: Check if getTimezone method exists in TimeManager.
+//==== LABEL Check if getTimezone() method exists in TZDate
 //==== PRIORITY: P1
 //==== SPEC: Tizen Web API:System:Time:TZDate:getTimezone M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
@@ -41,7 +41,7 @@ test(function () {
     var currentTZDate = tizen.time.getCurrentDateTime();
     assert_true("getTimezone" in currentTZDate, "getTimezone method exists");
     check_method_exists(currentTZDate, "getTimezone");
-}, "TZDate_getTimezone_exist");
+}, document.title);
 
 </script>
 </body>
index 57a2691e2c3fd7e2c81b6e796edcbf127caa9793..f0e61a7942e299ec476a6a787214c528dd4db50d 100644 (file)
@@ -23,21 +23,21 @@ Authors:
 <head>
 <title>TZDate_getTimezone_extra_argument</title>
 <meta charset="utf-8"/>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
 <div id="log"></div>
 <script>
 //==== TEST: TZDate_getTimezone_extra_argument
-//==== LABEL: Check if method getTimezone of TZDate accepts extra argument
+//==== LABEL Check if TZDate::getTimezone() method accepts extra argument
 //==== SPEC: Tizen Web API:System:Time:TZDate:getTimezone M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MNAEX
 test(function () {
     var currentTZDate = tizen.time.getCurrentDateTime();
     checkExtraArgument(currentTZDate, "getTimezone");
-}, "TZDate_getTimezone_extra_argument");
+}, document.title);
 
 </script>
 </body>
index 9d021b6a3a4c053dc79202a70126f19f2b81fabd..50126d770fc028ed11afe1a391824c2a78588725 100644 (file)
@@ -25,7 +25,7 @@ Authors:
 <head>
 <title>TZDate_getTimezone_for_specific_timezone</title>
 <meta charset="utf-8">
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -33,7 +33,7 @@ Authors:
 <div id="log"></div>
 <script>
 //==== TEST: TZDate_getTimezone_for_specific_timezone
-//==== LABEL tizen.TZDate.getTimezone()
+//==== LABEL Check whether Tizen.TZDate.getTimezone() for specific timezone
 //==== SPEC Tizen Web API:System:Time:TZDate:getTimezone M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MNA MR
@@ -43,7 +43,7 @@ test(function () {
     currentTZDate = new tizen.TZDate(null, "Europe/Berlin");
     returnedValue = currentTZDate.getTimezone();
     assert_equals(returnedValue, "Europe/Berlin", "timezone check");
-}, "TZDate_getTimezone_for_specific_timezone");
+}, document.title);
 
 </script>
 </body>
index e8301e32e1ef1578078d1152cd517e3de84405ff..25226de14c426737fcc2cf0cafa017a32fc52e83 100644 (file)
@@ -23,22 +23,22 @@ Authors:
 <head>
 <title>TZDate_getUTCDate</title>
 <meta charset="utf-8"/>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
 <div id="log"></div>
 <script>
 //==== TEST: TZDate_getUTCDate
-//==== LABEL: Check if method getUTCDate of TZDate works properly.
+//==== LABEL Check if TZDate::getUTCDate() returns valid number
 //==== SPEC: Tizen Web API:System:Time:TZDate:getUTCDate M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MNA MR
 test(function () {
     var date = new tizen.TZDate();
     assert_true(date.getUTCDate() >= 1 && date.getUTCDate() <= 31, "data check");
-    assert_type(date.getUTCDate(), "number", "type check");
-}, "TZDate_getUTCDate");
+    assert_type(date.getUTCDate(), "long", "type check");
+}, document.title);
 
 </script>
 </body>
index 8d7e352dde8ffcb8b3308a4b441c759b9a6a03f3..87e0d7db1ef6175872641eeadc1c1e9aaec0d38f 100644 (file)
@@ -41,7 +41,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TZDate_getUTCDate_checkEqualWithSetUTCDate
-//==== LABEL check if getUTCDate value is equal to setUTCDate
+//==== LABEL Check if getUTCDate value is equal to setUTCDate
 //==== PRIORITY P1
 //==== SPEC Tizen Web API:System:Time:TZDate:setUTCDate M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
@@ -52,7 +52,7 @@ test(function () {
     current_dt.setUTCDate(9);
     day = current_dt.getUTCDate();
     assert_equals(day, 9, "day check");
-}, "TZDate_getUTCDate_checkEqualWithSetUTCDate");
+}, document.title);
 
 </script>
 </body>
index becedc696e7aa8b696e2e72c7c56edcd1f14c98b..7da36f956dc0a165e3d47e43718948fe0fd945f2 100644 (file)
@@ -24,7 +24,7 @@ Authors:
 <head>
 <title>TZDate_getUTCDate_exist</title>
 <meta charset="utf-8">
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -32,7 +32,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TZDate_getUTCDate_exist
-//==== LABEL: Check if getUTCDate method exists in TimeManager.
+//==== LABEL Check if getUTCDate() method exists in TZDate
 //==== PRIORITY: P1
 //==== SPEC: Tizen Web API:System:Time:TZDate:getUTCDate M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
@@ -41,7 +41,7 @@ test(function () {
     var currentTZDate = tizen.time.getCurrentDateTime();
     assert_true("getUTCDate" in currentTZDate, "getUTCDate method exists");
     check_method_exists(currentTZDate, "getUTCDate");
-}, "TZDate_getUTCDate_exist");
+}, document.title);
 
 </script>
 </body>
index 5c9d867a9fe502f94736fa4647b8f5f0e14802ac..8596d403c61a20a3238d5daf6ed1618e5b66c1ec 100644 (file)
@@ -23,21 +23,21 @@ Authors:
 <head>
 <title>TZDate_getUTCDate_extra_argument</title>
 <meta charset="utf-8"/>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
 <div id="log"></div>
 <script>
 //==== TEST: TZDate_getUTCDate_extra_argument
-//==== LABEL: Check if method getUTCDate of TZDate accepts extra argument
+//==== LABEL Check if TZDate::getUTCDate() method accepts extra argument
 //==== SPEC: Tizen Web API:System:Time:TZDate:getUTCDate M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MNAEX
 test(function () {
     var currentTZDate = tizen.time.getCurrentDateTime();
     checkExtraArgument(currentTZDate, "getUTCDate");
-}, "TZDate_getUTCDate_extra_argument");
+}, document.title);
 
 </script>
 </body>
index 5fcf91ce31f7c728e119ad71691545b3dd36d06f..2ebd9b8f912f431c27cc220512db0765f905fe4c 100644 (file)
@@ -25,7 +25,7 @@ Authors:
 <head>
 <title>TZDate_getUTCDate_for_specific_date</title>
 <meta charset="utf-8">
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -33,7 +33,7 @@ Authors:
 <div id="log"></div>
 <script>
 //==== TEST: TZDate_getUTCDate_for_specific_date
-//==== LABEL tizen.TZDate.getUTCDate()
+//==== LABEL Check whether Tizen.TZDate.getUTCDate() for specific date
 //==== SPEC Tizen Web API:System:Time:TZDate:getUTCDate M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MR MNA
@@ -43,7 +43,7 @@ test(function () {
     currentTZDate = new tizen.TZDate(date);
     returnedValue = currentTZDate.getUTCDate();
     assert_equals(returnedValue, 26, "date check");
-});
+}, document.title);
 
 </script>
 </body>
index b7e28e5e3a63e44d2fccf7a1faa082729c7b9c85..1db53f7d185cc01404463d849a3981b06ac66495 100644 (file)
@@ -23,22 +23,22 @@ Authors:
 <head>
 <title>TZDate_getUTCDay</title>
 <meta charset="utf-8"/>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
 <div id="log"></div>
 <script>
 //==== TEST: TZDate_getUTCDay
-//==== LABEL: Check if method getUTCDay of TZDate works properly.
+//==== LABEL Check if TZDate::getUTCDay() returns valid number
 //==== SPEC: Tizen Web API:System:Time:TZDate:getUTCDay M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MNA MR
 test(function () {
     var date = new tizen.TZDate();
     assert_true(date.getUTCDay() >= 0 && date.getUTCDay() <= 6, "data check");
-    assert_type(date.getUTCDay(), "number", "type check");
-}, "TZDate_getUTCDay");
+    assert_type(date.getUTCDay(), "long", "type check");
+}, document.title);
 
 </script>
 </body>
index 730935b7ba6264691db02f22cbe07f08dfed7653..4752f5749e5e324b15a4ec970f1afc6fd04ab14f 100644 (file)
@@ -24,7 +24,7 @@ Authors:
 <head>
 <title>TZDate_getUTCDay_exist</title>
 <meta charset="utf-8">
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -32,7 +32,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TZDate_getUTCDay_exist
-//==== LABEL: Check if getUTCDay method exists in TimeManager.
+//==== LABEL Check if getUTCDay() method exists in TZDate
 //==== PRIORITY: P1
 //==== SPEC: Tizen Web API:System:Time:TZDate:getUTCDay M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
@@ -41,7 +41,7 @@ test(function () {
     var currentTZDate = tizen.time.getCurrentDateTime();
     assert_true("getUTCDay" in currentTZDate, "getUTCDay method exists");
     check_method_exists(currentTZDate, "getUTCDay");
-}, "TZDate_getUTCDay_exist");
+}, document.title);
 
 </script>
 </body>
index cc814a9da3c56ddf3790e73168eacad625b525c8..4e904200667f1eeea0b8af23f7250992e35f3c61 100644 (file)
@@ -23,21 +23,21 @@ Authors:
 <head>
 <title>TZDate_getUTCDay_extra_argument</title>
 <meta charset="utf-8"/>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
 <div id="log"></div>
 <script>
 //==== TEST: TZDate_getUTCDay_extra_argument
-//==== LABEL: Check if method getUTCDay of TZDate accepts extra argument
+//==== LABEL Check if TZDate::getUTCDay() method accepts extra argument
 //==== SPEC: Tizen Web API:System:Time:TZDate:getUTCDay M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MNAEX
 test(function () {
     var currentTZDate = tizen.time.getCurrentDateTime();
     checkExtraArgument(currentTZDate, "getUTCDay");
-}, "TZDate_getUTCDay_extra_argument");
+}, document.title);
 
 </script>
 </body>
index f469631d2b7351e56dba94c569a04f15e5dbeafe..4ad7e2596a65352f446dc3c3039d06481accab9d 100644 (file)
@@ -25,7 +25,7 @@ Authors:
 <head>
 <title>TZDate_getUTCDay_for_specific_date</title>
 <meta charset="utf-8">
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -33,7 +33,7 @@ Authors:
 <div id="log"></div>
 <script>
 //==== TEST: TZDate_getUTCDay_for_specific_date
-//==== LABEL tizen.TZDate.getUTCDay()
+//==== LABEL Check whether Tizen.TZDate.getUTCDay() for specific date
 //==== SPEC Tizen Web API:System:Time:TZDate:getUTCDay M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MR MNA
@@ -43,7 +43,7 @@ test(function () {
     currentTZDate = new tizen.TZDate(date);
     returnedValue = currentTZDate.getUTCDay();
     assert_equals(returnedValue, 2, "day check");
-});
+}, document.title);
 
 </script>
 </body>
index a93395a9c837917cc148fa2bd6ca4f9c883a787a..ad5e9e9b4daa806dadb5ca183aa5d8d0c678f0a1 100644 (file)
@@ -23,22 +23,22 @@ Authors:
 <head>
 <title>TZDate_getUTCFullYear</title>
 <meta charset="utf-8"/>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
 <div id="log"></div>
 <script>
 //==== TEST: TZDate_getUTCFullYear
-//==== LABEL: Check if method getUTCFullYear of TZDate works properly.
+//==== LABEL Check if TZDate::getUTCFullYear() returns valid number
 //==== SPEC: Tizen Web API:System:Time:TZDate:getUTCFullYear M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MNA MR
 test(function () {
     var date = new tizen.TZDate();
     assert_true(date.getUTCFullYear() >= 1000 && date.getUTCFullYear() <= 9999, "data check");
-    assert_type(date.getUTCFullYear(), "number", "type check");
-}, "TZDate_getUTCFullYear");
+    assert_type(date.getUTCFullYear(), "long", "type check");
+}, document.title);
 
 </script>
 </body>
index 898adafcb7a3530af603549632d30e464dd8c493..2007f03056765aefa599e166addec859ec69ea7b 100644 (file)
@@ -41,7 +41,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TZDate_getUTCFullYear_checkEqualWithSetUTCFullYear
-//==== LABEL check if getUTCFullYear value is equal to setUTCFullYear
+//==== LABEL Check if getUTCFullYear value is equal to setUTCFullYear
 //==== PRIORITY P1
 //==== SPEC Tizen Web API:System:Time:TZDate:setUTCFullYear M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
@@ -52,7 +52,7 @@ test(function () {
     current_dt.setUTCFullYear(2012);
     year = current_dt.getUTCFullYear();
     assert_equals(year, 2012, "year check");
-}, "TZDate_getUTCFullYear_checkEqualWithSetUTCFullYear");
+}, document.title);
 
 </script>
 </body>
index 255fad40b3e6cef5d5de5a9a9164dccbba16f0d4..8675fb7f260d6eefeb889a53d85394d93a6d0386 100644 (file)
@@ -24,7 +24,7 @@ Authors:
 <head>
 <title>TZDate_getUTCFullYear_exist</title>
 <meta charset="utf-8">
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -32,7 +32,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TZDate_getUTCFullYear_exist
-//==== LABEL: Check if getUTCFullYear method exists in TimeManager.
+//==== LABEL Check if getUTCFullYear() method exists in TZDate
 //==== PRIORITY: P1
 //==== SPEC: Tizen Web API:System:Time:TZDate:getUTCFullYear M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
@@ -41,7 +41,7 @@ test(function () {
     var currentTZDate = tizen.time.getCurrentDateTime();
     assert_true("getUTCFullYear" in currentTZDate, "getUTCFullYear method exists");
     check_method_exists(currentTZDate, "getUTCFullYear");
-}, "TZDate_getUTCFullYear_exist");
+}, document.title);
 
 </script>
 </body>
index b334cda5cea63f9b14c13f89bbf2e2b3de621405..60eae0fe4710018f36354c1cbb44ae5f395ae068 100644 (file)
@@ -23,21 +23,21 @@ Authors:
 <head>
 <title>TZDate_getUTCFullYear_extra_argument</title>
 <meta charset="utf-8"/>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
 <div id="log"></div>
 <script>
 //==== TEST: TZDate_getUTCFullYear_extra_argument
-//==== LABEL: Check if method getUTCFullYear of TZDate accepts extra argument
+//==== LABEL Check if TZDate::getUTCFullYear() method accepts extra argument
 //==== SPEC: Tizen Web API:System:Time:TZDate:getUTCFullYear M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MNAEX
 test(function () {
     var currentTZDate = tizen.time.getCurrentDateTime();
     checkExtraArgument(currentTZDate, "getUTCFullYear");
-}, "TZDate_getUTCFullYear_extra_argument");
+}, document.title);
 
 </script>
 </body>
index ff33d3949b6e1d7f4a8a1e75584aa8a4885617c8..5be1fdc285e75f31833573e336873dc0a3255625 100644 (file)
@@ -25,7 +25,7 @@ Authors:
 <head>
 <title>TZDate_getUTCFullYear_for_specific_date</title>
 <meta charset="utf-8">
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -33,7 +33,7 @@ Authors:
 <div id="log"></div>
 <script>
 //==== TEST: TZDate_getUTCFullYear_for_specific_date
-//==== LABEL tizen.TZDate.getUTCFullYear()
+//==== LABEL Check whether Tizen.TZDate.getUTCFullYear() for specific date
 //==== SPEC Tizen Web API:System:Time:TZDate:getUTCFullYear M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MR MNA
@@ -43,7 +43,7 @@ test(function () {
     currentTZDate = new tizen.TZDate(date);
     returnedValue = currentTZDate.getUTCFullYear();
     assert_equals(returnedValue, 2013, "year check");
-});
+}, document.title);
 
 </script>
 </body>
index 83e52ebd946efb2b8276a8c7dd056d8b58700633..5430b25a38b4256ce502d8ee0aa44def006bc88b 100644 (file)
@@ -23,22 +23,22 @@ Authors:
 <head>
 <title>TZDate_getUTCHours</title>
 <meta charset="utf-8"/>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
 <div id="log"></div>
 <script>
 //==== TEST: TZDate_getUTCHours
-//==== LABEL: Check if method getUTCHours of TZDate works properly.
+//==== LABEL Check if TZDate::getUTCHours() returns valid number
 //==== SPEC: Tizen Web API:System:Time:TZDate:getUTCHours M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MNA MR
 test(function () {
     var date = new tizen.TZDate();
     assert_true(date.getUTCHours() >= 0 && date.getUTCHours() <= 23, "data check");
-    assert_type(date.getUTCHours(), "number", "type check");
-}, "TZDate_getUTCHours");
+    assert_type(date.getUTCHours(), "long", "type check");
+}, document.title);
 
 </script>
 </body>
index a83911f46997174821b2d872d23a2cdf38501ca9..3ae38bf6c4b862684c15d7ba8a852ba27e023ddb 100644 (file)
@@ -41,7 +41,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TZDate_getUTCHours_checkEqualWithSetUTCHours
-//==== LABEL check if getUTCHours value is equal to setUTCHours
+//==== LABEL Check if getUTCHours value is equal to setUTCHours
 //==== PRIORITY P1
 //==== SPEC Tizen Web API:System:Time:TZDate:setUTCHours M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
@@ -52,7 +52,7 @@ test(function () {
     current_dt.setUTCHours(16);
     hour = current_dt.getUTCHours();
     assert_equals(hour, 16, "hour check");
-}, "TZDate_getUTCHours_checkEqualWithSetUTCHours");
+}, document.title);
 
 </script>
 </body>
index f9497785ccf86f2a1fec14ffc2ac162691f65378..472e9ea78e1a5da349d845b5921e95fe576ee350 100644 (file)
@@ -24,7 +24,7 @@ Authors:
 <head>
 <title>TZDate_getUTCHours_exist</title>
 <meta charset="utf-8">
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -32,7 +32,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TZDate_getUTCHours_exist
-//==== LABEL: Check if getUTCHours method exists in TimeManager.
+//==== LABEL Check if getUTCHours() method exists in TZDate
 //==== PRIORITY: P1
 //==== SPEC: Tizen Web API:System:Time:TZDate:getUTCHours M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
@@ -41,7 +41,7 @@ test(function () {
     var currentTZDate = tizen.time.getCurrentDateTime();
     assert_true("getUTCHours" in currentTZDate, "getUTCHours method exists");
     check_method_exists(currentTZDate, "getUTCHours");
-}, "TZDate_getUTCHours_exist");
+}, document.title);
 
 </script>
 </body>
index 29fbe0340844d95c181acf9a41408dce70e4c808..3487864759128df4070e009fcc787f9f7ba10f93 100644 (file)
@@ -23,21 +23,21 @@ Authors:
 <head>
 <title>TZDate_getUTCHours_extra_argument</title>
 <meta charset="utf-8"/>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
 <div id="log"></div>
 <script>
 //==== TEST: TZDate_getUTCHours_extra_argument
-//==== LABEL: Check if method getUTCHours of TZDate accepts extra argument
+//==== LABEL Check if method TZDate::getUTCHours() method accepts extra argument
 //==== SPEC: Tizen Web API:System:Time:TZDate:getUTCHours M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MNAEX
 test(function () {
     var currentTZDate = tizen.time.getCurrentDateTime();
     checkExtraArgument(currentTZDate, "getUTCHours");
-}, "TZDate_getUTCHours_extra_argument");
+}, document.title);
 
 </script>
 </body>
index f0270c525f8cdd018967f1a0da6cf15d035a4029..43e8e93cb8d612fade193a60db731140ae1370b7 100644 (file)
@@ -25,7 +25,7 @@ Authors:
 <head>
 <title>TZDate_getUTCHours_for_specific_date</title>
 <meta charset="utf-8">
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -33,7 +33,7 @@ Authors:
 <div id="log"></div>
 <script>
 //==== TEST: TZDate_getUTCHours_for_specific_date
-//==== LABEL tizen.TZDate.getUTCHours()
+//==== LABEL Check whether Tizen.TZDate.getUTCHours() for specific date
 //==== SPEC Tizen Web API:System:Time:TZDate:getUTCHours M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MR MNA
@@ -43,7 +43,7 @@ test(function () {
     currentTZDate = new tizen.TZDate(date);
     returnedValue = currentTZDate.getUTCHours();
     assert_equals(returnedValue, hour - expected_time_zone_offset, "hours check");
-});
+}, document.title);
 
 </script>
 </body>
index f87b9441be4a5860ed0158332f66f56f36990213..5730acc8a226c9e967cdb089a0340064e202fa0c 100644 (file)
@@ -23,22 +23,22 @@ Authors:
 <head>
 <title>TZDate_getUTCMilliseconds</title>
 <meta charset="utf-8"/>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
 <div id="log"></div>
 <script>
 //==== TEST: TZDate_getUTCMilliseconds
-//==== LABEL: Check if method getUTCMilliseconds of TZDate works properly.
+//==== LABEL Check if TZDate::getUTCMilliseconds() returns valid number
 //==== SPEC: Tizen Web API:System:Time:TZDate:getUTCMilliseconds M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MNA MR
 test(function () {
     var date = new tizen.TZDate();
     assert_true(date.getUTCMilliseconds() >= 0 && date.getUTCMilliseconds() <= 999, "data check");
-    assert_type(date.getUTCMilliseconds(), "number", "type check");
-}, "TZDate_getUTCMilliseconds");
+    assert_type(date.getUTCMilliseconds(), "long", "type check");
+}, document.title);
 
 </script>
 </body>
index c38f52b78be657aeb711c7b500e18031702b22b5..ca01814cc8b9ac1d243783727fbafa6fdcecc142 100644 (file)
@@ -41,7 +41,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TZDate_getUTCMilliseconds_checkEqualWithSetUTCMilliseconds
-//==== LABEL check if getUTCMilliseconds value is equal to setUTCMilliseconds
+//==== LABEL Check if getUTCMilliseconds value is equal to setUTCMilliseconds
 //==== PRIORITY P1
 //==== SPEC Tizen Web API:System:Time:TZDate:setUTCMilliseconds M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
@@ -52,7 +52,7 @@ test(function () {
     current_dt.setUTCMilliseconds(666);
     milliSeconds = current_dt.getUTCMilliseconds();
     assert_equals(milliSeconds, 666, "milliSeconds check");
-}, "TZDate_getUTCMilliseconds_checkEqualWithSetUTCMilliseconds");
+}, document.title);
 
 </script>
 </body>
index c6f6fc0c4e3792f4a9369fe6a26f22a682bb9e62..b0c6668426e313a4b03443f9db38ad98960280ee 100644 (file)
@@ -24,7 +24,7 @@ Authors:
 <head>
 <title>TZDate_getUTCMilliseconds_exist</title>
 <meta charset="utf-8">
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -32,7 +32,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TZDate_getUTCMilliseconds_exist
-//==== LABEL: Check if getUTCMilliseconds method exists in TimeManager.
+//==== LABEL Check if getUTCMilliseconds() method exists in TZDate
 //==== PRIORITY: P1
 //==== SPEC: Tizen Web API:System:Time:TZDate:getUTCMilliseconds M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
@@ -41,7 +41,7 @@ test(function () {
     var currentTZDate = tizen.time.getCurrentDateTime();
     assert_true("getUTCMilliseconds" in currentTZDate, "getUTCMilliseconds method exists");
     check_method_exists(currentTZDate, "getUTCMilliseconds");
-}, "TZDate_getUTCMilliseconds_exist");
+}, document.title);
 
 </script>
 </body>
index 08eb7230d338d1fe125f094b508282a12bbd74cf..c113189519e0010ed5f9345ff7c9598343f04f35 100644 (file)
@@ -23,21 +23,21 @@ Authors:
 <head>
 <title>TZDate_getUTCMilliseconds_extra_argument</title>
 <meta charset="utf-8"/>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
 <div id="log"></div>
 <script>
 //==== TEST: TZDate_getUTCMilliseconds_extra_argument
-//==== LABEL: Check if method getUTCMilliseconds of TZDate accepts extra argument
+//==== LABEL Check if TZDate::getUTCMilliseconds() method accepts extra argument
 //==== SPEC: Tizen Web API:System:Time:TZDate:getUTCMilliseconds M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MNAEX
 test(function () {
     var currentTZDate = tizen.time.getCurrentDateTime();
     checkExtraArgument(currentTZDate, "getUTCMilliseconds");
-}, "TZDate_getUTCMilliseconds_extra_argument");
+}, document.title);
 
 </script>
 </body>
index fd88bf43bc07ff1b55df74b88972bd254f1ed4fc..335267c6adee62c9d39ea6c07be61013c9b639b7 100644 (file)
@@ -25,7 +25,7 @@ Authors:
 <head>
 <title>TZDate_getUTCMilliseconds_for_specific_date</title>
 <meta charset="utf-8">
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -33,7 +33,7 @@ Authors:
 <div id="log"></div>
 <script>
 //==== TEST: TZDate_getUTCMilliseconds_for_specific_date
-//==== LABEL tizen.TZDate.getUTCMilliseconds()
+//==== LABEL Check whether Tizen.TZDate.getUTCMilliseconds() for specific date
 //==== SPEC Tizen Web API:System:Time:TZDate:getUTCMilliseconds M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MR MNA
@@ -43,7 +43,7 @@ test(function () {
     currentTZDate = new tizen.TZDate(date);
     returnedValue = currentTZDate.getUTCMilliseconds();
     assert_equals(returnedValue, 78, "milliseconds check");
-});
+}, document.title);
 
 </script>
 </body>
index 536f3c246845519ed485207985224b5094d59583..7f9037fd7cfa5a3b712f347a4b921c37012e9b81 100644 (file)
@@ -23,22 +23,22 @@ Authors:
 <head>
 <title>TZDate_getUTCMinutes</title>
 <meta charset="utf-8"/>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
 <div id="log"></div>
 <script>
 //==== TEST: TZDate_getUTCMinutes
-//==== LABEL: Check if method getUTCMinutes of TZDate works properly.
+//==== LABEL Check if TZDate::getUTCMinutes() returns valid number
 //==== SPEC: Tizen Web API:System:Time:TZDate:getUTCMinutes M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MNA MR
 test(function () {
     var date = new tizen.TZDate();
     assert_true(date.getUTCMinutes() >= 0 && date.getUTCMinutes() <= 59, "data check");
-    assert_type(date.getUTCMinutes(), "number", "type check");
-}, "TZDate_getUTCMinutes");
+    assert_type(date.getUTCMinutes(), "long", "type check");
+}, document.title);
 
 </script>
 </body>
index 52d1fab727f779e92065084f18c4449effea0692..2752073304ef49009af6d2f8d67e856f9b06456b 100644 (file)
@@ -42,7 +42,7 @@ Authors:
 <div id="log"></div>
 <script>
 //==== TEST: TZDate_getUTCMinutes_checkEqualWithSetUTCMinutes
-//==== LABEL check if getUTCMinutes value is equal to setUTCMinutes
+//==== LABEL Check if getUTCMinutes value is equal to setUTCMinutes
 //==== PRIORITY P1
 //==== SPEC Tizen Web API:System:Time:TZDate:setUTCMinutes M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
@@ -53,7 +53,7 @@ test(function () {
     current_dt.setUTCMinutes(50);
     minute = current_dt.getUTCMinutes();
     assert_equals(minute, 50, "minute check");
-}, "TZDate_getUTCMinutes_checkEqualWithSetUTCMinutes");
+}, document.title);
 
 </script>
 </body>
index ab04e9cd4b127b1ead8b654fbdf69b042e8a29dd..079fb6e6d46f8ac034cace7d163d1a4f1c96f260 100644 (file)
@@ -24,7 +24,7 @@ Authors:
 <head>
 <title>TZDate_getUTCMinutes_exist</title>
 <meta charset="utf-8">
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -32,7 +32,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TZDate_getUTCMinutes_exist
-//==== LABEL: Check if getUTCMinutes method exists in TimeManager.
+//==== LABEL Check if getUTCMinutes() method exists in TZDate
 //==== PRIORITY: P1
 //==== SPEC: Tizen Web API:System:Time:TZDate:getUTCMinutes M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
@@ -41,7 +41,7 @@ test(function () {
     var currentTZDate = tizen.time.getCurrentDateTime();
     assert_true("getUTCMinutes" in currentTZDate, "getUTCMinutes method exists");
     check_method_exists(currentTZDate, "getUTCMinutes");
-}, "TZDate_getUTCMinutes_exist");
+}, document.title);
 
 </script>
 </body>
index db692ea75c4cbced53905039afb53afc1990d8a5..ef57368959adb1fd1cd8ebf65dd765c4f48f3928 100644 (file)
@@ -23,21 +23,21 @@ Authors:
 <head>
 <title>TZDate_getUTCMinutes_extra_argument</title>
 <meta charset="utf-8"/>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
 <div id="log"></div>
 <script>
 //==== TEST: TZDate_getUTCMinutes_extra_argument
-//==== LABEL: Check if method getUTCMinutes of TZDate accepts extra argument
+//==== LABEL Check if TZDate::getUTCMinutes() method accepts extra argument
 //==== SPEC: Tizen Web API:System:Time:TZDate:getUTCMinutes M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MNAEX
 test(function () {
     var currentTZDate = tizen.time.getCurrentDateTime();
     checkExtraArgument(currentTZDate, "getUTCMinutes");
-}, "TZDate_getUTCMinutes_extra_argument");
+}, document.title);
 
 </script>
 </body>
index f0108c6aaf64e68b0604958b928d81a713cc542a..4ad00e5d5bf6c5b889309e4bf0c9a804e3677488 100644 (file)
@@ -25,7 +25,7 @@ Authors:
 <head>
 <title>TZDate_getUTCMinutes_for_specific_date</title>
 <meta charset="utf-8">
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -33,7 +33,7 @@ Authors:
 <div id="log"></div>
 <script>
 //==== TEST: TZDate_getUTCMinutes_for_specific_date
-//==== LABEL tizen.TZDate.getUTCMinutes()
+//==== LABEL Check whether Tizen.TZDate.getUTCMinutes() for specific date
 //==== SPEC Tizen Web API:System:Time:TZDate:getUTCMinutes M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MR MNA
@@ -43,7 +43,7 @@ test(function () {
     currentTZDate = new tizen.TZDate(date);
     returnedValue = currentTZDate.getUTCMinutes();
     assert_equals(returnedValue, 43, "minutes check");
-});
+}, document.title);
 
 </script>
 </body>
index 24a8280839c234d992ce456ec9a93045d91006ea..0c4f6909b4684ef2df7a7bf9152c6b668aec6003 100644 (file)
@@ -23,22 +23,22 @@ Authors:
 <head>
 <title>TZDate_getUTCMonth</title>
 <meta charset="utf-8"/>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
 <div id="log"></div>
 <script>
 //==== TEST: TZDate_getUTCMonth
-//==== LABEL: Check if method getUTCMonth of TZDate works properly.
+//==== LABEL Check if TZDate::getUTCMonth() returns valid number
 //==== SPEC: Tizen Web API:System:Time:TZDate:getUTCMonth M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MNA MR
 test(function () {
     var date = new tizen.TZDate();
     assert_true(date.getUTCMonth() >= 0 && date.getUTCMonth() <= 11, "data check");
-    assert_type(date.getUTCMonth(), "number", "type check");
-}, "TZDate_getUTCMonth");
+    assert_type(date.getUTCMonth(), "long", "type check");
+}, document.title);
 
 </script>
 </body>
index 46014bf43b669253fabf8eccdab00a937311bcb6..e5884a85524411e087bc1d5b150b3b01784e9d32 100644 (file)
@@ -41,7 +41,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TZDate_getUTCMonth_checkEqualWithSetUTCMonth
-//==== LABEL check if getUTCMonth value is equal to setUTCMonth
+//==== LABEL Check if getUTCMonth value is equal to setUTCMonth
 //==== PRIORITY P1
 //==== SPEC Tizen Web API:System:Time:TZDate:setUTCMonth M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
@@ -52,7 +52,7 @@ test(function () {
     current_dt.setUTCMonth(0);
     month = current_dt.getUTCMonth();
     assert_equals(month, 0, "month check");
-}, "TZDate_getUTCMonth_checkEqualWithSetUTCMonth");
+}, document.title);
 
 </script>
 </body>
index 74f0299f12886f48b17d02e3d50322d9bdb9fac0..6bfef7b5541dd716a256bc2f5537762215eb1f7e 100644 (file)
@@ -24,7 +24,7 @@ Authors:
 <head>
 <title>TZDate_getUTCMonth_exist</title>
 <meta charset="utf-8">
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -32,7 +32,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TZDate_getUTCMonth_exist
-//==== LABEL: Check if getUTCMonth method exists in TimeManager.
+//==== LABEL Check if getUTCMonth() method exists in TZDate
 //==== PRIORITY: P1
 //==== SPEC: Tizen Web API:System:Time:TZDate:getUTCMonth M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
@@ -41,7 +41,7 @@ test(function () {
     var currentTZDate = tizen.time.getCurrentDateTime();
     assert_true("getUTCMonth" in currentTZDate, "getUTCMonth method exists");
     check_method_exists(currentTZDate, "getUTCMonth");
-}, "TZDate_getUTCMonth_exist");
+}, document.title);
 
 </script>
 </body>
index 37a023c26344698b81fa2dfc883dfe6ea23f3fd6..ce524b6da090c2f295ebd1feb215c0aed7d814b0 100644 (file)
@@ -23,21 +23,21 @@ Authors:
 <head>
 <title>TZDate_getUTCMonth_extra_argument</title>
 <meta charset="utf-8"/>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
 <div id="log"></div>
 <script>
 //==== TEST: TZDate_getUTCMonth_extra_argument
-//==== LABEL: Check if method getUTCMonth of TZDate accepts extra argument
+//==== LABEL Check if TZDate::getUTCMonth() method accepts extra argument
 //==== SPEC: Tizen Web API:System:Time:TZDate:getUTCMonth M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MNAEX
 test(function () {
     var currentTZDate = tizen.time.getCurrentDateTime();
     checkExtraArgument(currentTZDate, "getUTCMonth");
-}, "TZDate_getUTCMonth_extra_argument");
+}, document.title);
 
 </script>
 </body>
index a9fdeaa4fd3cdf255be44002803212f2daf7a095..b3195aaec9180a64256dc050a3facbac7950c0ba 100644 (file)
@@ -25,7 +25,7 @@ Authors:
 <head>
 <title>TZDate_getUTCMonth_for_specific_date</title>
 <meta charset="utf-8">
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -33,7 +33,7 @@ Authors:
 <div id="log"></div>
 <script>
 //==== TEST: TZDate_getUTCMonth_for_specific_date
-//==== LABEL tizen.TZDate.getUTCMonth()
+//==== LABEL Check whether Tizen.TZDate.getUTCMonth() for specific date
 //==== SPEC Tizen Web API:System:Time:TZDate:getUTCMonth M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MR MNA
@@ -43,7 +43,7 @@ test(function () {
     currentTZDate = new tizen.TZDate(date);
     returnedValue = currentTZDate.getUTCMonth();
     assert_equals(returnedValue, 2, "month check");
-});
+}, document.title);
 
 </script>
 </body>
index 2f43457681f382e8b5accef948c14949c665d771..d5278a6d37593f71d565c270ece15868a23f39ac 100644 (file)
@@ -23,22 +23,22 @@ Authors:
 <head>
 <title>TZDate_getUTCSeconds</title>
 <meta charset="utf-8"/>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
 <div id="log"></div>
 <script>
 //==== TEST: TZDate_getUTCSeconds
-//==== LABEL: Check if method getUTCSeconds of TZDate works properly.
+//==== LABEL Check if TZDate::getUTCSeconds() returns valid number
 //==== SPEC: Tizen Web API:System:Time:TZDate:getUTCSeconds M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MNA MR
 test(function () {
     var date = new tizen.TZDate();
     assert_true(date.getUTCSeconds() >= 0 && date.getUTCSeconds() <= 59, "data check");
-    assert_type(date.getUTCSeconds(), "number", "type check");
-}, "TZDate_getUTCSeconds");
+    assert_type(date.getUTCSeconds(), "long", "type check");
+}, document.title);
 
 </script>
 </body>
index 269d6ad59317e01be934529bc7e743995b0584cb..b36ffd0f2f389ffad5b2345eed751b7b759b0257 100644 (file)
@@ -41,7 +41,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TZDate_getUTCSeconds_checkEqualWithSetUTCSeconds
-//==== LABEL check if getUTCSeconds value is equal to getUTCSeconds
+//==== LABEL Check if getUTCSeconds value is equal to getUTCSeconds
 //==== PRIORITY P1
 //==== SPEC Tizen Web API:System:Time:TZDate:setUTCSeconds M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
@@ -52,7 +52,7 @@ test(function () {
     current_dt.setUTCSeconds(0);
     second = current_dt.getUTCSeconds();
     assert_equals(second, 0, "second check");
-}, "TZDate_getUTCSeconds_checkEqualWithSetUTCSeconds");
+}, document.title);
 
 </script>
 </body>
index b359a207a1187bed4e169dfcf1da960ff0e0f6d2..531c9369b2e2399d1eb14a57aafec9d8c5241d76 100644 (file)
@@ -24,7 +24,7 @@ Authors:
 <head>
 <title>TZDate_getUTCSeconds_exist</title>
 <meta charset="utf-8">
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -32,7 +32,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TZDate_getUTCSeconds_exist
-//==== LABEL: Check if getUTCSeconds method exists in TimeManager.
+//==== LABEL Check if getUTCSeconds() method exists in TZDate
 //==== PRIORITY: P1
 //==== SPEC: Tizen Web API:System:Time:TZDate:getUTCSeconds M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
@@ -41,7 +41,7 @@ test(function () {
     var currentTZDate = tizen.time.getCurrentDateTime();
     assert_true("getUTCSeconds" in currentTZDate, "getUTCSeconds method exists");
     check_method_exists(currentTZDate, "getUTCSeconds");
-}, "TZDate_getUTCSeconds_exist");
+}, document.title);
 
 </script>
 </body>
index ece1aa4542e4253b0f305f080eea94ead4d8c2cf..85859a2a696b6f36c95b93539b67a2d99e7d4833 100644 (file)
@@ -23,21 +23,21 @@ Authors:
 <head>
 <title>TZDate_getUTCSeconds_extra_argument</title>
 <meta charset="utf-8"/>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
 <div id="log"></div>
 <script>
 //==== TEST: TZDate_getUTCSeconds_extra_argument
-//==== LABEL: Check if method getUTCSeconds of TZDate accepts extra argument
+//==== LABEL Check if TZDate::getUTCSeconds() method accepts extra argument
 //==== SPEC: Tizen Web API:System:Time:TZDate:getUTCSeconds M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MNAEX
 test(function () {
     var currentTZDate = tizen.time.getCurrentDateTime();
     checkExtraArgument(currentTZDate, "getUTCSeconds");
-}, "TZDate_getUTCSeconds_extra_argument");
+}, document.title);
 
 </script>
 </body>
index ce05d3d98132f8eb5946541ecbb25a2b080f1610..80cee63cf4b5e974db131769109aacdba5aa0d2b 100644 (file)
@@ -25,7 +25,7 @@ Authors:
 <head>
 <title>TZDate_getUTCSeconds_for_specific_date</title>
 <meta charset="utf-8">
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -33,7 +33,7 @@ Authors:
 <div id="log"></div>
 <script>
 //==== TEST: TZDate_getUTCSeconds_for_specific_date
-//==== LABEL tizen.TZDate.getUTCSeconds()
+//==== LABEL Check whether Tizen.TZDate.getUTCSeconds() for specific date
 //==== SPEC Tizen Web API:System:Time:TZDate:getUTCSeconds M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MR MNA
@@ -43,7 +43,7 @@ test(function () {
     currentTZDate = new tizen.TZDate(date);
     returnedValue = currentTZDate.getUTCSeconds();
     assert_equals(returnedValue, 43, "seconds check");
-});
+}, document.title);
 
 </script>
 </body>
index 44b27db2dc35ef757cc744d197553c589904a2fa..9621f953a7ce791c6b8143c451a72e3c451d2730 100644 (file)
@@ -23,21 +23,21 @@ Authors:
 <head>
 <title>TZDate_isDST</title>
 <meta charset="utf-8"/>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
 <div id="log"></div>
 <script>
 //==== TEST: TZDate_isDST
-//==== LABEL: Check if method isDST of TZDate works properly.
+//==== LABEL Check if TZDate::isDST() method returns boolean
 //==== SPEC: Tizen Web API:System:Time:TZDate:isDST M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MR MNA
 test(function () {
     var date = new tizen.TZDate();
     assert_type(date.isDST(), "boolean", "type check");
-}, "TZDate_isDST");
+}, document.title);
 
 </script>
 </body>
index a80b55eba7e4c91229e4598864ab763c184700ae..ab7cf3168c31099a2e251a0f90e2c45ae1747162 100644 (file)
@@ -24,7 +24,7 @@ Authors:
 <head>
 <title>TZDate_isDST_exist</title>
 <meta charset="utf-8">
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -32,7 +32,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TZDate_isDST_exist
-//==== LABEL: Check if isDST method exists in TimeManager.
+//==== LABEL Check if isDST() method exists in TZDate
 //==== PRIORITY: P1
 //==== SPEC: Tizen Web API:System:Time:TZDate:isDST M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
@@ -41,7 +41,7 @@ test(function () {
     var currentTZDate = tizen.time.getCurrentDateTime();
     assert_true("isDST" in currentTZDate, "isDST method exists");
     check_method_exists(currentTZDate, "isDST");
-}, "TZDate_isDST_exist");
+}, document.title);
 
 </script>
 </body>
index a16daa1ad522238ff40f297df6aa82425a722208..1c71689014a32cd019215fb5cdf5a4bf0d6db93d 100644 (file)
@@ -23,21 +23,21 @@ Authors:
 <head>
 <title>TZDate_isDST_extra_argument</title>
 <meta charset="utf-8"/>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
 <div id="log"></div>
 <script>
 //==== TEST: TZDate_isDST_extra_argument
-//==== LABEL: Check if method isDST of TZDate accepts extra argument
+//==== LABEL Check if TZDate::isDST() method accepts extra argument
 //==== SPEC: Tizen Web API:System:Time:TZDate:isDST M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MNAEX
 test(function () {
     var currentTZDate = tizen.time.getCurrentDateTime();
     checkExtraArgument(currentTZDate, "isDST");
-}, "TZDate_isDST_extra_argument");
+}, document.title);
 
 </script>
 </body>
index 127220a5c8ad80ba565e00226a63cb074bf65a16..80b0ec9a1a06f3a1adc1df05cde6478dc24f9f9d 100644 (file)
@@ -25,7 +25,7 @@ Authors:
 <head>
 <title>TZDate_isDST_for_specific_date</title>
 <meta charset="utf-8">
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -33,7 +33,7 @@ Authors:
 <div id="log"></div>
 <script>
 //==== TEST: TZDate_isDST_for_specific_date
-//==== LABEL tizen.TZDate.isDST()
+//==== LABEL Check whether Tizen.TZDate.isDST() for specific date
 //==== SPEC Tizen Web API:System:Time:TZDate:isDST M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MR MNA
@@ -41,7 +41,7 @@ test(function () {
     var dateTZDate = new tizen.TZDate(2013, 2, 27, 18, 33), returnedValue;
     returnedValue = dateTZDate.isDST();
     assert_false(returnedValue, "false check");
-});
+}, document.title);
 
 </script>
 </body>
index a9ae8ff4abff3269e1acbb002e5c2e1acb8eeebb..24f8524fe88717faf7fbbb25e311b324e00dd340 100644 (file)
@@ -23,14 +23,14 @@ Authors:
 <head>
 <title>TZDate_laterThan</title>
 <meta charset="utf-8"/>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
 <div id="log"></div>
 <script>
 //==== TEST: TZDate_laterThan
-//==== LABEL: Check if method laterThan of TZDate works properly.
+//==== LABEL Check if TZDate::laterThan() method returns that current date after 2013-03-04
 //==== SPEC: Tizen Web API:System:Time:TZDate:laterThan M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MR MMINA
@@ -40,7 +40,7 @@ test(function () {
     other = new tizen.TZDate(date);
     returnedValue = currentTZDate.laterThan(other);
     assert_true(returnedValue, "true check");
-}, "TZDate_laterThan");
+}, document.title);
 
 </script>
 </body>
index 2cab50a6bf925522603d3e2e5823ae5ad433c4f0..ae186d9d64c3a1113939c896ca4f63b84e6a09d5 100644 (file)
@@ -24,7 +24,7 @@ Authors:
 <head>
 <title>TZDate_laterThan_exist</title>
 <meta charset="utf-8">
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -32,7 +32,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TZDate_laterThan_exist
-//==== LABEL: Check if laterThan method exists in TimeManager.
+//==== LABEL Check if TZDate::laterThan() method exists in TZDate
 //==== PRIORITY: P1
 //==== SPEC: Tizen Web API:System:Time:TZDate:laterThan M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
@@ -41,7 +41,7 @@ test(function () {
     var currentTZDate = tizen.time.getCurrentDateTime();
     assert_true("laterThan" in currentTZDate, "laterThan method exists");
     check_method_exists(currentTZDate, "laterThan");
-}, "TZDate_laterThan_exist");
+}, document.title);
 
 </script>
 </body>
index c5fd1740f0153e0744f9a3b22638aaffc7b9c678..605f5e87f59a043bdc83072dee15f5b5269f98d9 100644 (file)
@@ -23,25 +23,25 @@ Authors:
 <head>
 <title>TZDate_laterThan_missarg</title>
 <script src="support/downloadcommon.js"></script>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 <body>
 <p><a href="https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html" >spec reference</a></p>
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TZDate_laterThan_missarg
-//==== LABEL: Check if laterThan method with missing non-optional argument works
+//==== LABEL Check if TZDate::laterThan() method accepts extra argument
 //==== PRIORITY: P2
 //==== SPEC: Tizen Web API:System:Time:TZDate:laterThan M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MMA
 test(function () {
     var currentTZDate = tizen.time.getCurrentDateTime();
-    assert_throws({name: "TypeMismatchError"},
+    assert_throws(TYPE_MISMATCH_EXCEPTION,
         function () {
             currentTZDate.laterThan();
         });
-}, "TZDate_laterThan_missarg");
+}, document.title);
 
 </script>
 </body>
index 9fc678cd7f58836f8b9c9f8b7dde4751b779cf13..008604f9eaffd19de80d81a159e1bcf9f5df46e1 100644 (file)
@@ -24,7 +24,7 @@ Authors:
 <head>
 <title>TZDate_laterThan_other_TypeMismatch</title>
 <meta charset="utf-8">
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -32,7 +32,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TZDate_laterThan_other_TypeMismatch
-//==== LABEL: Check argument laterThan conversions exception.
+//==== LABEL Check if TZDate::laterThan() throws exception when other has wrong type
 //==== PRIORITY: P2
 //==== SPEC: Tizen Web API:System:Time:TZDate:laterThan M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
@@ -46,12 +46,12 @@ test(function () {
         other = conversionTable[i][0];
         exceptionName = conversionTable[i][1];
 
-        assert_throws({name : exceptionName},
+        assert_throws({name: exceptionName},
             function () {
                 currentTZDate.laterThan(other);
             }, exceptionName + " should be thrown - given incorrect successCallback.");
-        }
-});
+    }
+}, document.title);
 
 </script>
 </body>
index e7527db7e469c27ae021dccb4ccfd8702efec9e1..cc84733f16d67e5561b0f5f57ba2261d00cb8d85 100644 (file)
@@ -24,7 +24,7 @@ Authors:
 <head>
 <title>TZDate_laterThan_other_invalid_obj</title>
 <meta charset="utf-8">
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -32,7 +32,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TZDate_laterThan_other_invalid_obj
-//==== LABEL: Check argument validation in laterThan method in TZDate.
+//==== LABEL Check if TZDate::laterThan() throws exception when other is regular object
 //==== PRIORITY: P2
 //==== SPEC: Tizen Web API:System:Time:TZDate:laterThan M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
@@ -42,11 +42,11 @@ test(function () {
 
     currentTZDate[0] = tizen.time.getCurrentDateTime();
     currentTZDate[1] = {};
-    assert_throws({name : exceptionName},
+    assert_throws(TYPE_MISMATCH_EXCEPTION,
         function () {
             currentTZDate[0].laterThan(currentTZDate[1]);
         }, exceptionName + " should be thrown - given incorrect argument.");
-}, "TZDate_laterThan_other_invalid_obj");
+}, document.title);
 
 </script>
 </body>
index 5748f44899592b3a36fe473d9dfc1d2b1708a03a..05b5054c9811b018d298d13558e40b1c2882bafa 100644 (file)
@@ -25,25 +25,23 @@ Authors:
 <head>
 <title>TZDate_laterThan_with_null</title>
 <meta charset="utf-8">
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 <body>
 <div id="log"></div>
 <script>
 //==== TEST: TZDate_laterThan_with_null
-//==== LABEL Check argument null validation in laterThan method in TZDate.
+//==== LABEL Check if TZDate::laterThan() throws exception when other is null
 //==== SPEC Tizen Web API:System:Time:TZDate:laterThan M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MMA
 test(function () {
     var date = new tizen.TZDate();
-    assert_throws({
-        name: TYPE_MISMATCH_ERR
-    }, function () {
+    assert_throws(TYPE_MISMATCH_EXCEPTION, function () {
         date.laterThan();
     });
-});
+}, document.title);
 
 </script>
 </body>
index a388c1c1eea6431135e8ed501c73f970d3a362aa..9709be3918cb3292b3b6d62e37838733e55c98e0 100644 (file)
@@ -23,23 +23,23 @@ Authors:
 <head>
 <title>TZDate_secondsFromUTC</title>
 <meta charset="utf-8"/>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
 <div id="log"></div>
 <script>
 //==== TEST: TZDate_secondsFromUTC
-//==== LABEL: Check if method secondsFromUTC of TZDate works properly.
+//==== LABEL Check if TZDate::secondsFromUTC() returns number
 //==== SPEC: Tizen Web API:System:Time:TZDate:secondsFromUTC M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MNA MR
 test(function () {
     var currentTZDate = tizen.time.getCurrentDateTime(), returnedValue = null;
     returnedValue = currentTZDate.secondsFromUTC();
-    assert_type(returnedValue, "number", "type check");
+    assert_type(returnedValue, "long", "type check");
     assert_not_equals(returnedValue, null, "null check");
-}, "TZDate_secondsFromUTC");
+}, document.title);
 
 </script>
 </body>
index c401501a81293fdec79678490e920d76243127cc..dbdac3f4fd3032a019a1cb9d1c4ea237b78c47b1 100644 (file)
@@ -24,7 +24,7 @@ Authors:
 <head>
 <title>TZDate_secondsFromUTC_exist</title>
 <meta charset="utf-8">
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -32,7 +32,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TZDate_secondsFromUTC_exist
-//==== LABEL: Check if secondsFromUTC method exists in TimeManager.
+//==== LABEL Check if secondsFromUTC() method exists in TZDate
 //==== PRIORITY: P1
 //==== SPEC: Tizen Web API:System:Time:TZDate:secondsFromUTC M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
@@ -41,7 +41,7 @@ test(function () {
     var currentTZDate = tizen.time.getCurrentDateTime();
     assert_true("secondsFromUTC" in currentTZDate, "secondsFromUTC method exists");
     check_method_exists(currentTZDate, "secondsFromUTC");
-}, "TZDate_secondsFromUTC_exist");
+}, document.title);
 
 </script>
 </body>
index 93d9f1d6419590b7b12372b4884162a59d9b87cd..6c40822dd6ab8ffcadf95cfd22c60fb1e73da64d 100644 (file)
@@ -23,21 +23,21 @@ Authors:
 <head>
 <title>TZDate_secondsFromUTC_extra_argument</title>
 <meta charset="utf-8"/>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
 <div id="log"></div>
 <script>
 //==== TEST: TZDate_secondsFromUTC_extra_argument
-//==== LABEL: Check if method secondsFromUTC of TZDate accepts extra argument
+//==== LABEL Check if TZDate::secondsFromUTC() method accepts extra argument
 //==== SPEC: Tizen Web API:System:Time:TZDate:secondsFromUTC M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MNAEX
 test(function () {
     var currentTZDate = tizen.time.getCurrentDateTime();
     checkExtraArgument(currentTZDate, "secondsFromUTC");
-}, "TZDate_secondsFromUTC_extra_argument");
+}, document.title);
 
 </script>
 </body>
index f9e299a3f5ced6fc6bccdfd5faf9b2d536f5665d..8898bf2b87166095ebaf954b917653166bc2cc64 100644 (file)
@@ -25,17 +25,15 @@ Authors:
 <head>
 <title>TZDate_secondsFromUTC_for_specific_date</title>
 <meta charset="utf-8">
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
 <body>
 <div id="log"></div>
 <script type="text/javascript">
-// TESTS
-
 //==== TEST: TZDate_secondsFromUTC_for_specific_date
-//==== LABEL check whether secondsFromUTC() method correctly gets the number of seconds from UTC offset for the time zone
+//==== LABEL Check whether secondsFromUTC() method correctly gets the number of seconds from UTC offset for the time zone
 //==== SPEC Tizen Web API:System:Time:TZDate:secondsFromUTC M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MR
@@ -45,7 +43,7 @@ test(function () {
     for (i = 0; i < testAdditionalParamArray.length; i++) {
         assert_equals(date.secondsFromUTC(testAdditionalParamArray[i]), expectedData, "secondsFromUTC check " + i);
     }
-});
+}, document.title);
 
 </script>
 </body>
index e5848dbef4183d8953f14cee8089c3c443f76dda..21589e8e204c60fd28534a94480a5e1bcc7b4ef8 100644 (file)
@@ -23,14 +23,14 @@ Authors:
 <head>
 <title>TZDate_setDate</title>
 <meta charset="utf-8"/>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
 <div id="log"></div>
 <script>
 //==== TEST: TZDate_setDate
-//==== LABEL: Check if method setDate of TZDate works properly.
+//==== LABEL Check if TZDate::setDate() method sets day of the month and returns nothing
 //==== SPEC: Tizen Web API:System:Time:TZDate:setDate M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MMINA MAST MR
@@ -41,7 +41,7 @@ test(function () {
     returnedValue = currentTZDate.setDate(15);
     assert_equals(returnedValue, undefined, "setDate() should return undefined.");
     assert_equals(currentTZDate.getDate(), 15, "value check");
-}, "TZDate_setDate");
+}, document.title);
 
 </script>
 </body>
index c1d41e87c603e06c55818c24ec5b836076a81903..ccaf9b673231d4ba501e2fe56a7aaf023ca0bc37 100644 (file)
@@ -24,7 +24,7 @@ Authors:
 <head>
 <title>TZDate_setDate_exist</title>
 <meta charset="utf-8">
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -32,7 +32,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TZDate_setDate_exist
-//==== LABEL: Check if setDate method exists in TimeManager.
+//==== LABEL Check if setDate() method exists in TZDate
 //==== PRIORITY: P1
 //==== SPEC: Tizen Web API:System:Time:TZDate:setDate M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
@@ -41,7 +41,7 @@ test(function () {
     var currentTZDate = tizen.time.getCurrentDateTime();
     assert_true("setDate" in currentTZDate, "setDate method exists");
     check_method_exists(currentTZDate, "setDate");
-}, "TZDate_setDate_exist");
+}, document.title);
 
 </script>
 </body>
index 98872ffc372460e9cbbf5ce5f835ba27c95915fb..7d858233828f61692ed5e731e95c2d42ca146a05 100644 (file)
@@ -25,7 +25,7 @@ Authors:
 <head>
 <title>TZDate_setDate_for_specific_date</title>
 <meta charset="utf-8">
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -33,7 +33,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TZDate_setDate_for_specific_date
-//==== LABEL check various arguments for setDate() method
+//==== LABEL Check various arguments for setDate() method
 //==== SPEC Tizen Web API:System:Time:TZDate:setDate M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MAST MMINA
@@ -60,7 +60,7 @@ test(function () {
         cmpDate.setDate(testInvalidDataArray[i]);
         assert_equals(tmpDate.getDate(), cmpDate.getDate(), testName + " data value " + testInvalidDataArray[i]);
     }
-});
+}, document.title);
 
 </script>
 </body>
index 93c1ea672061fb8d79b913e50b748a87d07c2973..80c664e3b0678d8bd5d63e3d0ac0314253e5d315 100644 (file)
@@ -23,14 +23,14 @@ Authors:
 <head>
 <title>TZDate_setFullYear</title>
 <meta charset="utf-8"/>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
 <div id="log"></div>
 <script>
 //==== TEST: TZDate_setFullYear
-//==== LABEL: Check if method setFullYear of TZDate works properly.
+//==== LABEL Check if TZDate::setFullYear() method sets year and returns nothing
 //==== SPEC: Tizen Web API:System:Time:TZDate:setFullYear M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MMINA MAST MR
@@ -41,7 +41,7 @@ test(function () {
     returnedValue = currentTZDate.setFullYear(2000);
     assert_equals(returnedValue, undefined, "setFullYear() should return undefined.");
     assert_equals(currentTZDate.getFullYear(), 2000, "value check");
-}, "TZDate_setFullYear");
+}, document.title);
 
 </script>
 </body>
index 9785b2945d54dc63af31b8f3cdc65de5e6b1ccbf..b186dd954e99c086e3fcc50cee83591ffc9a8b16 100644 (file)
@@ -24,7 +24,7 @@ Authors:
 <head>
 <title>TZDate_setFullYear_exist</title>
 <meta charset="utf-8">
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -32,7 +32,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TZDate_setFullYear_exist
-//==== LABEL: Check if setFullYear method exists in TimeManager.
+//==== LABEL Check if setFullYear() method exists in TZDate
 //==== PRIORITY: P1
 //==== SPEC: Tizen Web API:System:Time:TZDate:setFullYear M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
@@ -41,7 +41,7 @@ test(function () {
     var currentTZDate = tizen.time.getCurrentDateTime();
     assert_true("setFullYear" in currentTZDate, "setFullYear method exists");
     check_method_exists(currentTZDate, "setFullYear");
-}, "TZDate_setFullYear_exist");
+}, document.title);
 
 </script>
 </body>
index b7a6e264e39f894bb063f5dabe4d76c47586214e..b22d3a7f1b0fee11bf9e29cec7f3444096483c93 100644 (file)
@@ -23,14 +23,14 @@ Authors:
 <head>
 <title>TZDate_setHours</title>
 <meta charset="utf-8"/>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
 <div id="log"></div>
 <script>
 //==== TEST: TZDate_setHours
-//==== LABEL: Check if method setHours of TZDate works properly.
+//==== LABEL Check if TZDate::setHours() method sets hour and returns nothing
 //==== SPEC: Tizen Web API:System:Time:TZDate:setHours M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MMINA MAST MR
@@ -41,7 +41,7 @@ test(function () {
     returnedValue = currentTZDate.setHours(11);
     assert_equals(returnedValue, undefined, "setHours() should return undefined.");
     assert_equals(currentTZDate.getHours(), 11, "value check");
-}, "TZDate_setHours");
+}, document.title);
 
 </script>
 </body>
index 98b84b03f9fe3a929ba549ce34644861fc5dff2f..6df6744c7aa1f565948693203c35b8d69d302ebb 100644 (file)
@@ -24,7 +24,7 @@ Authors:
 <head>
 <title>TZDate_setHours_exist</title>
 <meta charset="utf-8">
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -32,7 +32,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TZDate_setHours_exist
-//==== LABEL: Check if setHours method exists in TimeManager.
+//==== LABEL Check if setHours() method exists in TZDate
 //==== PRIORITY: P1
 //==== SPEC: Tizen Web API:System:Time:TZDate:setHours M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
@@ -41,7 +41,7 @@ test(function () {
     var currentTZDate = tizen.time.getCurrentDateTime();
     assert_true("setHours" in currentTZDate, "setHours method exists");
     check_method_exists(currentTZDate, "setHours");
-}, "TZDate_setHours_exist");
+}, document.title);
 
 </script>
 </body>
index aed0e2aa3f8252b65d9029730030bec2521186be..9511936c3740cf6585c9cc35c17499ca150b86da 100644 (file)
@@ -23,14 +23,14 @@ Authors:
 <head>
 <title>TZDate_setMilliseconds</title>
 <meta charset="utf-8"/>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
 <div id="log"></div>
 <script>
 //==== TEST: TZDate_setMilliseconds
-//==== LABEL: Check if method setMilliseconds of TZDate works properly.
+//==== LABEL Check if TZDate::setMilliseconds() method sets milliseconds and returns nothing
 //==== SPEC: Tizen Web API:System:Time:TZDate:setMilliseconds M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MMINA MAST MR
@@ -41,7 +41,7 @@ test(function () {
     returnedValue = currentTZDate.setMilliseconds(431);
     assert_equals(returnedValue, undefined, "setMilliseconds() should return undefined.");
     assert_equals(currentTZDate.getMilliseconds(), 431, "value check");
-}, "TZDate_setMilliseconds");
+}, document.title);
 
 </script>
 </body>
index 44ca67dc8422e6a3a5ac1ae225d3037348e16174..fc185c7bac1f2f73f5de1f71bafc9f01b2881c45 100644 (file)
@@ -24,7 +24,7 @@ Authors:
 <head>
 <title>TZDate_setMilliseconds_exist</title>
 <meta charset="utf-8">
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -32,7 +32,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TZDate_setMilliseconds_exist
-//==== LABEL: Check if setMilliseconds method exists in TimeManager.
+//==== LABEL Check if setMilliseconds() method exists in TZDate
 //==== PRIORITY: P1
 //==== SPEC: Tizen Web API:System:Time:TZDate:setMilliseconds M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
@@ -41,7 +41,7 @@ test(function () {
     var currentTZDate = tizen.time.getCurrentDateTime();
     assert_true("setMilliseconds" in currentTZDate, "setMilliseconds method exists");
     check_method_exists(currentTZDate, "setMilliseconds");
-}, "TZDate_setMilliseconds_exist");
+}, document.title);
 
 </script>
 </body>
index 422f891d164e176bacd665a86a984e9e2c59f10e..ce65dd9b3ce73523d7e8855bbf22ee34e13d86e7 100644 (file)
@@ -23,14 +23,14 @@ Authors:
 <head>
 <title>TZDate_setMinutes</title>
 <meta charset="utf-8"/>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
 <div id="log"></div>
 <script>
 //==== TEST: TZDate_setMinutes
-//==== LABEL: Check if method setMinutes of TZDate works properly.
+//==== LABEL Check if method setMinutes of TZDate works properly.
 //==== SPEC: Tizen Web API:System:Time:TZDate:setMinutes M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MMINA MAST MR
@@ -41,7 +41,7 @@ test(function () {
     returnedValue = currentTZDate.setMinutes(31);
     assert_equals(returnedValue, undefined, "setMinutes() should return undefined.");
     assert_equals(currentTZDate.getMinutes(), 31, "value check");
-}, "TZDate_setMinutes");
+}, document.title);
 
 </script>
 </body>
index 90d4b7568598c4147b40e525a8d16d606450fb42..8b70fcfaf43d99a669f7415e2b10db4f56028f0c 100644 (file)
@@ -24,7 +24,7 @@ Authors:
 <head>
 <title>TZDate_setMinutes_exist</title>
 <meta charset="utf-8">
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -32,7 +32,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TZDate_setMinutes_exist
-//==== LABEL: Check if setMinutes method exists in TimeManager.
+//==== LABEL Check if setMinutes method exists in TimeManager.
 //==== PRIORITY: P1
 //==== SPEC: Tizen Web API:System:Time:TZDate:setMinutes M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
@@ -41,7 +41,7 @@ test(function () {
     var currentTZDate = tizen.time.getCurrentDateTime();
     assert_true("setMinutes" in currentTZDate, "setMinutes method exists");
     check_method_exists(currentTZDate, "setMinutes");
-}, "TZDate_setMinutes_exist");
+}, document.title);
 
 </script>
 </body>
index fc104d181d23f4b6a3d5ce7476d9cf458da983a4..2d482ab05ae1d47eedfe9216c5216b2dafac6cd7 100644 (file)
@@ -23,14 +23,14 @@ Authors:
 <head>
 <title>TZDate_setMonth</title>
 <meta charset="utf-8"/>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
 <div id="log"></div>
 <script>
 //==== TEST: TZDate_setMonth
-//==== LABEL: Check if method setMonth of TZDate works properly.
+//==== LABEL Check if method setMonth of TZDate works properly.
 //==== SPEC: Tizen Web API:System:Time:TZDate:setMonth M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MMINA MAST MR
@@ -41,7 +41,7 @@ test(function () {
     returnedValue = currentTZDate.setMonth(5);
     assert_equals(returnedValue, undefined, "setMonth() should return undefined.");
     assert_equals(currentTZDate.getMonth(), 5, "value check");
-}, "TZDate_setMonth");
+}, document.title);
 
 </script>
 </body>
index b338c6f57fda09a7fdf8250598df15f44e0f5ba0..4ac999794ff8cf3577c1777cf4e5ade2b9d940ac 100644 (file)
@@ -24,7 +24,7 @@ Authors:
 <head>
 <title>TZDate_setMonth_exist</title>
 <meta charset="utf-8">
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -32,7 +32,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TZDate_setMonth_exist
-//==== LABEL: Check if setMonth method exists in TimeManager.
+//==== LABEL Check if setMonth method exists in TimeManager.
 //==== PRIORITY: P1
 //==== SPEC: Tizen Web API:System:Time:TZDate:setMonth M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
@@ -41,7 +41,7 @@ test(function () {
     var currentTZDate = tizen.time.getCurrentDateTime();
     assert_true("setMonth" in currentTZDate, "setMonth method exists");
     check_method_exists(currentTZDate, "setMonth");
-}, "TZDate_setMonth_exist");
+}, document.title);
 
 </script>
 </body>
index ea67492ef436c353510977500b8393c231d6e116..03625f6fa4f0f1c6119d100c9da1a2ca1be739fc 100644 (file)
@@ -23,14 +23,14 @@ Authors:
 <head>
 <title>TZDate_setSeconds</title>
 <meta charset="utf-8"/>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
 <div id="log"></div>
 <script>
 //==== TEST: TZDate_setSeconds
-//==== LABEL: Check if method setSeconds of TZDate works properly.
+//==== LABEL Check if method setSeconds of TZDate works properly.
 //==== SPEC: Tizen Web API:System:Time:TZDate:setSeconds M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MMINA MAST MR
@@ -41,7 +41,7 @@ test(function () {
     returnedValue = currentTZDate.setSeconds(5);
     assert_equals(returnedValue, undefined, "setSeconds() should return undefined.");
     assert_equals(currentTZDate.getSeconds(), 5, "value check");
-}, "TZDate_setSeconds");
+}, document.title);
 
 </script>
 </body>
index 4e58418f0c6121d65f7c63fa38a9bba5ef31221c..c97374bffc46ec9fdb6cf46c65c503e7d71d4985 100644 (file)
@@ -24,7 +24,7 @@ Authors:
 <head>
 <title>TZDate_setSeconds_exist</title>
 <meta charset="utf-8">
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -32,7 +32,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TZDate_setSeconds_exist
-//==== LABEL: Check if setSeconds method exists in TimeManager.
+//==== LABEL Check if setSeconds method exists in TimeManager.
 //==== PRIORITY: P1
 //==== SPEC: Tizen Web API:System:Time:TZDate:setSeconds M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
@@ -41,7 +41,7 @@ test(function () {
     var currentTZDate = tizen.time.getCurrentDateTime();
     assert_true("setSeconds" in currentTZDate, "setSeconds method exists");
     check_method_exists(currentTZDate, "setSeconds");
-}, "TZDate_setSeconds_exist");
+}, document.title);
 
 </script>
 </body>
index 15cf835e4018e17f6f58b8c38f1cc586e196f9e3..8ec47e3f50c56833430fdd5894e1715729951546 100644 (file)
@@ -23,14 +23,14 @@ Authors:
 <head>
 <title>TZDate_setUTCDate</title>
 <meta charset="utf-8"/>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
 <div id="log"></div>
 <script>
 //==== TEST: TZDate_setUTCDate
-//==== LABEL: Check if method setUTCDate of TZDate works properly.
+//==== LABEL Check if method setUTCDate of TZDate works properly.
 //==== SPEC: Tizen Web API:System:Time:TZDate:setUTCDate M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MMINA MAST MR
@@ -41,7 +41,7 @@ test(function () {
     returnedValue = currentTZDate.setUTCDate(31);
     assert_equals(returnedValue, undefined, "setUTCDate() should return undefined.");
     assert_equals(currentTZDate.getUTCDate(), 31, "value check");
-}, "TZDate_setUTCDate");
+}, document.title);
 
 </script>
 </body>
index d31e2a9cf7f2f14fd1192dd5e9f410c39ef9c982..3a17ee0638a74bcbc2cdc12888957f94f4176ecc 100644 (file)
@@ -24,7 +24,7 @@ Authors:
 <head>
 <title>TZDate_setUTCDate_exist</title>
 <meta charset="utf-8">
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -32,7 +32,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TZDate_setUTCDate_exist
-//==== LABEL: Check if setUTCDate method exists in TimeManager.
+//==== LABEL Check if setUTCDate method exists in TimeManager.
 //==== PRIORITY: P1
 //==== SPEC: Tizen Web API:System:Time:TZDate:setUTCDate M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
@@ -41,7 +41,7 @@ test(function () {
     var currentTZDate = tizen.time.getCurrentDateTime();
     assert_true("setUTCDate" in currentTZDate, "setUTCDate method exists");
     check_method_exists(currentTZDate, "setUTCDate");
-}, "TZDate_setUTCDate_exist");
+}, document.title);
 
 </script>
 </body>
index 4830c3deb818aa323fe5d7e941925acc578b2165..264ad0e516310d02f3017edd211f0874ea753d06 100644 (file)
@@ -23,14 +23,14 @@ Authors:
 <head>
 <title>TZDate_setUTCFullYear</title>
 <meta charset="utf-8"/>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
 <div id="log"></div>
 <script>
 //==== TEST: TZDate_setUTCFullYear
-//==== LABEL: Check if method setUTCFullYear of TZDate works properly.
+//==== LABEL Check if method setUTCFullYear of TZDate works properly.
 //==== SPEC: Tizen Web API:System:Time:TZDate:setUTCFullYear M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MMINA MAST MR
@@ -41,7 +41,7 @@ test(function () {
     returnedValue = currentTZDate.setUTCFullYear(1999);
     assert_equals(returnedValue, undefined, "setUTCFullYear() should return undefined.");
     assert_equals(currentTZDate.getUTCFullYear(), 1999, "value check");
-}, "TZDate_setUTCFullYear");
+}, document.title);
 
 </script>
 </body>
index bf57ee466156291e04f8ee6032d9e6e1114dcad0..2c429f7f98484ce58165dbaad196ae1a0142fd97 100644 (file)
@@ -24,7 +24,7 @@ Authors:
 <head>
 <title>TZDate_setUTCFullYear_exist</title>
 <meta charset="utf-8">
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -32,7 +32,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TZDate_setUTCFullYear_exist
-//==== LABEL: Check if setUTCFullYear method exists in TimeManager.
+//==== LABEL Check if setUTCFullYear method exists in TimeManager.
 //==== PRIORITY: P1
 //==== SPEC: Tizen Web API:System:Time:TZDate:setUTCFullYear M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
@@ -41,7 +41,7 @@ test(function () {
     var currentTZDate = tizen.time.getCurrentDateTime();
     assert_true("setUTCFullYear" in currentTZDate, "setUTCFullYear method exists");
     check_method_exists(currentTZDate, "setUTCFullYear");
-}, "TZDate_setUTCFullYear_exist");
+}, document.title);
 
 </script>
 </body>
index 8afe2ff08e22b752a8e8db5715390541361fa6df..6d1958b3e4e8153033ca239611b5384281d1374b 100644 (file)
@@ -23,14 +23,14 @@ Authors:
 <head>
 <title>TZDate_setUTCHours</title>
 <meta charset="utf-8"/>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
 <div id="log"></div>
 <script>
 //==== TEST: TZDate_setUTCHours
-//==== LABEL: Check if method setUTCHours of TZDate works properly.
+//==== LABEL Check if method setUTCHours of TZDate works properly.
 //==== SPEC: Tizen Web API:System:Time:TZDate:setUTCHours M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MMINA MAST MR
@@ -41,7 +41,7 @@ test(function () {
     returnedValue = currentTZDate.setUTCHours(23);
     assert_equals(returnedValue, undefined, "setUTCHours() should return undefined.");
     assert_equals(currentTZDate.getUTCHours(), 23, "value check");
-}, "TZDate_setUTCHours");
+}, document.title);
 
 </script>
 </body>
index 84aef2d22dd30e69a413c4af9de61dc1e978dfeb..1d58b26dd02c1fe44fe32ee2b51a65760305d3a8 100644 (file)
@@ -24,7 +24,7 @@ Authors:
 <head>
 <title>TZDate_setUTCHours_exist</title>
 <meta charset="utf-8">
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -32,7 +32,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TZDate_setUTCHours_exist
-//==== LABEL: Check if setUTCHours method exists in TimeManager.
+//==== LABEL Check if setUTCHours method exists in TimeManager.
 //==== PRIORITY: P1
 //==== SPEC: Tizen Web API:System:Time:TZDate:setUTCHours M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
@@ -41,7 +41,7 @@ test(function () {
     var currentTZDate = tizen.time.getCurrentDateTime();
     assert_true("setUTCHours" in currentTZDate, "setUTCHours method exists");
     check_method_exists(currentTZDate, "setUTCHours");
-}, "TZDate_setUTCHours_exist");
+}, document.title);
 
 </script>
 </body>
index 2cb7efb5367a7d3ced61cc8f8694f4f68a9a90b3..74134dabb534d32d5256f2e5848260b1b0dd3fdc 100644 (file)
@@ -23,14 +23,14 @@ Authors:
 <head>
 <title>TZDate_setUTCMilliseconds</title>
 <meta charset="utf-8"/>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
 <div id="log"></div>
 <script>
 //==== TEST: TZDate_setUTCMilliseconds
-//==== LABEL: Check if method setUTCMilliseconds of TZDate works properly.
+//==== LABEL Check if method setUTCMilliseconds of TZDate works properly.
 //==== SPEC: Tizen Web API:System:Time:TZDate:setUTCMilliseconds M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MMINA MAST MR
@@ -41,7 +41,7 @@ test(function () {
     returnedValue = currentTZDate.setUTCMilliseconds(999);
     assert_equals(returnedValue, undefined, "setUTCMilliseconds() should return undefined.");
     assert_equals(currentTZDate.getUTCMilliseconds(), 999, "value check");
-}, "TZDate_setUTCMilliseconds");
+}, document.title);
 
 </script>
 </body>
index f9cf0fb69a88f635c49f89444f2a691807e606b1..d272c5d42327030e612f7f73b146c5bd38c8ef7d 100644 (file)
@@ -24,7 +24,7 @@ Authors:
 <head>
 <title>TZDate_setUTCMilliseconds_exist</title>
 <meta charset="utf-8">
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -32,7 +32,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TZDate_setUTCMilliseconds_exist
-//==== LABEL: Check if setUTCMilliseconds method exists in TimeManager.
+//==== LABEL Check if setUTCMilliseconds method exists in TimeManager.
 //==== PRIORITY: P1
 //==== SPEC: Tizen Web API:System:Time:TZDate:setUTCMilliseconds M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
@@ -41,7 +41,7 @@ test(function () {
     var currentTZDate = tizen.time.getCurrentDateTime();
     assert_true("setUTCMilliseconds" in currentTZDate, "setUTCMilliseconds method exists");
     check_method_exists(currentTZDate, "setUTCMilliseconds");
-}, "TZDate_setUTCMilliseconds_exist");
+}, document.title);
 
 </script>
 </body>
index b44a576e76e9190a946eb1bdc19475f625d0bbb6..5eb2fa693a61f5048c86fd007de07bea375e3643 100644 (file)
@@ -23,14 +23,14 @@ Authors:
 <head>
 <title>TZDate_setUTCMinutes</title>
 <meta charset="utf-8"/>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
 <div id="log"></div>
 <script>
 //==== TEST: TZDate_setUTCMinutes
-//==== LABEL: Check if method setUTCMinutes of TZDate works properly.
+//==== LABEL Check if method setUTCMinutes of TZDate works properly.
 //==== SPEC: Tizen Web API:System:Time:TZDate:setUTCMinutes M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MMINA MAST MR
@@ -41,7 +41,7 @@ test(function () {
     returnedValue = currentTZDate.setUTCMinutes(59);
     assert_equals(returnedValue, undefined, "setUTCMinutes() should return undefined.");
     assert_equals(currentTZDate.getUTCMinutes(), 59, "value check");
-}, "TZDate_setUTCMinutes");
+}, document.title);
 
 </script>
 </body>
index ae0358b93acaffaf389c4af8c9ce2cf56ee8e241..5ba729e77574441066b471545df33b74d7ea1cdf 100644 (file)
@@ -24,7 +24,7 @@ Authors:
 <head>
 <title>TZDate_setUTCMinutes_exist</title>
 <meta charset="utf-8">
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -32,7 +32,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TZDate_setUTCMinutes_exist
-//==== LABEL: Check if setUTCMinutes method exists in TimeManager.
+//==== LABEL Check if setUTCMinutes method exists in TimeManager.
 //==== PRIORITY: P1
 //==== SPEC: Tizen Web API:System:Time:TZDate:setUTCMinutes M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
@@ -41,7 +41,7 @@ test(function () {
     var currentTZDate = tizen.time.getCurrentDateTime();
     assert_true("setUTCMinutes" in currentTZDate, "setUTCMinutes method exists");
     check_method_exists(currentTZDate, "setUTCMinutes");
-}, "TZDate_setUTCMinutes_exist");
+}, document.title);
 
 </script>
 </body>
index 2c8b50c36c4b9f748ce2a3cc7d5341c5052f3429..ddff1374b3c955e35c8e35a0e9335862df19adfb 100644 (file)
@@ -23,14 +23,14 @@ Authors:
 <head>
 <title>TZDate_setUTCMonth</title>
 <meta charset="utf-8"/>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
 <div id="log"></div>
 <script>
 //==== TEST: TZDate_setUTCMonth
-//==== LABEL: Check if method setUTCMonth of TZDate works properly.
+//==== LABEL Check if method setUTCMonth of TZDate works properly.
 //==== SPEC: Tizen Web API:System:Time:TZDate:setUTCMonth M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MMINA MAST MR
@@ -41,7 +41,7 @@ test(function () {
     returnedValue = currentTZDate.setUTCMonth(11);
     assert_equals(returnedValue, undefined, "setUTCMonth() should return undefined.");
     assert_equals(currentTZDate.getUTCMonth(), 11, "value check");
-}, "TZDate_setUTCMonth");
+}, document.title);
 
 </script>
 </body>
index 70fb8bbb830ac9ba7d7cbf461a547fae7f99d466..3e4542a2b0c0716550ae209ac22c017606547008 100644 (file)
@@ -24,7 +24,7 @@ Authors:
 <head>
 <title>TZDate_setUTCMonth_exist</title>
 <meta charset="utf-8">
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -32,7 +32,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TZDate_setUTCMonth_exist
-//==== LABEL: Check if setUTCMonth method exists in TimeManager.
+//==== LABEL Check if setUTCMonth method exists in TimeManager.
 //==== PRIORITY: P1
 //==== SPEC: Tizen Web API:System:Time:TZDate:setUTCMonth M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
@@ -41,7 +41,7 @@ test(function () {
     var currentTZDate = tizen.time.getCurrentDateTime();
     assert_true("setUTCMonth" in currentTZDate, "setUTCMonth method exists");
     check_method_exists(currentTZDate, "setUTCMonth");
-}, "TZDate_setUTCMonth_exist");
+}, document.title);
 
 </script>
 </body>
index bfee6a6f3ef6a55b6bfc81c8f1d65068df98bd48..068c2ce3be65881141326f2d6dd0936c5a60b83f 100644 (file)
@@ -23,14 +23,14 @@ Authors:
 <head>
 <title>TZDate_setUTCSeconds</title>
 <meta charset="utf-8"/>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
 <div id="log"></div>
 <script>
 //==== TEST: TZDate_setUTCSeconds
-//==== LABEL: Check if method setUTCSeconds of TZDate works properly.
+//==== LABEL Check if method setUTCSeconds of TZDate works properly.
 //==== SPEC: Tizen Web API:System:Time:TZDate:setUTCSeconds M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MMINA MAST MR
@@ -41,7 +41,7 @@ test(function () {
     returnedValue = currentTZDate.setUTCSeconds(0);
     assert_equals(returnedValue, undefined, "setUTCSeconds() should return undefined.");
     assert_equals(currentTZDate.getUTCSeconds(), 0, "value check");
-}, "TZDate_setUTCSeconds");
+}, document.title);
 
 </script>
 </body>
index 244c3d04c6ec4e9e71090da379e26f8d43f7c9d7..3524e94d569200ed0363fdf69e425a69f1b42f36 100644 (file)
@@ -24,7 +24,7 @@ Authors:
 <head>
 <title>TZDate_setUTCSeconds_exist</title>
 <meta charset="utf-8">
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -32,7 +32,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TZDate_setUTCSeconds_exist
-//==== LABEL: Check if setUTCSeconds method exists in TimeManager.
+//==== LABEL Check if setUTCSeconds method exists in TimeManager.
 //==== PRIORITY: P1
 //==== SPEC: Tizen Web API:System:Time:TZDate:setUTCSeconds M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
@@ -41,7 +41,7 @@ test(function () {
     var currentTZDate = tizen.time.getCurrentDateTime();
     assert_true("setUTCSeconds" in currentTZDate, "setUTCSeconds method exists");
     check_method_exists(currentTZDate, "setUTCSeconds");
-}, "TZDate_setUTCSeconds_exist");
+}, document.title);
 
 </script>
 </body>
index dc44083d8c898a766592c64e29ce38dd54694343..2003480df0737acfdef719d9f9f3763f235fbc1f 100644 (file)
@@ -23,14 +23,14 @@ Authors:
 <head>
 <title>TZDate_toDateString</title>
 <meta charset="utf-8"/>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
 <div id="log"></div>
 <script>
 //==== TEST: TZDate_toDateString
-//==== LABEL: Check if method toDateString of TZDate works properly.
+//==== LABEL Check if TZDate::ToDateString() method returns non-empty string
 //==== SPEC: Tizen Web API:System:Time:TZDate:toDateString M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MNA MR
@@ -39,7 +39,7 @@ test(function () {
     returnedValue = currentTZDate.toDateString();
     assert_type(returnedValue, "string", "type check");
     assert_not_equals(returnedValue, "", "returned");
-}, "TZDate_toDateString");
+}, document.title);
 
 </script>
 </body>
index 4c7f167030d82aaf58499994421bb6d93f8ef88f..fcad423f3e4c9fa4159de8db816e2487aa1a6ee2 100644 (file)
@@ -24,7 +24,7 @@ Authors:
 <head>
 <title>TZDate_toDateString_exist</title>
 <meta charset="utf-8">
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -32,7 +32,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TZDate_toDateString_exist
-//==== LABEL: Check if toDateString method exists in TimeManager.
+//==== LABEL Check if toDateString method exists in TimeManager.
 //==== PRIORITY: P1
 //==== SPEC: Tizen Web API:System:Time:TZDate:toDateString M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
@@ -41,7 +41,7 @@ test(function () {
     var currentTZDate = tizen.time.getCurrentDateTime();
     assert_true("toDateString" in currentTZDate, "toDateString method exists");
     check_method_exists(currentTZDate, "toDateString");
-}, "TZDate_toDateString_exist");
+}, document.title);
 
 </script>
 </body>
index 01f199afb96a1f26da5c709e2bc75c2dfaf9a7ab..8a3441a32f922e7b84a9473702db5d38d3766a38 100644 (file)
@@ -23,21 +23,21 @@ Authors:
 <head>
 <title>TZDate_toDateString_extra_argument</title>
 <meta charset="utf-8"/>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
 <div id="log"></div>
 <script>
 //==== TEST: TZDate_toDateString_extra_argument
-//==== LABEL: Check if method toDateString of TZDate accepts extra argument
+//==== LABEL Check if method toDateString of TZDate accepts extra argument
 //==== SPEC: Tizen Web API:System:Time:TZDate:toDateString M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MNAEX
 test(function () {
     var currentTZDate = tizen.time.getCurrentDateTime();
     checkExtraArgument(currentTZDate, "toDateString");
-}, "TZDate_toDateString_extra_argument");
+}, document.title);
 
 </script>
 </body>
index 4192a46f513ecf3d7adb68b7e2fd079fd038fea3..1c4315efcc6e7b1809163587ff36313fae4f4e47 100644 (file)
@@ -25,7 +25,7 @@ Authors:
 <head>
 <title>TZDate_toDateString_for_specific_date</title>
 <meta charset="utf-8">
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -33,7 +33,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TZDate_toDateString_for_specific_date
-//==== LABEL check whether toDateString() method correctly returns the date portion of a TZDate object as a string
+//==== LABEL Check whether toDateString() method correctly returns the date portion of a TZDate object as a string
 //==== SPEC Tizen Web API:System:Time:TZDate:toDateString M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA
@@ -44,7 +44,7 @@ test(function () {
     for (i = 0; i < testAdditionalParamArray.length; i++) {
         assert_equals(date.toDateString(testAdditionalParamArray[i]), expectedDateString, this.name);
     }
-});
+}, document.title);
 
 </script>
 </body>
index 9089c03839a52ab7ae3aa708578a6c1badef99fa..2866c55c23b21fde5b9f96bd6971320f63bb15ab 100644 (file)
@@ -23,14 +23,14 @@ Authors:
 <head>
 <title>TZDate_toLocalTimezone</title>
 <meta charset="utf-8"/>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
 <div id="log"></div>
 <script>
 //==== TEST: TZDate_toLocalTimezone
-//==== LABEL: Check if method toLocalTimezone of TZDate works properly.
+//==== LABEL Check if method toLocalTimezone of TZDate works properly.
 //==== SPEC: Tizen Web API:System:Time:TZDate:toLocalTimezone M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MNA MR
@@ -38,7 +38,7 @@ test(function () {
     var currentTZDate = tizen.time.getCurrentDateTime(), returnedValue = null;
     returnedValue = currentTZDate.toLocalTimezone();
     assert_true(returnedValue instanceof tizen.TZDate, "TZDate check");
-}, "TZDate_toLocalTimezone");
+}, document.title);
 
 </script>
 </body>
index d1f91b64e4a10a78edb51b6a0693a9a437f3e7cf..248c102f35f5bb25700c86e29fb7aff16918741b 100644 (file)
@@ -24,7 +24,7 @@ Authors:
 <head>
 <title>TZDate_toLocalTimezone_exist</title>
 <meta charset="utf-8">
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -32,7 +32,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TZDate_toLocalTimezone_exist
-//==== LABEL: Check if toLocalTimezone method exists in TimeManager.
+//==== LABEL Check if toLocalTimezone method exists in TimeManager.
 //==== PRIORITY: P1
 //==== SPEC: Tizen Web API:System:Time:TZDate:toLocalTimezone M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
@@ -41,7 +41,7 @@ test(function () {
     var currentTZDate = tizen.time.getCurrentDateTime();
     assert_true("toLocalTimezone" in currentTZDate, "toLocalTimezone method exists");
     check_method_exists(currentTZDate, "toLocalTimezone");
-}, "TZDate_toLocalTimezone_exist");
+}, document.title);
 
 </script>
 </body>
index 92b1148df563b5131371ad99c5faa2be6d324e20..20118cb7eef27092a73882334a788425e6125980 100644 (file)
@@ -23,21 +23,21 @@ Authors:
 <head>
 <title>TZDate_toLocalTimezone_extra_argument</title>
 <meta charset="utf-8"/>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
 <div id="log"></div>
 <script>
 //==== TEST: TZDate_toLocalTimezone_extra_argument
-//==== LABEL: Check if method toLocalTimezone of TZDate accepts extra argument
+//==== LABEL Check if method toLocalTimezone of TZDate accepts extra argument
 //==== SPEC: Tizen Web API:System:Time:TZDate:toLocalTimezone M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MNAEX
 test(function () {
     var currentTZDate = tizen.time.getCurrentDateTime();
     checkExtraArgument(currentTZDate, "toLocalTimezone");
-}, "TZDate_toLocalTimezone_extra_argument");
+}, document.title);
 
 </script>
 </body>
index 22c9457e7bdd1201e665683c3819bb0e69fc2768..43f3c924b9f0c1763761bf28708377fdafcd6288 100644 (file)
@@ -25,7 +25,7 @@ Authors:
 <head>
 <title>TZDate_toLocalTimezone_for_specific_date</title>
 <meta charset="utf-8">
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -33,14 +33,14 @@ Authors:
 <div id="log"></div>
 <script>
 //==== TEST: TZDate_toLocalTimezone_for_specific_date
-//==== LABEL tizen.TZDate.toLocalTimezone (null) WRONG argument(s)
+//==== LABEL Tizen.TZDate.toLocalTimezone (null) WRONG argument(s)
 //==== SPEC Tizen Web API:System:Time:TZDate:toLocalTimezone M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MNA MR
 test(function () {
     var date = new tizen.TZDate();
     date.toLocalTimezone(null);
-});
+}, document.title);
 
 </script>
 </body>
index 53704bf992ef63b73aad0ad617246cf6dd06ad83..e07a296d7749c603f70866f26549973d071e2cc0 100644 (file)
@@ -23,14 +23,14 @@ Authors:
 <head>
 <title>TZDate_toLocaleDateString</title>
 <meta charset="utf-8"/>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
 <div id="log"></div>
 <script>
 //==== TEST: TZDate_toLocaleDateString
-//==== LABEL: Check if method toLocaleDateString of TZDate works properly.
+//==== LABEL Check if TZDate::ToLocaleDateString() method returns non-empty string
 //==== SPEC: Tizen Web API:System:Time:TZDate:toLocaleDateString M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MNA MR
@@ -39,7 +39,7 @@ test(function () {
     returnedValue = currentTZDate.toLocaleDateString();
     assert_type(returnedValue, "string", "type check");
     assert_not_equals(returnedValue, "", "returned");
-}, "TZDate_toLocaleDateString");
+}, document.title);
 
 </script>
 </body>
index 04bd027eda7d1a231c7dfe2e04cb3afffab37e4a..c48a9ae292a9541a75d509367044e60ce27a30b4 100644 (file)
@@ -24,7 +24,7 @@ Authors:
 <head>
 <title>TZDate_toLocaleDateString_exist</title>
 <meta charset="utf-8">
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -32,7 +32,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TZDate_toLocaleDateString_exist
-//==== LABEL: Check if toLocaleDateString method exists in TimeManager.
+//==== LABEL Check if toLocaleDateString method exists in TimeManager.
 //==== PRIORITY: P1
 //==== SPEC: Tizen Web API:System:Time:TZDate:toLocaleDateString M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
@@ -41,7 +41,7 @@ test(function () {
     var currentTZDate = tizen.time.getCurrentDateTime();
     assert_true("toLocaleDateString" in currentTZDate, "toLocaleDateString method exists");
     check_method_exists(currentTZDate, "toLocaleDateString");
-}, "TZDate_toLocaleDateString_exist");
+}, document.title);
 
 </script>
 </body>
index 6ff0e24d5439900ede0ca00b780c9c5b6994c091..b6e9590fb50177df46c9d13792382970c5d509ce 100644 (file)
@@ -23,21 +23,21 @@ Authors:
 <head>
 <title>TZDate_toLocaleDateString_extra_argument</title>
 <meta charset="utf-8"/>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
 <div id="log"></div>
 <script>
 //==== TEST: TZDate_toLocaleDateString_extra_argument
-//==== LABEL: Check if method toLocaleDateString of TZDate accepts extra argument
+//==== LABEL Check if method toLocaleDateString of TZDate accepts extra argument
 //==== SPEC: Tizen Web API:System:Time:TZDate:toLocaleDateString M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MNAEX
 test(function () {
     var currentTZDate = tizen.time.getCurrentDateTime();
     checkExtraArgument(currentTZDate, "toLocaleDateString");
-}, "TZDate_toLocaleDateString_extra_argument");
+}, document.title);
 
 </script>
 </body>
index b50c5e365abd4e65b3a0a032b882a43428edfd11..d1c27142c10da7c14f10482c2091ab5a15758741 100644 (file)
@@ -25,7 +25,7 @@ Authors:
 <head>
 <title>TZDate_toLocaleDateString_for_specific_date</title>
 <meta charset="utf-8">
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -33,14 +33,14 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TZDate_toLocaleDateString_for_specific_date
-//==== LABEL check whether toLocaleDateString() method correctly returns the date portion of a TZDate object as a string
+//==== LABEL Check whether toLocaleDateString() method correctly returns the date portion of a TZDate object as a string
 //==== SPEC Tizen Web API:System:Time:TZDate:toLocaleDateString M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MNA MR
 test(function () {
     var expectedLocaleDateString = "Friday, 11 November 2011";
     assert_equals(date.toLocaleDateString(), expectedLocaleDateString, this.name);
-});
+}, document.title);
 
 </script>
 </body>
index fef7d3e0edd4e869e57616438fe6507475a88b9d..c113f8c8f8cff9b26c0d5768fcd662af9892816c 100644 (file)
@@ -23,14 +23,14 @@ Authors:
 <head>
 <title>TZDate_toLocaleString</title>
 <meta charset="utf-8"/>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
 <div id="log"></div>
 <script>
 //==== TEST: TZDate_toLocaleString
-//==== LABEL: Check if method toLocaleString of TZDate works properly.
+//==== LABEL Check if TZDate::ToLocaleString() method returns non-empty string
 //==== SPEC: Tizen Web API:System:Time:TZDate:toLocaleString M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MNA MR
@@ -39,7 +39,7 @@ test(function () {
     returnedValue = currentTZDate.toLocaleString();
     assert_type(returnedValue, "string", "type check");
     assert_not_equals(returnedValue, "", "returned");
-}, "TZDate_toLocaleString");
+}, document.title);
 
 </script>
 </body>
index a498e6d3bb10ed7281811c26713e43b005f1994c..18898c6424af25230a21027e36bc1414a5d2ee67 100644 (file)
@@ -24,7 +24,7 @@ Authors:
 <head>
 <title>TZDate_toLocaleString_exist</title>
 <meta charset="utf-8">
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -32,7 +32,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TZDate_toLocaleString_exist
-//==== LABEL: Check if toLocaleString method exists in TimeManager.
+//==== LABEL Check if toLocaleString method exists in TimeManager.
 //==== PRIORITY: P1
 //==== SPEC: Tizen Web API:System:Time:TZDate:toLocaleString M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
@@ -41,7 +41,7 @@ test(function () {
     var currentTZDate = tizen.time.getCurrentDateTime();
     assert_true("toLocaleString" in currentTZDate, "toLocaleString method exists");
     check_method_exists(currentTZDate, "toLocaleString");
-}, "TZDate_toLocaleString_exist");
+}, document.title);
 
 </script>
 </body>
index 04680ba63b4d059ed62f5a4260dd7264c71fc150..1fea8cad55cc64cec6974d9d2c7233399c4ee138 100644 (file)
@@ -23,21 +23,21 @@ Authors:
 <head>
 <title>TZDate_toLocaleString_extra_argument</title>
 <meta charset="utf-8"/>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
 <div id="log"></div>
 <script>
 //==== TEST: TZDate_toLocaleString_extra_argument
-//==== LABEL: Check if method toLocaleString of TZDate accepts extra argument
+//==== LABEL Check if method toLocaleString of TZDate accepts extra argument
 //==== SPEC: Tizen Web API:System:Time:TZDate:toLocaleString M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MNAEX
 test(function () {
     var currentTZDate = tizen.time.getCurrentDateTime();
     checkExtraArgument(currentTZDate, "toLocaleString");
-}, "TZDate_toLocaleString_extra_argument");
+}, document.title);
 
 </script>
 </body>
index 48ed1a9c0b129c7c008f8b5ca4c5e5d366a85db1..aa352220e0a3b95379ca9bde0b14745b2324aa68 100644 (file)
@@ -25,7 +25,7 @@ Authors:
 <head>
 <title>TZDate_toLocaleString_for_specific_date</title>
 <meta charset="utf-8">
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -33,13 +33,13 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TZDate_toLocaleString_for_specific_date
-//==== LABEL check whether toLocaleString() method correctly converts a TZDate object to a string, using locale conventions
+//==== LABEL Check whether toLocaleString() method correctly converts a TZDate object to a string, using locale conventions
 //==== SPEC Tizen Web API:System:Time:TZDate:toLocaleString M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MNA MR
 test(function () {
     assert_regexp_match(date.toLocaleString(), /Friday, 11 November 2011 4:55:54/, this.name);
-});
+}, document.title);
 
 </script>
 </body>
index e0d859e40f0c32997ca67a9f2b1495db8fabf47f..0e5d541ae9c2422d375ce645f685aa3d67fc0245 100644 (file)
@@ -23,14 +23,14 @@ Authors:
 <head>
 <title>TZDate_toLocaleTimeString</title>
 <meta charset="utf-8"/>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
 <div id="log"></div>
 <script>
 //==== TEST: TZDate_toLocaleTimeString
-//==== LABEL: Check if method toLocaleTimeString of TZDate works properly.
+//==== LABEL Check if TZDate::ToLocaleTimeString() method returns non-empty string
 //==== SPEC: Tizen Web API:System:Time:TZDate:toLocaleTimeString M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MNA MR
@@ -39,7 +39,7 @@ test(function () {
     returnedValue = currentTZDate.toLocaleTimeString();
     assert_type(returnedValue, "string", "type check");
     assert_not_equals(returnedValue, "", "returned");
-}, "TZDate_toLocaleTimeString");
+}, document.title);
 
 </script>
 </body>
index e6053ef85c6d39177d80ed193732b65b5386f312..9ff86415906e79431b33fee4161a843e12e4f507 100644 (file)
@@ -24,7 +24,7 @@ Authors:
 <head>
 <title>TZDate_toLocaleTimeString_exist</title>
 <meta charset="utf-8">
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -32,7 +32,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TZDate_toLocaleTimeString_exist
-//==== LABEL: Check if toLocaleTimeString method exists in TimeManager.
+//==== LABEL Check if toLocaleTimeString method exists in TimeManager.
 //==== PRIORITY: P1
 //==== SPEC: Tizen Web API:System:Time:TZDate:toLocaleTimeString M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
@@ -41,7 +41,7 @@ test(function () {
     var currentTZDate = tizen.time.getCurrentDateTime();
     assert_true("toLocaleTimeString" in currentTZDate, "toLocaleTimeString method exists");
     check_method_exists(currentTZDate, "toLocaleTimeString");
-}, "TZDate_toLocaleTimeString_exist");
+}, document.title);
 
 </script>
 </body>
index 467f36546276dc4e96cd3a57e50fa9f67a5f3df9..e13b98661d30078c6df9f83a4d225706164f976f 100644 (file)
@@ -23,21 +23,21 @@ Authors:
 <head>
 <title>TZDate_toLocaleTimeString_extra_argument</title>
 <meta charset="utf-8"/>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
 <div id="log"></div>
 <script>
 //==== TEST: TZDate_toLocaleTimeString_extra_argument
-//==== LABEL: Check if method toLocaleTimeString of TZDate accepts extra argument
+//==== LABEL Check if method toLocaleTimeString of TZDate accepts extra argument
 //==== SPEC: Tizen Web API:System:Time:TZDate:toLocaleTimeString M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MNAEX
 test(function () {
     var currentTZDate = tizen.time.getCurrentDateTime();
     checkExtraArgument(currentTZDate, "toLocaleTimeString");
-}, "TZDate_toLocaleTimeString_extra_argument");
+}, document.title);
 
 </script>
 </body>
index 655000b3df7969edf36cf9ede90687d6e5ec71cf..b5d0ae6736cc7532991e3f999bb4a0ba98403293 100644 (file)
@@ -25,7 +25,7 @@ Authors:
 <head>
 <title>TZDate_toLocaleTimeString_for_specific_date</title>
 <meta charset="utf-8">
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -33,13 +33,13 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TZDate_toLocaleTimeString_for_specific_date
-//==== LABEL check whether toLocaleTimeString() method correctly returns the time portion of a TZDate object as a string
+//==== LABEL Check whether toLocaleTimeString() method correctly returns the time portion of a TZDate object as a string
 //==== SPEC Tizen Web API:System:Time:TZDate:toLocaleTimeString M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MNA MR
 test(function () {
     assert_regexp_match(date.toLocaleTimeString(), /0?4:55:54/, this.name);
-});
+}, document.title);
 
 </script>
 </body>
index c5f118a3a95d89b40a6be3b1618950b8493fa879..212ceb2aba5debd1af56061d42cecfcc84869612 100644 (file)
@@ -23,14 +23,14 @@ Authors:
 <head>
 <title>TZDate_toString</title>
 <meta charset="utf-8"/>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
 <div id="log"></div>
 <script>
 //==== TEST: TZDate_toString
-//==== LABEL: Check if method toString of TZDate works properly.
+//==== LABEL Check if TZDate::ToString() method returns non-empty string
 //==== SPEC: Tizen Web API:System:Time:TZDate:toString M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MNA MR
@@ -39,7 +39,7 @@ test(function () {
     returnedValue = currentTZDate.toString();
     assert_type(returnedValue, "string", "type check");
     assert_not_equals(returnedValue, "", "returned");
-}, "TZDate_toString");
+}, document.title);
 
 </script>
 </body>
index 8442a6ab953600cf05ec7f1be0d30e302880f08a..b8273a902cda053c4821e6c2c19620049b9fa5de 100644 (file)
@@ -24,7 +24,7 @@ Authors:
 <head>
 <title>TZDate_toString_exist</title>
 <meta charset="utf-8">
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -32,7 +32,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TZDate_toString_exist
-//==== LABEL: Check if toString method exists in TimeManager.
+//==== LABEL Check if toString method exists in TimeManager.
 //==== PRIORITY: P1
 //==== SPEC: Tizen Web API:System:Time:TZDate:toString M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
@@ -41,7 +41,7 @@ test(function () {
     var currentTZDate = tizen.time.getCurrentDateTime();
     assert_true("toString" in currentTZDate, "toString method exists");
     check_method_exists(currentTZDate, "toString");
-}, "TZDate_toString_exist");
+}, document.title);
 
 </script>
 </body>
index fe028f47055dc22ccd620f6a67f9afdeb1c1d1d9..1fdbc7722abf982fab0fbd7533cfd397137e88e7 100644 (file)
@@ -23,21 +23,21 @@ Authors:
 <head>
 <title>TZDate_toString_extra_argument</title>
 <meta charset="utf-8"/>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
 <div id="log"></div>
 <script>
 //==== TEST: TZDate_toString_extra_argument
-//==== LABEL: Check if method toString of TZDate accepts extra argument
+//==== LABEL Check if method toString of TZDate accepts extra argument
 //==== SPEC: Tizen Web API:System:Time:TZDate:toString M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MNAEX
 test(function () {
     var currentTZDate = tizen.time.getCurrentDateTime();
     checkExtraArgument(currentTZDate, "toString");
-}, "TZDate_toString_extra_argument");
+}, document.title);
 
 </script>
 </body>
index b45dd4ddf90a44359763cd81733788a8816f1fbf..21b1f833c0771bb7647c41d8d4151d886c7cf6ac 100644 (file)
@@ -25,7 +25,7 @@ Authors:
 <head>
 <title>TZDate_toString_for_specific_date</title>
 <meta charset="utf-8">
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -33,13 +33,13 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TZDate_toString_for_specific_date
-//==== LABEL check whether toString() method converts a TZDate object to a string correctly
+//==== LABEL  toString() method converts a TZDate object to a string correctly
 //==== SPEC Tizen Web API:System:Time:TZDate:toString M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MNA MR
 test(function () {
     assert_regexp_match(date.toString(), /Friday, November 11, 2011 0?4:55:54( AM)? GMT\+0900 South Korea Time/, this.name);
-});
+}, document.title);
 
 </script>
 </body>
index 7a35bb3982528211321993875e662c3f9dc044b3..2c34a241b4b8b327b4b3da9945c3da1b09ab33ef 100644 (file)
@@ -23,14 +23,14 @@ Authors:
 <head>
 <title>TZDate_toTimeString</title>
 <meta charset="utf-8"/>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
 <div id="log"></div>
 <script>
 //==== TEST: TZDate_toTimeString
-//==== LABEL: Check if method toTimeString of TZDate works properly.
+//==== LABEL Check if TZDate::ToTimeString() method returns non-empty string
 //==== SPEC: Tizen Web API:System:Time:TZDate:toTimeString M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MNA MR
@@ -39,7 +39,7 @@ test(function () {
     returnedValue = currentTZDate.toTimeString();
     assert_type(returnedValue, "string", "type check");
     assert_not_equals(returnedValue, "", "returned");
-}, "TZDate_toTimeString");
+}, document.title);
 
 </script>
 </body>
index 1918eb39aca88bc9db152e409ae64e476153e3b2..898cf4929cb50fd24879e2f13b64dc251ad61852 100644 (file)
@@ -24,7 +24,7 @@ Authors:
 <head>
 <title>TZDate_toTimeString_exist</title>
 <meta charset="utf-8">
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -32,7 +32,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TZDate_toTimeString_exist
-//==== LABEL: Check if toTimeString method exists in TimeManager.
+//==== LABEL Check if toTimeString method exists in TimeManager.
 //==== PRIORITY: P1
 //==== SPEC: Tizen Web API:System:Time:TZDate:toTimeString M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
@@ -41,7 +41,7 @@ test(function () {
     var currentTZDate = tizen.time.getCurrentDateTime();
     assert_true("toTimeString" in currentTZDate, "toTimeString method exists");
     check_method_exists(currentTZDate, "toTimeString");
-}, "TZDate_toTimeString_exist");
+}, document.title);
 
 </script>
 </body>
index b0ac63afb37fc8ae5dca1e629fa453dd8e1a5b39..00aaaa2132502f7721da9f43e1eaac3eab2e63d6 100644 (file)
@@ -23,21 +23,21 @@ Authors:
 <head>
 <title>TZDate_toTimeString_extra_argument</title>
 <meta charset="utf-8"/>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
 <div id="log"></div>
 <script>
 //==== TEST: TZDate_toTimeString_extra_argument
-//==== LABEL: Check if method toTimeString of TZDate accepts extra argument
+//==== LABEL Check whether Tizen.TZDate.getMonth() extra argument
 //==== SPEC: Tizen Web API:System:Time:TZDate:toTimeString M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MNAEX
 test(function () {
     var currentTZDate = tizen.time.getCurrentDateTime();
     checkExtraArgument(currentTZDate, "toTimeString");
-}, "TZDate_toTimeString_extra_argument");
+}, document.title);
 
 </script>
 </body>
index 1c757389b794e393341548f7b21bc3e8df907c9d..bc178a95eac5b9c1c752c94cc77ed70407548ad2 100644 (file)
@@ -25,7 +25,7 @@ Authors:
 <head>
 <title>TZDate_toTimeString_for_specific_date</title>
 <meta charset="utf-8">
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -33,13 +33,13 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TZDate_toTimeString_for_specific_date
-//==== LABEL check whether toTimeString() method correctly returns the time portion of a TZDate object as a string
+//==== LABEL Check whether toTimeString() method correctly returns the time portion of a TZDate object as a string
 //==== SPEC Tizen Web API:System:Time:TZDate:toTimeString M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MNA MR
 test(function () {
     assert_regexp_match(date.toTimeString(), /0?4:55:54( AM)? GMT\+0900 South Korea Time/, this.name);
-});
+}, document.title);
 
 </script>
 </body>
index 6112485e59bbe5e4664101b60ab6d88d1287a3c4..082641f804cec40826c3deb7c4cc6f5f1ddaaa70 100644 (file)
@@ -23,14 +23,14 @@ Authors:
 <head>
 <title>TZDate_toTimezone</title>
 <meta charset="utf-8"/>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
 <div id="log"></div>
 <script>
 //==== TEST: TZDate_toTimezone
-//==== LABEL: Check if method toTimezone of TZDate works properly.
+//==== LABEL Check if method toTimezone of TZDate works properly.
 //==== SPEC: Tizen Web API:System:Time:TZDate:toTimezone M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MMINA MR
@@ -38,7 +38,7 @@ test(function () {
     var currentTZDate = tizen.time.getCurrentDateTime(), returnedValue = null;
     returnedValue = currentTZDate.toTimezone("Europe/Berlin");
     assert_true(returnedValue instanceof tizen.TZDate, "TZDate check");
-}, "TZDate_toTimezone");
+}, document.title);
 
 </script>
 </body>
index e769d9eb8770c9cc98edda5bc573ec83a9a23881..1749247982e408ae54c0ea6434b802fb6384e5c3 100644 (file)
@@ -24,7 +24,7 @@ Authors:
 <head>
 <title>TZDate_toTimezone_exist</title>
 <meta charset="utf-8">
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -32,7 +32,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TZDate_toTimezone_exist
-//==== LABEL: Check if toTimezone method exists in TimeManager.
+//==== LABEL Check if toTimezone method exists in TimeManager.
 //==== PRIORITY: P1
 //==== SPEC: Tizen Web API:System:Time:TZDate:toTimezone M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
@@ -41,7 +41,7 @@ test(function () {
     var currentTZDate = tizen.time.getCurrentDateTime();
     assert_true("toTimezone" in currentTZDate, "toTimezone method exists");
     check_method_exists(currentTZDate, "toTimezone");
-}, "TZDate_toTimezone_exist");
+}, document.title);
 
 </script>
 </body>
index e9cb9fc6bf14db3c2d5bdc52e7ed4abd1da897bd..bc1a5c5fefb53001a25838b9ced18f48f558c382 100644 (file)
@@ -23,14 +23,14 @@ Authors:
 <head>
 <title>TZDate_toUTC</title>
 <meta charset="utf-8"/>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
 <div id="log"></div>
 <script>
 //==== TEST: TZDate_toUTC
-//==== LABEL: Check if method toUTC of TZDate works properly.
+//==== LABEL Check if method toUTC of TZDate works properly.
 //==== SPEC: Tizen Web API:System:Time:TZDate:toUTC M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MNA MR
@@ -38,7 +38,7 @@ test(function () {
     var currentTZDate = tizen.time.getCurrentDateTime(), returnedValue = null;
     returnedValue = currentTZDate.toUTC();
     assert_true(returnedValue instanceof tizen.TZDate, "TZDate check");
-}, "TZDate_toUTC");
+}, document.title);
 
 </script>
 </body>
index 7ddbd474d16a2843355f5f499d64bc312203cfbe..833c940355a996c9171d797e5c0e1c84f0d6fb9e 100644 (file)
@@ -24,7 +24,7 @@ Authors:
 <head>
 <title>TZDate_toUTC_exist</title>
 <meta charset="utf-8">
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -32,7 +32,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TZDate_toUTC_exist
-//==== LABEL: Check if toUTC method exists in TimeManager.
+//==== LABEL Check if toUTC method exists in TimeManager.
 //==== PRIORITY: P1
 //==== SPEC: Tizen Web API:System:Time:TZDate:toUTC M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
@@ -41,7 +41,7 @@ test(function () {
     var currentTZDate = tizen.time.getCurrentDateTime();
     assert_true("toUTC" in currentTZDate, "toUTC method exists");
     check_method_exists(currentTZDate, "toUTC");
-}, "TZDate_toUTC_exist");
+}, document.title);
 
 </script>
 </body>
index 6fb5da9a8d019f055d2b3afdaaea6cbc5992b2a2..6bd3a9b4337e81685e2d511d6620150d5bdb4cb4 100644 (file)
@@ -23,21 +23,21 @@ Authors:
 <head>
 <title>TZDate_toUTC_extra_argument</title>
 <meta charset="utf-8"/>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
 <div id="log"></div>
 <script>
 //==== TEST: TZDate_toUTC_extra_argument
-//==== LABEL: Check if method toUTC of TZDate accepts extra argument
+//==== LABEL Check if method toUTC of TZDate accepts extra argument
 //==== SPEC: Tizen Web API:System:Time:TZDate:toUTC M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MNAEX
 test(function () {
     var currentTZDate = tizen.time.getCurrentDateTime();
     checkExtraArgument(currentTZDate, "toUTC");
-}, "TZDate_toUTC_extra_argument");
+}, document.title);
 
 </script>
 </body>
index e068c5fc909565e7f6cb2cddbee92882a5b67c11..6b12258669e1ace67ff6d5bf1f644eb582690c92 100644 (file)
@@ -25,7 +25,7 @@ Authors:
 <head>
 <title>TimeDuration_constructor_maximal</title>
 <meta charset="utf-8">
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -33,7 +33,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TimeDuration_constructor_maximal
-//==== LABEL: Test whether the maximal constructor of the TimeDuration interface is defined or not.
+//==== LABEL Test whether the maximal constructor of the TimeDuration interface is defined or not.
 //==== PRIORITY: P1
 //==== SPEC: Tizen Web API:System:Time:TimeDuration:constructor C
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
@@ -44,7 +44,7 @@ test(function () {
     assert_type(timeduration, "object", "type check");
     assert_equals(timeduration.length, 20, "length attribute value check");
     assert_equals(timeduration.unit, "DAYS", "unit attribute value check");
-}, "TimeDuration_constructor_maximal");
+}, document.title);
 
 </script>
 </body>
index bf0e00ce1943ede3db61823e70d0abac7d34d4ff..5087ef571acc49ece33ea4f7277bd24e42689aca 100644 (file)
@@ -25,7 +25,7 @@ Authors:
 <head>
 <title>TimeDuration_constructor_minimal</title>
 <meta charset="utf-8">
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -33,7 +33,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TimeDuration_constructor_minimal
-//==== LABEL: Test whether the minimal constructor of the TimeDuration interface is defined or not.
+//==== LABEL Test whether the minimal constructor of the TimeDuration interface is defined or not.
 //==== PRIORITY: P1
 //==== SPEC: Tizen Web API:System:Time:TimeDuration:constructor C
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
@@ -43,7 +43,7 @@ test(function () {
     assert_true(timeduration instanceof tizen.TimeDuration, "TimeDuration check");
     assert_type(timeduration, "object", "type check");
     assert_equals(timeduration.length, 20, "length attribute value check");
-}, "TimeDuration_constructor_minimal");
+}, document.title);
 
 </script>
 </body>
index 8ea16693351525afc865d5431fc0a44adfccb457..305def6164a88bf8467b9ab377dbf732e656f405 100644 (file)
@@ -23,14 +23,14 @@ Authors:
 <head>
 <title>TimeDuration_difference</title>
 <meta charset="utf-8"/>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
 <div id="log"></div>
 <script>
 //==== TEST: TimeDuration_difference
-//==== LABEL: Check if method difference of TimeDuration works properly.
+//==== LABEL Check if method difference of TimeDuration works properly.
 //==== SPEC: Tizen Web API:System:Time:TimeDuration:difference M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MMINA MR
@@ -42,7 +42,7 @@ test(function () {
     assert_true(returnedValue instanceof tizen.TimeDuration, "TimeDuration check");
     assert_equals(returnedValue.length, -59, "length check");
     assert_equals(returnedValue.unit, "DAYS", "length check");
-}, "TimeDuration_difference");
+}, document.title);
 
 </script>
 </body>
index aaa72ed7111910e0ce9be3c8223e1d42c1033436..b8f658a1e3f3af9021461f381373d563b857888d 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 <html>
 <head>
 <title>TimeDuration_difference_checkDurationDifference</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -41,7 +41,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TimeDuration_difference_checkDurationDifference
-//==== LABEL check difference method TimeDuration interface works successfully
+//==== LABEL Check difference method TimeDuration interface works successfully
 //==== PRIORITY P1
 //==== SPEC Tizen Web API:System:Time:TimeDuration:difference M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
@@ -51,7 +51,7 @@ test(function () {
     d1 = new tizen.TimeDuration(1, "DAYS");
     d2 = new tizen.TimeDuration(2, "DAYS");
     assert_true(d2.difference(d1) instanceof tizen.TimeDuration, "check type tizen.TimeDuration");
-});
+}, document.title);
 
 </script>
 </body>
index 3a56d19ffa5dc487bae303f714c0dc0b8a6372bb..f4829f0e2181b4b2a6ada0bbf711adeaab35e4e1 100644 (file)
@@ -24,7 +24,7 @@ Authors:
 <head>
 <title>TimeDuration_difference_exist</title>
 <meta charset="utf-8">
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -32,7 +32,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TimeDuration_difference_exist
-//==== LABEL: Check if difference method exists in TimeDuration.
+//==== LABEL Check if difference method exists in TimeDuration.
 //==== PRIORITY: P1
 //==== SPEC: Tizen Web API:System:Time:TimeDuration:difference M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
@@ -41,7 +41,7 @@ test(function () {
     var currentTimeDuration = new tizen.TimeDuration(1, "DAYS");
     assert_true("difference" in currentTimeDuration, "difference method exists");
     check_method_exists(currentTimeDuration, "difference");
-}, "TimeDuration_difference_exist");
+}, document.title);
 
 </script>
 </body>
index 0fd46adf72440a543ff38a761c1c3190b28d25d2..f30639e378cbd1611a82cc12af84cc4344b5872a 100644 (file)
@@ -23,25 +23,25 @@ Authors:
 <head>
 <title>TimeDuration_difference_missarg</title>
 <script src="support/downloadcommon.js"></script>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 <body>
 <p><a href="https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html" >spec reference</a></p>
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TimeDuration_difference_missarg
-//==== LABEL: Check if difference method with missing non-optional argument works in TimeDuration 
+//==== LABEL Check if difference method with missing non-optional argument works in TimeDuration
 //==== PRIORITY: P2
 //==== SPEC: Tizen Web API:System:Time:TimeDuration:difference M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MMA
 test(function () {
     var currentTimeDuration = new tizen.TimeDuration(1, "DAYS");
-    assert_throws({name: "TypeMismatchError"},
+    assert_throws(TYPE_MISMATCH_EXCEPTION,
         function () {
             currentTimeDuration.difference();
         });
-}, "TimeDuration_difference_missarg");
+}, document.title);
 
 </script>
 </body>
index c435bd512f3a73a615d4e8ab37296b05edaf8cce..efc827f79cd2a7099ab648217c9649fa84d7cb87 100644 (file)
@@ -24,7 +24,7 @@ Authors:
 <head>
 <title>TimeDuration_difference_other_TypeMismatch</title>
 <meta charset="utf-8">
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -32,7 +32,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TimeDuration_difference_other_TypeMismatch
-//==== LABEL: Check argument difference conversions exception in TimeDuration.
+//==== LABEL Check argument difference conversions exception in TimeDuration.
 //==== PRIORITY: P2
 //==== SPEC: Tizen Web API:System:Time:TimeDuration:difference M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
@@ -46,12 +46,12 @@ test(function () {
         other = conversionTable[i][0];
         exceptionName = conversionTable[i][1];
 
-        assert_throws({name : exceptionName},
+        assert_throws({name: exceptionName},
             function () {
                 currentTimeDuration.difference(other);
             }, exceptionName + " should be thrown - given incorrect successCallback.");
     }
-});
+}, document.title);
 
 </script>
 </body>
index b8e57a0cf51264b446cdfbd9b03e11283c495afc..b760e4c905063346194d073429f19c675f8f4fa3 100644 (file)
@@ -24,7 +24,7 @@ Authors:
 <head>
 <title>TimeDuration_difference_other_invalid_obj</title>
 <meta charset="utf-8">
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -32,7 +32,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TimeDuration_difference_other_invalid_obj
-//==== LABEL: Check argument validation in difference method in TimeDuration.
+//==== LABEL Check argument validation in difference method in TimeDuration.
 //==== PRIORITY: P2
 //==== SPEC: Tizen Web API:System:Time:TimeDuration:difference M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
@@ -42,11 +42,11 @@ test(function () {
 
     currentTimeDuration[0] = new tizen.TimeDuration(1, "DAYS");
     currentTimeDuration[1] = {length: 2, unit: "MINS"};
-    assert_throws({name : exceptionName},
+    assert_throws({name: exceptionName},
         function () {
             currentTimeDuration[0].difference(currentTimeDuration[1]);
         }, exceptionName + " should be thrown - given incorrect argument.");
-}, "TimeDuration_difference_other_invalid_obj");
+}, document.title);
 
 </script>
 </body>
index b70125e8239c65d91af1237cec0caa38c3eda0d1..2698a5f39696e6547de709b0f13d6a6f81cdb478 100644 (file)
@@ -23,14 +23,14 @@ Authors:
 <head>
 <title>TimeDuration_equalsTo</title>
 <meta charset="utf-8"/>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
 <div id="log"></div>
 <script>
 //==== TEST: TimeDuration_equalsTo
-//==== LABEL: Check if method equalsTo of TimeDuration works properly.
+//==== LABEL Check if method equalsTo of TimeDuration works properly.
 //==== SPEC: Tizen Web API:System:Time:TimeDuration:equalsTo M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MMINA MR
@@ -40,7 +40,7 @@ test(function () {
     timeDuration2 = new tizen.TimeDuration(60, "DAYS");
     returnedValue = timeDuration1.equalsTo(timeDuration2);
     assert_equals(returnedValue, false, "equalsTo value check");
-}, "TimeDuration_equalsTo");
+}, document.title);
 
 </script>
 </body>
index 742a1e95a580e4859788f33054513f7a37ece91d..379a56853c7d92427f9f3ce1d0ef87537aa814b8 100644 (file)
@@ -41,7 +41,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TimeDuration_equalsTo_checkDurationEqual
-//==== LABEL check equalsTo method TimeDuration interface works successfully
+//==== LABEL Check equalsTo method TimeDuration interface works successfully
 //==== PRIORITY P1
 //==== SPEC Tizen Web API:System:Time:TimeDuration:equalsTo M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
@@ -52,7 +52,7 @@ test(function () {
     d2 = new tizen.TimeDuration(1, "HOURS");
     ret = d1.equalsTo(d2);
     assert_equals(ret, true, "equalsTo check");
-}, "TimeDuration_equalsTo_checkDurationEqual");
+}, document.title);
 
 </script>
 </body>
index 66f5e1ef50c0a0c98519c6863332065637db504f..847df5a57dec0944a0c714ae01fc131c8d65cfce 100644 (file)
@@ -24,7 +24,7 @@ Authors:
 <head>
 <title>TimeDuration_equalsTo_exist</title>
 <meta charset="utf-8">
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -32,7 +32,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TimeDuration_equalsTo_exist
-//==== LABEL: Check if equalsTo method exists in TimeDuration.
+//==== LABEL Check if equalsTo method exists in TimeDuration.
 //==== PRIORITY: P1
 //==== SPEC: Tizen Web API:System:Time:TimeDuration:equalsTo M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
@@ -41,7 +41,7 @@ test(function () {
     var currentTimeDuration = new tizen.TimeDuration(1, "DAYS");
     assert_true("equalsTo" in currentTimeDuration, "equalsTo method exists");
     check_method_exists(currentTimeDuration, "equalsTo");
-}, "TimeDuration_equalsTo_exist");
+}, document.title);
 
 </script>
 </body>
index ec8d4a276919331041d4a6e7fdd81a4fe0f49af2..5dc46d8be7a38288df44b0691d1b2d51b42c2639 100644 (file)
@@ -23,25 +23,25 @@ Authors:
 <head>
 <title>TimeDuration_equalsTo_missarg</title>
 <script src="support/downloadcommon.js"></script>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 <body>
 <p><a href="https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html" >spec reference</a></p>
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TimeDuration_equalsTo_missarg
-//==== LABEL: Check if equalsTo method with missing non-optional argument works in TimeDuration
+//==== LABEL Check if equalsTo method with missing non-optional argument works in TimeDuration
 //==== PRIORITY: P2
 //==== SPEC: Tizen Web API:System:Time:TimeDuration:equalsTo M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MMA
 test(function () {
     var currentTimeDuration = new tizen.TimeDuration(1, "DAYS");
-    assert_throws({name: "TypeMismatchError"},
+    assert_throws(TYPE_MISMATCH_EXCEPTION,
         function () {
             currentTimeDuration.equalsTo();
         });
-}, "TimeDuration_equalsTo_missarg");
+}, document.title);
 
 </script>
 </body>
index 0d4ca2585b9f625e760266d66c5ef387732f5e03..f8888e9eeaa3b3fc93eee57e63bbe092ccb72f69 100644 (file)
@@ -24,7 +24,7 @@ Authors:
 <head>
 <title>TimeDuration_equalsTo_other_TypeMismatch</title>
 <meta charset="utf-8">
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -32,7 +32,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TimeDuration_equalsTo_other_TypeMismatch
-//==== LABEL: Check argument equalsTo conversions exception in TimeDuration.
+//==== LABEL Check argument equalsTo conversions exception in TimeDuration.
 //==== PRIORITY: P2
 //==== SPEC: Tizen Web API:System:Time:TimeDuration:equalsTo M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
@@ -46,12 +46,12 @@ test(function () {
         other = conversionTable[i][0];
         exceptionName = conversionTable[i][1];
 
-        assert_throws({name : exceptionName},
+        assert_throws({name: exceptionName},
             function () {
                 currentTimeDuration.equalsTo(other);
             }, exceptionName + " should be thrown - given incorrect successCallback.");
     }
-});
+}, document.title);
 
 </script>
 </body>
index d8156f6f0178be9f18972b5783aa25a0baa02e09..58a4506b9aeb9bf4045d501d738190cfcfd9083c 100644 (file)
@@ -24,7 +24,7 @@ Authors:
 <head>
 <title>TimeDuration_equalsTo_other_invalid_obj</title>
 <meta charset="utf-8">
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -32,7 +32,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TimeDuration_equalsTo_other_invalid_obj
-//==== LABEL: Check argument validation in equalsTo method in TimeDuration.
+//==== LABEL Check argument validation in equalsTo method in TimeDuration.
 //==== PRIORITY: P2
 //==== SPEC: Tizen Web API:System:Time:TimeDuration:equalsTo M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
@@ -42,11 +42,11 @@ test(function () {
 
     currentTimeDuration[0] = new tizen.TimeDuration(1, "DAYS");
     currentTimeDuration[1] = {length: 2, unit: "MINS"};
-    assert_throws({name : exceptionName},
+    assert_throws(TYPE_MISMATCH_EXCEPTION,
         function () {
             currentTimeDuration[0].equalsTo(currentTimeDuration[1]);
         }, exceptionName + " should be thrown - given incorrect argument.");
-}, "TimeDuration_equalsTo_other_invalid_obj");
+}, document.title);
 
 </script>
 </body>
index 2d3a6873af55fd273ac98c6473d8c52bfa32887d..f60800da4075f402a40c1f303d08ea167a2edd20 100644 (file)
@@ -24,7 +24,7 @@ Authors:
 <head>
 <title>TimeDuration_exist</title>
 <meta charset="utf-8">
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -32,14 +32,14 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TimeDuration_exist
-//==== LABEL: Test whether the constructor of the TimeDuration interface is defined or not.
+//==== LABEL Test whether the constructor of the TimeDuration interface is defined or not.
 //==== PRIORITY: P0
 //==== SPEC: Tizen Web API:System:Time:TimeDuration:constructor C
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA CONSTRF
 test(function () {
     check_constructor("TimeDuration");
-}, "TimeDuration_exist");
+}, document.title);
 
 </script>
 </body>
index 1271bc075768308e7cc709fbb4d065c29c19a5c0..57585b8f983ae0976c0c100385842e0eefd31a2f 100644 (file)
@@ -22,13 +22,13 @@ Authors:
 <head>
 <title>TimeDuration_extend</title>
 <script src="support/time_dcommon.js"></script>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 <body>
 <div id="log"></div>
 <script>
 //==== TEST: TimeDuration_extend
-//==== LABEL: test whether TimeDuration the object can have new attribute added
+//==== LABEL Test whether TimeDuration the object can have new attribute added
 //==== PRIORITY: P3
 //==== SPEC: Tizen Web API:System:Time:TimeDuration:TimeDuration U
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
@@ -36,7 +36,7 @@ Authors:
 test(function () {
     var currentTimeDuration = new tizen.TimeDuration(1, "DAYS");
     check_extensibility(currentTimeDuration);
-}, "TimeDuration_extend");
+}, document.title);
 
 </script>
 </body>
index ee63f1ab22fa5a9f91b898e30c8a57230627931d..46aea18d016a7481c66de6761e6dea53f02dda98 100644 (file)
@@ -23,14 +23,14 @@ Authors:
 <head>
 <title>TimeDuration_greaterThan</title>
 <meta charset="utf-8"/>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
 <div id="log"></div>
 <script>
 //==== TEST: TimeDuration_greaterThan
-//==== LABEL: Check if method greaterThan of TimeDuration works properly.
+//==== LABEL Check if method greaterThan of TimeDuration works properly.
 //==== SPEC: Tizen Web API:System:Time:TimeDuration:greaterThan M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MMINA MR
@@ -40,7 +40,7 @@ test(function () {
     timeDuration2 = new tizen.TimeDuration(60, "DAYS");
     returnedValue = timeDuration1.greaterThan(timeDuration2);
     assert_equals(returnedValue, false, "equalsTo value check");
-}, "TimeDuration_greaterThan");
+}, document.title);
 
 </script>
 </body>
index 0c5d02a4112325c1897ac97d862944798a35faee..2fb89574b912dfb6f7d565bda4d8553914822742 100644 (file)
@@ -41,7 +41,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TimeDuration_greaterThan_checkDurationGreater
-//==== LABEL check greaterThan method TimeDuration interface works successfully
+//==== LABEL Check greaterThan method TimeDuration interface works successfully
 //==== PRIORITY P1
 //==== SPEC Tizen Web API:System:Time:TimeDuration:greaterThan M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
@@ -52,7 +52,7 @@ test(function () {
     d2 = new tizen.TimeDuration(1, "HOURS");   // 1 hour
     ret = d1.greaterThan(d2);
     assert_equals(ret, true, "greaterThan check");
-}, "TimeDuration_greaterThan_checkDurationGreater");
+}, document.title);
 
 </script>
 </body>
index 2039863db4940e290c6786a235c619795924289b..2e6b2bb65c8e9f3afae7731d9797f76d91dd6cca 100644 (file)
@@ -24,7 +24,7 @@ Authors:
 <head>
 <title>TimeDuration_greaterThan_exist</title>
 <meta charset="utf-8">
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -32,7 +32,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TimeDuration_greaterThan_exist
-//==== LABEL: Check if greaterThan method exists in TimeManager.
+//==== LABEL Check if greaterThan method exists in TimeManager.
 //==== PRIORITY: P1
 //==== SPEC: Tizen Web API:System:Time:TimeDuration:greaterThan M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
@@ -41,7 +41,7 @@ test(function () {
     var currentTimeDuration = new tizen.TimeDuration(1, "DAYS");
     assert_true("greaterThan" in currentTimeDuration, "greaterThan method exists");
     check_method_exists(currentTimeDuration, "greaterThan");
-}, "TimeDuration_greaterThan_exist");
+}, document.title);
 
 </script>
 </body>
index 27f4ccf08d7c2bac31bba11003a6f3fac9c8e739..dc8687a281dc918c22913735622c4c19ad87e4ce 100644 (file)
@@ -23,25 +23,25 @@ Authors:
 <head>
 <title>TimeDuration_greaterThan_missarg</title>
 <script src="support/time_common.js"></script>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 <body>
 <p><a href="https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html" >spec reference</a></p>
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TimeDuration_greaterThan_missarg
-//==== LABEL: Check if greaterThan method with missing non-optional argument works
+//==== LABEL Check if greaterThan method with missing non-optional argument works
 //==== PRIORITY: P2
 //==== SPEC: Tizen Web API:System:Time:TimeDuration:greaterThan M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MMA
 test(function () {
     var currentTimeDuration = new tizen.TimeDuration(1, "DAYS");
-    assert_throws({name: TYPE_MISMATCH_ERR},
+    assert_throws(TYPE_MISMATCH_EXCEPTION,
         function () {
             currentTimeDuration.greaterThan();
         });
-}, "TimeDuration_greaterThan_missarg");
+}, document.title);
 
 </script>
 </body>
index 87a1f1dddafa2cb288bd7aee6822cf11681789dc..bd91e0780bbe47334aba74c69ee357f3afa84e87 100644 (file)
@@ -24,7 +24,7 @@ Authors:
 <head>
 <title>TimeDuration_greaterThan_other_TypeMismatch</title>
 <meta charset="utf-8">
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -32,7 +32,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TimeDuration_greaterThan_other_TypeMismatch
-//==== LABEL: Check argument greaterThan conversions exception.
+//==== LABEL Check argument greaterThan conversions exception.
 //==== PRIORITY: P2
 //==== SPEC: Tizen Web API:System:Time:TimeDuration:greaterThan M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
@@ -46,12 +46,12 @@ test(function () {
         other = conversionTable[i][0];
         exceptionName = conversionTable[i][1];
 
-        assert_throws({name : exceptionName},
+        assert_throws({name: exceptionName},
             function () {
                 currentTimeDuration.greaterThan(other);
             }, exceptionName + " should be thrown - given incorrect successCallback.");
     }
-});
+}, document.title);
 
 </script>
 </body>
index b509bdba14527d5b9b22366cc89c3da82a17f2f9..a68cd713eec069d8eb9a4c8cdb790bc0441914cf 100644 (file)
@@ -24,7 +24,7 @@ Authors:
 <head>
 <title>TimeDuration_greaterThan_other_invalid_obj</title>
 <meta charset="utf-8">
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -32,7 +32,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TimeDuration_greaterThan_other_invalid_obj
-//==== LABEL: Check argument validation in greaterThan method in TimeDuration.
+//==== LABEL Check argument validation in greaterThan method in TimeDuration.
 //==== PRIORITY: P2
 //==== SPEC: Tizen Web API:System:Time:TimeDuration:greaterThan M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
@@ -42,11 +42,11 @@ test(function () {
 
     currentTimeDuration[0] = new tizen.TimeDuration(1, "DAYS");
     currentTimeDuration[1] = {length: 2, unit: "MINS"};
-    assert_throws({name : exceptionName},
+    assert_throws(TYPE_MISMATCH_EXCEPTION,
         function () {
             currentTimeDuration[0].greaterThan(currentTimeDuration[1]);
         }, exceptionName + " should be thrown - given incorrect argument.");
-}, "TimeDuration_greaterThan_other_invalid_obj");
+}, document.title);
 
 </script>
 </body>
index 485053fc4fa8052ddc0122758601e5aa56969b2b..d1adf160394e15413e2c172194b7de31f05f7e18 100644 (file)
@@ -22,13 +22,13 @@ Authors:
 <head>
 <title>TimeDuration_length_attribute</title>
 <script src="support/time_common.js"></script>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 <body>
 <div id="log"></div>
 <script>
 //==== TEST: TimeDuration_length_attribute
-//==== LABEL: check attribute length
+//==== LABEL Check existent and type attribute length
 //==== PRIORITY: P1
 //==== SPEC: Tizen Web API:System:Time:TimeDuration:length A
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
@@ -40,7 +40,7 @@ test(function () {
     check_attribute(timeDuration, "length", 1, "number", 5);
     timeDuration.length = null;
     assert_not_equals(timeDuration.length, null, "operation no accept null");
-}, "TimeDuration_length_attribute");
+}, document.title);
 
 </script>
 </body>
index 9cce3f516b764a617ac97370ed0f64d876a95e18..42a026a62e77336b61a8147441b82abe54ab868f 100644 (file)
@@ -23,14 +23,14 @@ Authors:
 <head>
 <title>TimeDuration_lessThan</title>
 <meta charset="utf-8"/>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
 <div id="log"></div>
 <script>
 //==== TEST: TimeDuration_lessThan
-//==== LABEL: Check if method lessThan of TimeDuration works properly.
+//==== LABEL Check if method lessThan of TimeDuration works properly.
 //==== SPEC: Tizen Web API:System:Time:TimeDuration:lessThan M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MMINA MR
@@ -40,7 +40,7 @@ test(function () {
     timeDuration2 = new tizen.TimeDuration(60, "DAYS");
     returnedValue = timeDuration1.lessThan(timeDuration2);
     assert_equals(returnedValue, true, "equalsTo value check");
-}, "TimeDuration_lessThan");
+}, document.title);
 
 </script>
 </body>
index a0e37267b2b642c52533bfb87173072e57b176ee..323a332582d0ac17693bab62ae7a05a0baaec8c7 100644 (file)
@@ -41,7 +41,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TimeDuration_lessThan_checkDurationLower
-//==== LABEL check lessThan method TimeDuration interface works successfully
+//==== LABEL Check lessThan method TimeDuration interface works successfully
 //==== PRIORITY P1
 //==== SPEC Tizen Web API:System:Time:TimeDuration:lessThan M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
@@ -52,7 +52,7 @@ test(function () {
     d2 = new tizen.TimeDuration(1, "MINS");
     ret = d1.lessThan(d2);
     assert_equals(ret, false, "lessThan check");
-}, "TimeDuration_lessThan_checkDurationLower");
+}, document.title);
 
 </script>
 </body>
index 9a1e495844b76eff50ec293e505afb5d2901bf58..d86dcb39e1315662d164c2440c96bfd40feb81c2 100644 (file)
@@ -24,7 +24,7 @@ Authors:
 <head>
 <title>TimeDuration_lessThan_exist</title>
 <meta charset="utf-8">
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -32,7 +32,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TimeDuration_lessThan_exist
-//==== LABEL: Check if lessThan method exists in TimeManager.
+//==== LABEL Check if lessThan method exists in TimeManager.
 //==== PRIORITY: P1
 //==== SPEC: Tizen Web API:System:Time:TimeDuration:lessThan M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
@@ -41,7 +41,7 @@ test(function () {
     var currentTimeDuration = new tizen.TimeDuration(1, "DAYS");
     assert_true("lessThan" in currentTimeDuration, "lessThan method exists");
     check_method_exists(currentTimeDuration, "lessThan");
-}, "TimeDuration_lessThan_exist");
+}, document.title);
 
 </script>
 </body>
index 5640a68c95d9da535b63e519851321827454391b..1891a3bfec67d33ac39b79dafe88ebb7660a8eac 100644 (file)
@@ -23,25 +23,25 @@ Authors:
 <head>
 <title>TimeDuration_lessThan_missarg</title>
 <script src="support/downloadcommon.js"></script>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 <body>
 <p><a href="https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html" >spec reference</a></p>
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TimeDuration_lessThan_missarg
-//==== LABEL: Check if lessThan method with missing non-optional argument works
+//==== LABEL Check if lessThan method with missing non-optional argument works
 //==== PRIORITY: P2
 //==== SPEC: Tizen Web API:System:Time:TimeDuration:lessThan M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MMA
 test(function () {
     var currentTimeDuration = new tizen.TimeDuration(1, "DAYS");
-    assert_throws({name: "TypeMismatchError"},
+    assert_throws(TYPE_MISMATCH_EXCEPTION,
         function () {
             currentTimeDuration.lessThan();
         });
-}, "TimeDuration_lessThan_missarg");
+}, document.title);
 
 </script>
 </body>
index f45a468dcd8dedf592003ba7731849500386326a..b93679e3d23eff5fc683a3f17ab2894cfb283747 100644 (file)
@@ -24,7 +24,7 @@ Authors:
 <head>
 <title>TimeDuration_lessThan_other_TypeMismatch</title>
 <meta charset="utf-8">
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -32,7 +32,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TimeDuration_lessThan_other_TypeMismatch
-//==== LABEL: Check argument lessThan conversions exception.
+//==== LABEL Check argument lessThan conversions exception.
 //==== PRIORITY: P2
 //==== SPEC: Tizen Web API:System:Time:TimeDuration:lessThan M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
@@ -46,12 +46,12 @@ test(function () {
         other = conversionTable[i][0];
         exceptionName = conversionTable[i][1];
 
-        assert_throws({name : exceptionName},
+        assert_throws({name: exceptionName},
             function () {
                 currentTimeDuration.lessThan(other);
             }, exceptionName + " should be thrown - given incorrect successCallback.");
     }
-});
+}, document.title);
 
 </script>
 </body>
index 2808d09f97ff47f27314828cf392ea144c438da1..45c8df50e618f7a39229245386821a7843e22dd7 100644 (file)
@@ -24,7 +24,7 @@ Authors:
 <head>
 <title>TimeDuration_lessThan_other_invalid_obj</title>
 <meta charset="utf-8">
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -32,7 +32,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TimeDuration_lessThan_other_invalid_obj
-//==== LABEL: Check argument validation in lessThan method in TimeDuration.
+//==== LABEL Check argument validation in lessThan method in TimeDuration.
 //==== PRIORITY: P2
 //==== SPEC: Tizen Web API:System:Time:TimeDuration:lessThan M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
@@ -42,11 +42,11 @@ test(function () {
 
     currentTimeDuration[0] = new tizen.TimeDuration(1, "DAYS");
     currentTimeDuration[1] = {length: 2, unit: "MINS"};
-    assert_throws({name : exceptionName},
+    assert_throws(TYPE_MISMATCH_EXCEPTION,
         function () {
             currentTimeDuration[0].lessThan(currentTimeDuration[1]);
         }, exceptionName + " should be thrown - given incorrect argument.");
-}, "TimeDuration_lessThan_other_invalid_obj");
+}, document.title);
 
 </script>
 </body>
index a749fc27d46a16251c65a2dbbfb731aa4eef8e96..a2bbfb0b3998b4ce799c22de0698eb30fd347ea8 100644 (file)
@@ -22,13 +22,13 @@ Authors:
 <head>
 <title>TimeDuration_unit_attribute</title>
 <script src="support/time_common.js"></script>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 <body>
 <div id="log"></div>
 <script>
 //==== TEST: TimeDuration_unit_attribute
-//==== LABEL: check attribute unit
+//==== LABEL Check existent and type attribute unit
 //==== PRIORITY: P1
 //==== SPEC: Tizen Web API:System:Time:TimeDuration:unit A
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
@@ -42,7 +42,7 @@ test(function () {
     check_attribute(timeDuration, "unit", "DAYS", "string", "SECS");
     timeDuration.unit = null;
     assert_not_equals(timeDuration.unit, null, "operation no accept null");
-}, "TimeDuration_unit_attribute");
+}, document.title);
 
 </script>
 </body>
index a2fb11be7365d10124c5332f23c53109cba01f82..853cacf8bcdbd7d231a2e299fd51afe6d2f7a494 100644 (file)
@@ -24,7 +24,7 @@ Authors:
 <head>
 <title>TimeManagerObject_notexist</title>
 <meta charset="utf-8">
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -39,7 +39,7 @@ Authors:
 //==== TEST_CRITERIA NIO
 test(function () {
     check_no_interface_object("TimeManagerObject");
-}, "TimeManagerObject_notexist");
+}, document.title);
 
 </script>
 </body>
index 3344372d99dd7d3426f5430f6ffe1d5472c71b09..6fa6a3309ba0137f069297585f8d2c87ea102bbc 100644 (file)
@@ -24,7 +24,7 @@ Authors:
 <head>
 <title>TimeUtil_extend</title>
 <meta charset="utf-8">
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -32,14 +32,14 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TimeUtil_extend
-//==== LABEL: test whether the TimeManager object can have new attribute added
+//==== LABEL Test whether the TimeManager object can have new attribute added
 //==== PRIORITY: P3
 //==== SPEC: Tizen Web API:System:Time:TimeUtil:TimeUtil U
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA OBX
 test(function () {
     check_extensibility(tizen.time);
-}, "TimeUtil_extend");
+}, document.title);
 
 </script>
 </body>
index 08b05d087a3d837546b709dfe9839f65716bff23..04e2907a330a62e20bd09d0fa980da9af4c21af2 100644 (file)
@@ -23,14 +23,14 @@ Authors:
 <head>
 <title>TimeUtil_getAvailableTimezones</title>
 <meta charset="utf-8"/>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
 <div id="log"></div>
 <script>
 //==== TEST: TimeUtil_getAvailableTimezones
-//==== LABEL: Check if method getAvailableTimezones of TimeUtil works properly.
+//==== LABEL Check if method getAvailableTimezones of TimeUtil works properly.
 //==== SPEC: Tizen Web API:System:Time:TimeUtil:getAvailableTimezones M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MNA MR
@@ -42,7 +42,7 @@ test(function () {
     for (i = 0; i < returnedValue.length; i++) {
         assert_type(returnedValue[i], "string", "Timezone type - " + i);
     }
-}, "TimeUtil_getAvailableTimezones");
+}, document.title);
 
 </script>
 </body>
index 62ba9bbe6c3b5befe7b90a438508dd45fe8885cc..2c5f8b67ed55b4f2b93e7b0994e5f8235b7d7b07 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 <html>
 <head>
 <title>TimeUtil_getAvailableTimezones_checkEuropeBerlin</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -41,7 +41,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TimeUtil_getAvailableTimezones_checkEuropeBerlin
-//==== LABEL check EuropeBerlin is included in available timezones
+//==== LABEL Check EuropeBerlin is included in available timezones
 //==== PRIORITY P1
 //==== SPEC Tizen Web API:System:Time:TimeUtil:getAvailableTimezones M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
@@ -57,8 +57,8 @@ test(function () {
             break;
         }
     }
-    assert_true(time_zone,"Europe/Berlin is a time zone");
-}, "TimeUtil_getAvailableTimezones_checkEuropeBerlin");
+    assert_true(time_zone, "Europe/Berlin is a time zone");
+}, document.title);
 
 </script>
 </body>
index f9ac09215f3a908846c68b75a3e454a492adeaab..aee24b44febe8e8047769acb57a063b03f006a2a 100644 (file)
@@ -24,7 +24,7 @@ Authors:
 <head>
 <title>TimeUtil_getAvailableTimezones_exist</title>
 <meta charset="utf-8">
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -32,7 +32,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TimeUtil_getAvailableTimezones_exist
-//==== LABEL: Check if getAvailableTimezones method exists in TimeManager.
+//==== LABEL Check if getAvailableTimezones method exists in TimeManager.
 //==== PRIORITY: P1
 //==== SPEC: Tizen Web API:System:Time:TimeUtil:getAvailableTimezones M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
@@ -40,7 +40,7 @@ Authors:
 test(function () {
     assert_true("getAvailableTimezones" in tizen.time, "getAvailableTimezones method exists");
     check_method_exists(tizen.time, "getAvailableTimezones");
-}, "TimeUtil_getAvailableTimezones_exist");
+}, document.title);
 
 </script>
 </body>
index a7d6936a6a865fbae753cddb2a1bee024cf5207e..ac63e1ddff0206d8ec15e87c0fd7116addaf7aba 100644 (file)
@@ -23,20 +23,20 @@ Authors:
 <head>
 <title>TimeUtil_getAvailableTimezones_extra_argument</title>
 <meta charset="utf-8"/>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
 <div id="log"></div>
 <script>
 //==== TEST: TimeUtil_getAvailableTimezones_extra_argument
-//==== LABEL: Check if method getAvailableTimezones of TimeUtil accepts extra argument
+//==== LABEL Check if method getAvailableTimezones of TimeUtil accepts extra argument
 //==== SPEC: Tizen Web API:System:Time:TimeUtil:getAvailableTimezones M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MNAEX
 test(function () {
     checkExtraArgument(tizen.time, "getAvailableTimezones");
-}, "TimeUtil_getAvailableTimezones_extra_argument");
+}, document.title);
 
 </script>
 </body>
index 53b853d8f249c3b3ddef1c6bc32880f37dc0f9a6..6cc5ed900c81338016a3fc65eeb713ab60891867 100644 (file)
@@ -23,14 +23,14 @@ Authors:
 <head>
 <title>TimeUtil_getCurrentDateTime</title>
 <meta charset="utf-8"/>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
 <div id="log"></div>
 <script>
 //==== TEST: TimeUtil_getCurrentDateTime
-//==== LABEL: Check if method getCurrentDateTime of TimeUtil works properly.
+//==== LABEL Check if method getCurrentDateTime of TimeUtil works properly.
 //==== SPEC: Tizen Web API:System:Time:TimeUtil:getCurrentDateTime M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MNA
@@ -39,7 +39,7 @@ test(function () {
     returnedValue = tizen.time.getCurrentDateTime();
     assert_type(returnedValue, "object", "value type");
     assert_not_equals(returnedValue, null, "null check");
-}, "TimeUtil_getCurrentDateTime");
+}, document.title);
 
 </script>
 </body>
index 5a16f6e3268e7247d23574270dfbc089952043d9..75635f88c7bd8a7e9ee27e027ee5747f8940278b 100644 (file)
@@ -24,7 +24,7 @@ Authors:
 <head>
 <title>TimeUtil_getCurrentDateTime_exist</title>
 <meta charset="utf-8">
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -32,7 +32,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TimeUtil_getCurrentDateTime_exist
-//==== LABEL: Check if getCurrentDateTime method exists in TimeManager.
+//==== LABEL Check if getCurrentDateTime method exists in TimeManager.
 //==== PRIORITY: P1
 //==== SPEC: Tizen Web API:System:Time:TimeUtil:getCurrentDateTime M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
@@ -40,7 +40,7 @@ Authors:
 test(function () {
     assert_true("getCurrentDateTime" in tizen.time, "getCurrentDateTime method exists");
     check_method_exists(tizen.time, "getCurrentDateTime");
-}, "TimeUtil_getCurrentDateTime_exist");
+}, document.title);
 
 </script>
 </body>
index 45ccbab57a47df25d7173083ec9d88ce103d8a58..892d9a5d353be0fca5c82968365607d9c61ab42a 100644 (file)
@@ -23,20 +23,20 @@ Authors:
 <head>
 <title>TimeUtil_getCurrentDateTime_extra_argument</title>
 <meta charset="utf-8"/>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
 <div id="log"></div>
 <script>
 //==== TEST: TimeUtil_getCurrentDateTime_extra_argument
-//==== LABEL: Check if method getCurrentDateTime of TimeUtil accepts extra argument
+//==== LABEL Check if method getCurrentDateTime of TimeUtil accepts extra argument
 //==== SPEC: Tizen Web API:System:Time:TimeUtil:getCurrentDateTime M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MNAEX
 test(function () {
     checkExtraArgument(tizen.time, "getCurrentDateTime");
-}, "TimeUtil_getCurrentDateTime_extra_argument");
+}, document.title);
 
 </script>
 </body>
index c0f898f3260d1d23dfee40b8ad00454160a1081e..b7ed663fd6b1d35ecbda10fe01fcda609976ce8b 100644 (file)
@@ -25,7 +25,7 @@ Authors:
 <head>
 <title>TimeUtil_getCurrentDateTime_instanceof</title>
 <meta charset="utf-8">
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -33,7 +33,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TimeUtil_getCurrentDateTime_instanceof
-//==== LABEL check whether getCurrentDateTime() method returns the current date / time correctly
+//==== LABEL Check whether getCurrentDateTime() method returns the current date / time correctly
 //==== SPEC Tizen Web API:System:Time:TimeUtil:getCurrentDateTime M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MNA MR
@@ -44,7 +44,7 @@ test(function () {
     for (i = 0; i < testAdditionalParamArray.length; i++) {
         assert_true(tizen.time.getCurrentDateTime(testAdditionalParamArray[i])  instanceof tizen.TZDate, "testGetCurrentDateTime() date:");
     }
-});
+}, document.title);
 
 </script>
 </body>
index c3b52ebc531f5f7d745cd127b8a9da11c8b6f44e..cc53567d36c6392dccdbbb7520e838050f079d80 100644 (file)
@@ -23,14 +23,14 @@ Authors:
 <head>
 <title>TimeUtil_getDateFormat</title>
 <meta charset="utf-8"/>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
 <div id="log"></div>
 <script>
 //==== TEST: TimeUtil_getDateFormat
-//==== LABEL: Check if method getDateFormat of TimeUtil works properly.
+//==== LABEL Check if method getDateFormat of TimeUtil works properly.
 //==== SPEC: Tizen Web API:System:Time:TimeUtil:getDateFormat M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MOA MR
@@ -39,7 +39,7 @@ test(function () {
     returnedValue = tizen.time.getDateFormat(shortformat);
     assert_type(returnedValue, "string", "Timezone type");
     assert_equals(returnedValue, def, "Date format");
-}, "TimeUtil_getDateFormat");
+}, document.title);
 
 </script>
 </body>
index 26b31ca45f6ed5af09db4e77c6dd2b33a18271bd..17607c84a2c0c72d8fef624fb223e19c110d9eaf 100644 (file)
@@ -24,7 +24,7 @@ Authors:
 <head>
 <title>TimeUtil_getDateFormat_exist</title>
 <meta charset="utf-8">
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -32,7 +32,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TimeUtil_getDateFormat_exist
-//==== LABEL: Check if getDateFormat method exists in TimeManager.
+//==== LABEL Check if getDateFormat method exists in TimeManager.
 //==== PRIORITY: P1
 //==== SPEC: Tizen Web API:System:Time:TimeUtil:getDateFormat M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
@@ -40,7 +40,7 @@ Authors:
 test(function () {
     assert_true("getDateFormat" in tizen.time, "getDateFormat method exists");
     check_method_exists(tizen.time, "getDateFormat");
-}, "TimeUtil_getDateFormat_exist");
+}, document.title);
 
 </script>
 </body>
index aa7702ceb6a6c2bebb4302cc05debe63de26524c..db9cd2dba46be4676e08b2fc00cc82295a7b2560 100644 (file)
@@ -41,7 +41,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TimeUtil_getDateFormat_valid
-//==== LABEL check if date format is valid
+//==== LABEL Check if date format is valid
 //==== PRIORITY P1
 //==== SPEC Tizen Web API:System:Time:TimeUtil:getDateFormat M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
@@ -51,7 +51,7 @@ test(function () {
     dateFormat = tizen.time.getDateFormat();
     assert_true(dateFormat === "d/m/y" || dateFormat === "y-d-m" || dateFormat === "D, M d y" ||
         dateFormat === "D, d M y" || dateFormat === "D, M d, y", "format is valid");
-}, "TimeUtil_getDateFormat_valid");
+}, document.title);
 
 </script>
 </body>
index 7c58e62aa7e0a7d664883beb664363e3a2d3557f..dc6a59eab67c77c1dafe7a7f202512dc191cea85 100644 (file)
@@ -23,14 +23,14 @@ Authors:
 <head>
 <title>TimeUtil_getLocalTimezone</title>
 <meta charset="utf-8"/>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
 <div id="log"></div>
 <script>
 //==== TEST: TimeUtil_getLocalTimezone
-//==== LABEL: Check if method getLocalTimezone of TimeUtil works properly.
+//==== LABEL Check if method getLocalTimezone of TimeUtil works properly.
 //==== SPEC: Tizen Web API:System:Time:TimeUtil:getLocalTimezone M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MNA MR
@@ -39,7 +39,7 @@ test(function () {
     returnedValue = tizen.time.getLocalTimezone();
     assert_type(returnedValue, "string", "Value type");
     assert_equals(returnedValue, "Asia/Seoul", "Local timezone value");
-}, "TimeUtil_getLocalTimezone");
+}, document.title);
 
 </script>
 </body>
index f1d51afb1f57265839c1c0819b6fac33bcdca28b..5cb679395d85ae73970098df03340d2830d045c7 100644 (file)
@@ -24,7 +24,7 @@ Authors:
 <head>
 <title>TimeUtil_getLocalTimezone_exist</title>
 <meta charset="utf-8">
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -32,7 +32,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TimeUtil_getLocalTimezone_exist
-//==== LABEL: Check if getLocalTimezone method exists in TimeManager.
+//==== LABEL Check if getLocalTimezone method exists in TimeManager.
 //==== PRIORITY: P1
 //==== SPEC: Tizen Web API:System:Time:TimeUtil:getLocalTimezone M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
@@ -40,7 +40,7 @@ Authors:
 test(function () {
     assert_true("getLocalTimezone" in tizen.time, "getLocalTimezone method exists");
     check_method_exists(tizen.time, "getLocalTimezone");
-}, "TimeUtil_getLocalTimezone_exist");
+}, document.title);
 
 </script>
 </body>
index 85ba1754f071fc962f8ef155ad3dff74f14203b9..c11d34f3e8aedba0b7ad9f5cbe19684018ff117f 100644 (file)
@@ -23,20 +23,20 @@ Authors:
 <head>
 <title>TimeUtil_getLocalTimezone_extra_argument</title>
 <meta charset="utf-8"/>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
 <div id="log"></div>
 <script>
 //==== TEST: TimeUtil_getLocalTimezone_extra_argument
-//==== LABEL: Check if method getLocalTimezone of TimeUtil accepts extra argument
+//==== LABEL Check if method getLocalTimezone of TimeUtil accepts extra argument
 //==== SPEC: Tizen Web API:System:Time:TimeUtil:getLocalTimezone M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MNAEX
 test(function () {
     checkExtraArgument(tizen.time, "getLocalTimezone");
-}, "TimeUtil_getLocalTimezone_extra_argument");
+}, document.title);
 
 </script>
 </body>
index 52b95305b35d68d112d566f120df6047303fb49e..3c91eefced3e941e1e3b665a72bf6dfefc507275 100644 (file)
@@ -23,14 +23,14 @@ Authors:
 <head>
 <title>TimeUtil_getTimeFormat</title>
 <meta charset="utf-8"/>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
 <div id="log"></div>
 <script>
 //==== TEST: TimeUtil_getTimeFormat
-//==== LABEL: Check if method getTimeFormat of TimeUtil works properly.
+//==== LABEL Check if method getTimeFormat of TimeUtil works properly.
 //==== SPEC: Tizen Web API:System:Time:TimeUtil:getTimeFormat M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MNA MR
@@ -39,7 +39,7 @@ test(function () {
     returnedValue = tizen.time.getTimeFormat();
     assert_type(returnedValue, "string", "Time format type");
     assert_equals(returnedValue, def, "Time format");
-}, "TimeUtil_getTimeFormat");
+}, document.title);
 
 </script>
 </body>
index bd2fd359450b405e3c73c4ca1434f8e61771355b..84c7f762f513f1655737be2a42d43b2de5658ab3 100644 (file)
@@ -24,7 +24,7 @@ Authors:
 <head>
 <title>TimeUtil_getTimeFormat_exist</title>
 <meta charset="utf-8">
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -32,7 +32,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TimeUtil_getTimeFormat_exist
-//==== LABEL: Check if getTimeFormat method exists in TimeManager.
+//==== LABEL Check if getTimeFormat method exists in TimeManager.
 //==== PRIORITY: P1
 //==== SPEC: Tizen Web API:System:Time:TimeUtil:getTimeFormat M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
@@ -40,7 +40,7 @@ Authors:
 test(function () {
     assert_true("getTimeFormat" in tizen.time, "getTimeFormat method exists");
     check_method_exists(tizen.time, "getTimeFormat");
-}, "TimeUtil_getTimeFormat_exist");
+}, document.title);
 
 </script>
 </body>
index ea56adc33d54918dc1fa3d5be0b36ac100df54cb..20002492505fe6104347c0ad88aff9bda1908ebf 100644 (file)
@@ -23,20 +23,20 @@ Authors:
 <head>
 <title>TimeUtil_getTimeFormat_extra_argument</title>
 <meta charset="utf-8"/>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
 <div id="log"></div>
 <script>
 //==== TEST: TimeUtil_getTimeFormat_extra_argument
-//==== LABEL: Check if method getTimeFormat of TimeUtil accepts extra argument
+//==== LABEL Check if method getTimeFormat of TimeUtil accepts extra argument
 //==== SPEC: Tizen Web API:System:Time:TimeUtil:getTimeFormat M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MNAEX
 test(function () {
     checkExtraArgument(tizen.time, "getTimeFormat");
-}, "TimeUtil_getTimeFormat_extra_argument");
+}, document.title);
 
 </script>
 </body>
index d05f1996a37f5725f93d91aa8047f9780e1a4fd2..8e0558bb5b9d2a32dd19955993e914d4679d484e 100644 (file)
@@ -23,14 +23,14 @@ Authors:
 <head>
 <title>TimeUtil_isLeapYear</title>
 <meta charset="utf-8"/>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
 <div id="log"></div>
 <script>
 //==== TEST: TimeUtil_isLeapYear
-//==== LABEL: Check if method isLeapYear of TimeUtil works properly.
+//==== LABEL Check if method isLeapYear of TimeUtil works properly.
 //==== SPEC: Tizen Web API:System:Time:TimeUtil:isLeapYear M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MMINA MR
@@ -40,7 +40,7 @@ test(function () {
     assert_equals(returnedValue, true, "Is leap year");
     returnedValue = tizen.time.isLeapYear(year_nl);
     assert_equals(returnedValue, false, "Is not leap year");
-}, "TimeUtil_isLeapYear");
+}, document.title);
 
 </script>
 </body>
index fb13a0adade42ef6770966fe0f19a321a2023ddb..53c911fb5a8b6600b6a61a15ac85e42d46328986 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 <html>
 <head>
 <title>TimeUtil_isLeapYear_allZero</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -41,7 +41,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TimeUtil_isLeapYear_allZero
-//==== LABEL check TimeUtil interface isLeapYear method with parameter zero
+//==== LABEL Check TimeUtil interface isLeapYear method with parameter zero
 //==== PRIORITY P1
 //==== SPEC Tizen Web API:System:Time:TimeUtil:isLeapYear M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
@@ -50,7 +50,7 @@ test(function () {
     var is_leap = null;
     is_leap = tizen.time.isLeapYear(0);
     assert_true(is_leap, "check is_leap");
-}, "TimeUtil_isLeapYear_allZero");
+}, document.title);
 
 </script>
 </body>
index 9f807227f0bc112325280d1290f18a9d96169760..7baa631b47842ce1c48e49d3ac424f905eab967e 100644 (file)
@@ -24,7 +24,7 @@ Authors:
 <head>
 <title>TimeUtil_isLeapYear_exist</title>
 <meta charset="utf-8">
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -32,7 +32,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TimeUtil_isLeapYear_exist
-//==== LABEL: Check if isLeapYear method exists in TimeManager.
+//==== LABEL Check if isLeapYear method exists in TimeManager.
 //==== PRIORITY: P1
 //==== SPEC: Tizen Web API:System:Time:TimeUtil:isLeapYear M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
@@ -40,7 +40,7 @@ Authors:
 test(function () {
     assert_true("isLeapYear" in tizen.time, "isLeapYear method exists");
     check_method_exists(tizen.time, "isLeapYear");
-}, "TimeUtil_isLeapYear_exist");
+}, document.title);
 
 </script>
 </body>
index 658de86cd35d525c68470229f28f40ccba1ae64f..369b264317530e4e0d3d0c1d3f957d309657b43a 100644 (file)
@@ -41,7 +41,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: TimeUtil_isLeapYear_negative
-//==== LABEL check TimeUtil interface isLeapYear method with parameter negative
+//==== LABEL Check TimeUtil interface isLeapYear method with parameter negative
 //==== PRIORITY P1
 //==== SPEC Tizen Web API:System:Time:TimeUtil:isLeapYear M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
@@ -50,7 +50,7 @@ test(function () {
     var is_leap = null;
     is_leap = tizen.time.isLeapYear(-2000);
     assert_true(is_leap, "check is_leap");
-}, "TimeUtil_isLeapYear_negative");
+}, document.title);
 
 </script>
 </body>
index 03e9a70286b6984462d4b07a42d99afafb3d2e5c..fc5753ede975a4adf9c16bd4375e319a6e13af2e 100644 (file)
@@ -24,7 +24,7 @@ Authors:
 <head>
 <title>TimeUtil_notexist</title>
 <meta charset="utf-8">
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -39,7 +39,7 @@ Authors:
 //==== TEST_CRITERIA NIO
 test(function () {
     check_no_interface_object("TimeUtil");
-}, "TimeUtil_notexist");
+}, document.title);
 
 </script>
 </body>
index 9f21a2f88faa8de622c61fb8fc04986cd24bf8ef..3bba8ec103c2b0ad32fdafc2ccb13d7d943583c3 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_difference_compareWithCharacter</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="./support/time_common.js"></script>
 </head>
 
@@ -47,11 +47,11 @@ Authors:
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MC
 test(function () {
-    assert_throws({name: "TypeMismatchError"},
+    assert_throws(TYPE_MISMATCH_EXCEPTION,
         function () {
             tizen.time.getCurrentDateTime().difference("abcd");
         }, "Specific TypeMismatchError exception.");
-}, "Time_TZDate_difference_compareWithCharacter");
+}, document.title);
 
 </script>
 </body>
index 36e5d50d762939008888241a4ddd4ae59b0d2568..57a04b689c5cfb69a18bc958d75711aa91176c1f 100644 (file)
@@ -35,7 +35,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_difference_compareWithEqual</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
@@ -53,7 +53,7 @@ test(function () {
     tzEqual1 = tzEqual;
     diff = tzEqual1.difference(tzEqual);
     assert_equals(diff.length, 0, "time should be equal");
-}, "Time_TZDate_difference_compareWithEqual");
+}, document.title);
 
 </script>
 </body>
index 146cfdaa5f2cfe9c830ea76623c99be6f49cd1c5..2f6a5fffd91c212834c91d881bf5d85af48f60be 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_difference_compareWithFutureDate</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
@@ -51,9 +51,9 @@ test(function () {
         diff;
 
     diff = tzNow.difference(tzFuture);
-    assert_equals(diff.length, -2);
-    assert_equals(diff.unit, "DAYS");
-});
+    assert_equals(diff.length, -2, "diff.length check");
+    assert_equals(diff.unit, "DAYS", "diff.unit check");
+}, document.title);
 
 </script>
 </body>
index 857296abe628ce00f54cbbca338524bd972c3b5a..5fbd1146ca8ad46a83cc9bc211bb8a7f7479c57f 100644 (file)
@@ -32,7 +32,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_difference_compareWithFutureHour</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
@@ -50,9 +50,9 @@ test(function () {
         diff;
 
     diff = tzNow.difference(tzFuture);
-    assert_equals(diff.length, -3600000);
-    assert_equals(diff.unit, "MSECS");
-}, "Time_TZDate_difference_compareWithFutureHour");
+    assert_equals(diff.length, -3600000, "diff.unit check");
+    assert_equals(diff.unit, "MSECS", "diff.unit check");
+}, document.title);
 
 </script>
 </body>
index 76c6d353a5dbf571bd32df6f3366733689e4171f..05ef91756df73a757aa62168c9f068d9024a5d99 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_difference_compareWithFutureSeconds</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
@@ -51,9 +51,9 @@ test(function () {
         diff;
 
     diff = tzNow.difference(tzFuture);
-    assert_equals(diff.length, -20000);
-    assert_equals(diff.unit, "MSECS");
-}, "Time_TZDate_difference_compareWithFutureSeconds");
+    assert_equals(diff.length, -20000, "diff.length check");
+    assert_equals(diff.unit, "MSECS", "diff.unit check");
+}, document.title);
 
 </script>
 </body>
index 5363137b2aa8697259442708dd88897a6e8c41bf..8fa0f91a42286d9c17aac843fe1a7e5dec3add27 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_difference_compareWithFutureYear</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
@@ -51,9 +51,9 @@ test(function () {
         diff;
 
     diff = tzNow.difference(tzFuture);
-    assert_equals(diff.length, -365);
-    assert_equals(diff.unit, "DAYS");
-}, "Time_TZDate_difference_compareWithFutureYear");
+    assert_equals(diff.length, -365, "diff.length check");
+    assert_equals(diff.unit, "DAYS", "diff.unit check");
+}, document.title);
 
 </script>
 </body>
index 899a42a15bc9303a47869e297e44e8db4e2351d3..41201323d5f3e3a5354b4b6be4900224f0bfd005 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_difference_compareWithPastDate</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
@@ -51,9 +51,9 @@ test(function () {
         diff;
 
     diff = tzNow.difference(tzPast);
-    assert_equals(diff.length, 2);
-    assert_equals(diff.unit, "DAYS");
-}, "Time_TZDate_difference_compareWithPastDate");
+    assert_equals(diff.length, 2, "diff.length check");
+    assert_equals(diff.unit, "DAYS", "diff.unit check");
+}, document.title);
 
 </script>
 </body>
index 7b5d962f12c81387f9d097d53ea35a5f9f72e782..5432cf3dd9e141aa8df715a6267abadf46bea875 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_difference_compareWithPastHour</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
@@ -51,9 +51,9 @@ test(function () {
         diff;
 
     diff = tzNow.difference(tzPast);
-    assert_equals(diff.length, 18000000); // 5 hours in msecs
-    assert_equals(diff.unit, "MSECS");
-}, "Time_TZDate_difference_compareWithPastHour");
+    assert_equals(diff.length, 18000000, "diff.length check"); // 5 hours in msecs
+    assert_equals(diff.unit, "MSECS", "diff.unit check");
+}, document.title);
 
 </script>
 </body>
index 7dbff0f456e26f0e64e4b6ca368b856d61d904ff..6f543f7aefecfcac1e9d0b7f289eb7d83189f7c1 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_difference_compareWithPastSeconds</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
@@ -51,9 +51,9 @@ test(function () {
         diff;
 
     diff = tzNow.difference(tzPast);
-    assert_equals(diff.length, 20000);
-    assert_equals(diff.unit, "MSECS");
-}, "Time_TZDate_difference_compareWithPastSeconds");
+    assert_equals(diff.length, 20000, "diff.length check");
+    assert_equals(diff.unit, "MSECS", "diff.unit check");
+}, document.title);
 
 </script>
 </body>
index dac93a6644e2c02934d64bc65ab8857b8202f48e..13b7efdfba7667a296ec1e53d0a70ba8d15897cc 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_difference_compareWithPastYear</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
@@ -51,9 +51,9 @@ test(function () {
         diff;
 
     diff = tzNow.difference(tzPast);
-    assert_equals(diff.length, 365);
-    assert_equals(diff.unit, "DAYS");
-}, "Time_TZDate_difference_compareWithPastSeconds");
+    assert_equals(diff.length, 365, "diff.length check");
+    assert_equals(diff.unit, "DAYS", "diff.unit check");
+}, document.title);
 
 </script>
 </body>
index daf1159a102754111b29798cf6532f3fca78e6be..bb366c35f6dedae02fb8be4c9814b385f7e18ef0 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_earlierThan_character</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="./support/time_common.js"></script>
 </head>
 
@@ -47,11 +47,11 @@ Authors:
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MC
 test(function () {
-    assert_throws({name: "TypeMismatchError"},
+    assert_throws(TYPE_MISMATCH_EXCEPTION,
         function () {
             tizen.time.getCurrentDateTime().earlierThan("abcd");
         }, "Specific TypeMismatchError exception.");
-}, "Time_TZDate_earlierThan_character");
+}, document.title);
 
 </script>
 </body>
index 0fe241307a22d4a16dad1459b3ef05b839b0c8d8..a8586291b4f986dfef8319c9a45231eb59074dad 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_earlierThan_falseEqual</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
@@ -50,7 +50,7 @@ test(function () {
 
     res = tzOther.earlierThan(tzOther);
     assert_equals(res, false, "TZDate is equal to another, result should be false");
-}, "Time_TZDate_earlierThan_falseEqual");
+}, document.title);
 
 </script>
 </body>
index 590871e91d972ba46c03e5326309b22fc87fa844..5cbdcda994c86737753c8b801f5e14f4584009e2 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_earlierThan_falseLater</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
@@ -53,9 +53,9 @@ test(function () {
     tzyOther = tzOther.getFullYear();
     res = tizen.time.getCurrentDateTime().earlierThan(tzOther);
 
-    assert_equals(tzyCur-1, tzyOther);
+    assert_equals(tzyCur - 1, tzyOther, "getFullYear check");
     assert_equals(res, false, "TZDate is later than another, result should be false");
-}, "Time_TZDate_earlierThan_falseLater");
+}, document.title);
 
 </script>
 </body>
index 3e611c12e0fcc1ccc345059f6819fd9029374a16..30f4e1d912d8ef74a17b02194e7bcdda92ed7cd1 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_earlierThan_number</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="./support/time_common.js"></script>
 </head>
 
@@ -47,11 +47,11 @@ Authors:
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MC
 test(function () {
-    assert_throws({name: "TypeMismatchError"},
+    assert_throws(TYPE_MISMATCH_EXCEPTION,
         function () {
             tizen.time.getCurrentDateTime().earlierThan(123);
         }, "Specific TypeMismatchError exception.");
-}, "Time_TZDate_earlierThan_number");
+}, document.title);
 
 </script>
 </body>
index 3718593fe86044a2d126ba64e99466a7c5fb4cea..d16ab58feef352c6fd5d63380dbf95a16fb7468c 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_earlierThan_stringTZDate</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="./support/time_common.js"></script>
 </head>
 
@@ -48,11 +48,11 @@ Authors:
 //==== TEST_CRITERIA MC
 test(function () {
     var tzStr = tizen.time.getCurrentDateTime().toString();
-    assert_throws({name: "TypeMismatchError"},
+    assert_throws(TYPE_MISMATCH_EXCEPTION,
         function () {
             tizen.time.getCurrentDateTime().earlierThan(tzStr);
         }, "Specific TypeMismatchError exception.");
-}, "Time_TZDate_earlierThan_stringTZDate");
+}, document.title);
 
 </script>
 </body>
index 954c7b28ec2593096d75df62383adb97371e9a3d..bf183171a0d4d4c95478a2c8ea99be99bfbd03a3 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_earlierThan_timezone</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
@@ -50,7 +50,7 @@ test(function () {
         res = tizen.time.getCurrentDateTime().earlierThan(tzOther);
 
     assert_false(res, "earlierThan check");
-}, "Time_TZDate_earlierThan_timezone");
+}, document.title);
 
 </script>
 </body>
index e6c90b83e2b9cb923bf4a3bd6cc67be7e9ac3bf1..cd0395420bb01c1f6ae9a2c745654fcaa7426b18 100644 (file)
@@ -35,7 +35,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_earlierThan_true</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
@@ -53,7 +53,7 @@ test(function () {
     res = tizen.time.getCurrentDateTime().earlierThan(tzOther);
 
     assert_equals(res, true, "TZDate is earlier than another, result should be true");
-}, "Time_TZDate_earlierThan_true");
+}, document.title);
 
 </script>
 </body>
index b0b25abd5dfbc46164936527512b06a59a749127..1f2f48982b6046fb9e5d03dfc34c7cf3871799ff 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_equalsTo_character</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="./support/time_common.js"></script>
 </head>
 
@@ -47,11 +47,11 @@ Authors:
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MC
 test(function () {
-    assert_throws({name: "TypeMismatchError"},
+    assert_throws(TYPE_MISMATCH_EXCEPTION,
         function () {
             tizen.time.getCurrentDateTime().equalsTo("abcd");
         }, "Specific TypeMismatchError exception.");
-}, "Time_TZDate_equalsTo_character");
+}, document.title);
 
 </script>
 </body>
index 64517c1f5d2272433832f0b47f05e62144095a08..c2eadcc55c333b4cc296547bebc50144a201af58 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_equalsTo_diff</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="./support/time_common.js"></script>
 </head>
 
@@ -55,7 +55,7 @@ test(function () {
     res = tizen.time.getCurrentDateTime().equalsTo(tzDiff);
 
     assert_equals(res, false, "Two different tzDate obj compare should be different.");
-}, "Time_TZDate_equalsTo_diff");
+}, document.title);
 
 </script>
 </body>
index 4ba27b8454ce2df61c040065fa6977f6dcb241ec..d004ee03a49858dd52c40c9bde9dfa2384f2afc4 100644 (file)
@@ -35,7 +35,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_equalsTo_equal</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="./support/time_common.js"></script>
 </head>
 
@@ -55,7 +55,7 @@ test(function () {
     tzEqual1 = tzEqual;
     res = tzEqual1.equalsTo(tzEqual);
     assert_equals(res, true, "Two same tzDate obj compare result should be true");
-}, "Time_TZDate_equalsTo_equal");
+}, document.title);
 
 </script>
 </body>
index 78fdc2036682e7a55ca79ab7860f17c32b81e1b2..a5f3466dd1be6d820472f9d1ab4f4fc9274275d4 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_equalsTo_number</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="./support/time_common.js"></script>
 </head>
 
@@ -47,11 +47,11 @@ Authors:
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MC
 test(function () {
-    assert_throws({name: "TypeMismatchError"},
+    assert_throws(TYPE_MISMATCH_EXCEPTION,
         function () {
             tizen.time.getCurrentDateTime().equalsTo(123);
         }, "Specific TypeMismatchError exception.");
-}, "Time_TZDate_equalsTo_number");
+}, document.title);
 
 </script>
 </body>
index b3cdb9829d39f883a04ab3f639820df3634865b1..a53d496d071ef8c0dae50df748c1a073444a6f87 100644 (file)
@@ -35,7 +35,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_getDate</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
@@ -52,7 +52,7 @@ test(function () {
 
     exp_date = myDate.getDate();
     assert_equals(act_date, exp_date, "data check");
-}, "Time_TZDate_getDate");
+}, document.title);
 
 </script>
 </body>
index 0d25a3074c1f610546477d259a7a812947d4d10b..3249afd004b04e4f88cdb574ec5f0d955db7ee46 100644 (file)
@@ -35,7 +35,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_getDay</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
@@ -53,7 +53,7 @@ test(function () {
     exp_day = myDate.getDay();
     day = tizen.time.getCurrentDateTime().getDay();
     assert_equals(day, exp_day, "day check");
-}, "Time_TZDate_getDay");
+}, document.title);
 
 </script>
 </body>
index 0d649424d1b97fe439b74b2b322c254686467208..5559100769f7cf3491862fa631a5d22f7048754d 100644 (file)
@@ -34,7 +34,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_getFullYear</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
@@ -51,7 +51,7 @@ test(function () {
     exp_fullYear = myDate.getFullYear();
     fullYear = tizen.time.getCurrentDateTime().getFullYear();
     assert_equals(fullYear, exp_fullYear, "fullYear check");
-}, "Time_TZDate_getFullYear");
+}, document.title);
 
 </script>
 </body>
index e08fbb1b13bdd506b0df3ca16bc613698cf7445b..33e89703ce9db764338452845d16df115fbfac57 100644 (file)
@@ -34,7 +34,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_getHours</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
@@ -50,8 +50,8 @@ test(function () {
 
     exp_hours = myDate.getHours();
     hours = tizen.time.getCurrentDateTime().getHours();
-    assert_equals(hours,exp_hours, "hours check");
-}, "Time_TZDate_getHours");
+    assert_equals(hours, exp_hours, "hours check");
+}, document.title);
 
 </script>
 </body>
index 9ac09c165bcdec8a0b93f9a39053b8302b56b924..2574d075addf41bee195eb2ad3ea6713af5c2aff 100644 (file)
@@ -34,7 +34,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_getMilliseconds</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="./support/time_common.js"></script>
 </head>
 
@@ -52,7 +52,7 @@ test(function () {
     exp_ms = myDate.getMilliseconds();
     ms = tizen.time.getCurrentDateTime().getMilliseconds();
     assert_approx_equals(ms, exp_ms, 10, "getMilliseconds()");
-}, "Time_TZDate_getMilliseconds");
+}, document.title);
 
 </script>
 </body>
index aba6940e680bcc44f17e1f99895592be769b817b..3a6b82794c373455f668337d2929adca99162e68 100644 (file)
@@ -34,7 +34,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_getMinutes</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
@@ -50,8 +50,8 @@ test(function () {
 
     exp_mins = myDate.getMinutes();
     mins = tizen.time.getCurrentDateTime().getMinutes();
-    assert_equals(mins,exp_mins, "minutes check");
-}, "Time_TZDate_getMinutes");
+    assert_equals(mins, exp_mins, "minutes check");
+}, document.title);
 
 </script>
 </body>
index 42eb0e0dadf2534ea193f4de5626df4c9d349862..d4039b3f13c54287ac97e03c9ff27f51ffb83b9d 100644 (file)
@@ -34,7 +34,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_getMonth</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
@@ -50,7 +50,7 @@ test(function () {
     exp_month = myDate.getMonth();
     month = tizen.time.getCurrentDateTime().getMonth();
     assert_equals(month, exp_month, "month check");
-}, "Time_TZDate_getMonth");
+}, document.title);
 
 </script>
 </body>
index 457745fe67459bc43058c3b52da2508eae79f053..3fd5d47f4b87bcaa40bc031de5efa67c92743796 100644 (file)
@@ -57,7 +57,7 @@ test(function () {
     month = nextTr.getMonth();
     assert_equals(month, 2, "month check");
     assert_equals(day, 25, "day check");
-}, "Time_TZDate_getNextDSTTransition");
+}, document.title);
 
 </script>
 </body>
index 5c170571d9e680cc934c7c80fed385107f0b4087..1660f5c561c8ddb48ca0d4ba535778ffa097e1c7 100644 (file)
@@ -32,7 +32,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_getNextDSTTransition_character</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="./support/time_common.js"></script>
 </head>
 
@@ -54,7 +54,7 @@ test(function () {
     month = nextTr.getMonth();
     assert_equals(month, 2, "month check");
     assert_equals(day, 25, "day check");
-}, "Time_TZDate_getNextDSTTransition_character");
+}, document.title);
 
 </script>
 </body>
index 8a0f46ce606ee2b3b84e6fb7f3985d7e6a73ee63..ce3e75c4aaa8e7775920b5838ef56b3a31405ced 100644 (file)
@@ -35,7 +35,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_getNextDSTTransition_number</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="./support/time_common.js"></script>
 </head>
 
@@ -57,7 +57,7 @@ test(function () {
     month = nextTr.getMonth();
     assert_equals(month, 2, "month check");
     assert_equals(day, 25, "day check");
-}, "Time_TZDate_getNextDSTTransition_number");
+}, document.title);
 
 </script>
 </body>
index 5040e4a29d407481fd0e371dba44c06078f00e5a..9f20565aa6096f0151fdf31504a83fce36adc514 100644 (file)
@@ -34,7 +34,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_getPreviousDSTTransition</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
@@ -54,7 +54,7 @@ test(function () {
     month = prevTr.getMonth();
     assert_equals(month, 9, "month check");
     assert_equals(day, 28, "day check");
-}, "Time_TZDate_getPreviousDSTTransition");
+}, document.title);
 
 </script>
 </body>
index 8ef5d15ddbced0fba50c5ed38c82423846c430c1..f7e4fc56bf7b23e383bc7b7e41e641df038fb622 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_getPreviousDSTTransition_character</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="./support/time_common.js"></script>
 </head>
 
@@ -55,7 +55,7 @@ test(function () {
     month = prevTr.getMonth();
     assert_equals(month, 9, "month check");
     assert_equals(day, 28, "day check");
-}, "Time_TZDate_getPreviousDSTTransition_character");
+}, document.title);
 
 </script>
 </body>
index 5f2603b621146033c45a6c67e5e8500a2979f92c..3717144349195809572e617526f3094fc04b3c25 100644 (file)
@@ -32,7 +32,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_getPreviousDSTTransition_number</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="./support/time_common.js"></script>
 </head>
 
@@ -54,7 +54,7 @@ test(function () {
     month = prevTr.getMonth();
     assert_equals(month, 9, "month check");
     assert_equals(day, 28, "day check");
-}, "Time_TZDate_getPreviousDSTTransition_number");
+}, document.title);
 
 </script>
 </body>
index e957ca3ea08f5f42b86876e9e0f710d117135247..24b984d87275bf2121b8100ccaf991f066191f41 100644 (file)
@@ -34,7 +34,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_getSeconds</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
@@ -50,7 +50,7 @@ test(function () {
         secs = tizen.time.getCurrentDateTime().getSeconds(),
         date2 = new Date();
     assert_true(secs === date1.getSeconds() || secs === date2.getSeconds(), "seconds check");
-}, "Time_TZDate_Time_TZDate_getSeconds");
+}, document.title);
 
 </script>
 </body>
index 0b6956947951b1914f270d4b961eeade4ce3b970..9a4e17f306b57d8b3bdca8bfeb7ab58de2c59874 100644 (file)
@@ -35,7 +35,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_getTimezone</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
@@ -49,7 +49,7 @@ Authors:
 test(function () {
     var tzs = tizen.time.getCurrentDateTime().getTimezone();
     assert_regexp_match(tzs, /(.+?)\/(.+?)/, "timezone check");
-}, "Time_TZDate_getTimezone");
+}, document.title);
 
 </script>
 </body>
index d538666e647ccd948ae490ef2fa34ae5fd6ab652..9a5eaff6cfa3113435304863aa3f31535eb44ba9 100644 (file)
@@ -35,7 +35,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_getTimezoneAbbreviation_summerMonth</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
@@ -49,7 +49,7 @@ Authors:
 test(function () {
     var td = new tizen.TZDate(2013, 8, 1, 1, 1, 1, 1, "America/New_York");
     assert_equals(td.getTimezoneAbbreviation(), "EDT", "timezoneAbbreviation check");
-}, "Time_TZDate_getTimezoneAbbreviation_summerMonth");
+}, document.title);
 
 </script>
 </body>
index e5c6b8efef2878092f6802b7fe24dde832e2a004..d93ce9fa54dd5d43c9460aec9864f2aeb40007cc 100644 (file)
@@ -35,7 +35,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_getUTCDate</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
@@ -53,7 +53,7 @@ test(function () {
     act_UTCdate = tizen.time.getCurrentDateTime().getUTCDate();
 
     assert_equals(act_UTCdate, exp_UTCdate, "date check");
-}, "Time_TZDate_getUTCDate");
+}, document.title);
 
 </script>
 </body>
index f2051734ef4fbaed2ec7ec2eeb8ad2768a482317..14f963fc4ac8c16f84ce7f1c6ae8aca2ff5f566c 100644 (file)
@@ -35,7 +35,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_getUTCDay</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
@@ -53,7 +53,7 @@ test(function () {
     UTCday = tizen.time.getCurrentDateTime().getUTCDay();
 
     assert_equals(UTCday, exp_UTCday, "day check");
-}, "Time_TZDate_getUTCDay");
+}, document.title);
 
 </script>
 </body>
index 83072b7e2dfea3d378e0c9dc1e26269cab2563d6..8f5e181f4a929e0150f1f08417a2f888952074bc 100644 (file)
@@ -34,7 +34,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_getUTCFullYear</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
@@ -52,7 +52,7 @@ test(function () {
     UTCFullYear = tizen.time.getCurrentDateTime().getUTCFullYear();
 
     assert_equals(UTCFullYear, exp_UTCFullYear, "fullYear check");
-}, "Time_TZDate_getUTCFullYear");
+}, document.title);
 
 </script>
 </body>
index 47e4b73d228ebd0a790fec13a5b2cea739be4269..91d895612615022804723a44d53a4908db2b5ac2 100644 (file)
@@ -34,7 +34,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_getUTCHours</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
@@ -51,8 +51,8 @@ test(function () {
     exp_UTCHours = myDate.getUTCHours();
     UTCHours = tizen.time.getCurrentDateTime().getUTCHours();
 
-    assert_equals(UTCHours,exp_UTCHours, "hours check");
-}, "Time_TZDate_getUTCHours");
+    assert_equals(UTCHours, exp_UTCHours, "hours check");
+}, document.title);
 
 </script>
 </body>
index e5774fab54f2b97100869a2e75373876ef24d885..310b2b3c400b8e321102e900803a3085fda0ff5b 100644 (file)
@@ -34,7 +34,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_getUTCMilliseconds</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="./support/time_common.js"></script>
 </head>
 
@@ -53,7 +53,7 @@ test(function () {
     UTCMs = tizen.time.getCurrentDateTime().getUTCMilliseconds();
 
     assert_approx_equals(UTCMs, exp_UTCMs, 10, "milliseconds check");
-}, "Time_TZDate_getUTCMilliseconds");
+}, document.title);
 
 </script>
 </body>
index b29efc069263cdc7a6ec0b462155e4294c01fc92..8b3b6a9ac3f3f9474226c460eeaf13abadb5a90e 100644 (file)
@@ -34,7 +34,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_getUTCMinutes</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
@@ -52,7 +52,7 @@ test(function () {
     UTCMins = tizen.time.getCurrentDateTime().getUTCMinutes();
 
     assert_equals(UTCMins, exp_UTCMins, "minutes check");
-}, "Time_TZDate_getUTCMinutes");
+}, document.title);
 
 </script>
 </body>
index c759ac96eaa6a3251130ce63696edfe737dfb94a..561b65b8d2c0b9fbddc09dc0995670f3991491fc 100644 (file)
@@ -34,7 +34,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_getUTCMonth</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
@@ -51,8 +51,8 @@ test(function () {
     exp_UTCMonth = myDate.getUTCMonth();
     UTCMonth = tizen.time.getCurrentDateTime().getUTCMonth();
 
-    assert_equals(UTCMonth,exp_UTCMonth, "month check");
-}, "Time_TZDate_getUTCMonth");
+    assert_equals(UTCMonth, exp_UTCMonth, "month check");
+}, document.title);
 
 </script>
 </body>
index a020669d5fa2fd6d7a0e109f675eb48e9266b6bb..115f55d0bf0e30c6d32944e16362ee2a0d01e491 100644 (file)
@@ -34,7 +34,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_getUTCSeconds</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
@@ -50,7 +50,7 @@ test(function () {
         secs = tizen.time.getCurrentDateTime().getUTCSeconds(),
         date2 = new Date();
     assert_true(secs === date1.getUTCSeconds() || secs === date2.getUTCSeconds(), "seconds check");
-}, "Time_TZDate_getUTCSeconds");
+}, document.title);
 
 </script>
 </body>
index 99adc4d1b909bde8029c24de8cfd2071c65f113a..57683399ece56fb6fe585e14d52db25012ae07a0 100644 (file)
@@ -34,7 +34,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_isDST_boundaryLowerLimit-true</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
@@ -48,7 +48,7 @@ Authors:
 test(function () {
     var td = new tizen.TZDate(2012, 2, 25, 2, 0, 0, 0, "Europe/Berlin");
     assert_true(td.isDST(), "isDST check");
-}, "Time_TZDate_isDST_boundaryLowerLimit-true");
+}, document.title);
 
 </script>
 </body>
index 26facff6515ebac249383099ad0f820798408fdf..02586b620217bed04a1c286c9a2e5c99ed33e75b 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_isDST_boundaryUpperLimit-true</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
@@ -47,7 +47,7 @@ Authors:
 test(function () {
     var td = new tizen.TZDate(2012, 9, 28, 1, 1, 1, 1, "Europe/Berlin");
     assert_true(td.isDST(), "isDST check");
-}, "Time_TZDate_isDST_boundaryUpperLimit-true");
+}, document.title);
 
 </script>
 </body>
index 6169a495e11485c163afbae0b0483969e18f5d73..063ee9c1373e09c17242b02dcef40953c3e9b952 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_isDST_false</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
@@ -47,7 +47,7 @@ Authors:
 test(function () {
     var td = new tizen.TZDate(2012, 1, 1, 1, 1, 1, 1, "Europe/Berlin");
     assert_false(td.isDST(), "isDST check");
-}, "Time_TZDate_isDST_false");
+}, document.title);
 
 </script>
 </body>
index 8b21873ffdea54c62c89c96f9f5c903b91bc6607..23b5d3c41c49fbf2801cd73049e091995b832a91 100644 (file)
@@ -35,7 +35,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_isDST_true</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
@@ -49,7 +49,7 @@ Authors:
 test(function () {
     var td = new tizen.TZDate(2012, 5, 1, 1, 1, 1, 1, "Europe/Berlin");
     assert_true(td.isDST(), "isDST check");
-}, "Time_TZDate_isDST_true");
+}, document.title);
 
 </script>
 </body>
index 447196bfe6df88cc1011b578c2b8ddc551fa1236..3bc8e82f7b97a0d6e0fbc8bed000954d58538567 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_laterThan_character</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="./support/time_common.js"></script>
 </head>
 
@@ -47,11 +47,11 @@ Authors:
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MC
 test(function () {
-    assert_throws({name: "TypeMismatchError"},
+    assert_throws(TYPE_MISMATCH_EXCEPTION,
         function () {
             tizen.time.getCurrentDateTime().laterThan("abcd");
         }, "Specific TypeMismatchError exception.");
-}, "Time_TZDate_laterThan_character");
+}, document.title);
 
 </script>
 </body>
index 667278c8fef8b8eadbb9b0ca1a883a07cef8d275..e687497716b181dd4bf09367a447fa0ff0b3cfd8 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_laterThan_falseEarlier</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
@@ -55,7 +55,7 @@ test(function () {
 
     assert_equals(tzyCur+1, tzyOther, "laterThan check");
     assert_false(res, "TZDate is earlier than another, result should be false");
-}, "Time_TZDate_laterThan_falseEarlier");
+}, document.title);
 
 </script>
 </body>
index c36faccea464499bd1407e6f5845a399bdd7eaa6..d7c68e16af76c41568b5c1b85f0b43818fd1b94b 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_laterThan_falseEqual</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
@@ -48,7 +48,7 @@ test(function () {
     var td1 = new tizen.TZDate(2012, 5, 1, 1, 1, 1, 1),
         td2 = new tizen.TZDate(2012, 5, 1, 1, 1, 1, 1);
     assert_false(td2.laterThan(td1), "date should not be later than the same date");
-}, "Time_TZDate_laterThan_falseEqual");
+}, document.title);
 
 </script>
 </body>
index b486533b101546ee8a0cec8acdd6f8d6ab62f08d..c168610335692215303700708edf584f607fa43a 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_laterThan_number</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="./support/time_common.js"></script>
 </head>
 
@@ -47,11 +47,11 @@ Authors:
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MMINA MR
 test(function () {
-    assert_throws({name: "TypeMismatchError"},
+    assert_throws(TYPE_MISMATCH_EXCEPTION,
         function () {
             tizen.time.getCurrentDateTime().laterThan(123);
         }, "Specific TypeMismatchError exception.");
-}, "Time_TZDate_laterThan_number");
+}, document.title);
 
 </script>
 </body>
index 74e408557529379bf77cbc353db0778154748b66..914a5f7ef03d994a6a56944f795fc3153530b974 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_laterThan_timezone</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
@@ -51,8 +51,8 @@ test(function () {
     tz.setSeconds(tz.getSeconds() + 1);
     res = tz.laterThan(tzOther);
 
-    assert_true(res,"laterThan check");
-}, "Time_TZDate_laterThan_timezone");
+    assert_true(res, "laterThan check");
+}, document.title);
 
 </script>
 </body>
index cf0341a6db1c9a84a7af82f59546814fa9239179..3dca4c6f416dc0909139a3210b5367544b3278c2 100644 (file)
@@ -35,7 +35,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_laterThan_true</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
@@ -56,8 +56,8 @@ test(function () {
     res = tizen.time.getCurrentDateTime().laterThan(tzOther);
 
     assert_equals(tzyCur-1, tzyOther, "laterThan check");
-    assert_true(res,"laterThan check");
-}, "Time_TZDate_laterThan_true");
+    assert_true(res, "laterThan check");
+}, document.title);
 
 </script>
 </body>
index 8b7d3c467b2cb229c11a28fa96c0c8580d33f7aa..8bec22e2ef20a60e0952d18accb1f6c6ed6c356a 100644 (file)
@@ -35,7 +35,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_secondsFromUTC</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
@@ -52,7 +52,7 @@ test(function () {
 
     exp_offset = myDate.getTimezoneOffset() * 60;
     assert_equals(offset, exp_offset, "secondsFromUTC check");
-}, "Time_TZDate_secondsFromUTC");
+}, document.title);
 
 </script>
 </body>
index 86b46ab8727c4d95688e5c5e118e0e53d1f1626d..129a3a467308534d2fe8b978eded1ddddceb02a6 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_setDate_abnormalDecimal</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
@@ -54,7 +54,7 @@ test(function () {
     exp_d = tz.getDate();
 
     assert_not_equals(exp_d, set_date, "decimal 15.5 shouldn't be set to system date");
-}, "Time_TZDate_setDate_abnormalDecimal");
+}, document.title);
 
 </script>
 </body>
index ade5c7cc7db3995bfd20c2a94f9e6d924f8bbf19..e72a1d0bad2bd739881e86e2d37f02ed38de2898 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_setDate_boundaryBiggerThanUpper</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
@@ -52,8 +52,8 @@ test(function () {
     tz.setDate(set_date);
     afterd = tz.getDate();
 
-    assert_not_equals(afterd,set_date, "32 shouldn't be set to system date");
-}, "Time_TZDate_setDate_boundaryBiggerThanUpper");
+    assert_not_equals(afterd, set_date, "32 shouldn't be set to system date");
+}, document.title);
 
 </script>
 </body>
index 9c8b7f8270dec1380a3dbb762afecd42e632e59d..af69e75c10f2978a8d91813f4f13abd20a45e8fd 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_setDate_boundaryLessThanLower</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
@@ -52,8 +52,8 @@ test(function () {
     tz.setDate(set_date);
     afterd = tz.getDate();
 
-    assert_not_equals(afterd,set_date, "-1 shouldn't be set to system date");
-}, "Time_TZDate_setDate_boundaryLessThanLower");
+    assert_not_equals(afterd, set_date, "-1 shouldn't be set to system date");
+}, document.title);
 
 </script>
 </body>
index 8edeebcc6d04b5b5994916e0d6ca843bd71f583a..53ae879152af1aeddcb1bcf4125215944433b8b9 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_setDate_boundaryLowerLimit</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
@@ -52,8 +52,8 @@ test(function () {
     tz.setDate(set_date);
     dateAfterSet = tz.getDate();
 
-    assert_equals(dateAfterSet, set_date);
-}, "Time_TZDate_setDate_boundaryLowerLimit");
+    assert_equals(dateAfterSet, set_date, "getDate check");
+}, document.title);
 
 </script>
 </body>
index a2bdb33d2b233ebbf31709d762d3f6566e2d586d..af6e577e47f1d30e34bbfa6bca9cdfaa9b27d6e5 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_setDate_boundaryUpperLimit</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
@@ -54,9 +54,9 @@ test(function () {
     monthAfterSet = tz.getMonth();
     dateAfterSet = tz.getDate();
 
-    assert_equals(monthAfterSet, set_month);
-    assert_equals(dateAfterSet, set_date);
-}, "Time_TZDate_setDate_boundaryUpperLimit");
+    assert_equals(monthAfterSet, set_month, "monthAfterSet check");
+    assert_equals(dateAfterSet, set_date, "dateAfterSet check");
+}, document.title);
 
 </script>
 </body>
index 840f5bfa5f33f780dfd32c5cd997c69ff198d45a..0bf0f2fb059dc9d0669fc68023253eb9822c8941 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_setDate_invalidDate</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
@@ -53,7 +53,7 @@ test(function () {
     dateAfterSet = tz.getDate();
 
     assert_not_equals(dateAfterSet, set_date, "a shouldn't be set to system date");
-}, "Time_TZDate_setDate_invalidDate");
+}, document.title);
 
 </script>
 </body>
index 425b67fe94417f1869fea7bbb930e6f60910838e..43e2aadf31c946ff475b5b57daa7a04ce0713da9 100644 (file)
@@ -35,7 +35,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_setDate_normal</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
@@ -54,8 +54,8 @@ test(function () {
     tz.setDate(set_date);
     expd = tz.getDate();
 
-    assert_equals(expd, set_date);
-}, "Time_TZDate_setDate_normal");
+    assert_equals(expd, set_date, "expd check");
+}, document.title);
 
 </script>
 </body>
index e492eea6225209d603c1202137218e27eabc3b4f..a97e297413c315cceff4297989340b7abe504435 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_setDate_notExistDayForCertainMonth</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
@@ -58,7 +58,7 @@ test(function () {
     assert_equals(yearAfterSet, set_year, "year should not change");
     assert_equals(monthAfterSet, set_month + 1, "month shoult be a next month");
     assert_equals(dateAfterSet, 1, "date should be 1");
-}, "Time_TZDate_setDate_notExistDayForCertainMonth");
+}, document.title);
 
 </script>
 </body>
index a78bc926edbbd662f07cb1da3eaa2aaec77d7c8b..87d7d96f929231ef98e0f786a56f22d981cdea43 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_setDate_notExistDayForFebruaryLeapYear</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
@@ -58,7 +58,7 @@ test(function () {
     assert_equals(yearAfterSet, set_year, "years should be equal");
     assert_equals(monthAfterSet, set_month + 1, "month should be next-one");
     assert_equals(dateAfterSet, 1, "date should be 1st");
-}, "Time_TZDate_setDate_notExistDayForFebruaryLeapYear");
+}, document.title);
 
 </script>
 </body>
index 632052050517362a5ba8d016f0e3c847a6dbfca9..2f63ffdd89e09b3ae23028ebb274ea86ba28420f 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_setDate_notExistDayForFebruaryNotLeapYear</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
@@ -59,7 +59,7 @@ test(function () {
     assert_equals(yearAfterSet, set_year, "years should be equal");
     assert_equals(monthAfterSet, set_month + 1, "month should be next-one");
     assert_equals(dateAfterSet, 1, "date should be 1st");
-}, "Time_TZDate_setDate_notExistDayForFebruaryNotLeapYear");
+}, document.title);
 
 </script>
 </body>
index d582d03dbb1353ff2a2fe2cf92e9ed161b71a0f2..877a706702ea614ab91d11cb043fb0418af112a3 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_setFullYear_abnormalDecimal</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
@@ -57,7 +57,7 @@ test(function () {
 
     assert_not_equals(yearAfterSet, exp_fullYear, "years should not be equal");
     assert_not_equals(yearAfterSet, set_fullYear, "years should be integer number");
-}, "Time_TZDate_setFullYear_abnormalDecimal");
+}, document.title);
 
 </script>
 </body>
index 1e9de8e8915d7ff60dfe7110ecba11eb3e0c30f0..a59e503cdc37751aa6e2355935ad88868794ca61 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_setFullYear_boundaryBiggerThanUpper</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
@@ -57,7 +57,7 @@ test(function () {
 
     assert_not_equals(yearAfterSet, exp_fullYear, "years should change");
     assert_equals(yearAfterSet, set_fullYear, "years should be equal");
-}, "Time_TZDate_setFullYear_boundaryBiggerThanUpper");
+}, document.title);
 
 </script>
 </body>
index a5939d6fa1d9ec937850a590566521b204e83d6b..0b7cc5815c0526cc990a9e3d87657f0e987c0415 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_setFullYear_boundaryLowerLimit</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
@@ -56,7 +56,7 @@ test(function () {
     exp_fullYear = myDate.getFullYear();
 
     assert_not_equals(exp_fullYear, yearAfterSet, "1 is a invalid year");
-}, "Time_TZDate_setFullYear_boundaryLowerLimit");
+}, document.title);
 
 </script>
 </body>
index 47f4fce91f5b1484dd2e87914243df990e63b407..6b57267f0c28435d13e12503f1666686d4aa82ac 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_setFullYear_boundaryUpperLimit</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
@@ -57,7 +57,7 @@ test(function () {
 
     assert_not_equals(yearAfterSet, exp_fullYear, "years should be not equal");
     assert_equals(yearAfterSet, set_fullYear, "year should be current one");
-}, "Time_TZDate_setFullYear_boundaryUpperLimit");
+}, document.title);
 
 </script>
 </body>
index 4983825aa83050a33cce536b2101189e22a87686..8af97f6bcdf68d2f6472ef59584939ac791a9c3d 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_setFullYear_invalidCharYear</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
@@ -55,9 +55,9 @@ test(function () {
     myDate = new Date();
     exp_fullYear = myDate.getFullYear();
 
-    assert_not_equals(yearAfterSet, exp_fullYear);
-    assert_not_equals(yearAfterSet, set_fullYear);
-}, "Time_TZDate_setFullYear_invalidCharYear");
+    assert_not_equals(yearAfterSet, exp_fullYear, "exp_fullYear check");
+    assert_not_equals(yearAfterSet, set_fullYear, "set_fullYear check");
+}, document.title);
 
 </script>
 </body>
index 3e26073b6ba9921b6bda8af80bafa31ccc170674..07b6978fde85465ae9cc9bb0913b58c48f35466b 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_setFullYear_invalidYear</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
@@ -51,7 +51,7 @@ test(function () {
     exp_fullYear = myDate.getFullYear();
 
     assert_not_equals(exp_fullYear, set_fullYear, "-1 is a invalid year");
-}, "Time_TZDate_setFullYear_invalidYear");
+}, document.title);
 
 </script>
 </body>
index 418fb58fee248eb90a7c71ab54cd4f08575ff3ce..9b2d934078dc8682959bcde7a3e18d7a4cf67290 100644 (file)
@@ -35,14 +35,14 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_setFullYear_normal</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: Time_TZDate_setFullYear_normal
-//==== LABEL Time_TZDate_setFullYear_normal
+//==== LABEL Check if TZDate.setFullYear_normal() works properly
 //==== SPEC Tizen Web API:System:Time:TZDate:setFullYear M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MMINA
@@ -55,7 +55,7 @@ test(function () {
     yearAfterSet = tizenDate.getFullYear();
 
     assert_equals(yearAfterSet, set_fullYear, "year after set should be equal to set one");
-}, "Time_TZDate_setFullYear_normal");
+}, document.title);
 
 </script>
 </body>
index 590390a58944b18d5e770dc596c05c1d489bcf2d..ffa35bf639c6477c7baf23eb11feebdc1d529bcc 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_setHours_abnormalDecimal</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
@@ -54,7 +54,7 @@ test(function () {
     myDate = new Date();
     hoursAfterSet = myDate.getHours();
     assert_not_equals(hoursAfterSet, set_hours, "decimal shouldn't be set to system's hour");
-}, "Time_TZDate_setHours_abnormalDecimal");
+}, document.title);
 
 </script>
 </body>
index c5e4f9173a8603df185b28552e37432224bdaf1b..72b5082a2172b7c98731a53b942edba9ce511ee3 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_setHours_boundaryBiggerThanUpper</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
@@ -55,7 +55,7 @@ test(function () {
     hoursAfterSet = myDate.getHours();
 
     assert_not_equals(hoursAfterSet, set_hours, "24 shouldn't be set to system's hour");
-}, "Time_TZDate_setHours_boundaryBiggerThanUpper");
+}, document.title);
 
 </script>
 </body>
index 8133139c54f12467b3c74176b887dd3a3c4da2b5..a08c001c4e5daa557146cd31a09cda758b8ab33b 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_setHours_boundaryLessThanLower</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
@@ -55,7 +55,7 @@ test(function () {
     hoursAfterSet = myDate.getHours();
 
     assert_not_equals(hoursAfterSet, set_hours, "-1 shouldn't be set to system's hour");
-}, "Time_TZDate_setHours_boundaryLessThanLower");
+}, document.title);
 
 </script>
 </body>
index e061341e6dc23b1a5514bfb4619d954f8c8197ba..2dbb4c89c19ea6ce49c757a9cbad2980727eda30 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_setHours_boundaryLowerLimit</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
@@ -53,7 +53,7 @@ test(function () {
     tz.setHours(set_hours);
     hoursAfterSet = tz.getHours();
     assert_equals(hoursAfterSet, set_hours, "hours should be set");
-}, "Time_TZDate_setHours_boundaryLowerLimit");
+}, document.title);
 
 </script>
 </body>
index 983bbd470aea2aee2ba65f8a77e1e26c1d82e1a8..9417c79afdf6e2219ed1cda6ae026c36e9ce50fc 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_setHours_boundaryUpperLimit</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
@@ -52,7 +52,7 @@ test(function () {
     tz.setHours(set_hours);
     hoursAfterSet = tz.getHours();
     assert_equals(hoursAfterSet, set_hours, "hours should be set");
-}, "Time_TZDate_setHours_boundaryUpperLimit");
+}, document.title);
 
 </script>
 </body>
index 3e0e57442f97c3a1e060177df03bd141bf831b2a..5f4aed214abd0f99ec7ed01e8bc21edb8df58aed 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_setHours_invalidHours</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
@@ -53,7 +53,7 @@ test(function () {
     tz.setHours(set_hours);
     hoursAfterSet = tz.getHours();
     assert_not_equals(hoursAfterSet, set_hours, "string abcd shouldn't be set to system's hour");
-}, "Time_TZDate_setHours_invalidHours");
+}, document.title);
 
 </script>
 </body>
index 1bfe15ffc9f0e74fd484b5e4085ce8289f448492..e0b441d1590d759d4ec43da1bdee09a96592189c 100644 (file)
@@ -35,7 +35,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_setHours_normal</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
@@ -54,7 +54,7 @@ test(function () {
     tizenDate.setHours(set_hours);
     hoursAfterSet = tizenDate.getHours();
     assert_equals(hoursAfterSet, set_hours, "hours should be set");
-}, "Time_TZDate_setHours_normal");
+}, document.title);
 
 </script>
 </body>
index ef90970ba55abfb8d05a54ac3d675d7291f01b2e..68898a95297e146300bd4dc9c4a5f0f1972d7b69 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_setMilliseconds_abnormalDecimal</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
@@ -52,7 +52,7 @@ test(function () {
     tz.setMilliseconds(set_ms);
     msAfterSet = tz.getMilliseconds();
     assert_not_equals(msAfterSet, set_ms, "decimal shouldn't be set to system's ms");
-}, "Time_TZDate_setMilliseconds_abnormalDecimal");
+}, document.title);
 
 </script>
 </body>
index 8a0db8eabc071757cbd8d61410605207c775503a..ea07e66a23b7d8067fb5b70e517c2e2c1392376d 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_setMilliseconds_boundaryBiggerThanUpper</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
@@ -52,7 +52,7 @@ test(function () {
     tz.setMilliseconds(set_ms);
     msAfterSet = tz.getMilliseconds();
     assert_not_equals(msAfterSet, set_ms, "1000 shouldn't be set to system's ms");
-}, "Time_TZDate_setMilliseconds_boundaryBiggerThanUpper");
+}, document.title);
 
 </script>
 </body>
index c9ce602d76ec0f4fa8ec5c79398f5ba895864666..bc78dad8aa57477862a5d87e5fc365ad3f5db60d 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_setMilliseconds_boundaryLessThanLower</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
@@ -52,7 +52,7 @@ test(function () {
     tz.setMilliseconds(set_ms);
     msAfterSet = tz.getMilliseconds();
     assert_not_equals(msAfterSet, set_ms, "-1 shouldn't be set to system's ms");
-}, "Time_TZDate_setMilliseconds_boundaryLessThanLower");
+}, document.title);
 
 </script>
 </body>
index 290b8844723e1e3d4b4f2f08f80dabc50646124a..d9787c1f58191bbe41ada3ca59b4572f723a09d1 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_setMilliseconds_boundaryLowerLimit</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
@@ -51,7 +51,7 @@ test(function () {
     tz.setMilliseconds(set_ms);
     msAfterSet = tz.getMilliseconds();
     assert_equals(msAfterSet, set_ms, "value after set sould be equal to set one");
-}, "Time_TZDate_setMilliseconds_boundaryLowerLimit");
+}, document.title);
 
 </script>
 </body>
index 3e722362cc300f497829783b3f50ae7e7d5df68e..6cd5be301b04fe28928ffc5bc064d01eeae5ccfc 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_setMilliseconds_boundaryUpperLimit</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
@@ -51,7 +51,7 @@ test(function () {
     tz.setMilliseconds(set_ms);
     msAfterSet = tz.getMilliseconds();
     assert_equals(msAfterSet, set_ms, "value after set sould be equal to set one");
-}, "Time_TZDate_setMilliseconds_boundaryUpperLimit");
+}, document.title);
 
 </script>
 </body>
index 747f64f775a202c8b5f410e1e66ceb3fb708c954..537d46769c191bbcc7d5ca1cc1fc502989ea5d61 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_setMilliseconds_invalidMilliseconds</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
@@ -52,7 +52,7 @@ test(function () {
     tz.setMilliseconds(set_ms);
     msAfterSet = tz.getMilliseconds();
     assert_not_equals(msAfterSet, set_ms, "abcd shouldn't be set to system's ms");
-}, "Time_TZDate_setMilliseconds_invalidMilliseconds");
+}, document.title);
 
 </script>
 </body>
index 7e8318d86eeb171c47bdc996b9fe5083e5cf8758..b8b231d075561685dc871083f2d4985c14523069 100644 (file)
@@ -34,7 +34,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_setMilliseconds_normal</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="./support/time_common.js"></script>
 </head>
 
@@ -54,7 +54,7 @@ test(function () {
     dt.setMilliseconds(set_ms);
     msAfterSet = dt.getMilliseconds();
     assert_approx_equals(msAfterSet, set_ms, 10, "getMilliseconds()");
-}, "Time_TZDate_setMilliseconds_normal");
+}, document.title);
 
 </script>
 </body>
index 19b6ba8f53a1ef6b85586995dd1da1489edd8b17..4caf7b9893b2c6b7c2129d9a1a73bb6d819092e5 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_setMinutes_abnormalDecimal</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
@@ -55,7 +55,7 @@ test(function () {
     minsAfterSet  = myDate.getMinutes();
 
     assert_not_equals(minsAfterSet, set_mins, "decimal shouldn't be set to system's minute");
-}, "Time_TZDate_setMinutes_abnormalDecimal");
+}, document.title);
 
 </script>
 </body>
index f27b28241454e7350e4668bbe7c16803d036ca86..f9d6c7559b2bc23db00d0b1a0df91d7623d8ea4f 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_setMinutes_boundaryLessThanLower</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
@@ -54,8 +54,8 @@ test(function () {
     myDate = new Date();
     minsAfterSet  = myDate.getMinutes();
 
-    assert_not_equals(minsAfterSet,set_mins,"-1 shouldn't be set to system's minute");
-}, "Time_TZDate_setMinutes_boundaryLessThanLower");
+    assert_not_equals(minsAfterSet, set_mins, "-1 shouldn't be set to system's minute");
+}, document.title);
 
 </script>
 </body>
index bd2c987aec34a1090118b0040ee423bd20126ccc..0f9ad8c8bf7af132a62470973d25ebd09e492981 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_setMinutes_boundaryLowerLimit</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
@@ -53,7 +53,7 @@ test(function () {
     minsAfterSet = tz.getMinutes();
 
     assert_equals(minsAfterSet, set_mins, "Lower limit minutes 0 could be set correctly");
-}, "Time_TZDate_setMinutes_boundaryLowerLimit");
+}, document.title);
 
 </script>
 </body>
index febb89f77ea7ca55e1310cec19778939bc413785..3e3cb990c3fb94533c7129432db4e9155eb10948 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_setMinutes_boundaryUpperLimit</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
@@ -53,7 +53,7 @@ test(function () {
     minsAfterSet = tz.getMinutes();
 
     assert_equals(minsAfterSet, set_mins, "Lower limit minutes 0 could be set correctly");
-}, "Time_TZDate_setMinutes_boundaryUpperLimit");
+}, document.title);
 
 </script>
 </body>
index 061827dc8b853a2cf46b0849a2121d77d4bd73ea..1bb59f1342d9306b63939fdb887b851087a46d57 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_setMinutes_invalidMinutes</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
@@ -55,7 +55,7 @@ test(function () {
     minsAfterSet  = myDate.getMinutes();
 
     assert_not_equals(minsAfterSet, set_mins, "ab shouldn't be set to system's minute");
-}, "Time_TZDate_setMinutes_invalidMinutes");
+}, document.title);
 
 </script>
 </body>
index 7c88da1a8ffd7839616fe9f4c7941b0b5518695f..38fbfe820a07cd75662c345b31297a943ad73685 100644 (file)
@@ -34,7 +34,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_setMinutes_normal</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
@@ -54,7 +54,7 @@ test(function () {
     minsAfterSet = dt.getMinutes();
 
     assert_equals(minsAfterSet, set_mins, "minutes should be equals");
-}, "Time_TZDate_setMinutes_normal");
+}, document.title);
 
 </script>
 </body>
index 1175b511b723253c43f0ea7cb6daee177916eb8d..5791e775a810323b696d127c6c0daca6c53099ba 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_setMonth_abnormalDecimal</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
@@ -55,7 +55,7 @@ test(function () {
     monthAfterSet = myDate.getMonth();
 
     assert_not_equals(monthAfterSet, set_month, "decimal shouldn't be set to system's month");
-}, "Time_TZDate_setMonth_abnormalDecimal");
+}, document.title);
 
 </script>
 </body>
index 7209758db178573b2a2ecf083f23a6c6e5ddad5a..5ae6e154fd3f6c1d3232bd090339754f9a085ed1 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_setMonth_boundaryBiggerThanUpper</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
@@ -55,7 +55,7 @@ test(function () {
     monthAfterSet = myDate.getMonth();
 
     assert_not_equals(monthAfterSet, set_month, "12 shouldn't be set to system's month");
-}, "Time_TZDate_setMonth_boundaryBiggerThanUpper");
+}, document.title);
 
 </script>
 </body>
index a8744d7b0f2d49ccbd4d6a8d98d44acb745079f3..4adb44e06c5e0482466692cecd55f9ee4fb3d68f 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_setMonth_boundaryLessThanLower</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
@@ -55,7 +55,7 @@ test(function () {
     monthAfterSet = myDate.getMonth();
 
     assert_not_equals(monthAfterSet, set_month, "-1 shouldn't be set to system's month");
-}, "Time_TZDate_setMonth_boundaryLessThanLower");
+}, document.title);
 
 </script>
 </body>
index 63f2c976ad4ff01fef36526ba98285814ad338f9..12af59a77354ebca3335f2132f1dd09d45cb96d2 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_setMonth_boundaryLowerLimit</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
@@ -52,7 +52,7 @@ test(function () {
     monthAfterSet = tz.getMonth();
 
     assert_equals(monthAfterSet, set_month, "Lower limit 0 month could be set correctly");
-}, "Time_TZDate_setMonth_boundaryLowerLimit");
+}, document.title);
 
 </script>
 </body>
index b1a9f638f9bb97efc8348f54ab0833b7bf13062f..7f428b726f1e5e8ae9820654e9931697a27d07e4 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_setMonth_boundaryUpperLimit</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
@@ -52,7 +52,7 @@ test(function () {
     monthAfterSet = tz.getMonth();
 
     assert_equals(monthAfterSet, set_month, "getMonth check");
-}, "Time_TZDate_setMonth_boundaryUpperLimit");
+}, document.title);
 
 </script>
 </body>
index 1e37cd90ee92e6dfa0389f9692a8d76c77bae03e..1e9d8b48da0e2d296ab6edcc8a2c26b59209f2ad 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_setMonth_invalidMonth</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
@@ -55,7 +55,7 @@ test(function () {
     monthAfterSet = myDate.getMonth();
 
     assert_not_equals(monthAfterSet, set_month, "0100 shouldn't be set to system's month");
-}, "Time_TZDate_setMonth_invalidMonth");
+}, document.title);
 
 </script>
 </body>
index 55e77b8a91268cbc1b1956ac8b3560f90908e7cd..b9f8317d0a1911199bca7cfb739b4c6e6a3824dc 100644 (file)
@@ -34,7 +34,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_setMonth_normal</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
@@ -54,7 +54,7 @@ test(function () {
     monthAfterSet = dt.getMonth();
 
     assert_equals(monthAfterSet, set_month, "normal month could be set correctly");
-}, "Time_TZDate_setMonth_normal");
+}, document.title);
 
 </script>
 </body>
index e0b4f9272a1a770fd6ecf9c1ab1842d2b3e645b1..cb83c5071e82e8abae20ae1f463b06eada55159a 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_setSeconds_abnormalDecimal</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
@@ -55,7 +55,7 @@ test(function () {
     secsAfterSet = myDate.getSeconds();
 
     assert_not_equals(secsAfterSet, set_secs, "decimal shouldn't be set to system's seconds");
-}, "Time_TZDate_setSeconds_abnormalDecimal");
+}, document.title);
 
 </script>
 </body>
index 4a8fdd9a352164f9825d5a6e7afea37082400bc4..e6d9a5dc2c976479fcb27c88c3530b3be40e08f5 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_setSeconds_boundaryBiggerThanUpper</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
@@ -53,7 +53,7 @@ test(function () {
     secsAfterSet = myDate.getSeconds();
 
     assert_not_equals(secsAfterSet, set_secs, "BiggerThanUpper boundary value 60 shouldn't be set to system's seconds");
-}, "Time_TZDate_setSeconds_boundaryBiggerThanUpper");
+}, document.title);
 
 </script>
 </body>
index bef6018b8487cf6d1d3d021e3e8055f89ec694d8..5816d563710fcddf21423aaf1f61c1a931f2a6a4 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_setSeconds_boundaryLessThanLower</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
@@ -53,7 +53,7 @@ test(function () {
     secsAfterSet = myDate.getSeconds();
 
     assert_not_equals(secsAfterSet, set_secs, "LessThanLower boundary value -1 shouldn't be set to system's seconds");
-}, "Time_TZDate_setSeconds_boundaryLessThanLower");
+}, document.title);
 
 </script>
 </body>
index b091fe1da43af52ebde983fbc5e19f129c73bc62..743477ca86d5a390bacaf8fd60d89f27a6e025be 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_setSeconds_boundaryLowerLimit</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
@@ -53,7 +53,7 @@ test(function () {
     secsAfterSet = dt.getSeconds();
 
     assert_equals(secsAfterSet, set_secs, "lower secs could be set correctly");
-}, "Time_TZDate_setSeconds_boundaryLowerLimit");
+}, document.title);
 
 </script>
 </body>
index 358410997f7154559a3c75e3a370ac752c4dc628..c80b0841ef7075932f6b37a78b719f38e907bfec 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_setSeconds_boundaryUpperLimit</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
@@ -52,7 +52,7 @@ test(function () {
     dt.setSeconds(set_secs);
     secsAfterSet = dt.getSeconds();
     assert_equals(secsAfterSet, set_secs, "upper secs could be set correctly");
-}, "Time_TZDate_setSeconds_boundaryUpperLimit");
+}, document.title);
 
 </script>
 </body>
index 9b728a4878bb6f3f63e2e08014460fa3aed56949..81dee77a42a20fb2de7ccab1662dc0a8ef13a893 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_setSeconds_invalidSeconds</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
@@ -53,7 +53,7 @@ test(function () {
     secsAfterSet = myDate.getSeconds();
 
     assert_not_equals(secsAfterSet, set_secs, "getSeconds check");
-}, "Time_TZDate_setSeconds_invalidSeconds");
+}, document.title);
 
 </script>
 </body>
index 253fed13b78d024d0815b2da1502d61cfb365d98..2622e15e98dd7670dcbe63b103410bda8ea7bf3e 100644 (file)
@@ -34,7 +34,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_setSeconds_normal</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
@@ -54,7 +54,7 @@ test(function () {
     secsAfterSet = dt.getSeconds();
 
     assert_equals(secsAfterSet, set_secs, "normal secs could be set correctly");
-}, "Time_TZDate_setSeconds_normal");
+}, document.title);
 
 </script>
 </body>
index 6e5586e688101d2ce73b5bfa3a4a3a6ce59e7e3f..298862b4aff82415cb24f99ddf7267a436fc0a6a 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_setUTCDate_abnormalDecimal</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
@@ -53,7 +53,7 @@ test(function () {
     UTCdateAfterSet = tz.getUTCDate();
 
     assert_not_equals(UTCdateAfterSet, set_UTCdate, "decimal 15.5 shouldn't be set to system UTCdate");
-}, "Time_TZDate_setUTCDate_abnormalDecimal");
+}, document.title);
 
 </script>
 </body>
index de95889d6930cae31b31a8ed63e1bc37e5c39f4a..4655b23934c9c037d2f0cdff3cb6509df87c26ec 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_setUTCDate_boundaryBiggerThanUpper</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
@@ -53,7 +53,7 @@ test(function () {
     UTCdateAfterSet = tz.getUTCDate();
 
     assert_not_equals(UTCdateAfterSet, set_UTCdate, "decimal 32 shouldn't be set to system UTCdate");
-}, "Time_TZDate_setUTCDate_boundaryBiggerThanUpper");
+}, document.title);
 
 </script>
 </body>
index 565c7a8a155e4bebe080182e318beabcc15aeda3..ecd5da1f7ef52e96059a07e6b1d9bddd31868911 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_setUTCDate_boundaryLessThanLower</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
@@ -53,7 +53,7 @@ test(function () {
     UTCdateAfterSet = tz.getUTCDate();
 
     assert_not_equals(UTCdateAfterSet, set_UTCdate, "decimal -1 shouldn't be set to system UTCdate");
-}, "Time_TZDate_setUTCDate_boundaryLessThanLower");
+}, document.title);
 
 </script>
 </body>
index 747408ca2ef19bd2a778a51a975ba7113af490d4..1bfe2e175c9d21c81783a74c8d0a0279ceec2a7f 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_setUTCDate_boundaryLowerLimit</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
@@ -54,7 +54,7 @@ test(function () {
     UTCdateAfterSet = tz.getUTCDate();
 
     assert_equals(UTCdateAfterSet, set_UTCdate, "dates should be equal");
-}, "Time_TZDate_setUTCDate_boundaryLowerLimit");
+}, document.title);
 
 </script>
 </body>
index 894ffaa118f9353ece61f907bcc83bf9e30853a8..7d7c511e264364faa0c74980d089244726098f6c 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_setUTCDate_boundaryUpperLimit</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
@@ -55,7 +55,7 @@ test(function () {
     UTCdateAfterSet = tz.getUTCDate();
 
     assert_equals(UTCdateAfterSet, set_UTCdate, "dates should be equal");
-}, "Time_TZDate_setUTCDate_boundaryUpperLimit");
+}, document.title);
 
 </script>
 </body>
index 53870259baa1f376a0f49e2f55a59150401ca717..9b88a00215aaf821eefc3f6130baec58e1b61c75 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_setUTCDate_invalidDate</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
@@ -55,7 +55,7 @@ test(function () {
     UTCdateAfterSet = tz.getUTCDate();
 
     assert_not_equals(UTCdateAfterSet, set_UTCdate, "decimal a shouldn't be set to system UTCdate");
-}, "Time_TZDate_setUTCDate_invalidDate");
+}, document.title);
 
 </script>
 </body>
index 6ad82b791e2cb554fcdc26deeafc2c99dd8e78e3..333760e1d2b7d426fd46e1211a7e913a25a9135f 100644 (file)
@@ -35,7 +35,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_setUTCDate_normal</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
@@ -55,7 +55,7 @@ test(function () {
     UTCdateAfterSet = tizenDate.getUTCDate();
 
     assert_equals(UTCdateAfterSet, set_UTCdate, "dates should be equal");
-}, "Time_TZDate_setUTCDate_normal");
+}, document.title);
 
 </script>
 </body>
index d77363821c1e11156b04d8da5dae2f57b3953a96..68116a56045b8e1e1d3579babf5de1817b3e5c1e 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_setUTCDate_notExistDayForCertainMonth</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
@@ -58,7 +58,7 @@ test(function () {
     assert_equals(yearAfterSet, set_year, "year should be set");
     assert_equals(monthAfterSet, set_month + 1, "month should be set to next one");
     assert_equals(dateAfterSet, 1, "date should be set to 1st of next month");
-}, "Time_TZDate_setUTCDate_notExistDayForCertainMonth");
+}, document.title);
 
 </script>
 </body>
index 80985bdd454f07528787834c4c78041f5cb758c1..376a76f825fa1924f1bd34f943cb2b19dff06e7a 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_setUTCDate_notExistDayForFebruaryLeapYear</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
@@ -59,7 +59,7 @@ test(function () {
     assert_equals(yearAfterSet, set_year, "year should be set");
     assert_equals(monthAfterSet, set_month + 1, "month should be the next one");
     assert_equals(dateAfterSet, 1, "date should be 1st of next month");
-}, "Time_TZDate_setUTCDate_notExistDayForFebruaryLeapYear");
+}, document.title);
 
 </script>
 </body>
index 611de63557a4bc7ec4ebf248a3c34508e1e20418..b8144c727c640d1922f61b52bfab19a0079bf4b0 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_setUTCDate_notExistDayForFebruaryNotLeapYear</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
@@ -59,7 +59,7 @@ test(function () {
     assert_equals(yearAfterSet, set_year, "year should be set");
     assert_equals(monthAfterSet, set_month + 1, "month should be the next one");
     assert_equals(dateAfterSet, 1, "day should be 1st of next month");
-}, "Time_TZDate_setUTCDate_notExistDayForFebruaryNotLeapYear");
+}, document.title);
 
 </script>
 </body>
index 9f841711428c39e900f808575b766118133d937d..09b45b15d7d9ed6cec252995c046d8f285ed7759 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_setUTCFullYear_abnormalDecimal</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
@@ -54,7 +54,7 @@ test(function () {
     yearAfterSet = tz.getUTCFullYear();
 
     assert_not_equals(yearAfterSet, set_UTCFullYear, "decimal shouldn't be set to system date's year");
-}, "Time_TZDate_setUTCFullYear_abnormalDecimal");
+}, document.title);
 
 </script>
 </body>
index 7c8659937c311d1be4d1df98947d757eefa5c820..9faa40f13d4f36c91a5848bf61f50aae412f2db8 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_setUTCFullYear_boundaryBiggerThanUpper</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
@@ -54,7 +54,7 @@ test(function () {
     yearAfterSet = tz.getUTCFullYear();
 
     assert_equals(yearAfterSet, set_UTCFullYear, "10000 should be set to system date's year");
-}, "Time_TZDate_setUTCFullYear_boundaryBiggerThanUpper");
+}, document.title);
 
 </script>
 </body>
index de455b253dd5368ae5fb79c814ec122e204929b4..f5f2b762c727f3a4287a68491d650b6ed9de0792 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_setUTCFullYear_boundaryLowerLimit</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
@@ -53,7 +53,7 @@ test(function () {
     yearAfterSet = tz.getUTCFullYear();
 
     assert_equals(yearAfterSet, set_UTCFullYear, "years should be equal");
-}, "Time_TZDate_setUTCFullYear_boundaryLowerLimit");
+}, document.title);
 
 </script>
 </body>
index 90e10febdbcf81c2e3bfaf270c34439a9094123b..66b6d4585262170da6874a621eeee62e4a029d27 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_setUTCFullYear_boundaryUpperLimit</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
@@ -53,7 +53,7 @@ test(function () {
     yearAfterSet = tz.getUTCFullYear();
 
     assert_equals(yearAfterSet, set_UTCFullYear, "year should be equal");
-}, "Time_TZDate_setUTCFullYear_boundaryUpperLimit");
+}, document.title);
 
 </script>
 </body>
index 48c3796e282232f15e797fea948e372b4fa568ab..4e9ad5f40c11bb4d89b266ca24f3cd6edfb5450c 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_setUTCFullYear_invalidCharYear</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
@@ -54,7 +54,7 @@ test(function () {
     yearAfterSet = tz.getUTCFullYear();
 
     assert_not_equals(yearAfterSet, set_UTCFullYear, "a shouldn't be set to system date's year");
-}, "Time_TZDate_setUTCFullYear_invalidCharYear");
+}, document.title);
 
 </script>
 </body>
index 098214b604880c0c1442ce5dde1c1bfa6f4f9a9b..00c7c4e340395d797e3483dcb1021ba9a69d09d0 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_setUTCFullYear_invalidYear</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
@@ -53,8 +53,8 @@ test(function () {
     tz.setUTCFullYear(set_UTCFullYear);
     yearAfterSet = tz.getUTCFullYear();
 
-    assert_not_equals(yearAfterSet, set_UTCFullYear,"getUTCFullYear check");
-}, "Time_TZDate_setUTCFullYear_invalidYear");
+    assert_not_equals(yearAfterSet, set_UTCFullYear, "getUTCFullYear check");
+}, document.title);
 
 </script>
 </body>
index 2afb69c52b93c765e4bbb2665868c362d8a772b5..12082220595cdb7f5998a37817db229c22a3e517 100644 (file)
@@ -34,7 +34,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_setUTCFullYear_normal</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
@@ -54,7 +54,7 @@ test(function () {
     yearAfterSet = dt.getUTCFullYear();
 
     assert_equals(yearAfterSet, set_UTCFullYear, "years should be equal");
-}, "Time_TZDate_setUTCFullYear_normal");
+}, document.title);
 
 </script>
 </body>
index 36edc6794840eba022bb05f1b8658e56f4df1cc3..28fea38b9ec96d707c9d99a960e2b5b01427d0a7 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_setUTCHours_abnormalDecimal</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="./support/time_common.js"></script>
 </head>
 
@@ -55,7 +55,7 @@ test(function () {
     UTCHoursAfterSet = tz.getUTCHours();
 
     assert_not_equals(UTCHoursAfterSet, set_UTCHours, "decimal shouldn't be set to system's UTCHour");
-}, "Time_TZDate_setUTCHours_abnormalDecimal");
+}, document.title);
 
 </script>
 </body>
index ee379d9be4f009d182824f5535a9312b1187af52..d579d10f399751179792fb0a25de29df2799195e 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_setUTCHours_boundaryBiggerThanUpper</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
@@ -53,8 +53,8 @@ test(function () {
     tz.setUTCHours(set_UTCHours);
     UTCHoursAfterSet = tz.getUTCHours();
 
-    assert_not_equals(UTCHoursAfterSet,set_UTCHours,"24 shouldn't be set to system's UTCHour");
-}, "Time_TZDate_setUTCHours_boundaryBiggerThanUpper");
+    assert_not_equals(UTCHoursAfterSet, set_UTCHours, "24 shouldn't be set to system's UTCHour");
+}, document.title);
 
 </script>
 </body>
index a00ad105f33a25c46468147d3ad940401ef955c1..cc1a7abb1b862370a747bd5d78e368ae1478fca2 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_setUTCHours_boundaryLessThanLower</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
@@ -54,7 +54,7 @@ test(function () {
     UTCHoursAfterSet = tz.getUTCHours();
 
     assert_not_equals(UTCHoursAfterSet, set_UTCHours, "-1 shouldn't be set to system's UTCHour");
-}, "Time_TZDate_setUTCHours_boundaryLessThanLower");
+}, document.title);
 
 </script>
 </body>
index f9662d225c21c442555be52731c4dab24d7338c6..e0f339568c818ab2a5fa5c579110a2ad17ecac0a 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_setUTCHours_boundaryLowerLimit</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
@@ -53,7 +53,7 @@ test(function () {
     UTCHoursAfterSet = tz.getUTCHours();
 
     assert_equals(UTCHoursAfterSet, set_UTCHours, "hours should be equal");
-}, "Time_TZDate_setUTCHours_boundaryLowerLimit");
+}, document.title);
 
 </script>
 </body>
index a1cb3a8a4cc651c0924a57db5ab209c0f8f3067a..18fda4fd8d215f86d12279faa7db407f5e98dce1 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_setUTCHours_boundaryUpperLimit</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
@@ -53,7 +53,7 @@ test(function () {
     UTCHoursAfterSet = tz.getUTCHours();
 
     assert_equals(UTCHoursAfterSet, set_UTCHours, "hours should be equal");
-}, "Time_TZDate_setUTCHours_boundaryUpperLimit");
+}, document.title);
 
 </script>
 </body>
index 181b574dc5d03ec7755a0ef116510c42d7b813ce..421e25575fbc5b8d89abf4f8e668d75b5bdae690 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_setUTCHours_invalidHours</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
@@ -54,7 +54,7 @@ test(function () {
     UTCHoursAfterSet = tz.getUTCHours();
 
     assert_not_equals(UTCHoursAfterSet, set_UTCHours, "abcd shouldn't be set to system's UTCHour");
-}, "Time_TZDate_setUTCHours_invalidHours");
+}, document.title);
 
 </script>
 </body>
index 8c7846399f899c2fa465a3b4bdecf59e1aaa979d..491d66f99713c16fdf7e19f45f4d93abfcc347bf 100644 (file)
@@ -34,7 +34,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_setUTCHours_normal</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
@@ -54,7 +54,7 @@ test(function () {
     UTCHoursAfterSet = dt.getUTCHours();
 
     assert_equals(UTCHoursAfterSet, set_UTCHours, "hours should be equal");
-}, "Time_TZDate_setUTCHours_normal");
+}, document.title);
 
 </script>
 </body>
index 8df0a744df0dcbf8003a56328db806a554af474e..7e9ecc6cbc6fd43c52e604af085944e2e2bfd137 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_setUTCMilliseconds_abnormalDecimal</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
@@ -54,7 +54,7 @@ test(function () {
     UTCMsAfterSet = tz.getUTCMilliseconds();
 
     assert_not_equals(UTCMsAfterSet, set_UTCMs, "decimal shouldn't be set to system's UTCMs");
-}, "Time_TZDate_setUTCMilliseconds_abnormalDecimal");
+}, document.title);
 
 </script>
 </body>
index 5812d399b5084c6f8232cc2393a5da5f41fd4717..11d1e8f68a3049254f8c11b6596dfc789a130038 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_setUTCMilliseconds_boundaryBiggerThanUpper</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
@@ -54,7 +54,7 @@ test(function () {
     UTCMsAfterSet = tz.getUTCMilliseconds();
 
     assert_not_equals(UTCMsAfterSet, set_UTCMs, "1000 shouldn't be set to system's UTCMs");
-}, "Time_TZDate_setUTCMilliseconds_boundaryBiggerThanUpper");
+}, document.title);
 
 </script>
 </body>
index cc218407d0b15661d3aa548a471d4e130adb18f3..c13b43244db8042ea60fb08768a56542bc365acd 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_setUTCMilliseconds_boundaryLessThanLower</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
@@ -54,7 +54,7 @@ test(function () {
     UTCMsAfterSet = tz.getUTCMilliseconds();
 
     assert_not_equals(UTCMsAfterSet, set_UTCMs, "-1 shouldn't be set to system's UTCMs");
-}, "Time_TZDate_setUTCMilliseconds_boundaryLessThanLower");
+}, document.title);
 
 </script>
 </body>
index dbd0b51fc35da15d47b2ef9e1e85c39454bdc419..4218f22cee97ac7094794e14d3efe3dcf72df991 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_setUTCMilliseconds_boundaryLowerLimit</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
@@ -53,7 +53,7 @@ test(function () {
     UTCMsAfterSet = tz.getUTCMilliseconds();
 
     assert_equals(UTCMsAfterSet, set_UTCMs, "milliseconds should be equal");
-}, "Time_TZDate_setUTCMilliseconds_boundaryLowerLimit");
+}, document.title);
 
 </script>
 </body>
index d40838ad0403ba4aa146783678c64ea3fdd7e6e0..09da3a72b5a5cd6f11bbae13a7cc37f8b259c500 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_setUTCMilliseconds_boundaryUpperLimit</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
@@ -53,7 +53,7 @@ test(function () {
     UTCMsAfterSet = tz.getUTCMilliseconds();
 
     assert_equals(UTCMsAfterSet, set_UTCMs, "milliseconds should be equal");
-}, "Time_TZDate_setUTCMilliseconds_boundaryUpperLimit");
+}, document.title);
 
 </script>
 </body>
index b4c54c74ec050a379b761b68b747bd5d03d2a982..ebf0aaff5dad7fe1c141c85b5db1d3a8a1addcec 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_setUTCMilliseconds_invalidMilliseconds</title>
-<script type="text/javascript" src="../resources/unitcommon.js">X</script>
+<script type="text/javascript" src="support/unitcommon.js">X</script>
 </head>
 
 <body>
@@ -54,7 +54,7 @@ test(function () {
     UTCMsAfterSet = tz.getUTCMilliseconds();
 
     assert_not_equals(UTCMsAfterSet, set_UTCMs, "abcd shouldn't be set to system's UTCMs");
-}, "Time_TZDate_setUTCMilliseconds_invalidMilliseconds");
+}, document.title);
 
 </script>
 </body>
index a7556aa649be1ca440dadacf999467f70e9ee805..0446081e7f4b0ffeabc0266761f47026da304796 100644 (file)
@@ -34,7 +34,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_setUTCMilliseconds_normal</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="./support/time_common.js"></script>
 </head>
 
@@ -55,7 +55,7 @@ test(function () {
     UTCMsAfterSet = dt.getUTCMilliseconds();
 
     assert_equals(UTCMsAfterSet, set_UTCMs, "getUTCMilliseconds check");
-}, "Time_TZDate_setUTCMilliseconds_normal");
+}, document.title);
 
 </script>
 </body>
index 904c7523a92f6827a1be56ecb2e05f5b1a167540..701c4993bb53c8894f576fc3fe10e68708668dd4 100644 (file)
@@ -33,14 +33,14 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_setUTCMinutes_abnormalDecimal</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: Time_TZDate_setUTCMinutes_abnormalDecimal
-//==== LABEL Time_TZDate_setUTCMinutes_abnormalDecimal
+//==== LABEL Check if TZDate.setUTCMinutes() called with decimal don't set the milliseconds
 //==== PRIORITY P2
 //==== SPEC Tizen Web API:System:Time:TZDate:setUTCMinutes M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
@@ -54,8 +54,8 @@ test(function () {
     myDate = new Date();
     UTCMinsAfterSet  = myDate.getUTCMinutes();
 
-    assert_not_equals(UTCMinsAfterSet,set_UTCMins,"decimal shouldn't be set to system's UTCMinute");
-}, "");
+    assert_not_equals(UTCMinsAfterSet, set_UTCMins, "decimal shouldn't be set to system's UTCMinute");
+}, document.title);
 
 </script>
 </body>
index aaa14e5b4b635ca5f7c8dccb75949451d2cdd58e..f1d6cee09a686a675d3fc8e8cc970ec14212b6c3 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_setUTCMinutes_boundaryBiggerThanUpper</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
@@ -55,7 +55,7 @@ test(function () {
     UTCMinsAfterSet  = myDate.getUTCMinutes();
 
     assert_not_equals(UTCMinsAfterSet, set_UTCMins, "60 shouldn't be set to system's UTCMinute");
-}, "Time_TZDate_setUTCMinutes_boundaryBiggerThanUpper");
+}, document.title);
 
 </script>
 </body>
index c07789cdb3eb639009a8ab25e4c910a8320b5bd9..06b797f5ef89f8378599d733fa403d960e0286d3 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_setUTCMinutes_boundaryLessThanLower</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
@@ -55,7 +55,7 @@ test(function () {
     UTCMinsAfterSet  = myDate.getUTCMinutes();
 
     assert_not_equals(UTCMinsAfterSet, set_UTCMins, "getUTCMinutes check");
-}, "Time_TZDate_setUTCMinutes_boundaryLessThanLower");
+}, document.title);
 
 </script>
 </body>
index 68f33427f00bd176790d168376221f08dcb136ab..8e0f6897ee8506d6a5fea5f64f0132842fb59e7b 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_setUTCMinutes_boundaryLowerLimit</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
@@ -53,7 +53,7 @@ test(function () {
     UTCMinsAfterSet  = tz.getUTCMinutes();
 
     assert_equals(UTCMinsAfterSet, set_UTCMins, "Lower limit UTCMinutes 0 could be set correctly");
-}, "Time_TZDate_setUTCMinutes_boundaryLowerLimit");
+}, document.title);
 
 </script>
 </body>
index fe4698b6f4a2c1816641b7ffbcc08e045bba6fc6..6978e468b7476f6eb193314c43d17a6ef37fde4a 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_setUTCMinutes_boundaryUpperLimit</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
@@ -53,7 +53,7 @@ test(function () {
     UTCMinsAfterSet  = tz.getUTCMinutes();
 
     assert_equals(UTCMinsAfterSet, set_UTCMins, "uppeer limit UTCMinutes 59 could be set correctly");
-}, "Time_TZDate_setUTCMinutes_boundaryUpperLimit");
+}, document.title);
 
 </script>
 </body>
index faab0c29a0a520de1791f53a324ade8527b9ac28..3c92af4b8ca877b823921848f5fb6e740a361a47 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_setUTCMinutes_invalidMinutes</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
@@ -54,7 +54,7 @@ test(function () {
     UTCMinsAfterSet = tz.getUTCMinutes();
 
     assert_not_equals(UTCMinsAfterSet, set_UTCMins, "Invalid value ab shouldn't be set to system's UTCMinute");
-}, "Time_TZDate_setUTCMinutes_invalidMinutes");
+}, document.title);
 
 </script>
 </body>
index 54000c8ac28b2905c632eeb9a452ba5146a46659..8592d472373e8b66a1e34bf7c94e3b92e03dcfb3 100644 (file)
@@ -34,7 +34,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_setUTCMinutes_normal</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 </head>
 
 <body>
@@ -54,7 +54,7 @@ test(function () {
     UTCMinsAfterSet  = dt.getUTCMinutes();
 
     assert_equals(UTCMinsAfterSet, set_UTCMins, "minutes should be equal");
-}, "Time_TZDate_setUTCMinutes_normal");
+}, document.title);
 
 </script>
 </body>
index 02756f322d3d2e9b1ed93d98b25443928dcc4f74..7b60b06992890832c56f9fb74cda9ba417e6286f 100644 (file)
@@ -40,7 +40,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: Time_TZDate_setUTCMonth_abnormalDecimal
-//==== LABEL Time_TZDate_setUTCMonth_abnormalDecimal
+//==== LABEL Check if TZDate.setUTCMonth() called with decimal don't set the milliseconds
 //==== PRIORITY P2
 //==== SPEC Tizen Web API:System:Time:TZDate:setUTCMonth M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
@@ -50,8 +50,8 @@ test(function () {
     tz = tizen.time.getCurrentDateTime();
     tz.setUTCMonth(set_UTCMonth);
     UTCMonthAfterSet = tz.getUTCMonth();
-    assert_not_equals(UTCMonthAfterSet,set_UTCMonth,"Invalid UTCMonth 5.5 shouldn't be set to system's UTCMonth");
-});
+    assert_not_equals(UTCMonthAfterSet, set_UTCMonth, "Invalid UTCMonth 5.5 shouldn't be set to system's UTCMonth");
+}, document.title);
 
 </script>
 </body>
index b8a87f18985e958e9955c4ef8f01e304dd18895a..83c5c75623dcd48c6d52d926c5325948a62c0599 100644 (file)
@@ -40,7 +40,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: Time_TZDate_setUTCMonth_boundaryBiggerThanUpper
-//==== LABEL Time_TZDate_setUTCMonth_boundaryBiggerThanUpper
+//==== LABEL Check if TZDate.setUTCMonth() called with value greater than upper limit don't set the minutes
 //==== PRIORITY P2
 //==== SPEC Tizen Web API:System:Time:TZDate:setUTCMonth M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
@@ -49,8 +49,8 @@ test(function () {
     var set_UTCMonth = 12, tz = tizen.time.getCurrentDateTime(), UTCMonthAfterSet;
     tz.setUTCMonth(set_UTCMonth);
     UTCMonthAfterSet = tz.getUTCMonth();
-    assert_not_equals(UTCMonthAfterSet,set_UTCMonth,"Invalid UTCMonth 12 shouldn't be set to system's UTCMonth");
-});
+    assert_not_equals(UTCMonthAfterSet, set_UTCMonth, "Invalid UTCMonth 12 shouldn't be set to system's UTCMonth");
+}, document.title);
 
 </script>
 </body>
index d1f8cddf405aa1e39ef4dc5fe556a5fa63e89d9f..9ed19b0b1281982afc830f6b4d8ec23167f4c40c 100644 (file)
@@ -40,7 +40,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: Time_TZDate_setUTCMonth_boundaryLessThanLower
-//==== LABEL Time_TZDate_setUTCMonth_boundaryLessThanLower
+//==== LABEL Check if TZDate.setUTCMonth() called with number less than lower boundary doesn't set the date
 //==== PRIORITY P2
 //==== SPEC Tizen Web API:System:Time:TZDate:setUTCMonth M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
@@ -50,8 +50,8 @@ test(function () {
     tz = tizen.time.getCurrentDateTime();
     tz.setUTCMonth(set_UTCMonth);
     UTCMonthAfterSet = tz.getUTCMonth();
-    assert_not_equals(UTCMonthAfterSet,set_UTCMonth,"Invalid UTCMonth -1 shouldn't be set to system's UTCMonth");
-});
+    assert_not_equals(UTCMonthAfterSet, set_UTCMonth, "Invalid UTCMonth -1 shouldn't be set to system's UTCMonth");
+}, document.title);
 
 </script>
 </body>
index cbee06dab0e8bbf68693131e184044e7975556ab..d7ab80c2b12d61d5e16d305413954dcc0a6eb81f 100644 (file)
@@ -40,7 +40,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: Time_TZDate_setUTCMonth_boundaryLowerLimit
-//==== LABEL Time_TZDate_setUTCMonth_boundaryLowerLimit
+//==== LABEL Check if TZDate.setUTCMonth() called with lowest value possible works properly
 //==== PRIORITY P2
 //==== SPEC Tizen Web API:System:Time:TZDate:setUTCMonth M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
@@ -50,8 +50,8 @@ test(function () {
     tz = tizen.time.getCurrentDateTime();
     tz.setUTCMonth(set_UTCMonth);
     UTCMonthAfterSet = tz.getUTCMonth();
-    assert_equals(UTCMonthAfterSet,set_UTCMonth,"Lower limit 0 UTCMonth could be set correctly");
-});
+    assert_equals(UTCMonthAfterSet, set_UTCMonth, "Lower limit 0 UTCMonth could be set correctly");
+}, document.title);
 
 </script>
 </body>
index a0c765aaee641b03336f2ad9d12324e981d2db31..21788bfea483599cf83f90eb874d64d2c525ac1e 100644 (file)
@@ -40,7 +40,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: Time_TZDate_setUTCMonth_boundaryUpperLimit
-//==== LABEL Time_TZDate_setUTCMonth_boundaryUpperLimit
+//==== LABEL Check if TZDate.setUTCMonth() called with highest value possible works properly
 //==== PRIORITY P2
 //==== SPEC Tizen Web API:System:Time:TZDate:setUTCMonth M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
@@ -50,8 +50,8 @@ test(function () {
     tz = tizen.time.getCurrentDateTime();
     tz.setUTCMonth(set_UTCMonth);
     UTCMonthAfterSet = tz.getUTCMonth();
-    assert_equals(UTCMonthAfterSet,set_UTCMonth,"upper limit 11 UTCMonth could be set correctly");
-});
+    assert_equals(UTCMonthAfterSet, set_UTCMonth, "upper limit 11 UTCMonth could be set correctly");
+}, document.title);
 
 </script>
 </body>
index e3af423da3b65a1118c21d641fd3f8a616357b39..a6629c90c461f4f58bdc39097e133ab8eb81ff5d 100644 (file)
@@ -40,7 +40,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: Time_TZDate_setUTCMonth_invalidMonth
-//==== LABEL Time_TZDate_setUTCMonth_invalidMonth
+//==== LABEL Check if TZDate.setUTCMonth() called with invalid string argument don't set the month
 //==== PRIORITY P2
 //==== SPEC Tizen Web API:System:Time:TZDate:setUTCMonth M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
@@ -51,8 +51,8 @@ test(function () {
     tz.setUTCMonth(set_UTCMonth);
     UTCMonthAfterSet = tz.getUTCMonth();
 
-    assert_not_equals(UTCMonthAfterSet, set_UTCMonth,"Invalid UTCMonth 0100 shouldn't be set to system's UTCMonth");
-});
+    assert_not_equals(UTCMonthAfterSet, set_UTCMonth, "Invalid UTCMonth 0100 shouldn't be set to system's UTCMonth");
+}, document.title);
 
 </script>
 </body>
index 1aa3e1587d9ded3f890b29c4c2759f6e70e64012..6692fc6ac9aa66892034f77a02c7c313ee53b16b 100644 (file)
@@ -41,7 +41,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: Time_TZDate_setUTCMonth_normal
-//==== LABEL Time_TZDate_setUTCMonth_normal
+//==== LABEL Check if TZDate.setUTCMonth() works properly
 //==== SPEC Tizen Web API:System:Time:TZDate:setUTCMonth M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MMINA
@@ -50,8 +50,8 @@ test(function () {
     dt = tizen.time.getCurrentDateTime();
     dt.setUTCMonth(set_UTCMonth);
     UTCMonthAfterSet = dt.getUTCMonth();
-    assert_equals(UTCMonthAfterSet,set_UTCMonth,"normal UTCMonth could be set correctly");
-});
+    assert_equals(UTCMonthAfterSet, set_UTCMonth, "normal UTCMonth could be set correctly");
+}, document.title);
 
 </script>
 </body>
index f2c65098002886ad1c8649f09d596078a7630523..ea4848d8e37ecc1f8d3d9699d998ec6dd2ce321a 100644 (file)
@@ -40,7 +40,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: Time_TZDate_setUTCSeconds_abnormalDecimal
-//==== LABEL Time_TZDate_setUTCSeconds_abnormalDecimal
+//==== LABEL Check if TZDate.setUTCSeconds() called with decimal don't set the milliseconds
 //==== PRIORITY P2
 //==== SPEC Tizen Web API:System:Time:TZDate:setUTCSeconds M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
@@ -51,7 +51,7 @@ test(function () {
     tz.setUTCSeconds(set_UTCSecs);
     UTCSecsAfterSet = tz.getUTCSeconds();
     assert_not_equals(UTCSecsAfterSet, set_UTCSecs, "decimal shouldn't be set to system's UTCSeconds");
-});
+}, document.title);
 
 </script>
 </body>
index d0c6dd908385d8fb9b98a93c73aee66c82707598..161eb429806b8c18a6cc99e83e70f0f581572096 100644 (file)
@@ -40,18 +40,18 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: Time_TZDate_setUTCSeconds_boundaryBiggerThanUpper
-//==== LABEL Time_TZDate_setUTCSeconds_boundaryBiggerThanUpper
+//==== LABEL Check if TZDate.setUTCSeconds() called with value greater than upper limit don't set the minutes
 //==== PRIORITY P2
 //==== SPEC Tizen Web API:System:Time:TZDate:setUTCSeconds M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA
 test(function () {
     var set_UTCSecs = 59, UTCSecsAfterSet,
-         tz = tizen.time.getCurrentDateTime();
+        tz = tizen.time.getCurrentDateTime();
     tz.setUTCSeconds(set_UTCSecs);
     UTCSecsAfterSet = tz.getUTCSeconds();
     assert_equals(UTCSecsAfterSet, set_UTCSecs, "BiggerThanUpper boundary value 60 shouldn't be set to system's UTCSeconds");
-});
+}, document.title);
 
 </script>
 </body>
index 16b1ab4edb48b9bd5a3aec45b805dde1adf34d26..93bdd3f20d89bedacbc82ac448cb59a5e36b03c9 100644 (file)
@@ -40,7 +40,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: Time_TZDate_setUTCSeconds_boundaryLessThanLower
-//==== LABEL Time_TZDate_setUTCSeconds_boundaryLessThanLower
+//==== LABEL Check if TZDate.setUTCSeconds() called with number less than lower boundary doesn't set the date
 //==== PRIORITY P2
 //==== SPEC Tizen Web API:System:Time:TZDate:setUTCSeconds M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
@@ -50,8 +50,8 @@ test(function () {
     tizen.time.getCurrentDateTime().setUTCSeconds(set_UTCSecs);
     myDate = new Date();
     UTCSecsAfterSet = myDate.getUTCSeconds();
-    assert_not_equals(UTCSecsAfterSet,set_UTCSecs,"LessThanLower boundary value -1 shouldn't be set to system's UTCSeconds");
-});
+    assert_not_equals(UTCSecsAfterSet, set_UTCSecs, "LessThanLower boundary value -1 shouldn't be set to system's UTCSeconds");
+}, document.title);
 
 </script>
 </body>
index 5d4f484ff45a0901112f7b326967848ac80857ee..c01ffcac3e42691da692e997af69cbb8cb58242e 100644 (file)
@@ -32,7 +32,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_setUTCSeconds_boundaryLowerLimit</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -40,7 +40,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: Time_TZDate_setUTCSeconds_boundaryLowerLimit
-//==== LABEL Time_TZDate_setUTCSeconds_boundaryLowerLimit
+//==== LABEL Check if TZDate.setUTCSeconds() called with lowest value possible works properly
 //==== PRIORITY P2
 //==== SPEC Tizen Web API:System:Time:TZDate:setUTCSeconds M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
@@ -51,8 +51,8 @@ test(function () {
     tz.setUTCSeconds(0);
     UTCSecsAfterSet = tz.getUTCSeconds();
     assert_equals(UTCSecsAfterSet, set_UTCSecs, "Lower limit UTCSecs 0 could be set correctly");
-    assert_type(UTCSecsAfterSet, "number", "type check");
-});
+    assert_type(UTCSecsAfterSet, "long", "type check");
+}, document.title);
 
 </script>
 </body>
index 7cb09d6eca50239d14e25c9401ba8a054d6ff35c..0ff9c23683cecdb40348b6c53e91f85a24fc4485 100644 (file)
@@ -32,7 +32,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_setUTCSeconds_boundaryUpperLimit</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -40,7 +40,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: Time_TZDate_setUTCSeconds_boundaryUpperLimit
-//==== LABEL Time_TZDate_setUTCSeconds_boundaryUpperLimit
+//==== LABEL Check if TZDate.setUTCSeconds() called with highest value possible works properly
 //==== PRIORITY P2
 //==== SPEC Tizen Web API:System:Time:TZDate:setUTCSeconds M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
@@ -51,8 +51,8 @@ test(function () {
     tz.setUTCSeconds(59);
     UTCSecsAfterSet = tz.getUTCSeconds();
     assert_equals(UTCSecsAfterSet, set_UTCSecs, "upper limit UTCSecs 59 could be set correctly");
-    assert_type(UTCSecsAfterSet, "number", "type check");
-});
+    assert_type(UTCSecsAfterSet, "long", "type check");
+}, document.title);
 
 </script>
 </body>
index 4154d46aba3667ceabcdec6c65fc3f1e2c0b53db..17fd5eca279572bdd3fbf23f578c9e4199fe5e0f 100644 (file)
@@ -32,7 +32,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_setUTCSeconds_invalidSeconds</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -40,7 +40,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: Time_TZDate_setUTCSeconds_invalidSeconds
-//==== LABEL Time_TZDate_setUTCSeconds_invalidSeconds
+//==== LABEL Check if TZDate.setUTCSeconds() called with invalid string argument don't set the seconds
 //==== PRIORITY P2
 //==== SPEC Tizen Web API:System:Time:TZDate:setUTCSeconds M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
@@ -51,8 +51,8 @@ test(function () {
     tz.setUTCSeconds(set_UTCSecs);
     UTCSecsAfterSet = tz.getUTCSeconds();
     assert_not_equals(UTCSecsAfterSet, set_UTCSecs, "Invalid UTCSeconds abc01 shouldn't be set to system's UTCSeconds");
-    assert_type(UTCSecsAfterSet, "number", "type check");
-});
+    assert_type(UTCSecsAfterSet, "long", "type check");
+}, document.title);
 
 </script>
 </body>
index 14d7545e79330fbede2e98e421c7f5107152ef85..e991a3ce781adf52ca95917cde03787f78ca7b78 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_setUTCSeconds_normal</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -41,7 +41,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: Time_TZDate_setUTCSeconds_normal
-//==== LABEL Time_TZDate_setUTCSeconds_normal
+//==== LABEL Check if TZDate.setUTCSeconds() works properly
 //==== SPEC Tizen Web API:System:Time:TZDate:setUTCSeconds M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MMINA
@@ -51,8 +51,8 @@ test(function () {
     dt.setUTCSeconds(set_UTCSecs);
     UTCSecsAfterSet = dt.getUTCSeconds();
     assert_equals(UTCSecsAfterSet, set_UTCSecs, "normal UTCSecs could be set correctly");
-    assert_type(UTCSecsAfterSet, "number", "type check");
-});
+    assert_type(UTCSecsAfterSet, "long", "type check");
+}, document.title);
 
 </script>
 </body>
index fa0257f3869eda17b24f592df91c621f98aaa38e..36056302207eafde2d544579e7bb247f344177f7 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_toDateString</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -41,7 +41,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: Time_TZDate_toDateString
-//==== LABEL Time_TZDate_toDateString
+//==== LABEL Check if TZDate::ToDateString() method returns string
 //==== PRIORITY P0
 //==== SPEC Tizen Web API:System:Time:TZDate:toDateString M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
@@ -51,7 +51,7 @@ test(function () {
     dateS = tz.toDateString();
     assert_not_equals(dateS, null, "null check");
     assert_type(dateS, "string", "type check");
-});
+}, document.title);
 
 </script>
 </body>
index ee064ce23e3bd7067b68d4778f946bb2ef51ef91..a2399a7805eebee395306dabfde69de7af73acf9 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_toLocaleDateString</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -41,7 +41,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: Time_TZDate_toLocaleDateString
-//==== LABEL Time_TZDate_toLocaleDateString
+//==== LABEL Check if TZDate::ToLocaleDateString() method returns string
 //==== SPEC Tizen Web API:System:Time:TZDate:toLocaleDateString M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MNA MR
@@ -50,7 +50,7 @@ test(function () {
     ldateS = tz.toLocaleDateString();
     assert_not_equals(ldateS, null, "null check");
     assert_type(ldateS, "string", "type check");
-});
+}, document.title);
 
 </script>
 </body>
index c8aa21f429586cb6d96ae072d38e6b5b719757c8..665f137cc008da99ddabd0049ea39273636529c2 100644 (file)
@@ -34,7 +34,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_toLocaleString</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -42,7 +42,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: Time_TZDate_toLocaleString
-//==== LABEL Time_TZDate_toLocaleString
+//==== LABEL Check if TZDate::ToLocaleString() method returns string
 //==== SPEC Tizen Web API:System:Time:TZDate:toLocaleString M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MNA MR
@@ -51,7 +51,7 @@ test(function () {
     localS = tz.toLocaleString();
     assert_not_equals(localS, null, "null check");
     assert_type(localS, "string", "type check");
-});
+}, document.title);
 
 </script>
 </body>
index e0b29a7806a7bc525ee4cfaea739e03fcdba732d..b6748df7b4ec4f1963b6600d610aa77c36095714 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_toLocaleTimeString</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -41,7 +41,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: Time_TZDate_toLocaleTimeString
-//==== LABEL Time_TZDate_toLocaleTimeString
+//==== LABEL Check if TZDate::ToLocaleTimeString() method returns string
 //==== SPEC Tizen Web API:System:Time:TZDate:toLocaleTimeString M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MNA MR
@@ -50,7 +50,7 @@ test(function () {
     ltimeS = tz.toLocaleTimeString();
     assert_not_equals(ltimeS, null, "null check");
     assert_type(ltimeS, "string", "type check");
-});
+}, document.title);
 
 </script>
 </body>
index 2bf41e9434c6997dc4113c94b9af1a3c59f92946..f757969d68070127c28ff44582f605afd1e0da4a 100644 (file)
@@ -34,7 +34,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_toString</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -42,7 +42,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: Time_TZDate_toString
-//==== LABEL Time_TZDate_toString
+//==== LABEL Check if TZDate::ToString() method returns string
 //==== SPEC Tizen Web API:System:Time:TZDate:toString M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MNA MR
@@ -51,7 +51,7 @@ test(function () {
     toS = tz.toString();
     assert_not_equals(toS, null, "null check");
     assert_type(toS, "string", "type check");
-});
+}, document.title);
 
 </script>
 </body>
index 264458c7f81f3d9db0aedbd8abc9ffff0bd7c7f3..d32ecf08f0e35be886d83cbd892afbba7f65a86b 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_toTimeString</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -41,7 +41,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: Time_TZDate_toTimeString
-//==== LABEL Time_TZDate_toTimeString
+//==== LABEL Check if TZDate::ToTimeString() method returns string
 //==== SPEC Tizen Web API:System:Time:TZDate:toTimeString M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MNA MR
@@ -50,7 +50,7 @@ test(function () {
     timeS = tz.toTimeString();
     assert_not_equals(timeS, null, "null check");
     assert_type(timeS, "string", "type check");
-});
+}, document.title);
 
 </script>
 </body>
index 25f93be864f1fa9ca7d83606abb2c33a1487f0b4..1a1d417fb12d0913a267a097d0a2d92480734213 100644 (file)
@@ -34,7 +34,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_toTimezone</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -42,7 +42,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: Time_TZDate_toTimezone
-//==== LABEL Time_TZDate_toTimezone
+//==== LABEL Check if TZDate::toTimezone() method returns string
 //==== SPEC Tizen Web API:System:Time:TZDate:toTimezone M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MMINA MR
@@ -51,7 +51,7 @@ test(function () {
     tz = tizen.time.getCurrentDateTime().toTimezone(tzID);
     assert_equals(tz.getTimezone(), tzID, "check getTimezone");
     assert_type(tz.getTimezone(), "string", "type check");
-}, "Time_TZDate_toTimezone");
+}, document.title);
 
 </script>
 </body>
index 997255bb1e0393bbef2286bb681ce6fa559f51f0..061c5653c692113d17fbb60232435c97a98a1fe9 100644 (file)
@@ -32,7 +32,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_toTimezone_invalid</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -40,18 +40,18 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: Time_TZDate_toTimezone_invalid
-//==== LABEL Time_TZDate_toTimezone_invalid
+//==== LABEL Check if TZDate::toTimezone(invalid) method reports error
 //==== PRIORITY P2
 //==== SPEC Tizen Web API:System:Time:TZDate:toTimezone M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA
 test(function () {
     var tzid, timezone;
-    assert_throws({ name: INVALID_VALUES_ERR }, function () {
+    assert_throws(INVALID_VALUES_EXCEPTION, function () {
         tzid = "ab";
         timezone = tizen.time.getCurrentDateTime().toTimezone(tzid);
     });
-}, "Time_TZDate_toTimezone_invalid");
+}, document.title);
 
 </script>
 </body>
index 48d049fd59f5f14e2211cc750ed66321b45718b9..1b1ea02400ec408f461682d0d67799e68eb91080 100644 (file)
@@ -32,7 +32,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_toTimezone_null</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -40,18 +40,18 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: Time_TZDate_toTimezone_null
-//==== LABEL Time_TZDate_toTimezone_null
+//==== LABEL Check if TZDate::toTimezone(null) method reports error
 //==== PRIORITY P2
 //==== SPEC Tizen Web API:System:Time:TZDate:toTimezone M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA
 test(function () {
     var tzid, timezone;
-    assert_throws({ name: INVALID_VALUES_ERR }, function () {
+    assert_throws(INVALID_VALUES_EXCEPTION, function () {
         tzid = null;
         timezone = tizen.time.getCurrentDateTime().toTimezone(tzid);
     });
-}, "Time_TZDate_toTimezone_null");
+}, document.title);
 
 </script>
 </body>
index 261f087e11d9a0053bd23cb537680de3770fd090..3097a84f88f6cb324aa4d23190fbaaa20a980e37 100644 (file)
@@ -34,7 +34,7 @@ Authors:
 <html>
 <head>
 <title>Time_TZDate_toUTC</title>
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -42,7 +42,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: Time_TZDate_toUTC
-//==== LABEL Time_TZDate_toUTC
+//==== LABEL Check if TZDate::toUTC() method returns string
 //==== SPEC Tizen Web API:System:Time:TZDate:toUTC M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
 //==== TEST_CRITERIA MNA MR
@@ -59,10 +59,10 @@ test(function () {
     assert_equals(utzd, exp_ud, "day check");
     assert_equals(utzy, exp_uy, "year check");
     assert_equals(utzm, exp_um, "month check");
-    assert_type(utzd, "number", "type getUTCDate check");
-    assert_type(utzy, "number", "type getUTCFullYear check");
-    assert_type(utzm, "number", "type getUTCMonth check");
-}, "Time_TZDate_toUTC");
+    assert_type(utzd, "long", "type getUTCDate check");
+    assert_type(utzy, "long", "type getUTCFullYear check");
+    assert_type(utzm, "long", "type getUTCMonth check");
+}, document.title);
 
 </script>
 </body>
index 453c93449bce628e8ac518818886e2ca0a4e7bbd..06b16859ae9e4e8f32d655cf494e47fb9bd5a133 100644 (file)
@@ -24,7 +24,7 @@ Authors:
 <head>
 <title>Time_in_tizen</title>
 <meta charset="utf-8">
-<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/unitcommon.js"></script>
 <script type="text/javascript" src="support/time_common.js"></script>
 </head>
 
@@ -32,7 +32,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: Time_in_tizen
-//==== LABEL: check attribute time
+//==== LABEL Check existent and type attribute time
 //==== PRIORITY: P3
 //==== SPEC: Tizen Web API:System:Time:TimeUtil:TimeUtil U
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html
@@ -40,7 +40,7 @@ Authors:
 test(function () {
     assert_true("time" in tizen, "No time in tizen.");
     check_readonly(tizen, "time", tizen.time, "object", "Tizen");
-}, "Time_in_tizen");
+}, document.title);
 
 </script>
 </body>
diff --git a/tct-time-tizen-tests/time/support/unitcommon.js b/tct-time-tizen-tests/time/support/unitcommon.js
new file mode 100644 (file)
index 0000000..9f972c1
--- /dev/null
@@ -0,0 +1,559 @@
+/*
+
+Copyright (c) 2013 Samsung Electronics Co., Ltd.
+
+Licensed under the Apache License, Version 2.0 (the License);
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+
+
+Authors:
+
+ */
+
+
+MIN_BYTE = -128;
+MAX_BYTE = 127;
+MIN_OCTET = 0;
+MAX_OCTET = 255;
+MIN_SHORT = -32768;
+MAX_SHORT = 32767;
+MIN_UNSIGNED_SHORT = 0;
+MAX_UNSIGNED_SHORT = 65535;
+MIN_LONG = -2147483648;
+MAX_LONG = 2147483647;
+MIN_UNSIGNED_LONG = 0;
+MAX_UNSIGNED_LONG = 4294967295;
+MIN_LONG_LONG = -9223372036854775808;
+MAX_LONG_LONG = 9223372036854775807;
+MIN_UNSIGNED_LONG_LONG = 0;
+MAX_UNSIGNED_LONG_LONG = 18446744073709551615;
+
+TYPE_MISMATCH_EXCEPTION = {name: 'TypeMismatchError'};
+NOT_FOUND_EXCEPTION = {name: 'NotFoundError'};
+INVALID_VALUES_EXCEPTION = {name: 'InvalidValuesError'};
+IO_EXCEPTION = {name: 'IOError'};
+SECURITY_EXCEPTION = {name: 'SecurityError'};
+
+
+(function () {
+   var head_src = document.head.innerHTML;
+   if (head_src.search(/\/testharness.js\W/) === -1) {
+       document.write('<script language="javascript" src="../resources/testharness.js"></script>\n');
+   }
+   if (head_src.search(/\/testharnessreport.js\W/) === -1) {
+       document.write('<script language="javascript" src="../resources/testharnessreport.js"></script>\n');
+   }
+})();
+
+var _registered_types = {};
+
+function _resolve_registered_type(type) {
+    while (type in _registered_types) {
+        type = _registered_types[type];
+    }
+    return type;
+}
+
+/**
+ * Method checks extra argument for none argument method.
+ * The only check is that method will not throw an exception.
+ * Example usage:
+ * checkExtraArgument(tizen.notification, "removeAll");
+ *
+ * @param object object
+ * @param methodName string - name of the method
+ */
+function checkExtraArgument(object, methodName) {
+    var extraArgument = [
+        null,
+        undefined,
+        "Tizen",
+        1,
+        false,
+        ["one", "two"],
+        {argument: 1},
+        function () {}
+    ], i;
+
+    for (i = 0; i < extraArgument.length; i++) {
+        object[methodName](extraArgument[i]);
+    }
+}
+
+/**
+ * Method to validate conversion.
+ * Example usage:
+ *   conversionTable = getTypeConversionExceptions("functionObject", true);
+ *   for(i = 0; i < conversionTable.length; i++) {
+ *       errorCallback = conversionTable[i][0];
+ *       exceptionName = conversionTable[i][1];
+ *
+ *       assert_throws({name : exceptionName},
+ *       function () {
+ *           tizen.systemsetting.setProperty("HOME_SCREEN",
+ *               propertyValue, successCallback, errorCallback);
+ *       }, exceptionName + " should be thrown - given incorrect errorCallback.");
+ *   }
+ *
+ * @param conversionType
+ * @param isOptional
+ * @returns table of tables which contain value (index 0) and exceptionName (index 1)
+ *
+ */
+function getTypeConversionExceptions(conversionType, isOptional) {
+    var exceptionName = "TypeMismatchError",
+        conversionTable;
+    switch (conversionType) {
+        case "enum":
+            conversionTable = [
+                [undefined, exceptionName],
+                [null, exceptionName],
+                [0, exceptionName],
+                [true, exceptionName],
+                ["dummyInvalidEnumValue", exceptionName],
+                [{ }, exceptionName]
+            ];
+            break;
+        case "double":
+            conversionTable = [
+                [undefined, exceptionName],
+                [NaN, exceptionName],
+                [Number.POSITIVE_INFINITY, exceptionName],
+                [Number.NEGATIVE_INFINITY, exceptionName],
+                ["TIZEN", exceptionName],
+                [{ name : "TIZEN" }, exceptionName],
+                [function () { }, exceptionName]
+            ];
+            break;
+        case "object":
+            conversionTable = [
+                [true, exceptionName],
+                [false, exceptionName],
+                [NaN, exceptionName],
+                [0, exceptionName],
+                ["", exceptionName],
+                ["TIZEN", exceptionName],
+                [undefined, exceptionName]
+            ];
+            if (!isOptional) {
+                conversionTable.push([null, exceptionName]);
+            }
+            break;
+        case "functionObject":
+            conversionTable = [
+                [true, exceptionName],
+                [false, exceptionName],
+                [NaN, exceptionName],
+                [0, exceptionName],
+                ["", exceptionName],
+                ["TIZEN", exceptionName],
+                [[], exceptionName],
+                [{ }, exceptionName],
+                [undefined, exceptionName]
+            ];
+            if (!isOptional) {
+                conversionTable.push([null, exceptionName]);
+            }
+            break;
+        case "array":
+            conversionTable = [
+                [true, exceptionName],
+                [false, exceptionName],
+                [NaN, exceptionName],
+                [0, exceptionName],
+                ["", exceptionName],
+                ["TIZEN", exceptionName],
+                [{ }, exceptionName],
+                [function () { }, exceptionName],
+                [undefined, exceptionName]
+            ];
+            if (!isOptional) {
+                conversionTable.push([null, exceptionName]);
+            }
+            break;
+        case "dictionary":
+            conversionTable = [
+                [true, exceptionName],
+                [false, exceptionName],
+                [NaN, exceptionName],
+                [0, exceptionName],
+                ["", exceptionName],
+                ["TIZEN", exceptionName],
+                [undefined, exceptionName]
+            ];
+            if (!isOptional) {
+                conversionTable.push([null, exceptionName]);
+            }
+            break;
+        default:
+            assert_unreached("Fix your test. Wrong conversionType '" + conversionType + "'.");
+    };
+
+    return conversionTable;
+}
+
+
+function assert_type(obj, type, description) {
+    var org_type = type, prop_name, prop_type, prop_value;
+
+    type = _resolve_registered_type(type);
+
+    if (typeof (type) === 'string') {
+        type = type.toLowerCase();
+        switch (type) {
+            case 'object':
+            case 'string':
+            case 'number':
+            case 'function':
+            case 'boolean':
+            case 'undefined':
+            case 'xml':
+                assert_equals(typeof (obj), type, description);
+                break;
+            case 'null':
+                assert_true(obj === null, description);
+                break;
+            case 'array':
+                assert_true(Array.isArray(obj), description);
+                break;
+            case 'date':
+                assert_true(obj instanceof Date, description);
+                break;
+            case 'byte':
+                assert_equals(typeof (obj), 'number', description);
+                assert_greater_than_equal(obj, MIN_BYTE, description + " - value too low.");
+                assert_less_than_equal(obj, MAX_BYTE, description + " - value too high.");
+                assert_equals(Math.abs(obj % 1), 0, description + " - value is not an integer.");
+                break;
+            case 'octet':
+                assert_equals(typeof (obj), 'number', description);
+                assert_greater_than_equal(obj, MIN_OCTET, description + " - value too low.");
+                assert_less_than_equal(obj, MAX_OCTET, description + " - value too high.");
+                assert_equals(obj % 1, 0, description + " - value is not an integer.");
+                break;
+            case 'short':
+                assert_equals(typeof (obj), 'number', description);
+                assert_greater_than_equal(obj, MIN_SHORT, description + " - value too low.");
+                assert_less_than_equal(obj, MAX_SHORT, description + " - value too high.");
+                assert_equals(Math.abs(obj % 1), 0, description + " - value is not an integer.");
+                break;
+            case 'unsigned short':
+                assert_equals(typeof (obj), 'number', description);
+                assert_greater_than_equal(obj, MIN_UNSIGNED_SHORT, description + " - value too low.");
+                assert_less_than_equal(obj, MAX_UNSIGNED_SHORT, description + " - value too high.");
+                assert_equals(obj % 1, 0, description + " - value is not an integer.");
+                break;
+            case 'long':
+                assert_equals(typeof (obj), 'number', description);
+                assert_greater_than_equal(obj, MIN_LONG, description + " - value too low.");
+                assert_less_than_equal(obj, MAX_LONG, description + " - value too high.");
+                assert_equals(Math.abs(obj % 1), 0, description + " - value is not an integer.");
+                break;
+            case 'unsigned long':
+                assert_equals(typeof (obj), 'number', description);
+                assert_greater_than_equal(obj, MIN_UNSIGNED_LONG, description + " - value too low.");
+                assert_less_than_equal(obj, MAX_UNSIGNED_LONG, description + " - value too high.");
+                assert_equals(obj % 1, 0, description + " - value is not an integer.");
+                break;
+            case 'long long':
+                assert_equals(typeof (obj), 'number', description);
+                assert_greater_than_equal(obj, MIN_LONG_LONG, description + " - value too low.");
+                assert_less_than_equal(obj, MAX_LONG_LONG, description + " - value too high.");
+                assert_equals(Math.abs(obj % 1), 0, description + " - value is not an integer.");
+                break;
+            case 'unsigned long long':
+                assert_equals(typeof (obj), 'number', description);
+                assert_greater_than_equal(obj, MIN_UNSIGNED_LONG_LONG, description + " - value too low.");
+                assert_less_than_equal(obj, MAX_UNSIGNED_LONG_LONG, description + " - value too high.");
+                assert_equals(obj % 1, 0, description + " - value is not an integer.");
+                break;
+            default:
+                assert_unreached('Fix your test. Wrong type \'' + org_type + '\'');
+        }
+    } else if (typeof (type) === 'function') {
+        assert_true(obj instanceof type, description);
+    } else if (typeof (type) === 'object') {
+        for (prop_name in type) {
+            prop_type = type[prop_name];
+            if (prop_type === 'function') {
+                assert_inherits(obj, prop_name);
+                assert_equals(typeof obj[prop_name], prop_type, 'Object should have method ' + prop_name);
+            } else {
+                assert_own_property(obj, prop_name);
+            }
+        }
+    } else {
+        assert_unreached('Fix your test. Wrong type ' + org_type);
+    }
+}
+
+function register_type(alias, type_spec) {
+    _registered_types[alias] = type_spec;
+}
+
+/**
+ * Method to check if attribute is const.
+ * Example usage:
+ * check_const(tizen.bluetooth.deviceMinor, 'TOY_DOLL', 0x03, 'number', 0x29B);
+ *
+ * @param obj  object to test which  has const attribute
+ * @param attributeName attribute name.
+ * @param expectedValue expected value of provided attribute name
+ * @param expectedType expected type of provided attribute name
+ * @param valueToAssign value to assign in order to check if attribute value can be modified
+ */
+function check_const(obj, attributeName, expectedValue, expectedType, valueToAssign) {
+    var tmp;
+    if (expectedValue === valueToAssign) {
+        assert_unreached("Fix your test. The same values given for "  + attributeName +
+            " in 'value' and 'valueToSet' arguments.");
+    }
+    if (typeof (attributeName) === "string") {
+        assert_true(attributeName in obj, "Name " + attributeName + " doesn't exist in provided object.");
+        assert_equals(obj[attributeName], expectedValue, "Value of " + attributeName + " is diffrent.");
+        if (typeof (expectedType) !== "undefined") {
+            if (expectedValue === null) {
+                assert_type(obj[attributeName], "object", "Type of " + attributeName + " is different.");
+            } else {
+                assert_type(obj[attributeName], expectedType, "Type of " + attributeName + " is different.");
+            }
+        } else {
+            assert_unreached("Fix your test. Wrong type " + expectedType);
+        }
+        tmp = obj[attributeName];
+        obj[attributeName] = valueToAssign;
+        assert_equals(obj[attributeName], tmp, attributeName + " can be modified.");
+    } else {
+        assert_unreached("Fix your test. Wrong type of name " + typeof (attributeName));
+    }
+}
+
+/**
+ * Method to check if attribute is readonly.
+ * Example usage:
+ * check_readonly(statusNotification, "postedTime", null, 'object', new Date());
+ *
+ * @param obj  object to test which  has readonly attribute
+ * @param attributeName attribute name.
+ * @param expectedValue expected value of provided attribute name
+ * @param expectedType expected type of provided attribute name
+ * @param valueToAssign value to assign in order to check if attribute value can be modified
+ */
+function check_readonly(obj, attributeName, expectedValue, expectedType, valueToAssign) {
+    check_const(obj, attributeName, expectedValue, expectedType, valueToAssign);
+}
+
+/**
+ * Method to check if attribute can be set to null.
+ * Example usage:
+ * check_not_nullable(syncInfo, "mode");
+ *
+ * @param obj object to test which has not nullable attribute
+ * @param attributeName attribute name.
+ */
+function check_not_nullable(obj, attributeName)
+{   var old_value = obj[attributeName];
+    obj[attributeName] = null;
+    assert_not_equals(obj[attributeName], null, "Attribute " + attributeName + " can be set to null.");
+    obj[attributeName] = old_value;
+}
+
+/**
+ * Method to check NoInterfaceObject
+ * Example usage:
+ * check_no_interface_object("BluetoothAdapter")
+ *
+ * @param interfaceName interface name
+ */
+function check_no_interface_object(interfaceName) {
+    assert_throws({name: "TypeError"}, function () {
+        tizen[interfaceName]();
+    },"Wrong call as a function");
+    assert_throws({name: "TypeError"}, function () {
+        new tizen[interfaceName]();
+    },"Wrong call as a new function");
+    assert_throws({name: "TypeError"}, function () {
+        ({}) instanceof tizen[interfaceName];
+    },"instanceof exception");
+    assert_equals(tizen[interfaceName], undefined, interfaceName + " is not undefined.");
+}
+
+
+/**
+ * Method to check Constructors
+ * Example usage:
+ * check_constructor("BluetoothAdapter")
+ *
+ * @param constructorName constructor name
+ */
+
+function check_constructor(constructorName) {
+    assert_true(constructorName in tizen, "No " + constructorName + " in tizen.");
+    assert_false({} instanceof tizen[constructorName],"Custom object is not instance of " + constructorName);
+    assert_throws({
+        name: "TypeError"
+    }, function () {
+        tizen[constructorName]();
+    }, "Constructor called as function.");
+}
+
+/**
+ * Method to check if given method can be overridden in a given object - (TEMPORARY REMOVED).
+ * That method also checks if given method exists in a given object.
+ * Example usage:
+ * check_method_exists(tizen.notification, "get");
+ *
+ * @param obj object with method
+ * @param methodName name of the method to check.
+ */
+function check_method_exists(obj, methodName) {
+    assert_type(obj[methodName], 'function', "Method does not exist.");
+}
+
+/**
+ * Method to check extensibility of given object.
+ * Method checks if new attribute and method can be added.
+ * Example usage:
+ * check_extensibility(tizen.notification);
+ *
+ * @param obj object to check
+ */
+function check_extensibility(obj) {
+    var dummyAttribute = "dummyAttributeValue", dummyMethodResult = "dummyMethodResultValue";
+    obj.newDummyMethod = function() {
+        return dummyMethodResult;
+    }
+    assert_equals(obj.newDummyMethod(), dummyMethodResult, "Incorrect result from added method.");
+
+    obj.newDummyAttribute = dummyAttribute;
+    assert_equals(obj.newDummyAttribute, dummyAttribute, "Incorrect result from added attribute.");
+}
+
+/**
+ * Method to check if attribute can be modify.
+ * Example usage:
+ * check_attr(downloadRequest, "fileName", default_val, "string", "file_name.html");
+ *
+ * @param obj  object to test which has not readonly attribute
+ * @param attributeName attribute name.
+ * @param expectedValue expected value of provided attribute name
+ * @param expectedType expected type of provided attribute name
+ * @param valueToAssign value to assign in order to check if attribute value can be modified
+ */
+function check_attribute(obj, attributeName, expectedValue, expectedType, valueToAssign) {
+    if (expectedValue === valueToAssign) {
+        assert_unreached("Fix your test. The same values given for "  + attributeName +
+            " in 'value' and 'valueToSet' arguments.");
+    }
+    if (typeof (attributeName) === "string") {
+        assert_true(attributeName in obj, "Name " + attributeName + " doesn't exist in provided object.");
+        assert_equals(obj[attributeName], expectedValue, "Value of " + attributeName + " is diffrent.");
+        if (typeof (expectedType) !== "undefined") {
+            if (expectedValue === null) {
+                assert_type(obj[attributeName], "object", "Type of " + attributeName + " is different.");
+            } else {
+                assert_type(obj[attributeName], expectedType, "Type of " + attributeName + " is different.");
+            }
+        } else {
+            assert_unreached("Fix your test. Wrong type " + expectedType);
+        }
+        obj[attributeName] = valueToAssign;
+        assert_equals(obj[attributeName], valueToAssign, attributeName + " can be modified.");
+    } else {
+        assert_unreached("Fix your test. Wrong type of name " + typeof (attributeName));
+    }
+}
+
+/**
+ * Method to check if whole array can be overwritten with an invalid value.
+ * Sample usage:
+ * check_invalid_array_assignments(message, "to", false);
+ *
+ * @param obj object which has the array as its property
+ * @param array name of the array to check
+ * @param isNullable indicates if the array can be null
+ */
+function check_invalid_array_assignments(obj, array, isNullable) {
+    var args = [undefined, true, false, NaN, 0, "TIZEN", {}, function () {}],
+        val = obj[array], i;
+
+    if (!isNullable) {
+        obj[array] = null;
+        assert_not_equals(obj[array], null, "Non-nullable array was set to null");
+        assert_type(obj[array], "array", "Non-nullable array type changed after assigning null");
+        assert_equals(obj[array].toString(), val.toString(), "Non-nullable array contents changed after assigning null");
+    }
+
+    for (i = 0 ; i < args.length ; i++) {
+        obj[array] = args[i];
+        assert_type(obj[array], "array", "Array type changed after assigning an invalid value");
+        assert_equals(obj[array].toString(), val.toString(), "Array contents changed after assigning an invalid value");
+    }
+}
+
+/**
+ * Method to check if an object can be overwritten with an invalid value.
+ * Sample usage:
+ * check_invalid_object_assignments(message, "body", false);
+ *
+ * @param parentObj object which has the 'obj' object as its property
+ * @param obj name of the object to check
+ * @param isNullable indicates if the object can be null
+ */
+function check_invalid_obj_assignments(parentObj, obj, isNullable) {
+    var args = [undefined, true, false, NaN, 0, "TIZEN", function () {}],
+        val = parentObj[obj], i;
+
+    if (!isNullable) {
+        parentObj[obj] = null;
+        assert_equals(parentObj[obj], val, "Non-nullable obj was modified after assigning null");
+    }
+
+    for (i = 0 ; i < args.length ; i++) {
+        parentObj[obj] = args[i];
+        assert_equals(parentObj[obj], val, "The object was set to " + args[i]);
+    }
+}
+
+/**
+ * Method to validate conversion for listeners.
+ * Example usage:
+ * incorrectListeners = getListenerConversionExceptions(["oninstalled", "onupdated", "onuninstalled"]);
+ * for(i = 0; i < incorrectListeners.length; i++) {
+ *     packageInformationEventCallback  = incorrectListeners[i][0];
+ *     exceptionName = incorrectListeners[i][1];
+ *     assert_throws({name : exceptionName},
+ *        function () {
+ *             tizen.package.setPackageInfoEventListener(packageInformationEventCallback);
+ *         }, exceptionName + " should be thrown - given incorrect successCallback.");
+ * }
+ *
+ *
+ * @param callbackNames Array with names
+ * @returns {Array} table of tables which contain incorrect listener (index 0) and exceptionName (index 1)
+ *
+ */
+function getListenerConversionExceptions(callbackNames) {
+    var result = [], conversionTable, i, j, listenerName;
+    conversionTable = getTypeConversionExceptions("functionObject", false);
+
+    for (i = 0; i < callbackNames.length; i++) {
+        for (j = 0; j < conversionTable.length; j++) {
+            listenerName = {};
+            listenerName[callbackNames[i]] = conversionTable[j][0];
+            result.push([listenerName, conversionTable[j][1]]);
+        }
+    }
+
+    return result;
+}