From: zy123.yuan Date: Fri, 19 Jan 2018 01:32:20 +0000 (+0800) Subject: [common][humanactivity][DPTTIZEN-2983, fix tc issue] X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b98b5d25683d0066b4a70135cd39c4af0d7e3744;p=test%2Ftct%2Fweb%2Fapi.git [common][humanactivity][DPTTIZEN-2983, fix tc issue] Change-Id: Ic0572f512944b521a33134e21febfc35fbd672eb --- diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_startRecorder_type_SLEEP_MONITOR.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_startRecorder_type_SLEEP_MONITOR.html index 0429f1075..f20f4148b 100755 --- a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_startRecorder_type_SLEEP_MONITOR.html +++ b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_startRecorder_type_SLEEP_MONITOR.html @@ -38,7 +38,9 @@ test(function () { var returnedValue = null, humanActivityType = "SLEEP_MONITOR"; add_result_callback(function () { - tizen.humanactivitymonitor.stopRecorder(humanActivityType); + try{ + tizen.humanactivitymonitor.stopRecorder(humanActivityType); + }catch(e){} }); try { diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_stopRecorder_type_SLEEP_MONITOR.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_stopRecorder_type_SLEEP_MONITOR.html index 6bad4eeec..6f22dc79d 100755 --- a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_stopRecorder_type_SLEEP_MONITOR.html +++ b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_stopRecorder_type_SLEEP_MONITOR.html @@ -38,7 +38,9 @@ test(function () { var returnedValue = null, humanActivityType = "SLEEP_MONITOR"; add_result_callback(function () { - tizen.humanactivitymonitor.stopRecorder(humanActivityType); + try{ + tizen.humanactivitymonitor.stopRecorder(humanActivityType); + }catch(e){} }); try {