Rename TC for typo issue 37/297737/1
authorwei625.zhang <wei625.zhang@samsung.com>
Wed, 23 Aug 2023 11:00:22 +0000 (19:00 +0800)
committerwei625.zhang <wei625.zhang@samsung.com>
Wed, 23 Aug 2023 11:00:22 +0000 (19:00 +0800)
Change-Id: I45dde546307b6289323935cdfa93de9f0c88a2f6
Signed-off-by: wei625.zhang <wei625.zhang@samsung.com>
common/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_getCapability_SystemInfo_getCapability_net_proxy.html [deleted file]
common/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_getCapability_net_proxy.html [new file with mode: 0755]

diff --git a/common/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_getCapability_SystemInfo_getCapability_net_proxy.html b/common/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_getCapability_SystemInfo_getCapability_net_proxy.html
deleted file mode 100755 (executable)
index c0d448d..0000000
+++ /dev/null
@@ -1,45 +0,0 @@
-<!DOCTYPE html>
-<!--
-Copyright (c) 2016 Samsung Electronics Co., Ltd.
-
-Licensed under the Apache License, Version 2.0 (the License);
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
-
-Author:
-        Hyukin Kwon <hyukin.kwon@samsung.com>
-
--->
-<html>
-<head>
-<title>SystemInfo_getCapability_net_proxy</title>
-<meta charset="utf-8"/>
-<script src="support/unitcommon.js"></script>
-<script src="support/systeminfo_common.js"></script>
-</head>
-<body>
-<div id="log"></div>
-<script>
-//==== TEST: SystemInfo_getCapability_net_proxy
-//==== LABEL Check if getCapability() method of SystemInfo with net_proxy attribute works properly
-//==== SPEC Tizen Web API:System:SystemInfo:getCapability M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/systeminfo.html
-//==== PRIORITY P1
-//==== TEST_CRITERIA MR
-
-test(function () {
-    var deviceCapability = tizen.systeminfo.getCapability("http://tizen.org/feature/network.net_proxy");
-    assert_type(deviceCapability, "boolean", "deviceCapability should be a boolean");
-}, document.title);
-
-</script>
-</body>
-</html>
diff --git a/common/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_getCapability_net_proxy.html b/common/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_getCapability_net_proxy.html
new file mode 100755 (executable)
index 0000000..c0d448d
--- /dev/null
@@ -0,0 +1,45 @@
+<!DOCTYPE html>
+<!--
+Copyright (c) 2016 Samsung Electronics Co., Ltd.
+
+Licensed under the Apache License, Version 2.0 (the License);
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+Author:
+        Hyukin Kwon <hyukin.kwon@samsung.com>
+
+-->
+<html>
+<head>
+<title>SystemInfo_getCapability_net_proxy</title>
+<meta charset="utf-8"/>
+<script src="support/unitcommon.js"></script>
+<script src="support/systeminfo_common.js"></script>
+</head>
+<body>
+<div id="log"></div>
+<script>
+//==== TEST: SystemInfo_getCapability_net_proxy
+//==== LABEL Check if getCapability() method of SystemInfo with net_proxy attribute works properly
+//==== SPEC Tizen Web API:System:SystemInfo:getCapability M
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/systeminfo.html
+//==== PRIORITY P1
+//==== TEST_CRITERIA MR
+
+test(function () {
+    var deviceCapability = tizen.systeminfo.getCapability("http://tizen.org/feature/network.net_proxy");
+    assert_type(deviceCapability, "boolean", "deviceCapability should be a boolean");
+}, document.title);
+
+</script>
+</body>
+</html>