From: lin qunfang Date: Wed, 2 May 2018 16:44:05 +0000 (+0800) Subject: [common][time][TFIVE-1427, getDateFormat fails in tv profile] X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=401e5dce01cfabde441df46140a6885b2eb82d5f;p=test%2Ftct%2Fweb%2Fapi.git [common][time][TFIVE-1427, getDateFormat fails in tv profile] Change-Id: Ia8023a553fabfb6a8441845c1925c1587354cc08 Signed-off-by: lin qunfang --- diff --git a/common/tct-time-tizen-tests/time/TimeUtil_getDateFormat_tv.html b/common/tct-time-tizen-tests/time/TimeUtil_getDateFormat_tv.html index e702ae912..2915de838 100755 --- a/common/tct-time-tizen-tests/time/TimeUtil_getDateFormat_tv.html +++ b/common/tct-time-tizen-tests/time/TimeUtil_getDateFormat_tv.html @@ -41,7 +41,7 @@ test(function () { var returnedValue, shortformat = true; returnedValue = tizen.time.getDateFormat(shortformat); assert_type(returnedValue, "string", "Timezone type"); - assert_equals(returnedValue, getShortDateFormat(DATE_FORMAT), "Date format"); + assert_equals(returnedValue, "y. m. d.", "Date format"); }, document.title);