[common][ham][TWDAPI-228, change timestamp to long long] 93/212293/2
authorzhongyuan <zy123.yuan@samsung.com>
Tue, 20 Aug 2019 06:02:24 +0000 (14:02 +0800)
committerzhongyuan yuan <zy123.yuan@samsung.com>
Tue, 20 Aug 2019 06:43:33 +0000 (06:43 +0000)
Change-Id: I9911eef30e038e7cc02a046ece852d1b448407f5

common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivitySleepMonitorData_timestamp_attribute.html

index 41c4723b1ee7a5b7dcf23e9cb8b61545c9e012f9..18b98ed9ebf6ef6aaaf2853495ac77d4b156abff 100755 (executable)
@@ -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();
     });