[common][time][TFIVE-1427, getDateFormat fails in tv profile] 00/177600/2
authorlin qunfang <qunfang.lin@samsung.com>
Wed, 2 May 2018 16:44:05 +0000 (00:44 +0800)
committerlin qunfang <qunfang.lin@samsung.com>
Thu, 3 May 2018 11:21:16 +0000 (19:21 +0800)
Change-Id: Ia8023a553fabfb6a8441845c1925c1587354cc08
Signed-off-by: lin qunfang <qunfang.lin@samsung.com>
common/tct-time-tizen-tests/time/TimeUtil_getDateFormat_tv.html

index e702ae912476de01fd6431d498310fef3e836126..2915de8389a73f6063eb37a8d90ff4d4b3360f58 100755 (executable)
@@ -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);
 
 </script>