[Time] removed PRE tag with TBD content
authorAndrzej Krolikowski <a.krolikowsk@samsung.com>
Fri, 6 Sep 2013 08:24:12 +0000 (10:24 +0200)
committerGerrit Code Review <gerrit@gerrit.vlan144.tizendev.org>
Fri, 6 Sep 2013 12:52:59 +0000 (12:52 +0000)
Change-Id: I182db8c98cde51a0b515227ca1c310e73c530075

33 files changed:
tct-time-tizen-tests/tests.full.xml
tct-time-tizen-tests/tests.xml
tct-time-tizen-tests/time/TZDate_getDate_checkEqualWithSetDate.html
tct-time-tizen-tests/time/TZDate_getFullYear_checkEqualWithSetFullYear.html
tct-time-tizen-tests/time/TZDate_getHours_checkEqualWithSetHours.html
tct-time-tizen-tests/time/TZDate_getMilliseconds_checkEqualWithSetMilliseconds.html
tct-time-tizen-tests/time/TZDate_getMinutes_checkEqualWithSetMinutes.html
tct-time-tizen-tests/time/TZDate_getMonth_checkEqualWithSetMonth.html
tct-time-tizen-tests/time/TZDate_getSeconds_checkEqualWithSetSeconds.html
tct-time-tizen-tests/time/TZDate_getUTCDate_checkEqualWithSetUTCDate.html
tct-time-tizen-tests/time/TZDate_getUTCFullYear_checkEqualWithSetUTCFullYear.html
tct-time-tizen-tests/time/TZDate_getUTCHours_checkEqualWithSetUTCHours.html
tct-time-tizen-tests/time/TZDate_getUTCMilliseconds_checkEqualWithSetUTCMilliseconds.html
tct-time-tizen-tests/time/TZDate_getUTCMinutes_checkEqualWithSetUTCMinutes.html
tct-time-tizen-tests/time/TZDate_getUTCMonth_checkEqualWithSetUTCMonth.html
tct-time-tizen-tests/time/TZDate_getUTCSeconds_checkEqualWithSetUTCSeconds.html
tct-time-tizen-tests/time/TimeDuration_difference_checkDurationDifference.html
tct-time-tizen-tests/time/TimeDuration_equalsTo_checkDurationEqual.html
tct-time-tizen-tests/time/TimeDuration_greaterThan_checkDurationGreater.html
tct-time-tizen-tests/time/TimeDuration_lessThan_checkDurationLower.html
tct-time-tizen-tests/time/Time_TZDate_setFullYear_invalidCharYear.html
tct-time-tizen-tests/time/Time_TZDate_setUTCMinutes_abnormalDecimal.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_toTimezone_invalid.html

index 114740533deb189efa4f6405e46d1a3a83664067..d0d2b32fef9fd742f2e2c1474b005a561bc5c1a4 100644 (file)
       </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">
         <description>
-          <pre_condition>TBD</pre_condition>
           <test_script_entry>/opt/tct-time-tizen-tests/time/Time_TZDate_setUTCMonth_normal.html</test_script_entry>
         </description>
         <specs>
       </testcase>
       <testcase purpose="Check if TZDate.setFullYear() called with invalid string argument works properly" type="compliance" status="approved" component="TizenAPI/System/Time" execution_type="auto" priority="P2" id="Time_TZDate_setFullYear_invalidCharYear">
         <description>
-          <pre_condition>TBD </pre_condition>
           <test_script_entry>/opt/tct-time-tizen-tests/time/Time_TZDate_setFullYear_invalidCharYear.html</test_script_entry>
         </description>
         <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">
         <description>
-          <pre_condition>TBD</pre_condition>
           <test_script_entry>/opt/tct-time-tizen-tests/time/Time_TZDate_setUTCMinutes_abnormalDecimal.html</test_script_entry>
         </description>
         <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">
         <description>
-          <pre_condition>TBD</pre_condition>
           <test_script_entry>/opt/tct-time-tizen-tests/time/Time_TZDate_setUTCMonth_abnormalDecimal.html</test_script_entry>
         </description>
         <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">
         <description>
-          <pre_condition>TBD</pre_condition>
           <test_script_entry>/opt/tct-time-tizen-tests/time/Time_TZDate_setUTCMonth_boundaryBiggerThanUpper.html</test_script_entry>
         </description>
         <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">
         <description>
-          <pre_condition>TBD</pre_condition>
           <test_script_entry>/opt/tct-time-tizen-tests/time/Time_TZDate_setUTCMonth_boundaryLessThanLower.html</test_script_entry>
         </description>
         <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">
         <description>
-          <pre_condition>TBD</pre_condition>
           <test_script_entry>/opt/tct-time-tizen-tests/time/Time_TZDate_setUTCMonth_boundaryLowerLimit.html</test_script_entry>
         </description>
         <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">
         <description>
-          <pre_condition>TBD</pre_condition>
           <test_script_entry>/opt/tct-time-tizen-tests/time/Time_TZDate_setUTCMonth_boundaryUpperLimit.html</test_script_entry>
         </description>
         <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">
         <description>
-          <pre_condition>TBD</pre_condition>
           <test_script_entry>/opt/tct-time-tizen-tests/time/Time_TZDate_setUTCMonth_invalidMonth.html</test_script_entry>
         </description>
         <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">
         <description>
-          <pre_condition>TBD</pre_condition>
           <test_script_entry>/opt/tct-time-tizen-tests/time/Time_TZDate_setUTCSeconds_abnormalDecimal.html</test_script_entry>
         </description>
         <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">
         <description>
-          <pre_condition>TBD</pre_condition>
           <test_script_entry>/opt/tct-time-tizen-tests/time/Time_TZDate_setUTCSeconds_boundaryBiggerThanUpper.html</test_script_entry>
         </description>
         <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">
         <description>
-          <pre_condition>TBD</pre_condition>
           <test_script_entry>/opt/tct-time-tizen-tests/time/Time_TZDate_setUTCSeconds_boundaryLessThanLower.html</test_script_entry>
         </description>
         <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">
         <description>
-          <pre_condition>TBD</pre_condition>
           <test_script_entry>/opt/tct-time-tizen-tests/time/Time_TZDate_toTimezone_invalid.html</test_script_entry>
         </description>
         <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">
         <description>
-          <pre_condition>TBD</pre_condition>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TimeDuration_difference_checkDurationDifference.html</test_script_entry>
         </description>
         <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">
         <description>
-          <pre_condition>TBD</pre_condition>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TimeDuration_equalsTo_checkDurationEqual.html</test_script_entry>
         </description>
         <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">
         <description>
-          <pre_condition>TBD</pre_condition>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TimeDuration_lessThan_checkDurationLower.html</test_script_entry>
         </description>
         <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">
         <description>
-          <pre_condition>TBD</pre_condition>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TimeDuration_greaterThan_checkDurationGreater.html</test_script_entry>
         </description>
         <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">
         <description>
-          <pre_condition>TBD</pre_condition>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getDate_checkEqualWithSetDate.html</test_script_entry>
         </description>
         <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">
         <description>
-          <pre_condition>TBD</pre_condition>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getFullYear_checkEqualWithSetFullYear.html</test_script_entry>
         </description>
         <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">
         <description>
-          <pre_condition>TBD</pre_condition>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getHours_checkEqualWithSetHours.html</test_script_entry>
         </description>
         <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">
         <description>
-          <pre_condition>TBD</pre_condition>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getMilliseconds_checkEqualWithSetMilliseconds.html</test_script_entry>
         </description>
         <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">
         <description>
-          <pre_condition>TBD</pre_condition>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getMinutes_checkEqualWithSetMinutes.html</test_script_entry>
         </description>
         <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">
         <description>
-          <pre_condition>TBD</pre_condition>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getMonth_checkEqualWithSetMonth.html</test_script_entry>
         </description>
         <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">
         <description>
-          <pre_condition>TBD</pre_condition>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getSeconds_checkEqualWithSetSeconds.html</test_script_entry>
         </description>
         <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">
         <description>
-          <pre_condition>TBD</pre_condition>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getUTCDate_checkEqualWithSetUTCDate.html</test_script_entry>
         </description>
         <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">
         <description>
-          <pre_condition>TBD</pre_condition>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getUTCFullYear_checkEqualWithSetUTCFullYear.html</test_script_entry>
         </description>
         <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">
         <description>
-          <pre_condition>TBD</pre_condition>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getUTCHours_checkEqualWithSetUTCHours.html</test_script_entry>
         </description>
         <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">
         <description>
-          <pre_condition>TBD</pre_condition>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getUTCMilliseconds_checkEqualWithSetUTCMilliseconds.html</test_script_entry>
         </description>
         <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">
         <description>
-          <pre_condition>TBD</pre_condition>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getUTCMinutes_checkEqualWithSetUTCMinutes.html</test_script_entry>
         </description>
         <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">
         <description>
-          <pre_condition>TBD</pre_condition>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getUTCMonth_checkEqualWithSetUTCMonth.html</test_script_entry>
         </description>
         <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">
         <description>
-          <pre_condition>TBD</pre_condition>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getUTCSeconds_checkEqualWithSetUTCSeconds.html</test_script_entry>
         </description>
         <specs>
index 8a2aa5c285f7da760c91161ef75b4e42b251fb87..67794c625641eff2acb4459f6eef550fe296aa48 100644 (file)
       </testcase>
       <testcase purpose="Time_TZDate_setUTCMonth_normal" component="TizenAPI/System/Time" execution_type="auto" id="Time_TZDate_setUTCMonth_normal">
         <description>
-          <pre_condition>TBD</pre_condition>
           <test_script_entry>/opt/tct-time-tizen-tests/time/Time_TZDate_setUTCMonth_normal.html</test_script_entry>
         </description>
       </testcase>
       </testcase>
       <testcase purpose="Check if TZDate.setFullYear() called with invalid string argument works properly" component="TizenAPI/System/Time" execution_type="auto" id="Time_TZDate_setFullYear_invalidCharYear">
         <description>
-          <pre_condition>TBD </pre_condition>
           <test_script_entry>/opt/tct-time-tizen-tests/time/Time_TZDate_setFullYear_invalidCharYear.html</test_script_entry>
         </description>
       </testcase>
       </testcase>
       <testcase purpose="Time_TZDate_setUTCMinutes_abnormalDecimal" component="TizenAPI/System/Time" execution_type="auto" id="Time_TZDate_setUTCMinutes_abnormalDecimal">
         <description>
-          <pre_condition>TBD</pre_condition>
           <test_script_entry>/opt/tct-time-tizen-tests/time/Time_TZDate_setUTCMinutes_abnormalDecimal.html</test_script_entry>
         </description>
       </testcase>
       </testcase>
       <testcase purpose="Time_TZDate_setUTCMonth_abnormalDecimal" component="TizenAPI/System/Time" execution_type="auto" id="Time_TZDate_setUTCMonth_abnormalDecimal">
         <description>
-          <pre_condition>TBD</pre_condition>
           <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">
         <description>
-          <pre_condition>TBD</pre_condition>
           <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">
         <description>
-          <pre_condition>TBD</pre_condition>
           <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">
         <description>
-          <pre_condition>TBD</pre_condition>
           <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">
         <description>
-          <pre_condition>TBD</pre_condition>
           <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">
         <description>
-          <pre_condition>TBD</pre_condition>
           <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">
         <description>
-          <pre_condition>TBD</pre_condition>
           <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">
         <description>
-          <pre_condition>TBD</pre_condition>
           <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">
         <description>
-          <pre_condition>TBD</pre_condition>
           <test_script_entry>/opt/tct-time-tizen-tests/time/Time_TZDate_setUTCSeconds_boundaryLessThanLower.html</test_script_entry>
         </description>
       </testcase>
       </testcase>
       <testcase purpose="Time_TZDate_toTimezone_invalid" component="TizenAPI/System/Time" execution_type="auto" id="Time_TZDate_toTimezone_invalid">
         <description>
-          <pre_condition>TBD</pre_condition>
           <test_script_entry>/opt/tct-time-tizen-tests/time/Time_TZDate_toTimezone_invalid.html</test_script_entry>
         </description>
       </testcase>
       </testcase>
       <testcase purpose="check difference method TimeDuration interface works successfully" component="TizenAPI/System/Time" execution_type="auto" id="TimeDuration_difference_checkDurationDifference">
         <description>
-          <pre_condition>TBD</pre_condition>
           <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">
         <description>
-          <pre_condition>TBD</pre_condition>
           <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">
         <description>
-          <pre_condition>TBD</pre_condition>
           <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">
         <description>
-          <pre_condition>TBD</pre_condition>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TimeDuration_greaterThan_checkDurationGreater.html</test_script_entry>
         </description>
       </testcase>
       </testcase>
       <testcase purpose="check if getDate value is equal to setDate" component="TizenAPI/System/Time" execution_type="auto" id="TZDate_getDate_checkEqualWithSetDate">
         <description>
-          <pre_condition>TBD</pre_condition>
           <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">
         <description>
-          <pre_condition>TBD</pre_condition>
           <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">
         <description>
-          <pre_condition>TBD</pre_condition>
           <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">
         <description>
-          <pre_condition>TBD</pre_condition>
           <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">
         <description>
-          <pre_condition>TBD</pre_condition>
           <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">
         <description>
-          <pre_condition>TBD</pre_condition>
           <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">
         <description>
-          <pre_condition>TBD</pre_condition>
           <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">
         <description>
-          <pre_condition>TBD</pre_condition>
           <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">
         <description>
-          <pre_condition>TBD</pre_condition>
           <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">
         <description>
-          <pre_condition>TBD</pre_condition>
           <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">
         <description>
-          <pre_condition>TBD</pre_condition>
           <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">
         <description>
-          <pre_condition>TBD</pre_condition>
           <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">
         <description>
-          <pre_condition>TBD</pre_condition>
           <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">
         <description>
-          <pre_condition>TBD</pre_condition>
           <test_script_entry>/opt/tct-time-tizen-tests/time/TZDate_getUTCSeconds_checkEqualWithSetUTCSeconds.html</test_script_entry>
         </description>
       </testcase>
index 16bace051326b4e5a18fa916c2bcd36460752458..879934677a959199144df8d842917144e2c856ad 100644 (file)
@@ -45,7 +45,6 @@ Authors:
 //==== PRIORITY P1
 //==== SPEC Tizen Web API:System:Time:TZDate:setDate M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/time.html
-//==== PRE TBD
 //==== TEST_CRITERIA MAST MMINA
 test(function () {
     var current_dt = null, day = null;
index a26a9439046a23ed6959e23b185de7fe9495c0f6..c07452cfb078bbf2974813bac707199187b00b54 100644 (file)
@@ -45,7 +45,6 @@ Authors:
 //==== PRIORITY P1
 //==== SPEC Tizen Web API:System:Time:TZDate:setFullYear M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/time.html
-//==== PRE TBD
 //==== TEST_CRITERIA MAST MMINA
 test(function () {
     var current_dt = null, year = null;
index 4ffb6efd2f64fd14b4cce7ca603f47a998193040..5741766fa02284192b5b32c80c08b74319cfcdfa 100644 (file)
@@ -45,7 +45,6 @@ Authors:
 //==== PRIORITY P1
 //==== SPEC Tizen Web API:System:Time:TZDate:setHours M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/time.html
-//==== PRE TBD
 //==== TEST_CRITERIA MAST MMINA
 test(function () {
     var current_dt = null, hour = null;
index 741939bbd57f4505f80811c07e989d023b9de4c7..f3322c7f080c6227a2313f020fbe4d7398805b57 100644 (file)
@@ -45,7 +45,6 @@ Authors:
 //==== PRIORITY P1
 //==== SPEC Tizen Web API:System:Time:TZDate:setMilliseconds M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/time.html
-//==== PRE TBD
 //==== TEST_CRITERIA MAST MMINA
 test(function () {
     var current_dt = null, milliSeconds = null;
index d5f7dc27d362982c4aa205c80d8752c1f7ed19ef..fc57c3e9704bd38daa1e840b05337d9d57f81cc5 100644 (file)
@@ -45,7 +45,6 @@ Authors:
 //==== PRIORITY P1
 //==== SPEC Tizen Web API:System:Time:TZDate:setMinutes M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/time.html
-//==== PRE TBD
 //==== TEST_CRITERIA MAST MMINA
 test(function () {
     var current_dt = null, minute = null;
index be4f39643e30cb8924b1028caf075930790a1452..248cf467e908a428ebeea7146661481068df334b 100644 (file)
@@ -45,7 +45,6 @@ Authors:
 //==== PRIORITY P1
 //==== SPEC Tizen Web API:System:Time:TZDate:setMonth M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/time.html
-//==== PRE TBD
 //==== TEST_CRITERIA MAST MMINA
 test(function () {
     var current_dt = null, month = null;
index ec147ce5cbfb44dcba7cb480e5600b7e9a5ab331..85b783907f58848974606b96cd01b12fdc469f02 100644 (file)
@@ -45,7 +45,6 @@ Authors:
 //==== PRIORITY P1
 //==== SPEC Tizen Web API:System:Time:TZDate:setSeconds M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/time.html
-//==== PRE TBD
 //==== TEST_CRITERIA MAST MMINA
 test(function () {
     var current_dt = null, second = null;
index e57c713c28b0e4a85cb940a18f5f687a5b589d9d..1137cd5c28855acb7d5c13fbbd9a9261cee410db 100644 (file)
@@ -45,7 +45,6 @@ Authors:
 //==== PRIORITY P1
 //==== SPEC Tizen Web API:System:Time:TZDate:setUTCDate M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/time.html
-//==== PRE TBD
 //==== TEST_CRITERIA MAST MMINA
 test(function () {
     var current_dt = null, day = null;
index eb20b104b6c15e0fe434a0a977dd239db330e19c..ee89756b50cdb7a91321f65d179e3885a2d493f6 100644 (file)
@@ -45,7 +45,6 @@ Authors:
 //==== PRIORITY P1
 //==== SPEC Tizen Web API:System:Time:TZDate:setUTCFullYear M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/time.html
-//==== PRE TBD
 //==== TEST_CRITERIA MAST MMINA
 test(function () {
     var current_dt = null, year = null;
index 68a4a5817f184edc74e7ccbd864e921d38d3405d..dee75f9aad9636fd6c407766e9a930468ede7a53 100644 (file)
@@ -45,7 +45,6 @@ Authors:
 //==== PRIORITY P1
 //==== SPEC Tizen Web API:System:Time:TZDate:setUTCHours M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/time.html
-//==== PRE TBD
 //==== TEST_CRITERIA MAST MMINA
 test(function () {
     var current_dt = null, hour = null;
index 1ccb1c71b25b3a6f9f1cf5d8ec702b7994755fdd..d0390e5c216619654659c36ce0702a413b37cea2 100644 (file)
@@ -45,7 +45,6 @@ Authors:
 //==== PRIORITY P1
 //==== SPEC Tizen Web API:System:Time:TZDate:setUTCMilliseconds M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/time.html
-//==== PRE TBD
 //==== TEST_CRITERIA MAST MMINA
 test(function () {
     var current_dt = null, milliSeconds = null;
index 6296e75151d1ae6f8a91b182f12711c60f7c2c6c..8839dd530c7d3355ceb1b94a2bda9315a19685fe 100644 (file)
@@ -46,7 +46,6 @@ Authors:
 //==== PRIORITY P1
 //==== SPEC Tizen Web API:System:Time:TZDate:setUTCMinutes M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/time.html
-//==== PRE TBD
 //==== TEST_CRITERIA MAST MMINA
 test(function () {
     var current_dt = null, minute = null;
index d6251ea5e4f5d9ba263310941335c6196d3f3339..9fc8b9813069f719965cbbd649fdb85dbafe2bb4 100644 (file)
@@ -45,7 +45,6 @@ Authors:
 //==== PRIORITY P1
 //==== SPEC Tizen Web API:System:Time:TZDate:setUTCMonth M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/time.html
-//==== PRE TBD
 //==== TEST_CRITERIA MAST MMINA
 test(function () {
     var current_dt = null, month = null;
index 90f8fa650ccf9c96a6b22ccda89d04ce134ce2e5..36f56b4d70f1c05cf3ffb49a38e0ac3ca571a55b 100644 (file)
@@ -45,7 +45,6 @@ Authors:
 //==== PRIORITY P1
 //==== SPEC Tizen Web API:System:Time:TZDate:setUTCSeconds M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/time.html
-//==== PRE TBD
 //==== TEST_CRITERIA MAST MMINA
 test(function () {
     var current_dt = null, second = null;
index 41006f710ecda8759dfb7232038d87b3b2558fdc..7a7afe1f1781e601bca0d0bbbaee1bf8a5d8cc15 100644 (file)
@@ -45,7 +45,6 @@ Authors:
 //==== PRIORITY P1
 //==== SPEC Tizen Web API:System:Time:TimeDuration:difference M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/time.html
-//==== PRE TBD
 //==== TEST_CRITERIA MMINA MR
 test(function () {
     var d1 = null, d2 = null;
index 84b9a684534651a0c355e44b2220e82ff58aadda..18d1d041677e35e441f98981966f7790574975bb 100644 (file)
@@ -45,7 +45,6 @@ Authors:
 //==== PRIORITY P1
 //==== SPEC Tizen Web API:System:Time:TimeDuration:equalsTo M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/time.html
-//==== PRE TBD
 //==== TEST_CRITERIA MMINA MR
 test(function () {
     var d1 = null, d2 = null, ret = null;
index 1e3f9dd32755221d15468098cd5ce092c8a210b9..5d235ddf6ae5226d6def15e0fe6ee6f7529b20ec 100644 (file)
@@ -45,7 +45,6 @@ Authors:
 //==== PRIORITY P1
 //==== SPEC Tizen Web API:System:Time:TimeDuration:greaterThan M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/time.html
-//==== PRE TBD
 //==== TEST_CRITERIA MMINA MR
 test(function () {
     var d1 = null, d2 = null, ret = null;
index 78f132e2ab5a1137e4ff893f5417707de372e246..0334cfae0ebefb6e165a2985862d2bf71e1f296c 100644 (file)
@@ -45,7 +45,6 @@ Authors:
 //==== PRIORITY P1
 //==== SPEC Tizen Web API:System:Time:TimeDuration:lessThan M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/time.html
-//==== PRE TBD
 //==== TEST_CRITERIA MMINA MR
 test(function () {
     var d1 = null, d2 = null, ret = null;
index 0501e8874e32856892853bbf0a728c05601c53a2..266bfad4da9faf68eb7c69d5d9b8eab2381c2b34 100644 (file)
@@ -44,7 +44,6 @@ Authors:
 //==== PRIORITY P2
 //==== SPEC Tizen Web API:System:Time:TZDate:setFullYear M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api/tizen/time.html
-//==== PRE TBD 
 //==== TEST_CRITERIA
 test(function () {
     var set_fullYear = "a",
index 7773fadf452092a99b8592af29c9ef98f3df15e3..e342348e31516ee806978cbd9c28cd8f104fd317 100644 (file)
@@ -44,7 +44,6 @@ Authors:
 //==== PRIORITY P2
 //==== SPEC Tizen Web API:System:Time:TZDate:setUTCMinutes M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api/tizen/time.html
-//==== PRE TBD
 //==== TEST_CRITERIA
 test(function () {
     var set_UTCMins = 25.6,
index 1f84182752a17d8c85554bf3c614eefc4f07743e..27cddf7dfcb4c5992f5a7f077eeb02ba7b797a06 100644 (file)
@@ -44,7 +44,6 @@ Authors:
 //==== PRIORITY P2
 //==== SPEC Tizen Web API:System:Time:TZDate:setUTCMonth M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api/tizen/time.html
-//==== PRE TBD
 //==== TEST_CRITERIA
 test(function () {
     var set_UTCMonth = 5.5, tz, UTCMonthAfterSet;
index f17008b5c159810b7ed04dde0ad0fade3e31ea27..9a1cf7497eb5fceb30b7b58fad36f30e9fc463ee 100644 (file)
@@ -44,7 +44,6 @@ Authors:
 //==== PRIORITY P2
 //==== SPEC Tizen Web API:System:Time:TZDate:setUTCMonth M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api/tizen/time.html
-//==== PRE TBD
 //==== TEST_CRITERIA
 test(function () {
     var set_UTCMonth = 12, tz = tizen.time.getCurrentDateTime(), UTCMonthAfterSet;
index 9a57a4302c73c51248397f2758ad469df6a6ff60..5ed9ef636af94ac9a8a06e59161dca0bc7acca8c 100644 (file)
@@ -44,7 +44,6 @@ Authors:
 //==== PRIORITY P2
 //==== SPEC Tizen Web API:System:Time:TZDate:setUTCMonth M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api/tizen/time.html
-//==== PRE TBD
 //==== TEST_CRITERIA
 test(function () {
     var set_UTCMonth = -1, UTCMonthAfterSet, tz;
index 5590b52b1105d09defb4021691193ef37226087f..32be3b4ae15de1cfe1983a5affb866325d013d60 100644 (file)
@@ -44,7 +44,6 @@ Authors:
 //==== PRIORITY P2
 //==== SPEC Tizen Web API:System:Time:TZDate:setUTCMonth M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api/tizen/time.html
-//==== PRE TBD
 //==== TEST_CRITERIA MMINA
 test(function () {
     var set_UTCMonth = 0, tz, UTCMonthAfterSet;
index 218efe3458493a1548edab7f61d7958d88cba5c7..d60781306d44a5b2df3eb7278cdf734293724a4a 100644 (file)
@@ -44,7 +44,6 @@ Authors:
 //==== PRIORITY P2
 //==== SPEC Tizen Web API:System:Time:TZDate:setUTCMonth M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api/tizen/time.html
-//==== PRE TBD
 //==== TEST_CRITERIA MMINA
 test(function () {
     var set_UTCMonth = 11, tz, UTCMonthAfterSet;
index 07b34c91af9151e513ff534fcc6a779ee846c730..ea8950db51a904fe8fcd894fbfbe3c44eebb9e3a 100644 (file)
@@ -44,7 +44,6 @@ Authors:
 //==== PRIORITY P2
 //==== SPEC Tizen Web API:System:Time:TZDate:setUTCMonth M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api/tizen/time.html
-//==== PRE TBD
 //==== TEST_CRITERIA
 test(function () {
     var set_UTCMonth = "0100", tz, UTCMonthAfterSet;
index e3179d0b20247f38b1e6af7f77c8c08c1cf63267..f6bca8d0ac94dc5ba60eb6e01122da5092f34192 100644 (file)
@@ -44,7 +44,6 @@ Authors:
 //==== LABEL Time_TZDate_setUTCMonth_normal
 //==== SPEC Tizen Web API:System:Time:TZDate:setUTCMonth M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/time.html
-//==== PRE TBD
 //==== TEST_CRITERIA MMINA
 test(function () {
     var set_UTCMonth = 6, dt, UTCMonthAfterSet;
index 9285325f1880623311edf3acc7f95ffa9081a3bd..79b4d022facccba0cb7fd16352c24625faf219e6 100644 (file)
@@ -44,7 +44,6 @@ Authors:
 //==== PRIORITY P2
 //==== SPEC Tizen Web API:System:Time:TZDate:setUTCSeconds M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api/tizen/time.html
-//==== PRE TBD
 //==== TEST_CRITERIA
 test(function () {
     var set_UTCSecs = 5.5, UTCSecsAfterSet, tz;
index 2299cc7b84dcae56a41a3510db9d9ae5525fd74d..43e758662ef82217dd1d334537896b2fd60efdaf 100644 (file)
@@ -44,7 +44,6 @@ Authors:
 //==== PRIORITY P2
 //==== SPEC Tizen Web API:System:Time:TZDate:setUTCSeconds M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api/tizen/time.html
-//==== PRE TBD
 //==== TEST_CRITERIA
 test(function () {
     var set_UTCSecs = 59, UTCSecsAfterSet,
index 65f1d37d9bd8561601534b67cbba27acc7d0c910..12a7eeac11dea83632b817b6b6b2988127f337e9 100644 (file)
@@ -44,7 +44,6 @@ Authors:
 //==== PRIORITY P2
 //==== SPEC Tizen Web API:System:Time:TZDate:setUTCSeconds M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api/tizen/time.html
-//==== PRE TBD
 //==== TEST_CRITERIA
 test(function () {
     var set_UTCSecs = -1, myDate, UTCSecsAfterSet;
index bf556df852fefca62ab93e4121b39b115230cb90..c8c1e8e4c59b10399c94ea2589346b1e3f089f1e 100644 (file)
@@ -44,7 +44,6 @@ Authors:
 //==== PRIORITY P2
 //==== SPEC Tizen Web API:System:Time:TZDate:toTimezone M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api/tizen/time.html
-//==== PRE TBD
 //==== TEST_CRITERIA
 test(function () {
     var tzid, timezone;