[common][tct-application-tizen-tests][DPTTIZEN-2922 Modify TC due to tc issue] 28/148428/2
authorxy.qian <xy.qian@samsung.com>
Fri, 8 Sep 2017 02:11:55 +0000 (10:11 +0800)
committerqian <xy.qian@samsung.com>
Fri, 8 Sep 2017 02:23:06 +0000 (02:23 +0000)
Change-Id: I4d4ad5c0de655fd51e524c8c7cdae8b96444d0fb
Signed-off-by: xy.qian <xy.qian@samsung.com>
common/tct-application-tizen-tests/application/ApplicationBatteryUsage_batteryUsage_attribute.html
common/tct-application-tizen-tests/application/ApplicationUsage_totalCount_attribute.html
common/tct-application-tizen-tests/application/ApplicationUsage_totalDuration_attribute.html

index 926681491b60879b198f60d977002e164c6e1861..833d924e3666e8690c02dddc0a5b4c8ba6149f82 100644 (file)
@@ -44,7 +44,7 @@ t.step(function () {
     });
 
     getSuccessCallback = t.step_func(function (batteryInfoArray) {
-        check_readonly(batteryInfoArray[0], "batteryUsage", batteryInfoArray[0].batteryUsage, "number", batteryUsage/2);
+        check_readonly(batteryInfoArray[0], "batteryUsage", batteryInfoArray[0].batteryUsage, "number", batteryInfoArray[0].batteryUsage/2);
         t.done();
     });
 
@@ -54,4 +54,4 @@ t.step(function () {
 
 </script>
 </body>
-</html>
\ No newline at end of file
+</html>
index ad59ce9ac6a8f3dc5c22625e222a79c9cd5c8aca..20af4375f584f75a8297f259a004b6b2faa56928 100644 (file)
@@ -45,7 +45,7 @@ t.step(function () {
 
     getSuccessCallback = t.step_func(function (appsInfoArray) {
         assert_greater_than(appsInfoArray.length, 0, "app is not found");
-        check_readonly(appsInfoArray[0], "totalCount", appsInfoArray[0].totalCount, "number", totalCount+1);
+        check_readonly(appsInfoArray[0], "totalCount", appsInfoArray[0].totalCount, "number", appsInfoArray[0].totalCount+1);
         t.done();
     });
 
@@ -55,4 +55,4 @@ t.step(function () {
 
 </script>
 </body>
-</html>
\ No newline at end of file
+</html>
index 4f4e6337ee324f7dffe0ec08c3ce508ab5875e00..9dc0977e0bd612538eea77bc864d04040e69fa54 100644 (file)
@@ -45,7 +45,7 @@ t.step(function () {
 
     getSuccessCallback = t.step_func(function (appsInfoArray) {
         assert_greater_than(appsInfoArray.length, 0, "app is not found");
-        check_readonly(appsInfoArray[0], "totalDuration", appsInfoArray[0].totalDuration, "number", totalDuration+1);
+        check_readonly(appsInfoArray[0], "totalDuration", appsInfoArray[0].totalDuration, "number", appsInfoArray[0].totalDuration+1);
         t.done();
     });
 
@@ -55,4 +55,4 @@ t.step(function () {
 
 </script>
 </body>
-</html>
\ No newline at end of file
+</html>