From: mengli.zhang Date: Fri, 19 May 2017 00:40:08 +0000 (-0400) Subject: [common][tct-systeminfo-tizen-tests][fix TCs issue] X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f1b04970a45d8f888136b9dd3c468cee503c000b;p=test%2Ftct%2Fweb%2Fapi.git [common][tct-systeminfo-tizen-tests][fix TCs issue] Change-Id: I49b31ccdee53f270940e55d6237ca7439ce56558 Signed-off-by: mengli.zhang --- diff --git a/common/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_nativeApiVersion_attribute.html b/common/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_nativeApiVersion_attribute.html index a54fdc758..7dfc67b7c 100755 --- a/common/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_nativeApiVersion_attribute.html +++ b/common/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_nativeApiVersion_attribute.html @@ -42,7 +42,7 @@ test(function () { check_readonly(deviceCapabilities, "nativeApiVersion", deviceCapabilities.nativeApiVersion, "string", null); assert_true(deviceCapabilities.nativeApiVersion !== "", "null check"); - pattern = /3(\.[0-9])*/g; + pattern = /4(\.[0-9])*/g; assert_regexp_match(deviceCapabilities.nativeApiVersion, pattern, "nativeApiVersion has a bad value"); }, document.title); diff --git a/common/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_webApiVersion_attribute.html b/common/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_webApiVersion_attribute.html index 4860567b3..8e68f5810 100755 --- a/common/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_webApiVersion_attribute.html +++ b/common/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_webApiVersion_attribute.html @@ -41,8 +41,8 @@ test(function () { check_readonly(deviceCapabilities, "webApiVersion", deviceCapabilities.webApiVersion, "string", null); assert_true(deviceCapabilities.webApiVersion !== "", "null check"); - assert_equals(deviceCapabilities.webApiVersion, "3.0", - "webApiVersion is not 3.0"); + assert_equals(deviceCapabilities.webApiVersion, "4.0", + "webApiVersion is not 4.0"); }, document.title); diff --git a/common/tct-systeminfo-tizen-tests/tests.xml b/common/tct-systeminfo-tizen-tests/tests.xml index 4d2b9123a..cdad7d16d 100755 --- a/common/tct-systeminfo-tizen-tests/tests.xml +++ b/common/tct-systeminfo-tizen-tests/tests.xml @@ -121,11 +121,11 @@ /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoPropertyArraySuccessCallback_notexist.html - + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoNetwork_extend.html @@ -486,7 +486,7 @@ /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoStorageUnit_type_attribute_value.html - + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_getCapability_datasync.html @@ -516,11 +516,11 @@ /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_getCapability_download.html - + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_getCapability_network_bluetooth.html @@ -541,11 +541,11 @@ /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_getCapability_network_secure_element.html - + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_getCapability_screen_height.html @@ -646,11 +646,11 @@ /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_getCapability_systemsetting.html - + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_getCapability_camera.html @@ -1066,7 +1066,7 @@ /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_addPropertyValueChangeListener_errorCallback_TypeMismatch.html - + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_getCapability_led.html @@ -1966,11 +1966,11 @@ /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoPropertyArraySuccessCallback_notexist.html - + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoNetwork_extend.html @@ -2331,7 +2331,7 @@ /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfoStorageUnit_type_attribute_value.html - + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_getCapability_datasync.html @@ -2361,11 +2361,11 @@ /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_getCapability_download.html - + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_getCapability_network_bluetooth.html @@ -2386,11 +2386,11 @@ /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_getCapability_network_secure_element.html - + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_getCapability_screen_height.html @@ -2491,11 +2491,11 @@ /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_getCapability_systemsetting.html - + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_getCapability_camera.html @@ -2911,7 +2911,7 @@ /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_addPropertyValueChangeListener_errorCallback_TypeMismatch.html - + /opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_getCapability_led.html