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 --> -Test unsetPeerListener for check NFCPeerDetectCallback ondetach method +NFCPeerDetectCallback_ondetach @@ -72,6 +72,7 @@ t.step(function () { adapter.setPeerListener(peerListener); }); + - + diff --git a/tct-nfc-tizen-tests/nfc/NFCPeer_notexist.html b/tct-nfc-tizen-tests/nfc/NFCPeer_notexist.html index e358b76d2..b9392d417 100644 --- a/tct-nfc-tizen-tests/nfc/NFCPeer_notexist.html +++ b/tct-nfc-tizen-tests/nfc/NFCPeer_notexist.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Andrzej Krolikowski + Andrzej Krolikowski --> - + NFCPeer_notexist @@ -33,7 +33,7 @@ Authors: //==== PRIORITY P3 //==== LABEL Check if interface NFCPeer exists, it should not. //==== SPEC Tizen Web API:Communication:NFC:NFCPeer:NFCPeer 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/NFCPeer_sendNDEF_errorCallback.html b/tct-nfc-tizen-tests/nfc/NFCPeer_sendNDEF_errorCallback.html index 7e0237522..65076b8c2 100644 --- a/tct-nfc-tizen-tests/nfc/NFCPeer_sendNDEF_errorCallback.html +++ b/tct-nfc-tizen-tests/nfc/NFCPeer_sendNDEF_errorCallback.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 errorCallback of sendNDEF can be called successfully when error occurs +NFCPeer_sendNDEF_errorCallback @@ -46,7 +46,7 @@ Authors: //==== STEP Click "Run". Put the other NFC device close to your device until it will be detected and then take it away before the expiration of 3 seconds. //==== EXPECT pass //==== SPEC Tizen Web API:Communication:NFC:NFCPeer:sendNDEF 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 the other device with NFC turned on. Other device should be able to take NDEF message from NFC. //==== TEST_CRITERIA MERRCB @@ -86,6 +86,7 @@ t.step(function () { adapter = tizen.nfc.getDefaultAdapter(); adapter.setPeerListener(onSuccessCB); }); + diff --git a/tct-nfc-tizen-tests/nfc/NFCPeer_sendNDEF_sendData.html b/tct-nfc-tizen-tests/nfc/NFCPeer_sendNDEF_sendData.html index ecbc62a33..8417d3e46 100644 --- a/tct-nfc-tizen-tests/nfc/NFCPeer_sendNDEF_sendData.html +++ b/tct-nfc-tizen-tests/nfc/NFCPeer_sendNDEF_sendData.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: - Lei, ZhanX + Lei, ZhanX Han, RuiJingXA --> -NFCAdapter interface - usage test of interface +NFCPeer_sendNDEF_sendData @@ -45,7 +45,7 @@ Authors: //==== STEP Click "Run". Move other NFC device close so it will be detected. //==== EXPECT pass - data sent successfully //==== SPEC Tizen Web API:Communication:NFC:NFCPeer:sendNDEF 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 the other device with NFC turned on. Other device should be able to take NDEF message from NFC. //==== TEST_CRITERIA MMINA MR diff --git a/tct-nfc-tizen-tests/nfc/NFCPeer_sendNDEF_with_errorCallback.html b/tct-nfc-tizen-tests/nfc/NFCPeer_sendNDEF_with_errorCallback.html index 981c15a86..5e264a400 100644 --- a/tct-nfc-tizen-tests/nfc/NFCPeer_sendNDEF_with_errorCallback.html +++ b/tct-nfc-tizen-tests/nfc/NFCPeer_sendNDEF_with_errorCallback.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Piotr Szydelko + Piotr Szydelko --> - + NFCPeer_sendNDEF_with_errorCallback @@ -35,7 +35,7 @@ Authors: //==== STEP Click "Run". Move other NFC device close so it will be detected. If other device receives message then PASS. //==== EXPECT pass //==== 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 //==== PRE Turn on NFC adapter. Prepare the other device with NFC turned on. Other device should be able to take NDEF message from NFC. //==== TEST_CRITERIA MOA MR diff --git a/tct-nfc-tizen-tests/nfc/NFCPeer_sendNDEF_with_successCallback.html b/tct-nfc-tizen-tests/nfc/NFCPeer_sendNDEF_with_successCallback.html index f2fcc1b24..b9a246848 100644 --- a/tct-nfc-tizen-tests/nfc/NFCPeer_sendNDEF_with_successCallback.html +++ b/tct-nfc-tizen-tests/nfc/NFCPeer_sendNDEF_with_successCallback.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Piotr Szydelko + Piotr Szydelko --> - + NFCPeer_sendNDEF_with_successCallback @@ -36,7 +36,7 @@ Authors: //==== STEP Click "Run". Move other NFC device close so it will be detected. If other device receives message then PASS. //==== EXPECT pass //==== 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 //==== PRE Turn on NFC adapter. Prepare the other device with NFC turned on. Other device should be able to take NDEF message from NFC. //==== TEST_CRITERIA MOA MR diff --git a/tct-nfc-tizen-tests/nfc/NFCPeer_unsetReceiveNDEFListener.html b/tct-nfc-tizen-tests/nfc/NFCPeer_unsetReceiveNDEFListener.html index 43036c931..9f794dd25 100644 --- a/tct-nfc-tizen-tests/nfc/NFCPeer_unsetReceiveNDEFListener.html +++ b/tct-nfc-tizen-tests/nfc/NFCPeer_unsetReceiveNDEFListener.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Piotr Szydelko + Piotr Szydelko --> - + NFCPeer_unsetReceiveNDEFListener @@ -38,7 +38,7 @@ Authors: //==== STEP Click "Run". Move other NFC device close so it will be detected, then send a NFC message from it. Then click the "Message was sent" button below. //==== EXPECT pass //==== SPEC Tizen Web API:Communication:NFC:NFCPeer:unsetReceiveNDEFListener 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 //==== PRE Turn on NFC adapter. Prepare the other device with NFC turned on. Other device should be able to send NDEF message by NFC. //==== TEST_CRITERIA MR MNA MNAST diff --git a/tct-nfc-tizen-tests/nfc/NFCPeer_unsetReceiveNDEFListener_extra_argument.html b/tct-nfc-tizen-tests/nfc/NFCPeer_unsetReceiveNDEFListener_extra_argument.html index bcee8593e..5926bf5fe 100644 --- a/tct-nfc-tizen-tests/nfc/NFCPeer_unsetReceiveNDEFListener_extra_argument.html +++ b/tct-nfc-tizen-tests/nfc/NFCPeer_unsetReceiveNDEFListener_extra_argument.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Piotr Szydelko + Piotr Szydelko --> - + NFCPeer_unsetReceiveNDEFListener_extra_argument @@ -36,7 +36,7 @@ Authors: //==== STEP Click "Run". Move other NFC device close so it will be detected. //==== EXPECT Pass //==== SPEC Tizen Web API:Communication:NFC:NFCPeer:unsetReceiveNDEFListener 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 //==== PRE Turn on NFC adapter. Prepare the other device with NFC turned on. //==== TEST_CRITERIA MNAEX diff --git a/tct-nfc-tizen-tests/nfc/NFCTag.html b/tct-nfc-tizen-tests/nfc/NFCTag.html index 81b43b213..b51cdd30a 100644 --- a/tct-nfc-tizen-tests/nfc/NFCTag.html +++ b/tct-nfc-tizen-tests/nfc/NFCTag.html @@ -16,12 +16,12 @@ limitations under the License. Authors: - Piotr Szydelko + Piotr Szydelko --> - + -NFCTag combined tests +NFCTag @@ -38,10 +38,10 @@ Authors: //==== EXPECT Pass //==== PRE Turn on NFC adapter. Prepare NFC tag. //==== SPEC Tizen Web API:Communication:NFC:NFCTag: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:NFCTag:isSupportedNDEF 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:NFCTag:ndefSize A //==== 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/NFCTagDetectCallback_notexist.html b/tct-nfc-tizen-tests/nfc/NFCTagDetectCallback_notexist.html index e2fc67b7a..81149fc18 100644 --- a/tct-nfc-tizen-tests/nfc/NFCTagDetectCallback_notexist.html +++ b/tct-nfc-tizen-tests/nfc/NFCTagDetectCallback_notexist.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Piotr Szydelko + Piotr Szydelko --> - + NFCTagDetectCallback_notexist @@ -33,7 +33,7 @@ Authors: //==== PRIORITY P3 //==== LABEL Check if interface NFCTagDetectCallback exists, it should not. //==== SPEC Tizen Web API:Communication:NFC:NFCTagDetectCallback:NFCTagDetectCallback 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/NFCTagDetectCallback_onattach.html b/tct-nfc-tizen-tests/nfc/NFCTagDetectCallback_onattach.html index 8c9c12dbe..fa969e9ce 100644 --- a/tct-nfc-tizen-tests/nfc/NFCTagDetectCallback_onattach.html +++ b/tct-nfc-tizen-tests/nfc/NFCTagDetectCallback_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 unsetTagListener for check NFCTagDetectCallback onattach method +NFCTagDetectCallback_onattach @@ -74,6 +74,7 @@ t.step(function () { adapter = tizen.nfc.getDefaultAdapter(); adapter.setTagListener(onSuccessCB); }); + diff --git a/tct-nfc-tizen-tests/nfc/NFCTagDetectCallback_ondetach.html b/tct-nfc-tizen-tests/nfc/NFCTagDetectCallback_ondetach.html index 5142ee047..d29a7f859 100644 --- a/tct-nfc-tizen-tests/nfc/NFCTagDetectCallback_ondetach.html +++ b/tct-nfc-tizen-tests/nfc/NFCTagDetectCallback_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 --> -Test NFCAdapter.setTagListener for check NFCTagDetectCallback.ondetach +NFCTagDetectCallback_ondetach @@ -67,6 +67,7 @@ t.step(function () { adapter = tizen.nfc.getDefaultAdapter(); adapter.setTagListener(tagListener); }); + diff --git a/tct-nfc-tizen-tests/nfc/NFCTag_notexist.html b/tct-nfc-tizen-tests/nfc/NFCTag_notexist.html index f8027fef1..101b7390f 100644 --- a/tct-nfc-tizen-tests/nfc/NFCTag_notexist.html +++ b/tct-nfc-tizen-tests/nfc/NFCTag_notexist.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Piotr Szydelko + Piotr Szydelko --> - + NFCTag_notexist @@ -33,7 +33,7 @@ Authors: //==== PRIORITY P3 //==== LABEL Check if interface NFCTag exists, it should not. //==== SPEC Tizen Web API:Communication:NFC:NFCTag:NFCTag 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/NFCTag_readNDEF_errorCallback.html b/tct-nfc-tizen-tests/nfc/NFCTag_readNDEF_errorCallback.html index 7d6caf0a4..68341e9c6 100644 --- a/tct-nfc-tizen-tests/nfc/NFCTag_readNDEF_errorCallback.html +++ b/tct-nfc-tizen-tests/nfc/NFCTag_readNDEF_errorCallback.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 errorCallback of readNDEF can be called successfully when error occurs +NFCTag_readNDEF_errorCallback @@ -45,7 +45,7 @@ Authors: //==== STEP Click "Run". Move NFC tag close until it will be detected and then take it away before the expiration of 3 seconds. //==== EXPECT pass - readNDEF reported failure by error callback //==== SPEC Tizen Web API:Communication:NFC:NFCTag:readNDEF 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 MERRCB diff --git a/tct-nfc-tizen-tests/nfc/NFCTag_readNDEF_without_errorCallback.html b/tct-nfc-tizen-tests/nfc/NFCTag_readNDEF_without_errorCallback.html index abfed0704..247925ec2 100644 --- a/tct-nfc-tizen-tests/nfc/NFCTag_readNDEF_without_errorCallback.html +++ b/tct-nfc-tizen-tests/nfc/NFCTag_readNDEF_without_errorCallback.html @@ -34,7 +34,7 @@ Authors: --> -Check if successfully reading the NDEF Data +NFCTag_readNDEF_without_errorCallback @@ -49,10 +49,10 @@ Authors: //==== PRE Turn on NFC adapter. Prepare NFC tag. //==== ONLOAD_DELAY 90 //==== SPEC Tizen Web API:Communication:NFC:NFCTag:readNDEF 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 MMINA MR //==== SPEC Tizen Web API:Communication:NFC:NDEFMessageReadCallback:onsuccess 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 CBT CBOA var adapter, tagListener, readCallback, result, @@ -79,6 +79,7 @@ t.step(function () { adapter = tizen.nfc.getDefaultAdapter(); adapter.setTagListener(tagListener); }); + diff --git a/tct-nfc-tizen-tests/nfc/NFCTag_transceive_with_errorCallback.html b/tct-nfc-tizen-tests/nfc/NFCTag_transceive_with_errorCallback.html index f5918541a..c3f37f8e8 100644 --- a/tct-nfc-tizen-tests/nfc/NFCTag_transceive_with_errorCallback.html +++ b/tct-nfc-tizen-tests/nfc/NFCTag_transceive_with_errorCallback.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 errorCallback of transceive can be called successfully when error occurs +NFCTag_transceive_with_errorCallback diff --git a/tct-nfc-tizen-tests/nfc/NFCTag_writeNDEF.html b/tct-nfc-tizen-tests/nfc/NFCTag_writeNDEF.html index f03847e0d..f4b77822c 100644 --- a/tct-nfc-tizen-tests/nfc/NFCTag_writeNDEF.html +++ b/tct-nfc-tizen-tests/nfc/NFCTag_writeNDEF.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 writeNDEF method is invoked whithout successcallback and errorcallback parameters +NFCTag_writeNDEF @@ -71,6 +71,7 @@ t.step(function () { ndefMessage = createNDEFTextMessage("writeNDEF_no_cb"); adapter.setTagListener(tagListener); }); + diff --git a/tct-nfc-tizen-tests/nfc/NFCTag_writeNDEF_with_errorCallback.html b/tct-nfc-tizen-tests/nfc/NFCTag_writeNDEF_with_errorCallback.html index 32942340d..c7a3b8127 100644 --- a/tct-nfc-tizen-tests/nfc/NFCTag_writeNDEF_with_errorCallback.html +++ b/tct-nfc-tizen-tests/nfc/NFCTag_writeNDEF_with_errorCallback.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 errorCallback of writeNDEF can be called successfully when error occurs +NFCTag_writeNDEF_with_errorCallback @@ -85,6 +85,7 @@ t.step(function () { ndefMessage = createNDEFTextMessage("writeNDEF_with_ec"); adapter.setTagListener(onSuccessCB); }); + diff --git a/tct-nfc-tizen-tests/nfc/NFCTag_writeNDEF_with_successCallback.html b/tct-nfc-tizen-tests/nfc/NFCTag_writeNDEF_with_successCallback.html index 1ae86f080..1b212a907 100644 --- a/tct-nfc-tizen-tests/nfc/NFCTag_writeNDEF_with_successCallback.html +++ b/tct-nfc-tizen-tests/nfc/NFCTag_writeNDEF_with_successCallback.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 writing the NDEF Data +NFCTag_writeNDEF_with_successCallback @@ -90,6 +90,7 @@ t.step(function () { adapter.setTagListener(tagListener); }); + diff --git a/tct-nfc-tizen-tests/nfc/Tizen_nfc_exist.html b/tct-nfc-tizen-tests/nfc/Tizen_nfc_exist.html index 5951cad48..6c075553a 100644 --- a/tct-nfc-tizen-tests/nfc/Tizen_nfc_exist.html +++ b/tct-nfc-tizen-tests/nfc/Tizen_nfc_exist.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Piotr Szydelko + Piotr Szydelko --> - + Tizen_nfc_exist @@ -33,7 +33,7 @@ Authors: //==== PRIORITY P3 //==== LABEL Check if Tizen implements interface NFCManagerObject and has attribute nfc //==== 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 OBME test(function () { diff --git a/tct-nfc-tizen-tests/tests.full.xml b/tct-nfc-tizen-tests/tests.full.xml index 153973460..3ed8bdf59 100644 --- a/tct-nfc-tizen-tests/tests.full.xml +++ b/tct-nfc-tizen-tests/tests.full.xml @@ -20,7 +20,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/nfc.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html TBD @@ -39,7 +39,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/nfc.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html TBD @@ -153,7 +153,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html TBD @@ -172,7 +172,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html TBD @@ -191,7 +191,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/nfc.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html TBD @@ -222,7 +222,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html TBD @@ -234,7 +234,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/nfc.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html TBD @@ -253,7 +253,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/nfc.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html TBD @@ -265,7 +265,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html TBD @@ -277,7 +277,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html TBD @@ -289,7 +289,7 @@ - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html#::NFC::NDEFMessage + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html TBD @@ -301,7 +301,7 @@ - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html#::NFC::NDEFMessage + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html TBD @@ -325,7 +325,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html TBD @@ -337,7 +337,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html TBD @@ -349,7 +349,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html TBD @@ -361,7 +361,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html TBD @@ -373,7 +373,7 @@ - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html#toByteid2621778 + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html TBD @@ -385,7 +385,7 @@ - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html#toByteid2621778 + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html TBD @@ -397,7 +397,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html TBD @@ -409,7 +409,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html TBD @@ -421,7 +421,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html TBD @@ -433,7 +433,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html TBD @@ -445,7 +445,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html TBD @@ -457,7 +457,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html TBD @@ -469,7 +469,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html TBD @@ -481,7 +481,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html TBD @@ -493,7 +493,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html TBD @@ -505,7 +505,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html TBD @@ -517,7 +517,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html TBD @@ -529,7 +529,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html TBD @@ -541,7 +541,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html TBD @@ -553,7 +553,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html TBD @@ -565,7 +565,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html TBD @@ -577,7 +577,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html TBD @@ -589,7 +589,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html TBD @@ -601,7 +601,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html TBD @@ -613,7 +613,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html TBD @@ -625,7 +625,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html TBD @@ -637,7 +637,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html TBD @@ -649,7 +649,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html TBD @@ -661,7 +661,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html TBD @@ -673,7 +673,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html TBD @@ -685,7 +685,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html TBD @@ -697,7 +697,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html TBD @@ -709,7 +709,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html TBD @@ -721,7 +721,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html TBD @@ -733,7 +733,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html TBD @@ -745,7 +745,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html TBD @@ -757,7 +757,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html TBD @@ -793,7 +793,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html TBD @@ -805,7 +805,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html TBD @@ -817,7 +817,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html TBD @@ -829,7 +829,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html TBD @@ -841,7 +841,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html TBD @@ -853,7 +853,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html TBD @@ -865,7 +865,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html TBD @@ -877,7 +877,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html TBD @@ -889,7 +889,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html TBD @@ -901,7 +901,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html TBD @@ -913,7 +913,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html TBD @@ -925,7 +925,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html TBD @@ -937,7 +937,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html TBD @@ -961,7 +961,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html TBD @@ -973,7 +973,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html TBD @@ -985,7 +985,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html TBD @@ -997,7 +997,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html TBD @@ -1009,7 +1009,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html TBD @@ -1021,7 +1021,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html TBD @@ -1033,7 +1033,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html TBD @@ -1045,7 +1045,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html TBD @@ -1057,7 +1057,7 @@ - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html#setPoweredid2619333 + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html TBD @@ -1069,7 +1069,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html TBD @@ -1081,7 +1081,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html TBD @@ -1093,7 +1093,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html TBD @@ -1105,7 +1105,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html TBD @@ -1117,7 +1117,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html TBD @@ -1129,7 +1129,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html TBD @@ -1141,7 +1141,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html TBD @@ -1153,7 +1153,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html TBD @@ -1165,7 +1165,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html TBD @@ -1177,7 +1177,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html TBD @@ -1189,7 +1189,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html TBD @@ -1201,7 +1201,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html TBD @@ -1213,7 +1213,7 @@ - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html#getDefaultAdapterid2618973 + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html TBD @@ -1225,7 +1225,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html TBD @@ -1237,7 +1237,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html TBD @@ -1249,7 +1249,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html TBD @@ -1261,7 +1261,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html TBD @@ -1280,7 +1280,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html TBD @@ -1299,7 +1299,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html TBD @@ -1311,7 +1311,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html TBD @@ -1323,7 +1323,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html TBD @@ -1335,7 +1335,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html TBD @@ -1347,7 +1347,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html TBD @@ -1359,7 +1359,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html TBD @@ -1488,12 +1488,12 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html TBD - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html TBD @@ -1577,7 +1577,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/nfc.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html TBD @@ -1596,7 +1596,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/nfc.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html TBD @@ -1615,12 +1615,12 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/nfc.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html TBD - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/nfc.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html TBD @@ -1715,12 +1715,12 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html TBD - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html TBD @@ -1864,7 +1864,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/nfc.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html TBD @@ -1876,7 +1876,7 @@ - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html#toByteid2621778 + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html TBD