From: zhongyuan Date: Tue, 20 Aug 2019 06:02:24 +0000 (+0800) Subject: [common][ham][TWDAPI-228, change timestamp to long long] X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F92%2F212292%2F3;p=test%2Ftct%2Fweb%2Fapi.git [common][ham][TWDAPI-228, change timestamp to long long] Change-Id: I9911eef30e038e7cc02a046ece852d1b448407f5 --- diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivitySleepMonitorData_timestamp_attribute.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivitySleepMonitorData_timestamp_attribute.html index 41c4723b1..18b98ed9e 100755 --- a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivitySleepMonitorData_timestamp_attribute.html +++ b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivitySleepMonitorData_timestamp_attribute.html @@ -49,7 +49,7 @@ t.step(function () { }); getHumanActivityDataSuccess = t.step_func(function (slpInfo) { - check_readonly(slpInfo, "timestamp", slpInfo.timestamp, "long", slpInfo.timestamp + 10); + check_readonly(slpInfo, "timestamp", slpInfo.timestamp, "long long", slpInfo.timestamp + 10); t.done(); });