From: Piotr Szydelko
Date: Thu, 19 Sep 2013 11:44:31 +0000 (+0200)
Subject: [NFC] minor structure standardization
X-Git-Tag: 2.2.1_release~114^2~18
X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2dc30a368b876d9ace2967d8f65b028b8d3a0645;p=test%2Ftct%2Fweb%2Fapi.git
[NFC] minor structure standardization
Change-Id: I511851738ad1b0a9eb3176c58e92aff7e5701b43
---
diff --git a/tct-nfc-tizen-tests/nfc/ByteArraySuccessCallback_notexist.html b/tct-nfc-tizen-tests/nfc/ByteArraySuccessCallback_notexist.html
index 3cbd16dd3..b721281ea 100644
--- a/tct-nfc-tizen-tests/nfc/ByteArraySuccessCallback_notexist.html
+++ b/tct-nfc-tizen-tests/nfc/ByteArraySuccessCallback_notexist.html
@@ -16,10 +16,10 @@ limitations under the License.
Authors:
- Andrzej Krolikowski
+ Andrzej Krolikowski
-->
-
+
ByteArraySuccessCallback_notexist
@@ -33,7 +33,7 @@ Authors:
//==== PRIORITY P3
//==== LABEL Check if interface ByteArraySuccessCallback exists, it should not.
//==== SPEC Tizen Web API:Communication:NFC:ByteArraySuccessCallback:ByteArraySuccessCallback U
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html
//==== TEST_CRITERIA CBNIO
test(function () {
diff --git a/tct-nfc-tizen-tests/nfc/NDEFMessageReadCallback_notexist.html b/tct-nfc-tizen-tests/nfc/NDEFMessageReadCallback_notexist.html
index ca3466b26..8f388259e 100644
--- a/tct-nfc-tizen-tests/nfc/NDEFMessageReadCallback_notexist.html
+++ b/tct-nfc-tizen-tests/nfc/NDEFMessageReadCallback_notexist.html
@@ -16,10 +16,10 @@ limitations under the License.
Authors:
- Andrzej Krolikowski
+ Andrzej Krolikowski
-->
-
+
NDEFMessageReadCallback_notexist
@@ -33,7 +33,7 @@ Authors:
//==== PRIORITY P3
//==== LABEL Check if interface NDEFMessageReadCallback exists, it should not.
//==== SPEC Tizen Web API:Communication:NFC:NDEFMessageReadCallback:NDEFMessageReadCallback U
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html
//==== TEST_CRITERIA CBNIO
test(function () {
diff --git a/tct-nfc-tizen-tests/nfc/NDEFMessage_constructor.html b/tct-nfc-tizen-tests/nfc/NDEFMessage_constructor.html
index 21b903c8a..3121594f8 100644
--- a/tct-nfc-tizen-tests/nfc/NDEFMessage_constructor.html
+++ b/tct-nfc-tizen-tests/nfc/NDEFMessage_constructor.html
@@ -18,10 +18,10 @@ limitations under the License.
Authors:
- Piotr Szydelko
+ Piotr Szydelko
-->
-
+
NDEFMessage_constructor
@@ -37,7 +37,7 @@ Authors:
//==== TEST: NDEFMessage_constructor
//==== LABEL check if NDEFMessage constructor works without arguments
//==== SPEC Tizen Web API:Communication:NFC:NDEFMessage:constructor C
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html#::NFC::NDEFMessage
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html
//==== TEST_CRITERIA CONSTRM
test(function () {
@@ -55,7 +55,5 @@ test(function () {
}, "NDEFMessage_constructor");
-
-
diff --git a/tct-nfc-tizen-tests/nfc/NDEFMessage_constructor_rawData.html b/tct-nfc-tizen-tests/nfc/NDEFMessage_constructor_rawData.html
index 17b291468..e2f3770b7 100644
--- a/tct-nfc-tizen-tests/nfc/NDEFMessage_constructor_rawData.html
+++ b/tct-nfc-tizen-tests/nfc/NDEFMessage_constructor_rawData.html
@@ -18,10 +18,10 @@ limitations under the License.
Authors:
- Piotr Szydelko
+ Piotr Szydelko
-->
-
+
NDEFMessage_constructor_rawData
@@ -37,7 +37,7 @@ Authors:
//==== TEST: NDEFMessage_constructor_rawData
//==== LABEL check if NDEFMessage constructor works with rawData
//==== SPEC Tizen Web API:Communication:NFC:NDEFMessage:constructor C
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html#::NFC::NDEFMessage
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html
//==== TEST_CRITERIA CONSTRM
test(function () {
@@ -64,7 +64,5 @@ test(function () {
}, "NDEFMessage_constructor_rawData");
-
-
diff --git a/tct-nfc-tizen-tests/nfc/NDEFMessage_constructor_records.html b/tct-nfc-tizen-tests/nfc/NDEFMessage_constructor_records.html
index 68984088b..21777758c 100644
--- a/tct-nfc-tizen-tests/nfc/NDEFMessage_constructor_records.html
+++ b/tct-nfc-tizen-tests/nfc/NDEFMessage_constructor_records.html
@@ -26,13 +26,13 @@ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Authors:
- Wang, ChaoX
+ Wang, ChaoX
Han, RuiJingXA
-->
-Test method NDEFMessage.Constructor with mandatory parameters
+NDEFMessage_constructor_records
diff --git a/tct-nfc-tizen-tests/nfc/NDEFMessage_exist.html b/tct-nfc-tizen-tests/nfc/NDEFMessage_exist.html
index 7ce07a5cf..8e645c029 100644
--- a/tct-nfc-tizen-tests/nfc/NDEFMessage_exist.html
+++ b/tct-nfc-tizen-tests/nfc/NDEFMessage_exist.html
@@ -16,10 +16,10 @@ limitations under the License.
Authors:
- Jakub Siewierski
+ Jakub Siewierski
-->
-
+
NDEFMessage_exist
@@ -32,7 +32,7 @@ Authors:
//==== TEST: NDEFMessage_exist
//==== LABEL Check if NDEFMessage exists
//==== SPEC Tizen Web API:Communication:NFC:NDEFMessage:constructor C
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html
//==== TEST_CRITERIA CONSTRF
test(function () {
diff --git a/tct-nfc-tizen-tests/nfc/NDEFMessage_extend.html b/tct-nfc-tizen-tests/nfc/NDEFMessage_extend.html
index 88a0fb176..f55cec1d4 100644
--- a/tct-nfc-tizen-tests/nfc/NDEFMessage_extend.html
+++ b/tct-nfc-tizen-tests/nfc/NDEFMessage_extend.html
@@ -16,10 +16,10 @@ limitations under the License.
Authors:
- Piotr Szydelko
+ Piotr Szydelko
-->
-
+
NDEFMessage_extend
@@ -33,7 +33,7 @@ Authors:
//==== PRIORITY P3
//==== LABEL Check if instance of interface NDEFMessage can be extended with new property
//==== SPEC Tizen Web API:Communication:NFC:NDEFMessage:NDEFMessage U
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html
//==== TEST_CRITERIA OBX
var message;
diff --git a/tct-nfc-tizen-tests/nfc/NDEFMessage_recordCount_attribute.html b/tct-nfc-tizen-tests/nfc/NDEFMessage_recordCount_attribute.html
index 0c97c9355..2792af00d 100644
--- a/tct-nfc-tizen-tests/nfc/NDEFMessage_recordCount_attribute.html
+++ b/tct-nfc-tizen-tests/nfc/NDEFMessage_recordCount_attribute.html
@@ -26,13 +26,13 @@ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Authors:
- Wang, ChaoX
+ Wang, ChaoX
Han, RuiJingXA
-->
-check if readonly attribute recordCount in NDEFMessage is correct
+NDEFMessage_recordCount_attribute
@@ -42,7 +42,7 @@ Authors:
//==== TEST: NDEFMessage_recordCount_attribute
//==== LABEL Check if attribute recordCount of NDEFMessage exists, has type Number and is readonly
//==== SPEC Tizen Web API:Communication:NFC:NDEFMessage:recordCount A
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html
//==== TEST_CRITERIA AE AT ARO
var message, record;
diff --git a/tct-nfc-tizen-tests/nfc/NDEFMessage_records_attribute.html b/tct-nfc-tizen-tests/nfc/NDEFMessage_records_attribute.html
index 6c4ce871e..53e8ebb60 100644
--- a/tct-nfc-tizen-tests/nfc/NDEFMessage_records_attribute.html
+++ b/tct-nfc-tizen-tests/nfc/NDEFMessage_records_attribute.html
@@ -16,10 +16,10 @@ limitations under the License.
Authors:
- Piotr Szydelko
+ Piotr Szydelko
-->
-
+
NDEFMessage_records_attribute
@@ -32,7 +32,7 @@ Authors:
//==== TEST: NDEFMessage_records_attribute
//==== LABEL Check if attribute records of NDEFMessage exists, has type Array, can be overwritten
//==== SPEC Tizen Web API:Communication:NFC:NDEFMessage:records A
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html
//==== TEST_CRITERIA AE AT ASG AN
var message, record;
diff --git a/tct-nfc-tizen-tests/nfc/NDEFMessage_toByte.html b/tct-nfc-tizen-tests/nfc/NDEFMessage_toByte.html
index 1e3a0d326..60eade456 100644
--- a/tct-nfc-tizen-tests/nfc/NDEFMessage_toByte.html
+++ b/tct-nfc-tizen-tests/nfc/NDEFMessage_toByte.html
@@ -18,9 +18,9 @@ limitations under the License.
Authors:
- Piotr Szydelko
+ Piotr Szydelko
-->
-
+
NDEFMessage_toByte
@@ -36,7 +36,7 @@ Authors:
//==== TEST: NDEFMessage_toByte
//==== LABEL check whether NDEFMessage:toByte() returns correct byte array of the NDEF message
//==== SPEC Tizen Web API:Communication:NFC:NDEFMessage:toByte M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html#toByteid2621778
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html
//==== TEST_CRITERIA MNA MR
test(function () {
@@ -54,7 +54,5 @@ test(function () {
}, "NDEFMessage_toByte");
-
-
diff --git a/tct-nfc-tizen-tests/nfc/NDEFMessage_toByte_TypeMismatch.html b/tct-nfc-tizen-tests/nfc/NDEFMessage_toByte_TypeMismatch.html
index 48740ac88..c64241bc0 100644
--- a/tct-nfc-tizen-tests/nfc/NDEFMessage_toByte_TypeMismatch.html
+++ b/tct-nfc-tizen-tests/nfc/NDEFMessage_toByte_TypeMismatch.html
@@ -18,10 +18,10 @@ limitations under the License.
Authors:
- Piotr Szydelko
+ Piotr Szydelko
-->
-
+
NDEFMessage_toByte_TypeMismatch
@@ -38,7 +38,7 @@ Authors:
//==== LABEL check whether NDEFMessage:toByte() throws exception when NDEFMessage.records contains invalid object
//==== SPEC Tizen Web API:Communication:NFC:NDEFMessage:toByte M
//==== PRIORITY P2
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html#toByteid2621778
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html
//==== TEST_CRITERIA
test(function () {
@@ -55,7 +55,5 @@ test(function () {
}, "NDEFMessage_toByte_TypeMismatch");
-
-
diff --git a/tct-nfc-tizen-tests/nfc/NDEFMessage_toByte_empty.html b/tct-nfc-tizen-tests/nfc/NDEFMessage_toByte_empty.html
index 7ccf14171..ddeb28659 100644
--- a/tct-nfc-tizen-tests/nfc/NDEFMessage_toByte_empty.html
+++ b/tct-nfc-tizen-tests/nfc/NDEFMessage_toByte_empty.html
@@ -21,7 +21,7 @@ Authors:
Piotr Szydelko
-->
-
+
NDEFMessage_toByte_empty
@@ -37,7 +37,7 @@ Authors:
//==== TEST: NDEFMessage_toByte_empty
//==== LABEL check whether NDEFMessage::toByte() returns empty array for empty NDEF message
//==== SPEC Tizen Web API:Communication:NFC:NDEFMessage:toByte M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html#toByteid2621778
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html
//==== TEST_CRITERIA MNA MR
test(function () {
@@ -53,7 +53,5 @@ test(function () {
}, "NDEFMessage_toByte_empty");
-
-
diff --git a/tct-nfc-tizen-tests/nfc/NDEFMessage_toByte_exists.html b/tct-nfc-tizen-tests/nfc/NDEFMessage_toByte_exists.html
index ef7780adb..0cb1b606c 100644
--- a/tct-nfc-tizen-tests/nfc/NDEFMessage_toByte_exists.html
+++ b/tct-nfc-tizen-tests/nfc/NDEFMessage_toByte_exists.html
@@ -26,13 +26,13 @@ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Authors:
- Wang, ChaoX
+ Wang, ChaoX
Han, RuiJingXA
-->
-Test method NDEFMessage.toByte exists
+NDEFMessage_toByte_exists
@@ -42,7 +42,7 @@ Authors:
//==== TEST: NDEFMessage_toByte_exists
//==== LABEL Test method NDEFMessage.toByte exists
//==== SPEC Tizen Web API:Communication:NFC:NDEFMessage:toByte M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html
//==== TEST_CRITERIA ME
var message;
diff --git a/tct-nfc-tizen-tests/nfc/NDEFMessage_toByte_extra_argument.html b/tct-nfc-tizen-tests/nfc/NDEFMessage_toByte_extra_argument.html
index 2fa3889c0..ada4ce21f 100644
--- a/tct-nfc-tizen-tests/nfc/NDEFMessage_toByte_extra_argument.html
+++ b/tct-nfc-tizen-tests/nfc/NDEFMessage_toByte_extra_argument.html
@@ -16,10 +16,10 @@ limitations under the License.
Authors:
- Andrzej Krolikowski
-
+
NDEFMessage_toByte_extra_argument
@@ -32,7 +32,7 @@ Authors:
//==== TEST: NDEFMessage_toByte_extra_argument
//==== LABEL Check if method toByte of NDEFMessage accepts extra argument
//==== SPEC Tizen Web API:Communication:NFC:NDEFMessage:toByte M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html
//==== TEST_CRITERIA MNAEX
var message;
diff --git a/tct-nfc-tizen-tests/nfc/NDEFRecordMedia_constructor.html b/tct-nfc-tizen-tests/nfc/NDEFRecordMedia_constructor.html
index 4231a3880..38b443841 100644
--- a/tct-nfc-tizen-tests/nfc/NDEFRecordMedia_constructor.html
+++ b/tct-nfc-tizen-tests/nfc/NDEFRecordMedia_constructor.html
@@ -16,10 +16,10 @@ limitations under the License.
Authors:
- Piotr Szydelko
+ Piotr Szydelko
-->
-
+
NDEFRecordMedia_constructor
@@ -33,7 +33,7 @@ Authors:
//==== PRIORITY P1
//==== LABEL Check if NDEFRecordMedia constructor works
//==== SPEC Tizen Web API:Communication:NFC:NDEFRecordMedia:constructor C
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html
//==== TEST_CRITERIA CONSTRM CONSTRA
var record,
diff --git a/tct-nfc-tizen-tests/nfc/NDEFRecordMedia_exist.html b/tct-nfc-tizen-tests/nfc/NDEFRecordMedia_exist.html
index 0ccf12ceb..69dc343a1 100644
--- a/tct-nfc-tizen-tests/nfc/NDEFRecordMedia_exist.html
+++ b/tct-nfc-tizen-tests/nfc/NDEFRecordMedia_exist.html
@@ -16,10 +16,10 @@ limitations under the License.
Authors:
- Jakub Siewierski
+ Jakub Siewierski
-->
-
+
NDEFRecordMedia_exist
@@ -32,7 +32,7 @@ Authors:
//==== TEST: NDEFRecordMedia_exist
//==== LABEL Check if NDEFRecordMedia exists
//==== SPEC Tizen Web API:Communication:NFC:NDEFRecordMedia:constructor C
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html
//==== TEST_CRITERIA CONSTRF
test(function () {
diff --git a/tct-nfc-tizen-tests/nfc/NDEFRecordMedia_extend.html b/tct-nfc-tizen-tests/nfc/NDEFRecordMedia_extend.html
index 19505e3e6..6089a0c09 100644
--- a/tct-nfc-tizen-tests/nfc/NDEFRecordMedia_extend.html
+++ b/tct-nfc-tizen-tests/nfc/NDEFRecordMedia_extend.html
@@ -16,10 +16,10 @@ limitations under the License.
Authors:
- Piotr Szydelko
+ Piotr Szydelko
-->
-
+
NDEFRecordMedia_extend
@@ -33,7 +33,7 @@ Authors:
//==== PRIORITY P3
//==== LABEL Check if instance of interface NDEFRecordMedia can be extended with new property
//==== SPEC Tizen Web API:Communication:NFC:NDEFRecordMedia:NDEFRecordMedia U
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html
//==== TEST_CRITERIA OBX
var record,
diff --git a/tct-nfc-tizen-tests/nfc/NDEFRecordMedia_id_attribute.html b/tct-nfc-tizen-tests/nfc/NDEFRecordMedia_id_attribute.html
index 23f55eafa..e550d9361 100644
--- a/tct-nfc-tizen-tests/nfc/NDEFRecordMedia_id_attribute.html
+++ b/tct-nfc-tizen-tests/nfc/NDEFRecordMedia_id_attribute.html
@@ -16,10 +16,10 @@ limitations under the License.
Authors:
- Piotr Szydelko
+ Piotr Szydelko
-->
-
+
NDEFRecordMedia_id_attribute
@@ -32,7 +32,7 @@ Authors:
//==== TEST: NDEFRecordMedia_id_attribute
//==== LABEL Check if attribute id of NDEFRecordMedia exists, has type Array and is readonly
//==== SPEC Tizen Web API:Communication:NFC:NDEFRecordMedia:id A
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html
//==== TEST_CRITERIA AE AT ARO
var record, id_bytes = [],
diff --git a/tct-nfc-tizen-tests/nfc/NDEFRecordMedia_mimeType_attribute.html b/tct-nfc-tizen-tests/nfc/NDEFRecordMedia_mimeType_attribute.html
index 96e913fd5..afc50aae4 100644
--- a/tct-nfc-tizen-tests/nfc/NDEFRecordMedia_mimeType_attribute.html
+++ b/tct-nfc-tizen-tests/nfc/NDEFRecordMedia_mimeType_attribute.html
@@ -16,10 +16,10 @@ limitations under the License.
Authors:
- Piotr Szydelko
+ Piotr Szydelko
-->
-
+
NDEFRecordMedia_mimeType_attribute
@@ -32,7 +32,7 @@ Authors:
//==== TEST: NDEFRecordMedia_mimeType_attribute
//==== LABEL Check if attribute mimeType of NDEFRecordMedia exists, has type DOMString and is readonly
//==== SPEC Tizen Web API:Communication:NFC:NDEFRecordMedia:mimeType A
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html
//==== TEST_CRITERIA AE AT ARO
var record,
diff --git a/tct-nfc-tizen-tests/nfc/NDEFRecordMedia_payload_attribute.html b/tct-nfc-tizen-tests/nfc/NDEFRecordMedia_payload_attribute.html
index e172b2345..fa40c6b8e 100644
--- a/tct-nfc-tizen-tests/nfc/NDEFRecordMedia_payload_attribute.html
+++ b/tct-nfc-tizen-tests/nfc/NDEFRecordMedia_payload_attribute.html
@@ -16,10 +16,10 @@ limitations under the License.
Authors:
- Piotr Szydelko
+ Piotr Szydelko
-->
-
+
NDEFRecordMedia_payload_attribute
@@ -32,7 +32,7 @@ Authors:
//==== TEST: NDEFRecordMedia_payload_attribute
//==== LABEL Check if attribute payload of NDEFRecordMedia exists, has type Array and is readonly
//==== SPEC Tizen Web API:Communication:NFC:NDEFRecordMedia:payload A
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html
//==== TEST_CRITERIA AE AT ARO
var record,
diff --git a/tct-nfc-tizen-tests/nfc/NDEFRecordMedia_tnf_attribute.html b/tct-nfc-tizen-tests/nfc/NDEFRecordMedia_tnf_attribute.html
index 524b28251..7d75248f8 100644
--- a/tct-nfc-tizen-tests/nfc/NDEFRecordMedia_tnf_attribute.html
+++ b/tct-nfc-tizen-tests/nfc/NDEFRecordMedia_tnf_attribute.html
@@ -16,10 +16,10 @@ limitations under the License.
Authors:
- Piotr Szydelko
+ Piotr Szydelko
-->
-
+
NDEFRecordMedia_tnf_attribute
@@ -32,7 +32,7 @@ Authors:
//==== TEST: NDEFRecordMedia_tnf_attribute
//==== LABEL Check if attribute tnf of NDEFRecordMedia exists, has type short and is readonly
//==== SPEC Tizen Web API:Communication:NFC:NDEFRecordMedia:tnf A
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html
//==== TEST_CRITERIA AE AT ARO ADV
var record,
diff --git a/tct-nfc-tizen-tests/nfc/NDEFRecordMedia_type_attribute.html b/tct-nfc-tizen-tests/nfc/NDEFRecordMedia_type_attribute.html
index daa41e25b..39495ba7c 100644
--- a/tct-nfc-tizen-tests/nfc/NDEFRecordMedia_type_attribute.html
+++ b/tct-nfc-tizen-tests/nfc/NDEFRecordMedia_type_attribute.html
@@ -16,10 +16,10 @@ limitations under the License.
Authors:
- Piotr Szydelko
+ Piotr Szydelko
-->
-
+
NDEFRecordMedia_type_attribute
@@ -32,7 +32,7 @@ Authors:
//==== TEST: NDEFRecordMedia_type_attribute
//==== LABEL Check if attribute type of NDEFRecordMedia exists, has type Array and is readonly
//==== SPEC Tizen Web API:Communication:NFC:NDEFRecordMedia:type A
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html
//==== TEST_CRITERIA AE AT ARO
var record,
diff --git a/tct-nfc-tizen-tests/nfc/NDEFRecordText_constructor.html b/tct-nfc-tizen-tests/nfc/NDEFRecordText_constructor.html
index 2aacddddd..8d46d8cf6 100644
--- a/tct-nfc-tizen-tests/nfc/NDEFRecordText_constructor.html
+++ b/tct-nfc-tizen-tests/nfc/NDEFRecordText_constructor.html
@@ -16,10 +16,10 @@ limitations under the License.
Authors:
- Piotr Szydelko
+ Piotr Szydelko
-->
-
+
NDEFRecordText_constructor
@@ -33,7 +33,7 @@ Authors:
//==== PRIORITY P1
//==== LABEL Check if NDEFRecordText constructor works
//==== SPEC Tizen Web API:Communication:NFC:NDEFRecordText:constructor C
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html
//==== TEST_CRITERIA CONSTRM
var record;
diff --git a/tct-nfc-tizen-tests/nfc/NDEFRecordText_constructor_encoding_UTF16.html b/tct-nfc-tizen-tests/nfc/NDEFRecordText_constructor_encoding_UTF16.html
index c573cc995..edf727a48 100644
--- a/tct-nfc-tizen-tests/nfc/NDEFRecordText_constructor_encoding_UTF16.html
+++ b/tct-nfc-tizen-tests/nfc/NDEFRecordText_constructor_encoding_UTF16.html
@@ -16,10 +16,10 @@ limitations under the License.
Authors:
- Piotr Szydelko
+ Piotr Szydelko
-->
-
+
NDEFRecordText_constructor_encoding_UTF16
@@ -33,7 +33,7 @@ Authors:
//==== PRIORITY P1
//==== LABEL Check if NDEFRecordText constructor called with UTF16 encoding works
//==== SPEC Tizen Web API:Communication:NFC:NDEFRecordText:constructor C
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html
//==== TEST_CRITERIA CONSTRM CONSTRA
var record;
diff --git a/tct-nfc-tizen-tests/nfc/NDEFRecordText_constructor_encoding_UTF8.html b/tct-nfc-tizen-tests/nfc/NDEFRecordText_constructor_encoding_UTF8.html
index b25dc817f..34f9f0be1 100644
--- a/tct-nfc-tizen-tests/nfc/NDEFRecordText_constructor_encoding_UTF8.html
+++ b/tct-nfc-tizen-tests/nfc/NDEFRecordText_constructor_encoding_UTF8.html
@@ -16,10 +16,10 @@ limitations under the License.
Authors:
- Piotr Szydelko
+ Piotr Szydelko
-->
-
+
NDEFRecordText_constructor_encoding_UTF8
@@ -33,7 +33,7 @@ Authors:
//==== PRIORITY P1
//==== LABEL Check if NDEFRecordText constructor called with UTF8 encoding works
//==== SPEC Tizen Web API:Communication:NFC:NDEFRecordText:constructor C
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html
//==== TEST_CRITERIA CONSTRM CONSTRA
var record;
diff --git a/tct-nfc-tizen-tests/nfc/NDEFRecordText_encoding_attribute.html b/tct-nfc-tizen-tests/nfc/NDEFRecordText_encoding_attribute.html
index 750eea4da..a296946ed 100644
--- a/tct-nfc-tizen-tests/nfc/NDEFRecordText_encoding_attribute.html
+++ b/tct-nfc-tizen-tests/nfc/NDEFRecordText_encoding_attribute.html
@@ -16,10 +16,10 @@ limitations under the License.
Authors:
- Piotr Szydelko
+ Piotr Szydelko
-->
-
+
NDEFRecordText_encoding_attribute
@@ -32,7 +32,7 @@ Authors:
//==== TEST: NDEFRecordText_encoding_attribute
//==== LABEL Check if attribute encoding of NDEFRecordText exists, has type NDEFRecordTextEncoding and is readonly
//==== SPEC Tizen Web API:Communication:NFC:NDEFRecordText:encoding A
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html
//==== TEST_CRITERIA AE ARO AT ADV
var record;
diff --git a/tct-nfc-tizen-tests/nfc/NDEFRecordText_exist.html b/tct-nfc-tizen-tests/nfc/NDEFRecordText_exist.html
index d62f59340..1e11608bd 100644
--- a/tct-nfc-tizen-tests/nfc/NDEFRecordText_exist.html
+++ b/tct-nfc-tizen-tests/nfc/NDEFRecordText_exist.html
@@ -16,10 +16,10 @@ limitations under the License.
Authors:
- Jakub Siewierski
+ Jakub Siewierski
-->
-
+
NDEFRecordText_exist
@@ -32,7 +32,7 @@ Authors:
//==== TEST: NDEFRecordText_exist
//==== LABEL Check if NDEFRecordText exists
//==== SPEC Tizen Web API:Communication:NFC:NDEFRecordText:constructor C
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html
//==== TEST_CRITERIA CONSTRF
test(function () {
diff --git a/tct-nfc-tizen-tests/nfc/NDEFRecordText_extend.html b/tct-nfc-tizen-tests/nfc/NDEFRecordText_extend.html
index e423e0724..8e0fee039 100644
--- a/tct-nfc-tizen-tests/nfc/NDEFRecordText_extend.html
+++ b/tct-nfc-tizen-tests/nfc/NDEFRecordText_extend.html
@@ -16,10 +16,10 @@ limitations under the License.
Authors:
- Piotr Szydelko
+ Piotr Szydelko
-->
-
+
NDEFRecordText_extend
@@ -33,7 +33,7 @@ Authors:
//==== PRIORITY P3
//==== LABEL Check if instance of interface NDEFRecordText can be extended with new property
//==== SPEC Tizen Web API:Communication:NFC:NDEFRecordText:NDEFRecordText U
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html
//==== TEST_CRITERIA OBX
var record;
diff --git a/tct-nfc-tizen-tests/nfc/NDEFRecordText_id_attribute.html b/tct-nfc-tizen-tests/nfc/NDEFRecordText_id_attribute.html
index 0d5ec1935..57238fd74 100644
--- a/tct-nfc-tizen-tests/nfc/NDEFRecordText_id_attribute.html
+++ b/tct-nfc-tizen-tests/nfc/NDEFRecordText_id_attribute.html
@@ -16,10 +16,10 @@ limitations under the License.
Authors:
- Piotr Szydelko
+ Piotr Szydelko
-->
-
+
NDEFRecordText_id_attribute
@@ -32,7 +32,7 @@ Authors:
//==== TEST: NDEFRecordText_id_attribute
//==== LABEL Check if attribute id of NDEFRecordText exists, has type Array and is readonly
//==== SPEC Tizen Web API:Communication:NFC:NDEFRecordText:id A
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html
//==== TEST_CRITERIA AE AT ARO
var record, id_bytes = [];
diff --git a/tct-nfc-tizen-tests/nfc/NDEFRecordText_languageCode_attribute.html b/tct-nfc-tizen-tests/nfc/NDEFRecordText_languageCode_attribute.html
index 22a0bb85e..b90b8e553 100644
--- a/tct-nfc-tizen-tests/nfc/NDEFRecordText_languageCode_attribute.html
+++ b/tct-nfc-tizen-tests/nfc/NDEFRecordText_languageCode_attribute.html
@@ -16,10 +16,10 @@ limitations under the License.
Authors:
- Piotr Szydelko
+ Piotr Szydelko
-->
-
+
NDEFRecordText_languageCode_attribute
@@ -32,7 +32,7 @@ Authors:
//==== TEST: NDEFRecordText_languageCode_attribute
//==== LABEL Check if attribute languageCode of NDEFRecordText exists, has type DOMString and is readonly
//==== SPEC Tizen Web API:Communication:NFC:NDEFRecordText:languageCode A
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html
//==== TEST_CRITERIA AE AT ARO
var record;
diff --git a/tct-nfc-tizen-tests/nfc/NDEFRecordText_payload_attribute.html b/tct-nfc-tizen-tests/nfc/NDEFRecordText_payload_attribute.html
index cab8fe533..91ab7504a 100644
--- a/tct-nfc-tizen-tests/nfc/NDEFRecordText_payload_attribute.html
+++ b/tct-nfc-tizen-tests/nfc/NDEFRecordText_payload_attribute.html
@@ -16,10 +16,10 @@ limitations under the License.
Authors:
- Piotr Szydelko
+ Piotr Szydelko
-->
-
+
NDEFRecordText_payload_attribute
@@ -32,7 +32,7 @@ Authors:
//==== TEST: NDEFRecordText_payload_attribute
//==== LABEL Check if attribute payload of NDEFRecordText exists, has type Array and is readonly
//==== SPEC Tizen Web API:Communication:NFC:NDEFRecordText:payload A
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html
//==== TEST_CRITERIA AE AT ARO
var record,
diff --git a/tct-nfc-tizen-tests/nfc/NDEFRecordText_text_attribute.html b/tct-nfc-tizen-tests/nfc/NDEFRecordText_text_attribute.html
index 754252025..f4b4707a9 100644
--- a/tct-nfc-tizen-tests/nfc/NDEFRecordText_text_attribute.html
+++ b/tct-nfc-tizen-tests/nfc/NDEFRecordText_text_attribute.html
@@ -16,10 +16,10 @@ limitations under the License.
Authors:
- Piotr Szydelko
+ Piotr Szydelko
-->
-
+
NDEFRecordText_text_attribute
@@ -32,7 +32,7 @@ Authors:
//==== TEST: NDEFRecordText_text_attribute
//==== LABEL Check if attribute text of NDEFRecordText exists, has type DOMString and is readonly
//==== SPEC Tizen Web API:Communication:NFC:NDEFRecordText:text A
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html
//==== TEST_CRITERIA AE AT ARO
var record, text = "Hello World!";
diff --git a/tct-nfc-tizen-tests/nfc/NDEFRecordText_tnf_attribute.html b/tct-nfc-tizen-tests/nfc/NDEFRecordText_tnf_attribute.html
index 0e4db3b44..0c1ac8769 100644
--- a/tct-nfc-tizen-tests/nfc/NDEFRecordText_tnf_attribute.html
+++ b/tct-nfc-tizen-tests/nfc/NDEFRecordText_tnf_attribute.html
@@ -16,10 +16,10 @@ limitations under the License.
Authors:
- Piotr Szydelko
+ Piotr Szydelko
-->
-
+
NDEFRecordText_tnf_attribute
@@ -32,7 +32,7 @@ Authors:
//==== TEST: NDEFRecordText_tnf_attribute
//==== LABEL Check if attribute tnf of NDEFRecordText exists, has type short and is readonly
//==== SPEC Tizen Web API:Communication:NFC:NDEFRecordText:tnf A
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html
//==== TEST_CRITERIA AE AT ARO ADV
var record;
diff --git a/tct-nfc-tizen-tests/nfc/NDEFRecordText_type_attribute.html b/tct-nfc-tizen-tests/nfc/NDEFRecordText_type_attribute.html
index d059f7b6d..7a6007576 100644
--- a/tct-nfc-tizen-tests/nfc/NDEFRecordText_type_attribute.html
+++ b/tct-nfc-tizen-tests/nfc/NDEFRecordText_type_attribute.html
@@ -16,10 +16,10 @@ limitations under the License.
Authors:
- Piotr Szydelko
+ Piotr Szydelko
-->
-
+
NDEFRecordText_type_attribute
@@ -32,7 +32,7 @@ Authors:
//==== TEST: NDEFRecordText_type_attribute
//==== LABEL Check if attribute type of NDEFRecordText exists, has type Array and is readonly
//==== SPEC Tizen Web API:Communication:NFC:NDEFRecordText:type A
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html
//==== TEST_CRITERIA AE AT ARO
var record;
diff --git a/tct-nfc-tizen-tests/nfc/NDEFRecordURI_constructor.html b/tct-nfc-tizen-tests/nfc/NDEFRecordURI_constructor.html
index 3c0ef0474..8dc859648 100644
--- a/tct-nfc-tizen-tests/nfc/NDEFRecordURI_constructor.html
+++ b/tct-nfc-tizen-tests/nfc/NDEFRecordURI_constructor.html
@@ -16,10 +16,10 @@ limitations under the License.
Authors:
- Piotr Szydelko
+ Piotr Szydelko
-->
-
+
NDEFRecordURI_constructor
@@ -33,7 +33,7 @@ Authors:
//==== PRIORITY P1
//==== LABEL Check if NDEFRecordURI constructor works
//==== SPEC Tizen Web API:Communication:NFC:NDEFRecordURI:constructor C
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html
//==== TEST_CRITERIA CONSTRM CONSTRA
var record;
diff --git a/tct-nfc-tizen-tests/nfc/NDEFRecordURI_exist.html b/tct-nfc-tizen-tests/nfc/NDEFRecordURI_exist.html
index 857deda27..cc7d21e10 100644
--- a/tct-nfc-tizen-tests/nfc/NDEFRecordURI_exist.html
+++ b/tct-nfc-tizen-tests/nfc/NDEFRecordURI_exist.html
@@ -16,10 +16,10 @@ limitations under the License.
Authors:
- Jakub Siewierski
+ Jakub Siewierski
-->
-
+
NDEFRecordURI_exist
@@ -32,7 +32,7 @@ Authors:
//==== TEST: NDEFRecordURI_exist
//==== LABEL Check if NDEFRecordURI exists
//==== SPEC Tizen Web API:Communication:NFC:NDEFRecordURI:constructor C
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html
//==== TEST_CRITERIA CONSTRF
test(function () {
diff --git a/tct-nfc-tizen-tests/nfc/NDEFRecordURI_extend.html b/tct-nfc-tizen-tests/nfc/NDEFRecordURI_extend.html
index e9f9c6468..159a651f6 100644
--- a/tct-nfc-tizen-tests/nfc/NDEFRecordURI_extend.html
+++ b/tct-nfc-tizen-tests/nfc/NDEFRecordURI_extend.html
@@ -16,10 +16,10 @@ limitations under the License.
Authors:
- Piotr Szydelko
+ Piotr Szydelko
-->
-
+
NDEFRecordURI_extend
@@ -33,7 +33,7 @@ Authors:
//==== PRIORITY P3
//==== LABEL Check if instance of interface NDEFRecordURI can be extended with new property
//==== SPEC Tizen Web API:Communication:NFC:NDEFRecordURI:NDEFRecordURI U
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html
//==== TEST_CRITERIA OBX
var record;
diff --git a/tct-nfc-tizen-tests/nfc/NDEFRecordURI_id_attribute.html b/tct-nfc-tizen-tests/nfc/NDEFRecordURI_id_attribute.html
index b1e3b235d..22aba996f 100644
--- a/tct-nfc-tizen-tests/nfc/NDEFRecordURI_id_attribute.html
+++ b/tct-nfc-tizen-tests/nfc/NDEFRecordURI_id_attribute.html
@@ -16,10 +16,10 @@ limitations under the License.
Authors:
- Piotr Szydelko
+ Piotr Szydelko
-->
-
+
NDEFRecordURI_id_attribute
@@ -32,7 +32,7 @@ Authors:
//==== TEST: NDEFRecordURI_id_attribute
//==== LABEL Check if attribute id of NDEFRecordURI exists, has type Array and is readonly
//==== SPEC Tizen Web API:Communication:NFC:NDEFRecordURI:id A
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html
//==== TEST_CRITERIA AE AT ARO
var record, id_bytes = [];
diff --git a/tct-nfc-tizen-tests/nfc/NDEFRecordURI_payload_attribute.html b/tct-nfc-tizen-tests/nfc/NDEFRecordURI_payload_attribute.html
index 7693fc321..63d17b065 100644
--- a/tct-nfc-tizen-tests/nfc/NDEFRecordURI_payload_attribute.html
+++ b/tct-nfc-tizen-tests/nfc/NDEFRecordURI_payload_attribute.html
@@ -16,10 +16,10 @@ limitations under the License.
Authors:
- Piotr Szydelko
+ Piotr Szydelko
-->
-
+
NDEFRecordURI_payload_attribute
@@ -32,7 +32,7 @@ Authors:
//==== TEST: NDEFRecordURI_payload_attribute
//==== LABEL Check if attribute payload of NDEFRecordURI exists, has type Array and is readonly
//==== SPEC Tizen Web API:Communication:NFC:NDEFRecordURI:payload A
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html
//==== TEST_CRITERIA AE AT ARO
var record,
diff --git a/tct-nfc-tizen-tests/nfc/NDEFRecordURI_tnf_attribute.html b/tct-nfc-tizen-tests/nfc/NDEFRecordURI_tnf_attribute.html
index c91a73bfc..5b8818084 100644
--- a/tct-nfc-tizen-tests/nfc/NDEFRecordURI_tnf_attribute.html
+++ b/tct-nfc-tizen-tests/nfc/NDEFRecordURI_tnf_attribute.html
@@ -16,10 +16,10 @@ limitations under the License.
Authors:
- Piotr Szydelko
+ Piotr Szydelko
-->
-
+
NDEFRecordURI_tnf_attribute
@@ -32,7 +32,7 @@ Authors:
//==== TEST: NDEFRecordURI_tnf_attribute
//==== LABEL Check if attribute tnf of NDEFRecordURI exists, has type short and is readonly
//==== SPEC Tizen Web API:Communication:NFC:NDEFRecordURI:tnf A
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html
//==== TEST_CRITERIA AE AT ARO ADV
var record;
diff --git a/tct-nfc-tizen-tests/nfc/NDEFRecordURI_type_attribute.html b/tct-nfc-tizen-tests/nfc/NDEFRecordURI_type_attribute.html
index 7ed023f0c..c52f82354 100644
--- a/tct-nfc-tizen-tests/nfc/NDEFRecordURI_type_attribute.html
+++ b/tct-nfc-tizen-tests/nfc/NDEFRecordURI_type_attribute.html
@@ -16,10 +16,10 @@ limitations under the License.
Authors:
- Piotr Szydelko
+ Piotr Szydelko
-->
-
+
NDEFRecordURI_type_attribute
@@ -32,7 +32,7 @@ Authors:
//==== TEST: NDEFRecordURI_type_attribute
//==== LABEL Check if attribute type of NDEFRecordURI exists, has type Array and is readonly
//==== SPEC Tizen Web API:Communication:NFC:NDEFRecordURI:type A
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html
//==== TEST_CRITERIA AE AT ARO
var record, type_bytes = [85];
diff --git a/tct-nfc-tizen-tests/nfc/NDEFRecordURI_uri_attribute.html b/tct-nfc-tizen-tests/nfc/NDEFRecordURI_uri_attribute.html
index 56b81d592..3c6b422b5 100644
--- a/tct-nfc-tizen-tests/nfc/NDEFRecordURI_uri_attribute.html
+++ b/tct-nfc-tizen-tests/nfc/NDEFRecordURI_uri_attribute.html
@@ -16,10 +16,10 @@ limitations under the License.
Authors:
- Piotr Szydelko
+ Piotr Szydelko
-->
-
+
NDEFRecordURI_uri_attribute
@@ -32,7 +32,7 @@ Authors:
//==== TEST: NDEFRecordURI_uri_attribute
//==== LABEL Check if attribute uri of NDEFRecordURI exists, has type DOMString and is readonly
//==== SPEC Tizen Web API:Communication:NFC:NDEFRecordURI:uri A
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html
//==== TEST_CRITERIA AE AT ARO
var record;
diff --git a/tct-nfc-tizen-tests/nfc/NDEFRecord_constructor.html b/tct-nfc-tizen-tests/nfc/NDEFRecord_constructor.html
index 2546aed95..4aef54dc3 100644
--- a/tct-nfc-tizen-tests/nfc/NDEFRecord_constructor.html
+++ b/tct-nfc-tizen-tests/nfc/NDEFRecord_constructor.html
@@ -16,10 +16,10 @@ limitations under the License.
Authors:
- Piotr Szydelko
+ Piotr Szydelko
-->
-
+
NDEFRecord_constructor
@@ -33,7 +33,7 @@ Authors:
//==== PRIORITY P1
//==== LABEL Check if NDEFRecord constructor works
//==== SPEC Tizen Web API:Communication:NFC:NDEFRecord:constructor C
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html
//==== TEST_CRITERIA CONSTRM
var record;
diff --git a/tct-nfc-tizen-tests/nfc/NDEFRecord_constructor_raw_data.html b/tct-nfc-tizen-tests/nfc/NDEFRecord_constructor_raw_data.html
index cc33a61ae..c4e0760f0 100644
--- a/tct-nfc-tizen-tests/nfc/NDEFRecord_constructor_raw_data.html
+++ b/tct-nfc-tizen-tests/nfc/NDEFRecord_constructor_raw_data.html
@@ -16,10 +16,10 @@ limitations under the License.
Authors:
- Piotr Szydelko
+ Piotr Szydelko
-->
-
+
NDEFRecord_constructor_raw_data
@@ -33,7 +33,7 @@ Authors:
//==== PRIORITY P1
//==== LABEL Check if new tizen.NDEFRecord(raw_data) works
//==== SPEC Tizen Web API:Communication:NFC:NDEFRecord:constructor C
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html
//==== TEST_CRITERIA CONSTRM
test(function () {
diff --git a/tct-nfc-tizen-tests/nfc/NDEFRecord_constructor_tnf.html b/tct-nfc-tizen-tests/nfc/NDEFRecord_constructor_tnf.html
index 75942c9ab..c4d5ac3a7 100644
--- a/tct-nfc-tizen-tests/nfc/NDEFRecord_constructor_tnf.html
+++ b/tct-nfc-tizen-tests/nfc/NDEFRecord_constructor_tnf.html
@@ -26,14 +26,14 @@ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Authors:
- Wang, ChaoX
+ Wang, ChaoX
Han, RuiJingXA
Piotr Szydelko
-->
-Test interface NDEFRecord.Constructor with mandatory parameters
+NDEFRecord_constructor_tnf
diff --git a/tct-nfc-tizen-tests/nfc/NDEFRecord_constructor_tnf_with_id.html b/tct-nfc-tizen-tests/nfc/NDEFRecord_constructor_tnf_with_id.html
index 3e8c99eed..896f02ca7 100644
--- a/tct-nfc-tizen-tests/nfc/NDEFRecord_constructor_tnf_with_id.html
+++ b/tct-nfc-tizen-tests/nfc/NDEFRecord_constructor_tnf_with_id.html
@@ -26,14 +26,14 @@ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Authors:
- Wang, ChaoX
+ Wang, ChaoX
Han, RuiJingXA
Piotr Szydelko
-->
-Test interface NDEFRecord.Constructor with mandatory parameters
+NDEFRecord_constructor_tnf_with_id
diff --git a/tct-nfc-tizen-tests/nfc/NDEFRecord_exist.html b/tct-nfc-tizen-tests/nfc/NDEFRecord_exist.html
index 2b9a9bdc2..6a1b357d5 100644
--- a/tct-nfc-tizen-tests/nfc/NDEFRecord_exist.html
+++ b/tct-nfc-tizen-tests/nfc/NDEFRecord_exist.html
@@ -16,10 +16,10 @@ limitations under the License.
Authors:
- Piotr Szydelko
+ Piotr Szydelko
-->
-
+
NDEFRecord_exist
@@ -32,7 +32,7 @@ Authors:
//==== TEST: NDEFRecord_exist
//==== LABEL Check if NDEFRecord exists
//==== SPEC Tizen Web API:Communication:NFC:NDEFRecord:constructor C
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html
//==== TEST_CRITERIA CONSTRF
test(function () {
diff --git a/tct-nfc-tizen-tests/nfc/NDEFRecord_extend.html b/tct-nfc-tizen-tests/nfc/NDEFRecord_extend.html
index b9028343e..df0f8a86e 100644
--- a/tct-nfc-tizen-tests/nfc/NDEFRecord_extend.html
+++ b/tct-nfc-tizen-tests/nfc/NDEFRecord_extend.html
@@ -16,10 +16,10 @@ limitations under the License.
Authors:
- Piotr Szydelko
+ Piotr Szydelko
-->
-
+
NDEFRecord_extend
@@ -33,7 +33,7 @@ Authors:
//==== PRIORITY P3
//==== LABEL Check if instance of interface NDEFRecord can be extended with new property
//==== SPEC Tizen Web API:Communication:NFC:NDEFRecord:NDEFRecord U
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html
//==== TEST_CRITERIA OBX
var record;
diff --git a/tct-nfc-tizen-tests/nfc/NDEFRecord_id_attribute.html b/tct-nfc-tizen-tests/nfc/NDEFRecord_id_attribute.html
index 38fa3fe3f..686aa0cc8 100644
--- a/tct-nfc-tizen-tests/nfc/NDEFRecord_id_attribute.html
+++ b/tct-nfc-tizen-tests/nfc/NDEFRecord_id_attribute.html
@@ -16,10 +16,10 @@ limitations under the License.
Authors:
- Piotr Szydelko
+ Piotr Szydelko
-->
-
+
NDEFRecord_id_attribute
@@ -32,7 +32,7 @@ Authors:
//==== TEST: NDEFRecord_id_attribute
//==== LABEL Check if attribute id of NDEFRecord exists, has type Array and is readonly
//==== SPEC Tizen Web API:Communication:NFC:NDEFRecord:id A
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html
//==== TEST_CRITERIA AE AT ARO ADV
var record, id_bytes = [];
diff --git a/tct-nfc-tizen-tests/nfc/NDEFRecord_payload_attribute.html b/tct-nfc-tizen-tests/nfc/NDEFRecord_payload_attribute.html
index 750b255b2..d63c4a38e 100644
--- a/tct-nfc-tizen-tests/nfc/NDEFRecord_payload_attribute.html
+++ b/tct-nfc-tizen-tests/nfc/NDEFRecord_payload_attribute.html
@@ -16,10 +16,10 @@ limitations under the License.
Authors:
- Piotr Szydelko
+ Piotr Szydelko
-->
-
+
NDEFRecord_payload_attribute
@@ -32,7 +32,7 @@ Authors:
//==== TEST: NDEFRecord_payload_attribute
//==== LABEL Check if attribute payload of NDEFRecord exists, has type Array and is readonly
//==== SPEC Tizen Web API:Communication:NFC:NDEFRecord:payload A
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html
//==== TEST_CRITERIA AE AT ARO
var record,
diff --git a/tct-nfc-tizen-tests/nfc/NDEFRecord_tnf_attribute.html b/tct-nfc-tizen-tests/nfc/NDEFRecord_tnf_attribute.html
index 7a235b3ab..9efd33129 100644
--- a/tct-nfc-tizen-tests/nfc/NDEFRecord_tnf_attribute.html
+++ b/tct-nfc-tizen-tests/nfc/NDEFRecord_tnf_attribute.html
@@ -16,10 +16,10 @@ limitations under the License.
Authors:
- Piotr Szydelko
+ Piotr Szydelko
-->
-
+
NDEFRecord_tnf_attribute
@@ -32,7 +32,7 @@ Authors:
//==== TEST: NDEFRecord_tnf_attribute
//==== LABEL Check if attribute tnf of NDEFRecord exists, has type short and is readonly
//==== SPEC Tizen Web API:Communication:NFC:NDEFRecord:tnf A
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html
//==== TEST_CRITERIA AE AT ARO
test(function () {
diff --git a/tct-nfc-tizen-tests/nfc/NDEFRecord_type_attribute.html b/tct-nfc-tizen-tests/nfc/NDEFRecord_type_attribute.html
index 63ad7642d..96fcf8b03 100644
--- a/tct-nfc-tizen-tests/nfc/NDEFRecord_type_attribute.html
+++ b/tct-nfc-tizen-tests/nfc/NDEFRecord_type_attribute.html
@@ -16,10 +16,10 @@ limitations under the License.
Authors:
- Piotr Szydelko
+ Piotr Szydelko
-->
-
+
NDEFRecord_type_attribute
@@ -32,7 +32,7 @@ Authors:
//==== TEST: NDEFRecord_type_attribute
//==== LABEL Check if attribute type of NDEFRecord exists, has type Array and is readonly
//==== SPEC Tizen Web API:Communication:NFC:NDEFRecord:type A
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html
//==== TEST_CRITERIA AE AT ARO
test(function () {
diff --git a/tct-nfc-tizen-tests/nfc/NFCAdapter_extend.html b/tct-nfc-tizen-tests/nfc/NFCAdapter_extend.html
index 6bc85ada7..e0b48c83c 100644
--- a/tct-nfc-tizen-tests/nfc/NFCAdapter_extend.html
+++ b/tct-nfc-tizen-tests/nfc/NFCAdapter_extend.html
@@ -16,10 +16,10 @@ limitations under the License.
Authors:
- Piotr Szydelko
+ Piotr Szydelko
-->
-
+
NFCAdapter_extend
@@ -33,7 +33,7 @@ Authors:
//==== PRIORITY P3
//==== LABEL Check if instance of interface NFCAdapter can be extended with new property
//==== SPEC Tizen Web API:Communication:NFC:NFCAdapter:NFCAdapter U
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html
//==== TEST_CRITERIA OBX
test(function () {
diff --git a/tct-nfc-tizen-tests/nfc/NFCAdapter_getCachedMessage.html b/tct-nfc-tizen-tests/nfc/NFCAdapter_getCachedMessage.html
index d23b6cf35..bdb0d3d4b 100644
--- a/tct-nfc-tizen-tests/nfc/NFCAdapter_getCachedMessage.html
+++ b/tct-nfc-tizen-tests/nfc/NFCAdapter_getCachedMessage.html
@@ -16,10 +16,10 @@ limitations under the License.
Authors:
- Piotr Szydelko
+ Piotr Szydelko
-->
-
+
NFCAdapter_getCachedMessage
@@ -32,7 +32,7 @@ Authors:
//==== TEST: NFCAdapter_getCachedMessage
//==== LABEL Check if method getCachedMessage of NFCAdapter works
//==== SPEC Tizen Web API:Communication:NFC:NFCAdapter:getCachedMessage M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html
//==== TEST_CRITERIA MNA MR
var adapter, message;
diff --git a/tct-nfc-tizen-tests/nfc/NFCAdapter_getCachedMessage_exist.html b/tct-nfc-tizen-tests/nfc/NFCAdapter_getCachedMessage_exist.html
index 82a5478d6..4b884a8c7 100644
--- a/tct-nfc-tizen-tests/nfc/NFCAdapter_getCachedMessage_exist.html
+++ b/tct-nfc-tizen-tests/nfc/NFCAdapter_getCachedMessage_exist.html
@@ -26,14 +26,14 @@ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Authors:
- Han, GuangX
- Wang, ChaoX
+ Han, GuangX
+ Wang, ChaoX
Han, RuiJingXA
-->
-check if NFCAdapter method getCachedMessage exists
+NFCAdapter_getCachedMessage_exist
diff --git a/tct-nfc-tizen-tests/nfc/NFCAdapter_getCachedMessage_extra_argument.html b/tct-nfc-tizen-tests/nfc/NFCAdapter_getCachedMessage_extra_argument.html
index 9e207e53a..63fe084b9 100644
--- a/tct-nfc-tizen-tests/nfc/NFCAdapter_getCachedMessage_extra_argument.html
+++ b/tct-nfc-tizen-tests/nfc/NFCAdapter_getCachedMessage_extra_argument.html
@@ -16,10 +16,10 @@ limitations under the License.
Authors:
- Piotr Szydelko
+ Piotr Szydelko
-->
-
+
NFCAdapter_getCachedMessage_extra_argument
@@ -32,7 +32,7 @@ Authors:
//==== TEST: NFCAdapter_getCachedMessage_extra_argument
//==== LABEL Check if method getCachedMessage of NFCAdapter accepts extra argument
//==== SPEC Tizen Web API:Communication:NFC:NFCAdapter:getCachedMessage M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html
//==== TEST_CRITERIA MNAEX
var adapter;
diff --git a/tct-nfc-tizen-tests/nfc/NFCAdapter_notexist.html b/tct-nfc-tizen-tests/nfc/NFCAdapter_notexist.html
index d839f18d5..cb39d5c84 100644
--- a/tct-nfc-tizen-tests/nfc/NFCAdapter_notexist.html
+++ b/tct-nfc-tizen-tests/nfc/NFCAdapter_notexist.html
@@ -16,10 +16,10 @@ limitations under the License.
Authors:
- Piotr Szydelko
+ Piotr Szydelko
-->
-
+
NFCAdapter_notexist
@@ -33,7 +33,7 @@ Authors:
//==== PRIORITY P3
//==== LABEL Check if interface NFCAdapter exists, it should not.
//==== SPEC Tizen Web API:Communication:NFC:NFCAdapter:NFCAdapter U
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html
//==== TEST_CRITERIA NIO
test(function () {
diff --git a/tct-nfc-tizen-tests/nfc/NFCAdapter_powered_attribute.html b/tct-nfc-tizen-tests/nfc/NFCAdapter_powered_attribute.html
index 3967341c3..c32b5af45 100644
--- a/tct-nfc-tizen-tests/nfc/NFCAdapter_powered_attribute.html
+++ b/tct-nfc-tizen-tests/nfc/NFCAdapter_powered_attribute.html
@@ -16,10 +16,10 @@ limitations under the License.
Authors:
- Piotr Szydelko
+ Piotr Szydelko
-->
-
+
NFCAdapter_powered_attribute
@@ -32,7 +32,7 @@ Authors:
//==== TEST: NFCAdapter_powered_attribute
//==== LABEL Check if attribute powered of NFCAdapter exists, has type Boolean and is readonly
//==== SPEC Tizen Web API:Communication:NFC:NFCAdapter:powered A
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html
//==== TEST_CRITERIA AE AT ARO
var adapter, originalValue;
diff --git a/tct-nfc-tizen-tests/nfc/NFCAdapter_setPeerListener.html b/tct-nfc-tizen-tests/nfc/NFCAdapter_setPeerListener.html
index c60c2c039..3c7f401d5 100644
--- a/tct-nfc-tizen-tests/nfc/NFCAdapter_setPeerListener.html
+++ b/tct-nfc-tizen-tests/nfc/NFCAdapter_setPeerListener.html
@@ -26,15 +26,15 @@ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Authors:
- Han, GuangX
- Wang, ChaoX
+ Han, GuangX
+ Wang, ChaoX
Han, RuiJingXA
Piotr Szydelko
-->
-check if detectCallback of setPeerListener can be called successfully when NFC peer-to-peer target is detected
+NFCAdapter_setPeerListener
diff --git a/tct-nfc-tizen-tests/nfc/NFCAdapter_setPeerListener_detectCallback_TypeMismatch.html b/tct-nfc-tizen-tests/nfc/NFCAdapter_setPeerListener_detectCallback_TypeMismatch.html
index 7ed8c712b..a024f598a 100644
--- a/tct-nfc-tizen-tests/nfc/NFCAdapter_setPeerListener_detectCallback_TypeMismatch.html
+++ b/tct-nfc-tizen-tests/nfc/NFCAdapter_setPeerListener_detectCallback_TypeMismatch.html
@@ -16,10 +16,10 @@ limitations under the License.
Authors:
- Piotr Szydelko
+ Piotr Szydelko
-->
-
+
NFCAdapter_setPeerListener_detectCallback_TypeMismatch
@@ -33,7 +33,7 @@ Authors:
//==== LABEL Check if NFCAdapter::setPeerListener throws exception when given wrong detectCallback
//==== PRIORITY P2
//==== SPEC Tizen Web API:Communication:NFC:NFCAdapter:setPeerListener M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html
//==== TEST_CRITERIA MC
test(function () {
diff --git a/tct-nfc-tizen-tests/nfc/NFCAdapter_setPeerListener_detectCallback_invalid_cb.html b/tct-nfc-tizen-tests/nfc/NFCAdapter_setPeerListener_detectCallback_invalid_cb.html
index 241188bf5..726d8cd68 100644
--- a/tct-nfc-tizen-tests/nfc/NFCAdapter_setPeerListener_detectCallback_invalid_cb.html
+++ b/tct-nfc-tizen-tests/nfc/NFCAdapter_setPeerListener_detectCallback_invalid_cb.html
@@ -16,10 +16,10 @@ limitations under the License.
Authors:
- Piotr Szydelko
+ Piotr Szydelko
-->
-
+
NFCAdapter_setPeerListener_detectCallback_invalid_cb
@@ -34,7 +34,7 @@ Authors:
//==== PRIORITY P2
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:NFC:NFCAdapter:setPeerListener M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html
//==== TEST_CRITERIA MTL
setup({timeout: 90000});
diff --git a/tct-nfc-tizen-tests/nfc/NFCAdapter_setPeerListener_exist.html b/tct-nfc-tizen-tests/nfc/NFCAdapter_setPeerListener_exist.html
index 9c1b2136a..58c59442c 100644
--- a/tct-nfc-tizen-tests/nfc/NFCAdapter_setPeerListener_exist.html
+++ b/tct-nfc-tizen-tests/nfc/NFCAdapter_setPeerListener_exist.html
@@ -26,14 +26,14 @@ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Authors:
- Han, GuangX
- Wang, ChaoX
+ Han, GuangX
+ Wang, ChaoX
Han, RuiJingXA
-->
-check if NFCAdapter method setPeerListener exists
+NFCAdapter_setPeerListener_exist
diff --git a/tct-nfc-tizen-tests/nfc/NFCAdapter_setPeerListener_missarg.html b/tct-nfc-tizen-tests/nfc/NFCAdapter_setPeerListener_missarg.html
index 0fd665cf7..7c67960bd 100644
--- a/tct-nfc-tizen-tests/nfc/NFCAdapter_setPeerListener_missarg.html
+++ b/tct-nfc-tizen-tests/nfc/NFCAdapter_setPeerListener_missarg.html
@@ -18,12 +18,12 @@ limitations under the License.
Authors:
- Piotr Szydelko
+ Piotr Szydelko
-->
-
+
-Contact/UTC_nfc
+NFCAdapter_setPeerListener_missarg
@@ -47,7 +47,5 @@ test(function () {
}, "NFCAdapter_setPeerListener_missarg");
-
-
diff --git a/tct-nfc-tizen-tests/nfc/NFCAdapter_setPowered_errorCallback_TypeMismatch.html b/tct-nfc-tizen-tests/nfc/NFCAdapter_setPowered_errorCallback_TypeMismatch.html
index c2204ef60..7f671453b 100644
--- a/tct-nfc-tizen-tests/nfc/NFCAdapter_setPowered_errorCallback_TypeMismatch.html
+++ b/tct-nfc-tizen-tests/nfc/NFCAdapter_setPowered_errorCallback_TypeMismatch.html
@@ -16,10 +16,10 @@ limitations under the License.
Authors:
- Piotr Szydelko
+ Piotr Szydelko
-->
-
+
NFCAdapter_setPowered_errorCallback_TypeMismatch
@@ -33,7 +33,7 @@ Authors:
//==== LABEL Check NFCAdapter.setPowered() argument errorCallback conversions exception
//==== PRIORITY P2
//==== SPEC Tizen Web API:Communication:NFC:NFCAdapter:setPowered M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html
//==== TEST_CRITERIA MC
test(function () {
diff --git a/tct-nfc-tizen-tests/nfc/NFCAdapter_setPowered_errorCallback_invalid_cb.html b/tct-nfc-tizen-tests/nfc/NFCAdapter_setPowered_errorCallback_invalid_cb.html
index 2066e8fd7..bd320cfdb 100644
--- a/tct-nfc-tizen-tests/nfc/NFCAdapter_setPowered_errorCallback_invalid_cb.html
+++ b/tct-nfc-tizen-tests/nfc/NFCAdapter_setPowered_errorCallback_invalid_cb.html
@@ -16,10 +16,10 @@ limitations under the License.
Authors:
- Piotr Szydelko
+ Piotr Szydelko
-->
-
+
NFCAdapter_setPowered_errorCallback_invalid_cb
@@ -34,7 +34,7 @@ Authors:
//==== PRIORITY P2
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:NFC:NFCAdapter:setPowered M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html
//==== TEST_CRITERIA MTCB
setup({timeout: 90000});
diff --git a/tct-nfc-tizen-tests/nfc/NFCAdapter_setPowered_exist.html b/tct-nfc-tizen-tests/nfc/NFCAdapter_setPowered_exist.html
index 8c5b2ffe7..778271e04 100644
--- a/tct-nfc-tizen-tests/nfc/NFCAdapter_setPowered_exist.html
+++ b/tct-nfc-tizen-tests/nfc/NFCAdapter_setPowered_exist.html
@@ -26,14 +26,14 @@ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Authors:
- Han, GuangX
- Wang, ChaoX
+ Han, GuangX
+ Wang, ChaoX
Han, RuiJingXA
-->
-check if NFCAdapter method setPowered exists
+NFCAdapter_setPowered_exist
diff --git a/tct-nfc-tizen-tests/nfc/NFCAdapter_setPowered_off.html b/tct-nfc-tizen-tests/nfc/NFCAdapter_setPowered_off.html
index 3900f6809..1f3de7358 100644
--- a/tct-nfc-tizen-tests/nfc/NFCAdapter_setPowered_off.html
+++ b/tct-nfc-tizen-tests/nfc/NFCAdapter_setPowered_off.html
@@ -26,14 +26,14 @@ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Authors:
- Wang, ChaoX
+ Wang, ChaoX
Han, RuiJingXA
Piotr Szydelko
-->
-check if NFCAdapter attribute powered can be got successfully when it is set to false
+NFCAdapter_setPowered_off
@@ -46,7 +46,7 @@ Authors:
//==== STEP Click "Run"
//==== EXPECT NFC adapter should be disabled (OFF) - pass
//==== SPEC Tizen Web API:Communication:NFC:NFCAdapter:setPowered M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/nfc.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html
//==== TEST_CRITERIA MOA MAST MR
//==== PRE Turn ON NFC adapter.
diff --git a/tct-nfc-tizen-tests/nfc/NFCAdapter_setPowered_on.html b/tct-nfc-tizen-tests/nfc/NFCAdapter_setPowered_on.html
index e4dd80f7b..233d87f4b 100644
--- a/tct-nfc-tizen-tests/nfc/NFCAdapter_setPowered_on.html
+++ b/tct-nfc-tizen-tests/nfc/NFCAdapter_setPowered_on.html
@@ -26,14 +26,14 @@ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Authors:
- Wang, ChaoX
+ Wang, ChaoX
Han, RuiJingXA
Piotr Szydelko
-->
-check if NFCAdapter attribute powered can be got successfully when it is set to true
+NFCAdapter_setPowered_on
@@ -46,7 +46,7 @@ Authors:
//==== STEP Click "Run"
//==== EXPECT NFC adapter should be enabled (ON) - pass
//==== SPEC Tizen Web API:Communication:NFC:NFCAdapter:setPowered M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/nfc.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html
//==== TEST_CRITERIA MOA MAST MR
//==== PRE Turn OFF NFC adapter.
diff --git a/tct-nfc-tizen-tests/nfc/NFCAdapter_setPowered_successCallback_TypeMismatch.html b/tct-nfc-tizen-tests/nfc/NFCAdapter_setPowered_successCallback_TypeMismatch.html
index 987d5a746..1320b5d91 100644
--- a/tct-nfc-tizen-tests/nfc/NFCAdapter_setPowered_successCallback_TypeMismatch.html
+++ b/tct-nfc-tizen-tests/nfc/NFCAdapter_setPowered_successCallback_TypeMismatch.html
@@ -16,10 +16,10 @@ limitations under the License.
Authors:
- Piotr Szydelko
+ Piotr Szydelko
-->
-
+
NFCAdapter_setPowered_successCallback_TypeMismatch
@@ -33,7 +33,7 @@ Authors:
//==== LABEL Check NFCAdapter.setPowered() argument successCallback conversions exception
//==== PRIORITY P2
//==== SPEC Tizen Web API:Communication:NFC:NFCAdapter:setPowered M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html
//==== TEST_CRITERIA MC
test(function () {
diff --git a/tct-nfc-tizen-tests/nfc/NFCAdapter_setPowered_successCallback_invalid_cb.html b/tct-nfc-tizen-tests/nfc/NFCAdapter_setPowered_successCallback_invalid_cb.html
index 7634b838b..d7ff025c9 100644
--- a/tct-nfc-tizen-tests/nfc/NFCAdapter_setPowered_successCallback_invalid_cb.html
+++ b/tct-nfc-tizen-tests/nfc/NFCAdapter_setPowered_successCallback_invalid_cb.html
@@ -16,10 +16,10 @@ limitations under the License.
Authors:
- Piotr Szydelko
+ Piotr Szydelko
-->
-
+
NFCAdapter_setPowered_successCallback_invalid_cb
@@ -34,7 +34,7 @@ Authors:
//==== PRIORITY P2
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:NFC:NFCAdapter:setPowered M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html
//==== TEST_CRITERIA MTCB
setup({timeout: 90000});
diff --git a/tct-nfc-tizen-tests/nfc/NFCAdapter_setPowered_without_errorCallback.html b/tct-nfc-tizen-tests/nfc/NFCAdapter_setPowered_without_errorCallback.html
index 0eae73188..201524734 100644
--- a/tct-nfc-tizen-tests/nfc/NFCAdapter_setPowered_without_errorCallback.html
+++ b/tct-nfc-tizen-tests/nfc/NFCAdapter_setPowered_without_errorCallback.html
@@ -16,10 +16,10 @@ limitations under the License.
Authors:
- Piotr Szydelko
+ Piotr Szydelko
-->
-
+
NFCAdapter_setPowered_without_errorCallback
@@ -33,7 +33,7 @@ Authors:
//==== LABEL Check NFCAdapter::setPowered() optional argument errorCallback - call without it
//==== PRIORITY P2
//==== SPEC Tizen Web API:Communication:NFC:NFCAdapter:setPowered M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html
//==== TEST_CRITERIA MOA
//==== ONLOAD_DELAY 90
diff --git a/tct-nfc-tizen-tests/nfc/NFCAdapter_setPowered_without_successCallback.html b/tct-nfc-tizen-tests/nfc/NFCAdapter_setPowered_without_successCallback.html
index 4894bae39..55be8242b 100644
--- a/tct-nfc-tizen-tests/nfc/NFCAdapter_setPowered_without_successCallback.html
+++ b/tct-nfc-tizen-tests/nfc/NFCAdapter_setPowered_without_successCallback.html
@@ -16,10 +16,10 @@ limitations under the License.
Authors:
- Piotr Szydelko
+ Piotr Szydelko
-->
-
+
NFCAdapter_setPowered_without_successCallback
@@ -33,7 +33,7 @@ Authors:
//==== LABEL Check NFCAdapter::setPowered() optional argument without successCallback - call without it
//==== PRIORITY P2
//==== SPEC Tizen Web API:Communication:NFC:NFCAdapter:setPowered M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html
//==== TEST_CRITERIA MMINA
//==== ONLOAD_DELAY 90
diff --git a/tct-nfc-tizen-tests/nfc/NFCAdapter_setTagListener.html b/tct-nfc-tizen-tests/nfc/NFCAdapter_setTagListener.html
index 547ffd65a..f97fad3c3 100644
--- a/tct-nfc-tizen-tests/nfc/NFCAdapter_setTagListener.html
+++ b/tct-nfc-tizen-tests/nfc/NFCAdapter_setTagListener.html
@@ -26,14 +26,14 @@ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Authors:
- Han, GuangX
- Wang, ChaoX
+ Han, GuangX
+ Wang, ChaoX
Han, RuiJingXA
-->
-Check if invoked in case of successful detection of the NFC tag
+NFCAdapter_setTagListener
diff --git a/tct-nfc-tizen-tests/nfc/NFCAdapter_setTagListener_detectCallback_TypeMismatch.html b/tct-nfc-tizen-tests/nfc/NFCAdapter_setTagListener_detectCallback_TypeMismatch.html
index 903713331..885308cc7 100644
--- a/tct-nfc-tizen-tests/nfc/NFCAdapter_setTagListener_detectCallback_TypeMismatch.html
+++ b/tct-nfc-tizen-tests/nfc/NFCAdapter_setTagListener_detectCallback_TypeMismatch.html
@@ -16,10 +16,10 @@ limitations under the License.
Authors:
- Piotr Szydelko
+ Piotr Szydelko
-->
-
+
NFCAdapter_setTagListener_detectCallback_TypeMismatch
@@ -33,7 +33,7 @@ Authors:
//==== LABEL Check if NFCAdapter::setTagListener throws exception when given wrong detectCallback
//==== PRIORITY P2
//==== SPEC Tizen Web API:Communication:NFC:NFCAdapter:setTagListener M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html
//==== TEST_CRITERIA MC
test(function () {
diff --git a/tct-nfc-tizen-tests/nfc/NFCAdapter_setTagListener_detectCallback_invalid_cb.html b/tct-nfc-tizen-tests/nfc/NFCAdapter_setTagListener_detectCallback_invalid_cb.html
index d8e405510..fec52fbee 100644
--- a/tct-nfc-tizen-tests/nfc/NFCAdapter_setTagListener_detectCallback_invalid_cb.html
+++ b/tct-nfc-tizen-tests/nfc/NFCAdapter_setTagListener_detectCallback_invalid_cb.html
@@ -16,10 +16,10 @@ limitations under the License.
Authors:
- Piotr Szydelko
+ Piotr Szydelko
-->
-
+
NFCAdapter_setTagListener_detectCallback_invalid_cb
@@ -34,7 +34,7 @@ Authors:
//==== PRIORITY P2
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:NFC:NFCAdapter:setTagListener M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html
//==== TEST_CRITERIA MTL
setup({timeout: 90000});
diff --git a/tct-nfc-tizen-tests/nfc/NFCAdapter_setTagListener_exist.html b/tct-nfc-tizen-tests/nfc/NFCAdapter_setTagListener_exist.html
index 0e012c6ad..5379fd21c 100644
--- a/tct-nfc-tizen-tests/nfc/NFCAdapter_setTagListener_exist.html
+++ b/tct-nfc-tizen-tests/nfc/NFCAdapter_setTagListener_exist.html
@@ -26,14 +26,14 @@ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Authors:
- Han, GuangX
- Wang, ChaoX
+ Han, GuangX
+ Wang, ChaoX
Han, RuiJingXA
-->
-Check if setTagListener method exists
+NFCAdapter_setTagListener_exist
diff --git a/tct-nfc-tizen-tests/nfc/NFCAdapter_setTagListener_missarg.html b/tct-nfc-tizen-tests/nfc/NFCAdapter_setTagListener_missarg.html
index 7dedab0c4..85c5bca26 100644
--- a/tct-nfc-tizen-tests/nfc/NFCAdapter_setTagListener_missarg.html
+++ b/tct-nfc-tizen-tests/nfc/NFCAdapter_setTagListener_missarg.html
@@ -18,12 +18,12 @@ limitations under the License.
Authors:
- Piotr Szydelko
+ Piotr Szydelko
-->
-
+
-Contact/UTC_nfc
+NFCAdapter_setTagListener_missarg
@@ -35,7 +35,7 @@ Authors:
//==== TEST: NFCAdapter_setTagListener_missarg
//==== LABEL check if adapter.setTagListener() throws an exception
//==== SPEC Tizen Web API:Communication:NFC:NFCAdapter:setTagListener M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html#setPoweredid2619333
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html
//==== TEST_CRITERIA MMA
test(function () {
@@ -48,7 +48,5 @@ test(function () {
}, "NFCAdapter_setTagListener_missarg");
-
-
diff --git a/tct-nfc-tizen-tests/nfc/NFCAdapter_setTagListener_tagFilter_TypeMismatch.html b/tct-nfc-tizen-tests/nfc/NFCAdapter_setTagListener_tagFilter_TypeMismatch.html
index 1cbb1e8ac..c67b209a5 100644
--- a/tct-nfc-tizen-tests/nfc/NFCAdapter_setTagListener_tagFilter_TypeMismatch.html
+++ b/tct-nfc-tizen-tests/nfc/NFCAdapter_setTagListener_tagFilter_TypeMismatch.html
@@ -16,10 +16,10 @@ limitations under the License.
Authors:
- Piotr Szydelko
+ Piotr Szydelko
-->
-
+
NFCAdapter_setTagListener_tagFilter_TypeMismatch
@@ -34,7 +34,7 @@ Authors:
//==== PRIORITY P2
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:NFC:NFCAdapter:setTagListener M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html
//==== TEST_CRITERIA MC
setup({timeout: 90000});
@@ -73,7 +73,6 @@ t.step(function () {
});
-
diff --git a/tct-nfc-tizen-tests/nfc/NFCAdapter_setTagListener_tagFilter_is_null.html b/tct-nfc-tizen-tests/nfc/NFCAdapter_setTagListener_tagFilter_is_null.html
index fad768877..d55560a03 100644
--- a/tct-nfc-tizen-tests/nfc/NFCAdapter_setTagListener_tagFilter_is_null.html
+++ b/tct-nfc-tizen-tests/nfc/NFCAdapter_setTagListener_tagFilter_is_null.html
@@ -26,13 +26,13 @@ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Authors:
- Wang, ChaoX
+ Wang, ChaoX
Han, RuiJingXA
-->
-check if successful callback of setTagListener method is invoked when tagFilter is set to null
+NFCAdapter_setTagListener_tagFilter_is_null
@@ -45,7 +45,7 @@ Authors:
//==== STEP Click "Run". Move NFC tag close to the device so it will be detected.
//==== EXPECT should be passed
//==== SPEC Tizen Web API:Communication:NFC:NFCAdapter:setTagListener M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/nfc.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html
//==== PRE Turn on NFC adapter. Prepare NFC tag
//==== TEST_CRITERIA MAST MMINA
diff --git a/tct-nfc-tizen-tests/nfc/NFCAdapter_setTagListener_with_tagFilter.html b/tct-nfc-tizen-tests/nfc/NFCAdapter_setTagListener_with_tagFilter.html
index 53b926f2a..e110b1aeb 100644
--- a/tct-nfc-tizen-tests/nfc/NFCAdapter_setTagListener_with_tagFilter.html
+++ b/tct-nfc-tizen-tests/nfc/NFCAdapter_setTagListener_with_tagFilter.html
@@ -26,14 +26,14 @@ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Authors:
- Wang, ChaoX
+ Wang, ChaoX
Han, RuiJingXA
Piotr Szydelko
-->
-check if setTagListener method invoked with tagFilter parameter sets the listener
+NFCAdapter_setTagListener_with_tagFilter
@@ -46,7 +46,7 @@ Authors:
//==== STEP Click "Run". Move NFC tag close to the device so it will be detected.
//==== EXPECT should be passed
//==== SPEC Tizen Web API:Communication:NFC:NFCAdapter:setTagListener M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/nfc.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html
//==== TEST_CRITERIA MAST MOA
//==== PRE Turn on NFC adapter. Prepare NFC tag.
diff --git a/tct-nfc-tizen-tests/nfc/NFCAdapter_unsetPeerListener.html b/tct-nfc-tizen-tests/nfc/NFCAdapter_unsetPeerListener.html
index 2fedd1bf9..b0b0088ad 100644
--- a/tct-nfc-tizen-tests/nfc/NFCAdapter_unsetPeerListener.html
+++ b/tct-nfc-tizen-tests/nfc/NFCAdapter_unsetPeerListener.html
@@ -34,7 +34,7 @@ Authors:
-->
-Check if successfully unset listener for detecting an NFC peer-to-peer target
+NFCAdapter_unsetPeerListener
diff --git a/tct-nfc-tizen-tests/nfc/NFCAdapter_unsetPeerListener_exist.html b/tct-nfc-tizen-tests/nfc/NFCAdapter_unsetPeerListener_exist.html
index cd747a90d..5e16ef2ea 100644
--- a/tct-nfc-tizen-tests/nfc/NFCAdapter_unsetPeerListener_exist.html
+++ b/tct-nfc-tizen-tests/nfc/NFCAdapter_unsetPeerListener_exist.html
@@ -26,14 +26,14 @@ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Authors:
- Han, GuangX
- Wang, ChaoX
+ Han, GuangX
+ Wang, ChaoX
Han, RuiJingXA
-->
-Check if unsetPeerListener method exists
+NFCAdapter_unsetPeerListener_exist
diff --git a/tct-nfc-tizen-tests/nfc/NFCAdapter_unsetPeerListener_extra_argument.html b/tct-nfc-tizen-tests/nfc/NFCAdapter_unsetPeerListener_extra_argument.html
index 95aaa8415..573165f37 100644
--- a/tct-nfc-tizen-tests/nfc/NFCAdapter_unsetPeerListener_extra_argument.html
+++ b/tct-nfc-tizen-tests/nfc/NFCAdapter_unsetPeerListener_extra_argument.html
@@ -16,10 +16,10 @@ limitations under the License.
Authors:
- Piotr Szydelko
+ Piotr Szydelko
-->
-
+
NFCAdapter_unsetPeerListener_extra_argument
@@ -32,7 +32,7 @@ Authors:
//==== TEST: NFCAdapter_unsetPeerListener_extra_argument
//==== LABEL Check if method unsetPeerListener of NFCAdapter accepts extra argument
//==== SPEC Tizen Web API:Communication:NFC:NFCAdapter:unsetPeerListener M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html
//==== TEST_CRITERIA MNAEX
var adapter;
diff --git a/tct-nfc-tizen-tests/nfc/NFCAdapter_unsetTagListener.html b/tct-nfc-tizen-tests/nfc/NFCAdapter_unsetTagListener.html
index 172314fbb..1461a7085 100644
--- a/tct-nfc-tizen-tests/nfc/NFCAdapter_unsetTagListener.html
+++ b/tct-nfc-tizen-tests/nfc/NFCAdapter_unsetTagListener.html
@@ -26,15 +26,15 @@ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Authors:
- Han, GuangX
- Wang, ChaoX
+ Han, GuangX
+ Wang, ChaoX
Han, RuiJingXA
Piotr Szydelko
-->
-Check if successfully unset listener for detecting an NFC tag
+NFCAdapter_unsetTagListener
diff --git a/tct-nfc-tizen-tests/nfc/NFCAdapter_unsetTagListener_exist.html b/tct-nfc-tizen-tests/nfc/NFCAdapter_unsetTagListener_exist.html
index c3202c86c..1bfb03ab3 100644
--- a/tct-nfc-tizen-tests/nfc/NFCAdapter_unsetTagListener_exist.html
+++ b/tct-nfc-tizen-tests/nfc/NFCAdapter_unsetTagListener_exist.html
@@ -26,14 +26,14 @@ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Authors:
- Han, GuangX
- Wang, ChaoX
+ Han, GuangX
+ Wang, ChaoX
Han, RuiJingXA
-->
-Check if unsetTagListener method exists
+NFCAdapter_unsetTagListener_exist
diff --git a/tct-nfc-tizen-tests/nfc/NFCAdapter_unsetTagListener_extra_argument.html b/tct-nfc-tizen-tests/nfc/NFCAdapter_unsetTagListener_extra_argument.html
index bc2a91259..63bc6542e 100644
--- a/tct-nfc-tizen-tests/nfc/NFCAdapter_unsetTagListener_extra_argument.html
+++ b/tct-nfc-tizen-tests/nfc/NFCAdapter_unsetTagListener_extra_argument.html
@@ -16,10 +16,10 @@ limitations under the License.
Authors:
- Piotr Szydelko
+ Piotr Szydelko
-->
-
+
NFCAdapter_unsetTagListener_extra_argument
@@ -32,7 +32,7 @@ Authors:
//==== TEST: NFCAdapter_unsetTagListener_extra_argument
//==== LABEL Check if method unsetTagListener of NFCAdapter accepts extra argument
//==== SPEC Tizen Web API:Communication:NFC:NFCAdapter:unsetTagListener M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html
//==== TEST_CRITERIA MNAEX
var adapter;
diff --git a/tct-nfc-tizen-tests/nfc/NFCManagerObject_notexist.html b/tct-nfc-tizen-tests/nfc/NFCManagerObject_notexist.html
index fcc345f03..00a12bc10 100644
--- a/tct-nfc-tizen-tests/nfc/NFCManagerObject_notexist.html
+++ b/tct-nfc-tizen-tests/nfc/NFCManagerObject_notexist.html
@@ -16,10 +16,10 @@ limitations under the License.
Authors:
- Andrzej Krolikowski
+ Andrzej Krolikowski
-->
-
+
NFCManagerObject_notexist
@@ -33,7 +33,7 @@ Authors:
//==== PRIORITY P3
//==== LABEL Check if interface NFCManagerObject exists, it should not.
//==== SPEC Tizen Web API:Communication:NFC:NFCManagerObject:NFCManagerObject U
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html
//==== TEST_CRITERIA NIO
test(function () {
diff --git a/tct-nfc-tizen-tests/nfc/NFCManager_NFC_RECORD_TNF_EMPTY_const.html b/tct-nfc-tizen-tests/nfc/NFCManager_NFC_RECORD_TNF_EMPTY_const.html
index cb76bde83..6dce5f6ac 100644
--- a/tct-nfc-tizen-tests/nfc/NFCManager_NFC_RECORD_TNF_EMPTY_const.html
+++ b/tct-nfc-tizen-tests/nfc/NFCManager_NFC_RECORD_TNF_EMPTY_const.html
@@ -16,10 +16,10 @@ limitations under the License.
Authors:
- Piotr Szydelko
+ Piotr Szydelko
-->
-
+
NFCManager_NFC_RECORD_TNF_EMPTY_const
@@ -33,7 +33,7 @@ Authors:
//==== PRIORITY P2
//==== LABEL Check if NFCManager has constant NFC_RECORD_TNF_EMPTY and its value is 0
//==== SPEC Tizen Web API:Communication:NFC:NFCManager:NFC_RECORD_TNF_EMPTY A
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html
//==== TEST_CRITERIA CONSTE CONSTT CONSTV CONSTRO
test(function () {
diff --git a/tct-nfc-tizen-tests/nfc/NFCManager_NFC_RECORD_TNF_EXTERNAL_RTD_const.html b/tct-nfc-tizen-tests/nfc/NFCManager_NFC_RECORD_TNF_EXTERNAL_RTD_const.html
index e96477624..d2a23e466 100644
--- a/tct-nfc-tizen-tests/nfc/NFCManager_NFC_RECORD_TNF_EXTERNAL_RTD_const.html
+++ b/tct-nfc-tizen-tests/nfc/NFCManager_NFC_RECORD_TNF_EXTERNAL_RTD_const.html
@@ -16,10 +16,10 @@ limitations under the License.
Authors:
- Piotr Szydelko
+ Piotr Szydelko
-->
-
+
NFCManager_NFC_RECORD_TNF_EXTERNAL_RTD_const
@@ -33,7 +33,7 @@ Authors:
//==== PRIORITY P2
//==== LABEL Check if NFCManager has constant NFC_RECORD_TNF_EXTERNAL_RTD and its value is 4
//==== SPEC Tizen Web API:Communication:NFC:NFCManager:NFC_RECORD_TNF_EXTERNAL_RTD A
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html
//==== TEST_CRITERIA CONSTE CONSTT CONSTV CONSTRO
test(function () {
diff --git a/tct-nfc-tizen-tests/nfc/NFCManager_NFC_RECORD_TNF_MIME_MEDIA_const.html b/tct-nfc-tizen-tests/nfc/NFCManager_NFC_RECORD_TNF_MIME_MEDIA_const.html
index c67b40f13..132292f97 100644
--- a/tct-nfc-tizen-tests/nfc/NFCManager_NFC_RECORD_TNF_MIME_MEDIA_const.html
+++ b/tct-nfc-tizen-tests/nfc/NFCManager_NFC_RECORD_TNF_MIME_MEDIA_const.html
@@ -16,10 +16,10 @@ limitations under the License.
Authors:
- Piotr Szydelko
+ Piotr Szydelko
-->
-
+
NFCManager_NFC_RECORD_TNF_MIME_MEDIA_const
@@ -33,7 +33,7 @@ Authors:
//==== PRIORITY P2
//==== LABEL Check if NFCManager has constant NFC_RECORD_TNF_MIME_MEDIA and its value is 2
//==== SPEC Tizen Web API:Communication:NFC:NFCManager:NFC_RECORD_TNF_MIME_MEDIA A
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html
//==== TEST_CRITERIA CONSTE CONSTT CONSTV CONSTRO
test(function () {
diff --git a/tct-nfc-tizen-tests/nfc/NFCManager_NFC_RECORD_TNF_UNCHANGED_const.html b/tct-nfc-tizen-tests/nfc/NFCManager_NFC_RECORD_TNF_UNCHANGED_const.html
index 526c1685d..f226288f2 100644
--- a/tct-nfc-tizen-tests/nfc/NFCManager_NFC_RECORD_TNF_UNCHANGED_const.html
+++ b/tct-nfc-tizen-tests/nfc/NFCManager_NFC_RECORD_TNF_UNCHANGED_const.html
@@ -16,10 +16,10 @@ limitations under the License.
Authors:
- Piotr Szydelko
+ Piotr Szydelko
-->
-
+
NFCManager_NFC_RECORD_TNF_UNCHANGED_const
@@ -33,7 +33,7 @@ Authors:
//==== PRIORITY P2
//==== LABEL Check if NFCManager has constant NFC_RECORD_TNF_UNCHANGED and its value is 6
//==== SPEC Tizen Web API:Communication:NFC:NFCManager:NFC_RECORD_TNF_UNCHANGED A
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html
//==== TEST_CRITERIA CONSTE CONSTT CONSTV CONSTRO
test(function () {
diff --git a/tct-nfc-tizen-tests/nfc/NFCManager_NFC_RECORD_TNF_UNKNOWN_const.html b/tct-nfc-tizen-tests/nfc/NFCManager_NFC_RECORD_TNF_UNKNOWN_const.html
index c28de09b3..520485b49 100644
--- a/tct-nfc-tizen-tests/nfc/NFCManager_NFC_RECORD_TNF_UNKNOWN_const.html
+++ b/tct-nfc-tizen-tests/nfc/NFCManager_NFC_RECORD_TNF_UNKNOWN_const.html
@@ -16,10 +16,10 @@ limitations under the License.
Authors:
- Piotr Szydelko
+ Piotr Szydelko
-->
-
+
NFCManager_NFC_RECORD_TNF_UNKNOWN_const
@@ -33,7 +33,7 @@ Authors:
//==== PRIORITY P2
//==== LABEL Check if NFCManager has constant NFC_RECORD_TNF_UNKNOWN and its value is 5
//==== SPEC Tizen Web API:Communication:NFC:NFCManager:NFC_RECORD_TNF_UNKNOWN A
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html
//==== TEST_CRITERIA CONSTE CONSTT CONSTV CONSTRO
test(function () {
diff --git a/tct-nfc-tizen-tests/nfc/NFCManager_NFC_RECORD_TNF_URI_const.html b/tct-nfc-tizen-tests/nfc/NFCManager_NFC_RECORD_TNF_URI_const.html
index 742738c6d..1eff88b36 100644
--- a/tct-nfc-tizen-tests/nfc/NFCManager_NFC_RECORD_TNF_URI_const.html
+++ b/tct-nfc-tizen-tests/nfc/NFCManager_NFC_RECORD_TNF_URI_const.html
@@ -16,10 +16,10 @@ limitations under the License.
Authors:
- Piotr Szydelko
+ Piotr Szydelko
-->
-
+
NFCManager_NFC_RECORD_TNF_URI_const
@@ -33,7 +33,7 @@ Authors:
//==== PRIORITY P2
//==== LABEL Check if NFCManager has constant NFC_RECORD_TNF_URI and its value is 3
//==== SPEC Tizen Web API:Communication:NFC:NFCManager:NFC_RECORD_TNF_URI A
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html
//==== TEST_CRITERIA CONSTE CONSTT CONSTV CONSTRO
test(function () {
diff --git a/tct-nfc-tizen-tests/nfc/NFCManager_NFC_RECORD_TNF_WELL_KNOWN_const.html b/tct-nfc-tizen-tests/nfc/NFCManager_NFC_RECORD_TNF_WELL_KNOWN_const.html
index c6da43992..b751b94e9 100644
--- a/tct-nfc-tizen-tests/nfc/NFCManager_NFC_RECORD_TNF_WELL_KNOWN_const.html
+++ b/tct-nfc-tizen-tests/nfc/NFCManager_NFC_RECORD_TNF_WELL_KNOWN_const.html
@@ -16,10 +16,10 @@ limitations under the License.
Authors:
- Piotr Szydelko
+ Piotr Szydelko
-->
-
+
NFCManager_NFC_RECORD_TNF_WELL_KNOWN_const
@@ -33,7 +33,7 @@ Authors:
//==== PRIORITY P2
//==== LABEL Check if NFCManager has constant NFC_RECORD_TNF_WELL_KNOWN and its value is 1
//==== SPEC Tizen Web API:Communication:NFC:NFCManager:NFC_RECORD_TNF_WELL_KNOWN A
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html
//==== TEST_CRITERIA CONSTE CONSTT CONSTV CONSTRO
test(function () {
diff --git a/tct-nfc-tizen-tests/nfc/NFCManager_extend.html b/tct-nfc-tizen-tests/nfc/NFCManager_extend.html
index 74e503efa..6e3507cf3 100644
--- a/tct-nfc-tizen-tests/nfc/NFCManager_extend.html
+++ b/tct-nfc-tizen-tests/nfc/NFCManager_extend.html
@@ -16,10 +16,10 @@ limitations under the License.
Authors:
- Piotr Szydelko
+ Piotr Szydelko
-->
-
+
NFCManager_extend
@@ -33,7 +33,7 @@ Authors:
//==== PRIORITY P3
//==== LABEL Test whether the NFCManager object can have new properties added
//==== SPEC Tizen Web API:Communication:NFC:NFCManager:NFCManager U
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html
//==== TEST_CRITERIA OBX
test(function () {
diff --git a/tct-nfc-tizen-tests/nfc/NFCManager_getDefaultAdapter.html b/tct-nfc-tizen-tests/nfc/NFCManager_getDefaultAdapter.html
index 2a3f0d8a9..385669676 100644
--- a/tct-nfc-tizen-tests/nfc/NFCManager_getDefaultAdapter.html
+++ b/tct-nfc-tizen-tests/nfc/NFCManager_getDefaultAdapter.html
@@ -18,10 +18,10 @@ limitations under the License.
Authors:
- Piotr Szydelko
+ Piotr Szydelko
-->
-
+
NFCManager_getDefaultAdapter
@@ -37,7 +37,7 @@ Authors:
//==== TEST: NFCManager_getDefaultAdapter
//==== LABEL check if NFCManager::getDefaultAdapter() method returns object
//==== SPEC Tizen Web API:Communication:NFC:NFCManager:getDefaultAdapter M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html#getDefaultAdapterid2618973
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html
//==== TEST_CRITERIA MR MNA
test(function () {
var adapter = tizen.nfc.getDefaultAdapter();
@@ -54,7 +54,5 @@ test(function () {
}, "NFCManager_getDefaultAdapter");
-
-
diff --git a/tct-nfc-tizen-tests/nfc/NFCManager_getDefaultAdapter_exists.html b/tct-nfc-tizen-tests/nfc/NFCManager_getDefaultAdapter_exists.html
index ba7aaab8e..03621a2c0 100644
--- a/tct-nfc-tizen-tests/nfc/NFCManager_getDefaultAdapter_exists.html
+++ b/tct-nfc-tizen-tests/nfc/NFCManager_getDefaultAdapter_exists.html
@@ -26,14 +26,14 @@ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Authors:
- Han, GuangX
- Wang, ChaoX
+ Han, GuangX
+ Wang, ChaoX
Han, RuiJingXA
-->
-Check if getDefaultAdapter method exists
+NFCManager_getDefaultAdapter_exists
@@ -43,7 +43,7 @@ Authors:
//==== TEST: NFCManager_getDefaultAdapter_exists
//==== LABEL Check if getDefaultAdapter method exists
//==== SPEC Tizen Web API:Communication:NFC:NFCManager:getDefaultAdapter M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/nfc.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html
//==== TEST_CRITERIA ME
diff --git a/tct-nfc-tizen-tests/nfc/NFCManager_getDefaultAdapter_extra_argument.html b/tct-nfc-tizen-tests/nfc/NFCManager_getDefaultAdapter_extra_argument.html
index 383c0d69d..555aa36aa 100644
--- a/tct-nfc-tizen-tests/nfc/NFCManager_getDefaultAdapter_extra_argument.html
+++ b/tct-nfc-tizen-tests/nfc/NFCManager_getDefaultAdapter_extra_argument.html
@@ -16,10 +16,10 @@ limitations under the License.
Authors:
- Andrzej Krolikowski
-
+
NFCManager_getDefaultAdapter_extra_argument
@@ -32,7 +32,7 @@ Authors:
//==== TEST: NFCManager_getDefaultAdapter_extra_argument
//==== LABEL Check if method getDefaultAdapter of NFCManager accepts extra argument
//==== SPEC Tizen Web API:Communication:NFC:NFCManager:getDefaultAdapter M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html
//==== TEST_CRITERIA MNAEX
test(function () {
diff --git a/tct-nfc-tizen-tests/nfc/NFCManager_notexist.html b/tct-nfc-tizen-tests/nfc/NFCManager_notexist.html
index 9bf19c17b..4238e46b6 100644
--- a/tct-nfc-tizen-tests/nfc/NFCManager_notexist.html
+++ b/tct-nfc-tizen-tests/nfc/NFCManager_notexist.html
@@ -16,10 +16,10 @@ limitations under the License.
Authors:
- Andrzej Krolikowski
+ Andrzej Krolikowski
-->
-
+
NFCManager_notexist
@@ -33,7 +33,7 @@ Authors:
//==== PRIORITY P3
//==== LABEL Check if interface NFCManager exists, it should not.
//==== SPEC Tizen Web API:Communication:NFC:NFCManager:NFCManager U
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html
//==== TEST_CRITERIA NIO
test(function () {
diff --git a/tct-nfc-tizen-tests/nfc/NFCManager_setExclusiveMode.html b/tct-nfc-tizen-tests/nfc/NFCManager_setExclusiveMode.html
index a89121e0d..f67c83355 100644
--- a/tct-nfc-tizen-tests/nfc/NFCManager_setExclusiveMode.html
+++ b/tct-nfc-tizen-tests/nfc/NFCManager_setExclusiveMode.html
@@ -16,10 +16,10 @@ limitations under the License.
Authors:
- Piotr Szydelko
+ Piotr Szydelko
-->
-
+
NFCManager_setExclusiveMode
@@ -33,7 +33,7 @@ Authors:
//==== PRIORITY P1
//==== LABEL Check if NFCManager::setExclusiveMode() method can be executed
//==== SPEC Tizen Web API:Communication:NFC:NFCManager:setExclusiveMode M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html
//==== TEST_CRITERIA MR MMINA
test(function () {
@@ -46,7 +46,6 @@ test(function () {
result = tizen.nfc.setExclusiveMode(false);
}, "NFCManager_setExclusiveMode");
-
diff --git a/tct-nfc-tizen-tests/nfc/NFCManager_setExclusiveMode_exist.html b/tct-nfc-tizen-tests/nfc/NFCManager_setExclusiveMode_exist.html
index 0a8174299..297b93a48 100644
--- a/tct-nfc-tizen-tests/nfc/NFCManager_setExclusiveMode_exist.html
+++ b/tct-nfc-tizen-tests/nfc/NFCManager_setExclusiveMode_exist.html
@@ -16,10 +16,10 @@ limitations under the License.
Authors:
- Piotr Szydelko
+ Piotr Szydelko
-->
-
+
NFCManager_setExclusiveMode_exist
@@ -33,7 +33,7 @@ Authors:
//==== PRIORITY P0
//==== LABEL Check if NFCManager object has method setExclusiveMode()
//==== SPEC Tizen Web API:Communication:NFC:NFCManager:setExclusiveMode M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html
//==== TEST_CRITERIA ME
test(function () {
diff --git a/tct-nfc-tizen-tests/nfc/NFCPeer.html b/tct-nfc-tizen-tests/nfc/NFCPeer.html
index 03a99f5e9..0d9e369e5 100644
--- a/tct-nfc-tizen-tests/nfc/NFCPeer.html
+++ b/tct-nfc-tizen-tests/nfc/NFCPeer.html
@@ -16,12 +16,12 @@ limitations under the License.
Authors:
- Piotr Szydelko
+ Piotr Szydelko
-->
-
+
-NFCPeer combined tests
+NFCPeer
@@ -38,10 +38,10 @@ Authors:
//==== EXPECT Pass
//==== PRE Turn on NFC adapter. Prepare the other device with NFC turned on.
//==== SPEC Tizen Web API:Communication:NFC:NFCPeer:isConnected A
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html
//==== TEST_CRITERIA AE AT ARO
//==== SPEC Tizen Web API:Communication:NFC:NFCPeer:sendNDEF M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html
//==== TEST_CRITERIA ME
//==== SPEC Tizen Web API:Communication:NFC:NFCPeer:sendNDEF M
//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html
diff --git a/tct-nfc-tizen-tests/nfc/NFCPeerDetectCallback_notexist.html b/tct-nfc-tizen-tests/nfc/NFCPeerDetectCallback_notexist.html
index d7ecd7ca4..9de8a8fad 100644
--- a/tct-nfc-tizen-tests/nfc/NFCPeerDetectCallback_notexist.html
+++ b/tct-nfc-tizen-tests/nfc/NFCPeerDetectCallback_notexist.html
@@ -16,10 +16,10 @@ limitations under the License.
Authors:
- Andrzej Krolikowski
+ Andrzej Krolikowski
-->
-
+
NFCPeerDetectCallback_notexist
@@ -33,7 +33,7 @@ Authors:
//==== PRIORITY P3
//==== LABEL Check if interface NFCPeerDetectCallback exists, it should not.
//==== SPEC Tizen Web API:Communication:NFC:NFCPeerDetectCallback:NFCPeerDetectCallback U
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html
//==== TEST_CRITERIA CBNIO
test(function () {
diff --git a/tct-nfc-tizen-tests/nfc/NFCPeerDetectCallback_onattach.html b/tct-nfc-tizen-tests/nfc/NFCPeerDetectCallback_onattach.html
index 373a08dbb..dd976dda0 100644
--- a/tct-nfc-tizen-tests/nfc/NFCPeerDetectCallback_onattach.html
+++ b/tct-nfc-tizen-tests/nfc/NFCPeerDetectCallback_onattach.html
@@ -26,13 +26,13 @@ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Authors:
- Wang, ChaoX
+ Wang, ChaoX
Han, RuiJingXA
-->
-Test setPeerListener for check NFCPeerDetectCallback onattach method
+NFCPeerDetectCallback_onattach
diff --git a/tct-nfc-tizen-tests/nfc/NFCPeerDetectCallback_ondetach.html b/tct-nfc-tizen-tests/nfc/NFCPeerDetectCallback_ondetach.html
index 4e373b3c1..832d23df4 100644
--- a/tct-nfc-tizen-tests/nfc/NFCPeerDetectCallback_ondetach.html
+++ b/tct-nfc-tizen-tests/nfc/NFCPeerDetectCallback_ondetach.html
@@ -26,13 +26,13 @@ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Authors:
- Wang, ChaoX
+ Wang, ChaoX
Han, RuiJingXA
-->
-