From 5d82e8c66291848c8dc28616d257172cc82409b6 Mon Sep 17 00:00:00 2001 From: zhongyuan Date: Tue, 20 Aug 2019 14:02:24 +0800 Subject: [PATCH] [common][ham][TWDAPI-228, change timestamp to long long] Change-Id: I9911eef30e038e7cc02a046ece852d1b448407f5 --- .../HumanActivitySleepMonitorData_timestamp_attribute.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); }); -- 2.34.1