[NFC] minor structure standardization
authorPiotr Szydelko <p.szydelko@samsung.com>
Thu, 19 Sep 2013 11:44:31 +0000 (13:44 +0200)
committerPiotr Szydelko <p.szydelko@samsung.com>
Tue, 24 Sep 2013 15:00:54 +0000 (17:00 +0200)
Change-Id: I511851738ad1b0a9eb3176c58e92aff7e5701b43

125 files changed:
tct-nfc-tizen-tests/nfc/ByteArraySuccessCallback_notexist.html
tct-nfc-tizen-tests/nfc/NDEFMessageReadCallback_notexist.html
tct-nfc-tizen-tests/nfc/NDEFMessage_constructor.html
tct-nfc-tizen-tests/nfc/NDEFMessage_constructor_rawData.html
tct-nfc-tizen-tests/nfc/NDEFMessage_constructor_records.html
tct-nfc-tizen-tests/nfc/NDEFMessage_exist.html
tct-nfc-tizen-tests/nfc/NDEFMessage_extend.html
tct-nfc-tizen-tests/nfc/NDEFMessage_recordCount_attribute.html
tct-nfc-tizen-tests/nfc/NDEFMessage_records_attribute.html
tct-nfc-tizen-tests/nfc/NDEFMessage_toByte.html
tct-nfc-tizen-tests/nfc/NDEFMessage_toByte_TypeMismatch.html
tct-nfc-tizen-tests/nfc/NDEFMessage_toByte_empty.html
tct-nfc-tizen-tests/nfc/NDEFMessage_toByte_exists.html
tct-nfc-tizen-tests/nfc/NDEFMessage_toByte_extra_argument.html
tct-nfc-tizen-tests/nfc/NDEFRecordMedia_constructor.html
tct-nfc-tizen-tests/nfc/NDEFRecordMedia_exist.html
tct-nfc-tizen-tests/nfc/NDEFRecordMedia_extend.html
tct-nfc-tizen-tests/nfc/NDEFRecordMedia_id_attribute.html
tct-nfc-tizen-tests/nfc/NDEFRecordMedia_mimeType_attribute.html
tct-nfc-tizen-tests/nfc/NDEFRecordMedia_payload_attribute.html
tct-nfc-tizen-tests/nfc/NDEFRecordMedia_tnf_attribute.html
tct-nfc-tizen-tests/nfc/NDEFRecordMedia_type_attribute.html
tct-nfc-tizen-tests/nfc/NDEFRecordText_constructor.html
tct-nfc-tizen-tests/nfc/NDEFRecordText_constructor_encoding_UTF16.html
tct-nfc-tizen-tests/nfc/NDEFRecordText_constructor_encoding_UTF8.html
tct-nfc-tizen-tests/nfc/NDEFRecordText_encoding_attribute.html
tct-nfc-tizen-tests/nfc/NDEFRecordText_exist.html
tct-nfc-tizen-tests/nfc/NDEFRecordText_extend.html
tct-nfc-tizen-tests/nfc/NDEFRecordText_id_attribute.html
tct-nfc-tizen-tests/nfc/NDEFRecordText_languageCode_attribute.html
tct-nfc-tizen-tests/nfc/NDEFRecordText_payload_attribute.html
tct-nfc-tizen-tests/nfc/NDEFRecordText_text_attribute.html
tct-nfc-tizen-tests/nfc/NDEFRecordText_tnf_attribute.html
tct-nfc-tizen-tests/nfc/NDEFRecordText_type_attribute.html
tct-nfc-tizen-tests/nfc/NDEFRecordURI_constructor.html
tct-nfc-tizen-tests/nfc/NDEFRecordURI_exist.html
tct-nfc-tizen-tests/nfc/NDEFRecordURI_extend.html
tct-nfc-tizen-tests/nfc/NDEFRecordURI_id_attribute.html
tct-nfc-tizen-tests/nfc/NDEFRecordURI_payload_attribute.html
tct-nfc-tizen-tests/nfc/NDEFRecordURI_tnf_attribute.html
tct-nfc-tizen-tests/nfc/NDEFRecordURI_type_attribute.html
tct-nfc-tizen-tests/nfc/NDEFRecordURI_uri_attribute.html
tct-nfc-tizen-tests/nfc/NDEFRecord_constructor.html
tct-nfc-tizen-tests/nfc/NDEFRecord_constructor_raw_data.html
tct-nfc-tizen-tests/nfc/NDEFRecord_constructor_tnf.html
tct-nfc-tizen-tests/nfc/NDEFRecord_constructor_tnf_with_id.html
tct-nfc-tizen-tests/nfc/NDEFRecord_exist.html
tct-nfc-tizen-tests/nfc/NDEFRecord_extend.html
tct-nfc-tizen-tests/nfc/NDEFRecord_id_attribute.html
tct-nfc-tizen-tests/nfc/NDEFRecord_payload_attribute.html
tct-nfc-tizen-tests/nfc/NDEFRecord_tnf_attribute.html
tct-nfc-tizen-tests/nfc/NDEFRecord_type_attribute.html
tct-nfc-tizen-tests/nfc/NFCAdapter_extend.html
tct-nfc-tizen-tests/nfc/NFCAdapter_getCachedMessage.html
tct-nfc-tizen-tests/nfc/NFCAdapter_getCachedMessage_exist.html
tct-nfc-tizen-tests/nfc/NFCAdapter_getCachedMessage_extra_argument.html
tct-nfc-tizen-tests/nfc/NFCAdapter_notexist.html
tct-nfc-tizen-tests/nfc/NFCAdapter_powered_attribute.html
tct-nfc-tizen-tests/nfc/NFCAdapter_setPeerListener.html
tct-nfc-tizen-tests/nfc/NFCAdapter_setPeerListener_detectCallback_TypeMismatch.html
tct-nfc-tizen-tests/nfc/NFCAdapter_setPeerListener_detectCallback_invalid_cb.html
tct-nfc-tizen-tests/nfc/NFCAdapter_setPeerListener_exist.html
tct-nfc-tizen-tests/nfc/NFCAdapter_setPeerListener_missarg.html
tct-nfc-tizen-tests/nfc/NFCAdapter_setPowered_errorCallback_TypeMismatch.html
tct-nfc-tizen-tests/nfc/NFCAdapter_setPowered_errorCallback_invalid_cb.html
tct-nfc-tizen-tests/nfc/NFCAdapter_setPowered_exist.html
tct-nfc-tizen-tests/nfc/NFCAdapter_setPowered_off.html
tct-nfc-tizen-tests/nfc/NFCAdapter_setPowered_on.html
tct-nfc-tizen-tests/nfc/NFCAdapter_setPowered_successCallback_TypeMismatch.html
tct-nfc-tizen-tests/nfc/NFCAdapter_setPowered_successCallback_invalid_cb.html
tct-nfc-tizen-tests/nfc/NFCAdapter_setPowered_without_errorCallback.html
tct-nfc-tizen-tests/nfc/NFCAdapter_setPowered_without_successCallback.html
tct-nfc-tizen-tests/nfc/NFCAdapter_setTagListener.html
tct-nfc-tizen-tests/nfc/NFCAdapter_setTagListener_detectCallback_TypeMismatch.html
tct-nfc-tizen-tests/nfc/NFCAdapter_setTagListener_detectCallback_invalid_cb.html
tct-nfc-tizen-tests/nfc/NFCAdapter_setTagListener_exist.html
tct-nfc-tizen-tests/nfc/NFCAdapter_setTagListener_missarg.html
tct-nfc-tizen-tests/nfc/NFCAdapter_setTagListener_tagFilter_TypeMismatch.html
tct-nfc-tizen-tests/nfc/NFCAdapter_setTagListener_tagFilter_is_null.html
tct-nfc-tizen-tests/nfc/NFCAdapter_setTagListener_with_tagFilter.html
tct-nfc-tizen-tests/nfc/NFCAdapter_unsetPeerListener.html
tct-nfc-tizen-tests/nfc/NFCAdapter_unsetPeerListener_exist.html
tct-nfc-tizen-tests/nfc/NFCAdapter_unsetPeerListener_extra_argument.html
tct-nfc-tizen-tests/nfc/NFCAdapter_unsetTagListener.html
tct-nfc-tizen-tests/nfc/NFCAdapter_unsetTagListener_exist.html
tct-nfc-tizen-tests/nfc/NFCAdapter_unsetTagListener_extra_argument.html
tct-nfc-tizen-tests/nfc/NFCManagerObject_notexist.html
tct-nfc-tizen-tests/nfc/NFCManager_NFC_RECORD_TNF_EMPTY_const.html
tct-nfc-tizen-tests/nfc/NFCManager_NFC_RECORD_TNF_EXTERNAL_RTD_const.html
tct-nfc-tizen-tests/nfc/NFCManager_NFC_RECORD_TNF_MIME_MEDIA_const.html
tct-nfc-tizen-tests/nfc/NFCManager_NFC_RECORD_TNF_UNCHANGED_const.html
tct-nfc-tizen-tests/nfc/NFCManager_NFC_RECORD_TNF_UNKNOWN_const.html
tct-nfc-tizen-tests/nfc/NFCManager_NFC_RECORD_TNF_URI_const.html
tct-nfc-tizen-tests/nfc/NFCManager_NFC_RECORD_TNF_WELL_KNOWN_const.html
tct-nfc-tizen-tests/nfc/NFCManager_extend.html
tct-nfc-tizen-tests/nfc/NFCManager_getDefaultAdapter.html
tct-nfc-tizen-tests/nfc/NFCManager_getDefaultAdapter_exists.html
tct-nfc-tizen-tests/nfc/NFCManager_getDefaultAdapter_extra_argument.html
tct-nfc-tizen-tests/nfc/NFCManager_notexist.html
tct-nfc-tizen-tests/nfc/NFCManager_setExclusiveMode.html
tct-nfc-tizen-tests/nfc/NFCManager_setExclusiveMode_exist.html
tct-nfc-tizen-tests/nfc/NFCPeer.html
tct-nfc-tizen-tests/nfc/NFCPeerDetectCallback_notexist.html
tct-nfc-tizen-tests/nfc/NFCPeerDetectCallback_onattach.html
tct-nfc-tizen-tests/nfc/NFCPeerDetectCallback_ondetach.html
tct-nfc-tizen-tests/nfc/NFCPeer_notexist.html
tct-nfc-tizen-tests/nfc/NFCPeer_sendNDEF_errorCallback.html
tct-nfc-tizen-tests/nfc/NFCPeer_sendNDEF_sendData.html
tct-nfc-tizen-tests/nfc/NFCPeer_sendNDEF_with_errorCallback.html
tct-nfc-tizen-tests/nfc/NFCPeer_sendNDEF_with_successCallback.html
tct-nfc-tizen-tests/nfc/NFCPeer_unsetReceiveNDEFListener.html
tct-nfc-tizen-tests/nfc/NFCPeer_unsetReceiveNDEFListener_extra_argument.html
tct-nfc-tizen-tests/nfc/NFCTag.html
tct-nfc-tizen-tests/nfc/NFCTagDetectCallback_notexist.html
tct-nfc-tizen-tests/nfc/NFCTagDetectCallback_onattach.html
tct-nfc-tizen-tests/nfc/NFCTagDetectCallback_ondetach.html
tct-nfc-tizen-tests/nfc/NFCTag_notexist.html
tct-nfc-tizen-tests/nfc/NFCTag_readNDEF_errorCallback.html
tct-nfc-tizen-tests/nfc/NFCTag_readNDEF_without_errorCallback.html
tct-nfc-tizen-tests/nfc/NFCTag_transceive_with_errorCallback.html
tct-nfc-tizen-tests/nfc/NFCTag_writeNDEF.html
tct-nfc-tizen-tests/nfc/NFCTag_writeNDEF_with_errorCallback.html
tct-nfc-tizen-tests/nfc/NFCTag_writeNDEF_with_successCallback.html
tct-nfc-tizen-tests/nfc/Tizen_nfc_exist.html
tct-nfc-tizen-tests/tests.full.xml

index 3cbd16dd34a052a6ff243b376b4283a28816c0e2..b721281ea743ad286274fd44556c4ce600a9847f 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Andrzej Krolikowski <a.krolikowsk@samsung.com>
+        Andrzej Krolikowski <a.krolikowsk@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>ByteArraySuccessCallback_notexist</title>
 <meta charset="utf-8"/>
@@ -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 () {
index ca3466b26afa58cd38a40ff790d79281320eaea2..8f388259e707d5db6abbeb2a0d0241805aabf08a 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Andrzej Krolikowski <a.krolikowsk@samsung.com>
+        Andrzej Krolikowski <a.krolikowsk@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>NDEFMessageReadCallback_notexist</title>
 <meta charset="utf-8"/>
@@ -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 () {
index 21b903c8a3036dfcbcb1f2c7a7bf85eceb18bfbd..3121594f87209f8340f346d6b6368db3ba4f5050 100644 (file)
@@ -18,10 +18,10 @@ limitations under the License.
 
 
 Authors:
-    Piotr Szydelko <p.szydelko@samsung.com>
+        Piotr Szydelko <p.szydelko@samsung.com>
 
 -->
-<html lang="en">
+<html>
 
 <head>
 <title>NDEFMessage_constructor</title>
@@ -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");
 
 </script>
-
 </body>
-
 </html>
index 17b291468c6282801b2c6ef3be5891db4a364d5c..e2f3770b76de42a9a0402b42447d7e336c4addd6 100644 (file)
@@ -18,10 +18,10 @@ limitations under the License.
 
 
 Authors:
-    Piotr Szydelko <p.szydelko@samsung.com>
+        Piotr Szydelko <p.szydelko@samsung.com>
 
 -->
-<html lang="en">
+<html>
 
 <head>
 <title>NDEFMessage_constructor_rawData</title>
@@ -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");
 
 </script>
-
 </body>
-
 </html>
index 68984088bff9b9a6a9d160f05fccb6cf3352b124..21777758c8f504cd613e0a1f268476b5c32d0fc8 100644 (file)
@@ -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 <chaox.wang@intel.com> 
+        Wang, ChaoX <chaox.wang@intel.com>
         Han, RuiJingXA <ruijingx.a.han@intel.com>
 
 -->
 <html>
 <head>
-<title>Test method NDEFMessage.Constructor with mandatory parameters</title>
+<title>NDEFMessage_constructor_records</title>
 <script type="text/javascript" src="support/nfc_common.js"></script>
 </head>
 <body>
index 7ce07a5cf33a7d7b130a73b0fb3fe2719908f2db..8e645c029005229020ddeaad7101c87084ffbd22 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Jakub Siewierski <j.siewierski@samsung.com>
+        Jakub Siewierski <j.siewierski@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>NDEFMessage_exist</title>
 <meta charset="utf-8"/>
@@ -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 () {
index 88a0fb1761471fba0ef810ccd0e0728c38a732bf..f55cec1d4e7f2de21c3fa9482590c9f010bee951 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Piotr Szydelko <p.szydelko@samsung.com>
+        Piotr Szydelko <p.szydelko@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>NDEFMessage_extend</title>
 <meta charset="utf-8"/>
@@ -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;
index 0c97c93557032760b4a91735193197478c634e62..2792af00d73d6bcc0f5f778a88e63129d9015ef6 100644 (file)
@@ -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 <chaox.wang@intel.com> 
+        Wang, ChaoX <chaox.wang@intel.com>
         Han, RuiJingXA <ruijingx.a.han@intel.com>
 
 -->
 <html>
 <head>
-<title>check if readonly attribute recordCount in NDEFMessage is correct</title>
+<title>NDEFMessage_recordCount_attribute</title>
 <script type="text/javascript" src="support/nfc_common.js"></script>
 <script type="text/javascript" src="../resources/unitcommon.js"></script>
 </head>
@@ -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;
index 6c4ce871e725c5a4ec120fd3148ba2de0af5ae88..53e8ebb60bfe75f1c0c0a927cf5f3a38ff89bb31 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Piotr Szydelko <p.szydelko@samsung.com>
+        Piotr Szydelko <p.szydelko@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>NDEFMessage_records_attribute</title>
 <meta charset="utf-8"/>
@@ -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;
index 1e3a0d326a14b716342ac71fd0d35727dc72d69c..60eade4564279379212e338c54c1569924ea3c39 100644 (file)
@@ -18,9 +18,9 @@ limitations under the License.
 
 
 Authors:
-    Piotr Szydelko <p.szydelko@samsung.com>
+        Piotr Szydelko <p.szydelko@samsung.com>
 -->
-<html lang="en">
+<html>
 
 <head>
 <title>NDEFMessage_toByte</title>
@@ -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");
 
 </script>
-
 </body>
-
 </html>
index 48740ac885f4cda517d9067efb7c7865ecfe2e35..c64241bc04a7e7630bc8ae9c6938c3a94fe01de4 100644 (file)
@@ -18,10 +18,10 @@ limitations under the License.
 
 
 Authors:
-    Piotr Szydelko <p.szydelko@samsung.com>
+        Piotr Szydelko <p.szydelko@samsung.com>
 
 -->
-<html lang="en">
+<html>
 
 <head>
 <title>NDEFMessage_toByte_TypeMismatch</title>
@@ -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");
 
 </script>
-
 </body>
-
 </html>
index 7ccf1417148c412aea9aa23bb1ab261ceaf66390..ddeb286599c73abe857ae3a6ea1eb5adb95e8156 100644 (file)
@@ -21,7 +21,7 @@ Authors:
         Piotr Szydelko <p.szydelko@samsung.com>
 
 -->
-<html lang="en">
+<html>
 
 <head>
 <title>NDEFMessage_toByte_empty</title>
@@ -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");
 
 </script>
-
 </body>
-
 </html>
index ef7780adb5ea0bdb353d8b68dc65e9fda74fbf43..0cb1b606cdadce44a5c0d2a5f2a1f3967d15ad92 100644 (file)
@@ -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 <chaox.wang@intel.com> 
+        Wang, ChaoX <chaox.wang@intel.com>
         Han, RuiJingXA <ruijingx.a.han@intel.com>
 
 -->
 <html>
 <head>
-<title>Test method NDEFMessage.toByte exists</title>
+<title>NDEFMessage_toByte_exists</title>
 <script type="text/javascript" src="support/nfc_common.js"></script>
 <script type="text/javascript" src="../resources/unitcommon.js"></script>
 </head>
@@ -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;
index 2fa3889c09b9185a09d91f5821572d36a2621fba..ada4ce21fea7691c213fca1edf9c1be6aa0afa12 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Andrzej Krolikowski <a.krolikowsk@samsung.com
+        Andrzej Krolikowski <a.krolikowsk@samsung.com
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>NDEFMessage_toByte_extra_argument</title>
 <meta charset="utf-8"/>
@@ -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;
index 4231a3880ebab64790cba965a57b64f256a4a91a..38b443841b4065829e9ebff4bb70f66ec7975558 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Piotr Szydelko <p.szydelko@samsung.com>
+        Piotr Szydelko <p.szydelko@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>NDEFRecordMedia_constructor</title>
 <meta charset="utf-8"/>
@@ -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,
index 0ccf12cebbd48de0259e8667ceca44d80e899abc..69dc343a1b7ee3f5ac76dbc91d0558b2043987c5 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Jakub Siewierski <j.siewierski@samsung.com>
+        Jakub Siewierski <j.siewierski@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>NDEFRecordMedia_exist</title>
 <meta charset="utf-8"/>
@@ -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 () {
index 19505e3e6815089776651f6c10d9848245b88e47..6089a0c0994e66f2d176d84f0f77d30671d44e93 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Piotr Szydelko <p.szydelko@samsung.com>
+        Piotr Szydelko <p.szydelko@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>NDEFRecordMedia_extend</title>
 <meta charset="utf-8"/>
@@ -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,
index 23f55eafa11b32b8ea8887a7232a2878b3e5efa8..e550d9361b4ed5e61d9354fa84d7274ff0933bcd 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Piotr Szydelko <p.szydelko@samsung.com>
+        Piotr Szydelko <p.szydelko@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>NDEFRecordMedia_id_attribute</title>
 <meta charset="utf-8"/>
@@ -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 = [],
index 96e913fd5b211bb19470e0150aa038f6e54fb292..afc50aae474962044779793bb6c50667a52c3436 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Piotr Szydelko <p.szydelko@samsung.com>
+        Piotr Szydelko <p.szydelko@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>NDEFRecordMedia_mimeType_attribute</title>
 <meta charset="utf-8"/>
@@ -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,
index e172b2345e0c6f92dca6eadebc4395271f5e7664..fa40c6b8e7472e642637540be7fe93d0b0cb16a7 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Piotr Szydelko <p.szydelko@samsung.com>
+        Piotr Szydelko <p.szydelko@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>NDEFRecordMedia_payload_attribute</title>
 <meta charset="utf-8"/>
@@ -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,
index 524b282511dd81b3fa30caa64b68e599738bb217..7d75248f82c0ba54791ee74a799bceb83446b4fb 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Piotr Szydelko <p.szydelko@samsung.com>
+        Piotr Szydelko <p.szydelko@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>NDEFRecordMedia_tnf_attribute</title>
 <meta charset="utf-8"/>
@@ -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,
index daa41e25b22d7f74bf8468e77ea1913ebafd7103..39495ba7c12bdfa39e8383900d118c7bd8b8a59f 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Piotr Szydelko <p.szydelko@samsung.com>
+        Piotr Szydelko <p.szydelko@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>NDEFRecordMedia_type_attribute</title>
 <meta charset="utf-8"/>
@@ -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,
index 2aacddddd4caf0ef8991b865c736a569e41a6331..8d46d8cf67d7d7e7603a9360789932c69fde9251 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Piotr Szydelko <p.szydelko@samsung.com>
+        Piotr Szydelko <p.szydelko@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>NDEFRecordText_constructor</title>
 <meta charset="utf-8"/>
@@ -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;
index c573cc9950af7a61d1d5a92061ef0cb0d9fe5442..edf727a48e4fb28afb3e5de90b47111875295055 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Piotr Szydelko <p.szydelko@samsung.com>
+        Piotr Szydelko <p.szydelko@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>NDEFRecordText_constructor_encoding_UTF16</title>
 <meta charset="utf-8"/>
@@ -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;
index b25dc817fe96b97468f0c72616ba677157ae934f..34f9f0be16a79111ac40d538adbb665e956ac15e 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Piotr Szydelko <p.szydelko@samsung.com>
+        Piotr Szydelko <p.szydelko@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>NDEFRecordText_constructor_encoding_UTF8</title>
 <meta charset="utf-8"/>
@@ -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;
index 750eea4da65571f76fff9458a03dcb7c4b3ecc11..a296946ed0097e671457cf3137e98389932f065d 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Piotr Szydelko <p.szydelko@samsung.com>
+        Piotr Szydelko <p.szydelko@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>NDEFRecordText_encoding_attribute</title>
 <meta charset="utf-8"/>
@@ -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;
index d62f59340160235c5c12d5886901d01e48d8b159..1e11608bd30d0b0479ee28830090b0373dbe84ee 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Jakub Siewierski <j.siewierski@samsung.com>
+        Jakub Siewierski <j.siewierski@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>NDEFRecordText_exist</title>
 <meta charset="utf-8"/>
@@ -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 () {
index e423e0724025400df9e5002ae6c86b5417b7ff13..8e0fee0399e672a4ed0e3b57cdda7d2b94f8880c 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Piotr Szydelko <p.szydelko@samsung.com>
+        Piotr Szydelko <p.szydelko@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>NDEFRecordText_extend</title>
 <meta charset="utf-8"/>
@@ -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;
index 0d5ec1935e27d98be1125daef7888d2d053f314d..57238fd74310420a25231a96c0af1979d0472047 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Piotr Szydelko <p.szydelko@samsung.com>
+        Piotr Szydelko <p.szydelko@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>NDEFRecordText_id_attribute</title>
 <meta charset="utf-8"/>
@@ -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 = [];
index 22a0bb85ebe47ede4e81e99ec396057b8888a36f..b90b8e5533adb25403029f062f3e11af743e5b4e 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Piotr Szydelko <p.szydelko@samsung.com>
+        Piotr Szydelko <p.szydelko@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>NDEFRecordText_languageCode_attribute</title>
 <meta charset="utf-8"/>
@@ -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;
index cab8fe53320007d9c7d6c07c0fba5ec96b8ee061..91ab7504ae68728ed62eafca0bb41ee3c3f68336 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Piotr Szydelko <p.szydelko@samsung.com>
+        Piotr Szydelko <p.szydelko@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>NDEFRecordText_payload_attribute</title>
 <meta charset="utf-8"/>
@@ -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,
index 754252025d6d375ca2fb52b34f7e91eb6879fc03..f4b4707a99cfd31b4ffa100b54235b8f171ddd91 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Piotr Szydelko <p.szydelko@samsung.com>
+        Piotr Szydelko <p.szydelko@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>NDEFRecordText_text_attribute</title>
 <meta charset="utf-8"/>
@@ -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!";
index 0e4db3b44dfecddbc429fc29849e6249d1070991..0c1ac8769c6dc82bc23430aefa210e9f25c18f94 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Piotr Szydelko <p.szydelko@samsung.com>
+        Piotr Szydelko <p.szydelko@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>NDEFRecordText_tnf_attribute</title>
 <meta charset="utf-8"/>
@@ -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;
index d059f7b6dce95b31aca0012947645366768c1eea..7a6007576337354782f1a8afe7b9546d148f2cf7 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Piotr Szydelko <p.szydelko@samsung.com>
+        Piotr Szydelko <p.szydelko@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>NDEFRecordText_type_attribute</title>
 <meta charset="utf-8"/>
@@ -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;
index 3c0ef04744b2c9806c9f1b00d08a65673b03e696..8dc859648e9e3d2e9040b00ac1057d6d32294248 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Piotr Szydelko <p.szydelko@samsung.com>
+        Piotr Szydelko <p.szydelko@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>NDEFRecordURI_constructor</title>
 <meta charset="utf-8"/>
@@ -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;
index 857deda27276cbf3efb43d3599a7090f6fa20731..cc7d21e1004eb24085928d743b16a1741202c659 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Jakub Siewierski <j.siewierski@samsung.com>
+        Jakub Siewierski <j.siewierski@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>NDEFRecordURI_exist</title>
 <meta charset="utf-8"/>
@@ -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 () {
index e9f9c64685ea7659df98715d923e53181282e2ac..159a651f6a0afd31fe1893d5cf07000c98cea9e3 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Piotr Szydelko <p.szydelko@samsung.com>
+        Piotr Szydelko <p.szydelko@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>NDEFRecordURI_extend</title>
 <meta charset="utf-8"/>
@@ -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;
index b1e3b235d549050ccac3e56a711226531ee77fba..22aba996f6bc03fc78ec167a6f93226a6ba58480 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Piotr Szydelko <p.szydelko@samsung.com>
+        Piotr Szydelko <p.szydelko@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>NDEFRecordURI_id_attribute</title>
 <meta charset="utf-8"/>
@@ -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 = [];
index 7693fc32104c1bdd0585f521246ee112cdf6bdf2..63d17b06594a4cdc7eb8826a7104a2dda3cd33f8 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Piotr Szydelko <p.szydelko@samsung.com>
+        Piotr Szydelko <p.szydelko@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>NDEFRecordURI_payload_attribute</title>
 <meta charset="utf-8"/>
@@ -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,
index c91a73bfc19ae212ba9a8a2a39ae296c8f6edd00..5b8818084fcf4e22d43321725f657ff551fc3f21 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Piotr Szydelko <p.szydelko@samsung.com>
+        Piotr Szydelko <p.szydelko@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>NDEFRecordURI_tnf_attribute</title>
 <meta charset="utf-8"/>
@@ -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;
index 7ed023f0c774759dc3c158b0dd139a3d53ee080d..c52f82354e02d5cac9ba5256ee5e85b707e3d9ba 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Piotr Szydelko <p.szydelko@samsung.com>
+        Piotr Szydelko <p.szydelko@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>NDEFRecordURI_type_attribute</title>
 <meta charset="utf-8"/>
@@ -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];
index 56b81d592bcaaf8da0ecffe4098083c7755a2132..3c6b422b5ccc19c30145854aedf2751a849e05c0 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Piotr Szydelko <p.szydelko@samsung.com>
+        Piotr Szydelko <p.szydelko@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>NDEFRecordURI_uri_attribute</title>
 <meta charset="utf-8"/>
@@ -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;
index 2546aed956793a98850f12e436b90c771576760d..4aef54dc318e638e088187395e20b2f20dc3dbaa 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Piotr Szydelko <p.szydelko@samsung.com>
+        Piotr Szydelko <p.szydelko@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>NDEFRecord_constructor</title>
 <meta charset="utf-8"/>
@@ -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;
index cc33a61aeb16f045f627ff9462cbafb737770a23..c4e0760f01dfe9d0b651da6416917f2bb34128d1 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Piotr Szydelko <p.szydelko@samsung.com>
+        Piotr Szydelko <p.szydelko@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>NDEFRecord_constructor_raw_data</title>
 <meta charset="utf-8"/>
@@ -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 () {
index 75942c9abe85cad8bdffd78048cfb961c330c102..c4d5ac3a7a4203572663640a087e8b0c49b58b22 100644 (file)
@@ -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 <chaox.wang@intel.com> 
+        Wang, ChaoX <chaox.wang@intel.com>
         Han, RuiJingXA <ruijingx.a.han@intel.com>
         Piotr Szydelko <p.szydelko@samsung.com>
 
 -->
 <html>
 <head>
-<title>Test interface NDEFRecord.Constructor with mandatory parameters</title>
+<title>NDEFRecord_constructor_tnf</title>
 <script type="text/javascript" src="support/nfc_common.js"></script>
 </head>
 <body>
index 3e8c99eedd74244ceb6653295721866063108310..896f02ca76bb4a69fb21b19a3b7bbc4048e925ec 100644 (file)
@@ -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 <chaox.wang@intel.com> 
+        Wang, ChaoX <chaox.wang@intel.com>
         Han, RuiJingXA <ruijingx.a.han@intel.com>
         Piotr Szydelko <p.szydelko@samsung.com>
 
 -->
 <html>
 <head>
-<title>Test interface NDEFRecord.Constructor with mandatory parameters</title>
+<title>NDEFRecord_constructor_tnf_with_id</title>
 <script type="text/javascript" src="support/nfc_common.js"></script>
 </head>
 <body>
index 2b9a9bdc25967fa4fd3b3c120c7062b39e42508f..6a1b357d52e97e55667b65c338e1ee02c5aec0ca 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Piotr Szydelko <p.szydelko@samsung.com>
+        Piotr Szydelko <p.szydelko@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>NDEFRecord_exist</title>
 <meta charset="utf-8"/>
@@ -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 () {
index b9028343e00ef3e55860f247b2df590bdaf0c5fc..df0f8a86eb6e1a43afa313b8a1ce1a0447b5ff38 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Piotr Szydelko <p.szydelko@samsung.com>
+        Piotr Szydelko <p.szydelko@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>NDEFRecord_extend</title>
 <meta charset="utf-8"/>
@@ -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;
index 38fa3fe3f565eca36e8e3515dd3ebea31a7ea165..686aa0cc86e3eb91c96315ef29a900007c8cd5fc 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Piotr Szydelko <p.szydelko@samsung.com>
+        Piotr Szydelko <p.szydelko@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>NDEFRecord_id_attribute</title>
 <meta charset="utf-8"/>
@@ -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 = [];
index 750b255b2a2e94e51720bfacd78bf28f6970fef9..d63c4a38e20e4b24b94685477b04414bd43384af 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Piotr Szydelko <p.szydelko@samsung.com>
+        Piotr Szydelko <p.szydelko@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>NDEFRecord_payload_attribute</title>
 <meta charset="utf-8"/>
@@ -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,
index 7a235b3ab017c8a8de203875fc45f76ef8609c86..9efd3312957d043359ad524c45ca320efc161100 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Piotr Szydelko <p.szydelko@samsung.com>
+        Piotr Szydelko <p.szydelko@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>NDEFRecord_tnf_attribute</title>
 <meta charset="utf-8"/>
@@ -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 () {
index 63ad7642dab945973fcbc4408d56b8801b99b48f..96fcf8b037bdc9343aba665950e2f8d1c0cc9726 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Piotr Szydelko <p.szydelko@samsung.com>
+        Piotr Szydelko <p.szydelko@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>NDEFRecord_type_attribute</title>
 <meta charset="utf-8"/>
@@ -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 () {
index 6bc85ada704097ed39a90139a48fcdb017fc6363..e0b48c83c7ce8855600a86c02204849c8097f757 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Piotr Szydelko <p.szydelko@samsung.com>
+        Piotr Szydelko <p.szydelko@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>NFCAdapter_extend</title>
 <meta charset="utf-8"/>
@@ -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 () {
index d23b6cf354be34694339f496d9272c0b04cbeb5c..bdb0d3d4bcc89491d941c8d6d67b45fde15ae02a 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Piotr Szydelko <p.szydelko@samsung.com>
+        Piotr Szydelko <p.szydelko@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>NFCAdapter_getCachedMessage</title>
 <meta charset="utf-8"/>
@@ -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;
index 82a5478d68d81b2025db3144b5a261fc77d5e5f7..4b884a8c7cbabf55924b8b569c93b42ef025337f 100644 (file)
@@ -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 <guangx.han@intel.com> 
-        Wang, ChaoX <chaox.wang@intel.com> 
+        Han, GuangX <guangx.han@intel.com>
+        Wang, ChaoX <chaox.wang@intel.com>
         Han, RuiJingXA <ruijingx.a.han@intel.com>
 
 -->
 <html>
 <head>
-<title>check if NFCAdapter method getCachedMessage exists</title>
+<title>NFCAdapter_getCachedMessage_exist</title>
 <script type="text/javascript" src="support/nfc_common.js"></script>
 <script type="text/javascript" src="../resources/unitcommon.js"></script>
 </head>
index 9e207e53a015e60072f8e5127874473049b72cda..63fe084b90efa9fe18f05a47873a1a6c36ddc22b 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Piotr Szydelko <p.szydelko@samsung.com>
+        Piotr Szydelko <p.szydelko@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>NFCAdapter_getCachedMessage_extra_argument</title>
 <meta charset="utf-8"/>
@@ -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;
index d839f18d5dd2fcb10518feda05247eea5ce6b3a9..cb39d5c840eba1f6c1c0daa3ef64b85779d3c05c 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Piotr Szydelko <p.szydelko@samsung.com>
+        Piotr Szydelko <p.szydelko@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>NFCAdapter_notexist</title>
 <meta charset="utf-8"/>
@@ -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 () {
index 3967341c35fe88dec14fce72be88b59999d33275..c32b5af45dab040c82acbd55db498fa4afd808ab 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Piotr Szydelko <p.szydelko@samsung.com>
+        Piotr Szydelko <p.szydelko@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>NFCAdapter_powered_attribute</title>
 <meta charset="utf-8"/>
@@ -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;
index c60c2c03997130200e3f48b9608dd946e7e577c0..3c7f401d5666f3f51f764c762bcc4b55f4dbe28d 100644 (file)
@@ -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 <guangx.han@intel.com> 
-        Wang, ChaoX <chaox.wang@intel.com> 
+        Han, GuangX <guangx.han@intel.com>
+        Wang, ChaoX <chaox.wang@intel.com>
         Han, RuiJingXA <ruijingx.a.han@intel.com>
         Piotr Szydelko <p.szydelko@samsung.com>
 
 -->
 <html>
 <head>
-<title>check if detectCallback of setPeerListener can be called successfully when NFC peer-to-peer target is detected</title>
+<title>NFCAdapter_setPeerListener</title>
 <script type="text/javascript" src="support/nfc_common.js"></script>
 <script type="text/javascript" src="../resources/unitcommon.js"></script>
 </head>
index 7ed8c712bbe6b751a878529bb073f75cb115f296..a024f598ae66cf17cd082b2970ffdab1605ea623 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Piotr Szydelko <p.szydelko@samsung.com>
+        Piotr Szydelko <p.szydelko@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>NFCAdapter_setPeerListener_detectCallback_TypeMismatch</title>
 <meta charset="utf-8"/>
@@ -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 () {
index 241188bf52c32ed38d0624c59345617a4e7a62b9..726d8cd68561ba3ea3fb2c706eb6da696dbb515d 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Piotr Szydelko <p.szydelko@samsung.com>
+        Piotr Szydelko <p.szydelko@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>NFCAdapter_setPeerListener_detectCallback_invalid_cb</title>
 <meta charset="utf-8"/>
@@ -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});
index 9c1b2136a01f69e49d45c5c0a00a6a50bdfe1419..58c59442cee6909c771a5f11aa97569c24fa128e 100644 (file)
@@ -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 <guangx.han@intel.com> 
-        Wang, ChaoX <chaox.wang@intel.com> 
+        Han, GuangX <guangx.han@intel.com>
+        Wang, ChaoX <chaox.wang@intel.com>
         Han, RuiJingXA <ruijingx.a.han@intel.com>
 
 -->
 <html>
 <head>
-<title>check if NFCAdapter method setPeerListener exists</title>
+<title>NFCAdapter_setPeerListener_exist</title>
 <script type="text/javascript" src="support/nfc_common.js"></script>
 <script type="text/javascript" src="../resources/unitcommon.js"></script>
 </head>
index 0fd665cf7dcb7c2c9c1da7f7f27313fbc6ca06c5..7c67960bd67f82a330e7a028e1a263de4a0a3e5c 100644 (file)
@@ -18,12 +18,12 @@ limitations under the License.
 
 
 Authors:
-    Piotr Szydelko <p.szydelko@samsung.com>
+        Piotr Szydelko <p.szydelko@samsung.com>
 -->
-<html lang="en">
+<html>
 
 <head>
-<title>Contact/UTC_nfc</title>
+<title>NFCAdapter_setPeerListener_missarg</title>
 <meta charset="utf-8">
 <script type="text/javascript" src="../resources/unitcommon.js"></script>
 </head>
@@ -47,7 +47,5 @@ test(function () {
 }, "NFCAdapter_setPeerListener_missarg");
 
 </script>
-
 </body>
-
 </html>
index c2204ef604fe491541e85ebee64132693fd3adbc..7f671453b6d53eef204ee137f9c80e710c938ed5 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Piotr Szydelko <p.szydelko@samsung.com>
+        Piotr Szydelko <p.szydelko@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>NFCAdapter_setPowered_errorCallback_TypeMismatch</title>
 <meta charset="utf-8"/>
@@ -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 () {
index 2066e8fd7ffa8ee85ce61bf9c22b934968626996..bd320cfdb8059255ebbde2ad317faa343c5b4cf7 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Piotr Szydelko <p.szydelko@samsung.com>
+        Piotr Szydelko <p.szydelko@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>NFCAdapter_setPowered_errorCallback_invalid_cb</title>
 <meta charset="utf-8"/>
@@ -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});
index 8c5b2ffe700bd9df783b77b1b989011ce85a2993..778271e04543a0dc39214394935f4d22ad333db5 100644 (file)
@@ -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 <guangx.han@intel.com> 
-        Wang, ChaoX <chaox.wang@intel.com> 
+        Han, GuangX <guangx.han@intel.com>
+        Wang, ChaoX <chaox.wang@intel.com>
         Han, RuiJingXA <ruijingx.a.han@intel.com>
 
 -->
 <html>
 <head>
-<title>check if NFCAdapter method setPowered exists</title>
+<title>NFCAdapter_setPowered_exist</title>
 <script type="text/javascript" src="support/nfc_common.js"></script>
 <script type="text/javascript" src="../resources/unitcommon.js"></script>
 </head>
index 3900f68092494b52c585f64a4b6fe346b1e21339..1f3de735894b4d5542bfad589e36ca6ae724d674 100644 (file)
@@ -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 <chaox.wang@intel.com> 
+        Wang, ChaoX <chaox.wang@intel.com>
         Han, RuiJingXA <ruijingx.a.han@intel.com>
         Piotr Szydelko <p.szydelko@samsung.com>
 
 -->
 <html>
 <head>
-<title>check if NFCAdapter attribute powered can be got successfully when it is set to false</title>
+<title>NFCAdapter_setPowered_off</title>
 <script type="text/javascript" src="support/nfc_common.js"></script>
 </head>
 <body>
@@ -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.
 
index e4dd80f7ba4a19e9c0ab1e423b0be374233c33ad..233d87f4b87033f3c1c9f535ddb1b103d3acf178 100644 (file)
@@ -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 <chaox.wang@intel.com> 
+        Wang, ChaoX <chaox.wang@intel.com>
         Han, RuiJingXA <ruijingx.a.han@intel.com>
         Piotr Szydelko <p.szydelko@samsung.com>
 
 -->
 <html>
 <head>
-<title>check if NFCAdapter attribute powered can be got successfully when it is set to true</title>
+<title>NFCAdapter_setPowered_on</title>
 <script type="text/javascript" src="support/nfc_common.js"></script>
 </head>
 <body>
@@ -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.
 
index 987d5a746459d345f7f4861a3fbfca96739916d7..1320b5d913757af4dfbfe32eb94f217cf5d28a6d 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Piotr Szydelko <p.szydelko@samsung.com>
+        Piotr Szydelko <p.szydelko@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>NFCAdapter_setPowered_successCallback_TypeMismatch</title>
 <meta charset="utf-8"/>
@@ -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 () {
index 7634b838b09dcb044fb53826be99147845e88f40..d7ff025c9aaea1a66ecbbaede0086678a0ca34c9 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Piotr Szydelko <p.szydelko@samsung.com>
+        Piotr Szydelko <p.szydelko@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>NFCAdapter_setPowered_successCallback_invalid_cb</title>
 <meta charset="utf-8"/>
@@ -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});
index 0eae731885193c441f518fcb6cb88f1992ff72ac..20152473490184b8bfb282d9d8239bc2a2566100 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Piotr Szydelko <p.szydelko@samsung.com>
+        Piotr Szydelko <p.szydelko@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>NFCAdapter_setPowered_without_errorCallback</title>
 <meta charset="utf-8"/>
@@ -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
 
index 4894bae39e5ab8cf89657be3a2fce8a5f7b1f5c2..55be8242b968748e157279ce0d0e7f5d3f23cee2 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Piotr Szydelko <p.szydelko@samsung.com>
+        Piotr Szydelko <p.szydelko@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>NFCAdapter_setPowered_without_successCallback</title>
 <meta charset="utf-8"/>
@@ -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
 
index 547ffd65a77b301df194df4136452d08eb7c5608..f97fad3c3099754219f40e72035e0c1f2c3a0085 100644 (file)
@@ -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 <guangx.han@intel.com> 
-        Wang, ChaoX <chaox.wang@intel.com> 
+        Han, GuangX <guangx.han@intel.com>
+        Wang, ChaoX <chaox.wang@intel.com>
         Han, RuiJingXA <ruijingx.a.han@intel.com>
 
 -->
 <html>
 <head>
-<title>Check if invoked in case of successful detection of the NFC tag</title>
+<title>NFCAdapter_setTagListener</title>
 <script type="text/javascript" src="support/nfc_common.js"></script>
 </head>
 <body>
index 903713331f481e293f4bec22024739141b488c83..885308cc7a80a5f6f01395a0764314972d51732e 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Piotr Szydelko <p.szydelko@samsung.com>
+        Piotr Szydelko <p.szydelko@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>NFCAdapter_setTagListener_detectCallback_TypeMismatch</title>
 <meta charset="utf-8"/>
@@ -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 () {
index d8e405510c62ac5facde7e089af0071ab28e92cc..fec52fbeec932280a3d976ee3dc5fe856e993d82 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Piotr Szydelko <p.szydelko@samsung.com>
+        Piotr Szydelko <p.szydelko@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>NFCAdapter_setTagListener_detectCallback_invalid_cb</title>
 <meta charset="utf-8"/>
@@ -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});
index 0e012c6ad09908a58e98e2ea83cf296596923595..5379fd21ca505a5924495e05910fd76aa4260712 100644 (file)
@@ -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 <guangx.han@intel.com> 
-        Wang, ChaoX <chaox.wang@intel.com> 
+        Han, GuangX <guangx.han@intel.com>
+        Wang, ChaoX <chaox.wang@intel.com>
         Han, RuiJingXA <ruijingx.a.han@intel.com>
 
 -->
 <html>
 <head>
-<title>Check if setTagListener method exists</title>
+<title>NFCAdapter_setTagListener_exist</title>
 <script type="text/javascript" src="support/nfc_common.js"></script>
 <script type="text/javascript" src="../resources/unitcommon.js"></script>
 </head>
index 7dedab0c4f0ac8dfe604948042e1354a0a10eb88..85c5bca26097c0e14b584288b9a0027909107d66 100644 (file)
@@ -18,12 +18,12 @@ limitations under the License.
 
 
 Authors:
-    Piotr Szydelko <p.szydelko@samsung.com>
+        Piotr Szydelko <p.szydelko@samsung.com>
 -->
-<html lang="en">
+<html>
 
 <head>
-<title>Contact/UTC_nfc</title>
+<title>NFCAdapter_setTagListener_missarg</title>
 <meta charset="utf-8">
 <script type="text/javascript" src="../resources/unitcommon.js"></script>
 </head>
@@ -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");
 
 </script>
-
 </body>
-
 </html>
index 1cbb1e8acfda1eb6f5dc037ff20ba03b16dee089..c67b209a5585be3f83bb0c79ac64a4c44a9afbae 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Piotr Szydelko <p.szydelko@samsung.com>
+        Piotr Szydelko <p.szydelko@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>NFCAdapter_setTagListener_tagFilter_TypeMismatch</title>
 <meta charset="utf-8"/>
@@ -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 () {
 
 });
 
-
 </script>
 </body>
 </html>
index fad7688777769dd30a761a68706368c6bf9f0296..d55560a03773f7b8a7b47630d15d8da96b4a0e30 100644 (file)
@@ -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 <chaox.wang@intel.com> 
+        Wang, ChaoX <chaox.wang@intel.com>
         Han, RuiJingXA <ruijingx.a.han@intel.com>
 
 -->
 <html>
 <head>
-<title>check if successful callback of setTagListener method is invoked when tagFilter is set to null</title>
+<title>NFCAdapter_setTagListener_tagFilter_is_null</title>
 <script type="text/javascript" src="support/nfc_common.js"></script>
 </head>
 <body>
@@ -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
 
index 53b926f2aba688712ad9c2076898ae821756b323..e110b1aeb1e22c2c4fb6e894332b25652409181d 100644 (file)
@@ -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 <chaox.wang@intel.com> 
+        Wang, ChaoX <chaox.wang@intel.com>
         Han, RuiJingXA <ruijingx.a.han@intel.com>
         Piotr Szydelko <p.szydelko@samsung.com>
 
 -->
 <html>
 <head>
-<title>check if setTagListener method invoked with tagFilter parameter sets the listener</title>
+<title>NFCAdapter_setTagListener_with_tagFilter</title>
 <script type="text/javascript" src="support/nfc_common.js"></script>
 </head>
 <body>
@@ -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.
 
index 2fedd1bf907771b6b4da82607ca6c4009cf84a02..b0b0088ad0258e0a2731f71bfcaaf3b8255763dd 100644 (file)
@@ -34,7 +34,7 @@ Authors:
 -->
 <html>
 <head>
-<title>Check if successfully unset listener for detecting an NFC peer-to-peer target</title>
+<title>NFCAdapter_unsetPeerListener</title>
 <script type="text/javascript" src="support/nfc_common.js"></script>
 </head>
 <body>
index cd747a90dc8955303767f4e0c32976c2e1bfe6b8..5e16ef2ea4e61a5c387c3fbe3b75b24ca129643c 100644 (file)
@@ -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 <guangx.han@intel.com> 
-        Wang, ChaoX <chaox.wang@intel.com> 
+        Han, GuangX <guangx.han@intel.com>
+        Wang, ChaoX <chaox.wang@intel.com>
         Han, RuiJingXA <ruijingx.a.han@intel.com>
 
 -->
 <html>
 <head>
-<title>Check if unsetPeerListener method exists</title>
+<title>NFCAdapter_unsetPeerListener_exist</title>
 <script type="text/javascript" src="support/nfc_common.js"></script>
 <script type="text/javascript" src="../resources/unitcommon.js"></script>
 </head>
index 95aaa841522e582e934cf9abc7eeee0a1be4190d..573165f37f49e78dec10be138f8af5513a11e98c 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Piotr Szydelko <p.szydelko@samsung.com>
+        Piotr Szydelko <p.szydelko@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>NFCAdapter_unsetPeerListener_extra_argument</title>
 <meta charset="utf-8"/>
@@ -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;
index 172314fbb3917aa1e044776ab579b179ed50b1f0..1461a7085f19660d7549d19dc8e64bc6857da33a 100644 (file)
@@ -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 <guangx.han@intel.com> 
-        Wang, ChaoX <chaox.wang@intel.com> 
+        Han, GuangX <guangx.han@intel.com>
+        Wang, ChaoX <chaox.wang@intel.com>
         Han, RuiJingXA <ruijingx.a.han@intel.com>
         Piotr Szydelko <p.szydelko@samsung.com>
 
 -->
 <html>
 <head>
-<title>Check if successfully unset listener for detecting an NFC tag</title>
+<title>NFCAdapter_unsetTagListener</title>
 <script type="text/javascript" src="support/nfc_common.js"></script>
 </head>
 <body>
index c3202c86c4cdf6e7c8fec5764482824cc10a0b1b..1bfb03ab3cd07d794c1675bc6baf5d608edc1612 100644 (file)
@@ -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 <guangx.han@intel.com> 
-        Wang, ChaoX <chaox.wang@intel.com> 
+        Han, GuangX <guangx.han@intel.com>
+        Wang, ChaoX <chaox.wang@intel.com>
         Han, RuiJingXA <ruijingx.a.han@intel.com>
 
 -->
 <html>
 <head>
-<title>Check if unsetTagListener method exists</title>
+<title>NFCAdapter_unsetTagListener_exist</title>
 <script type="text/javascript" src="support/nfc_common.js"></script>
 <script type="text/javascript" src="../resources/unitcommon.js"></script>
 </head>
index bc2a91259aa4025be44482091d116fb861efd769..63bc6542e033a00d65107b1059eb63fb799e6b45 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Piotr Szydelko <p.szydelko@samsung.com>
+        Piotr Szydelko <p.szydelko@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>NFCAdapter_unsetTagListener_extra_argument</title>
 <meta charset="utf-8"/>
@@ -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;
index fcc345f03c00d3c5c5c3902d4fbac3804bc77a94..00a12bc10f4c9c8596529c728b97adbe731b1495 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Andrzej Krolikowski <a.krolikowsk@samsung.com>
+        Andrzej Krolikowski <a.krolikowsk@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>NFCManagerObject_notexist</title>
 <meta charset="utf-8"/>
@@ -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 () {
index cb76bde836237722262644b350a86138dab3efc1..6dce5f6ac8a3d9db0be0ed56b81a83afe467aecb 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Piotr Szydelko <p.szydelko@samsung.com>
+        Piotr Szydelko <p.szydelko@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>NFCManager_NFC_RECORD_TNF_EMPTY_const</title>
 <meta charset="utf-8"/>
@@ -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 () {
index e9647762480614d7206b4712076dee93af25f0ee..d2a23e4665b67c9f4edab9ce6ca5a90b9a425fee 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Piotr Szydelko <p.szydelko@samsung.com>
+        Piotr Szydelko <p.szydelko@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>NFCManager_NFC_RECORD_TNF_EXTERNAL_RTD_const</title>
 <meta charset="utf-8"/>
@@ -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 () {
index c67b40f13b59afde0ae5ad3f7575207fdfc9d1f9..132292f974281b88a6504d6a4a56a06a65bce4cb 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Piotr Szydelko <p.szydelko@samsung.com>
+        Piotr Szydelko <p.szydelko@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>NFCManager_NFC_RECORD_TNF_MIME_MEDIA_const</title>
 <meta charset="utf-8"/>
@@ -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 () {
index 526c1685dcf41341d2e7b4a89356cf69ad08684b..f226288f2f34acfbb3f55df39a054fc99dfd4659 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Piotr Szydelko <p.szydelko@samsung.com>
+        Piotr Szydelko <p.szydelko@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>NFCManager_NFC_RECORD_TNF_UNCHANGED_const</title>
 <meta charset="utf-8"/>
@@ -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 () {
index c28de09b3aca5f8e7975c9f5dc606230e086e6b2..520485b494afb3643f1e87b2b577aaf4c8ac87a2 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Piotr Szydelko <p.szydelko@samsung.com>
+        Piotr Szydelko <p.szydelko@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>NFCManager_NFC_RECORD_TNF_UNKNOWN_const</title>
 <meta charset="utf-8"/>
@@ -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 () {
index 742738c6de2e16aa1a52c10aa3123880ce6b95c2..1eff88b36ebac417c5679f252ecb6100a6fc85b2 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Piotr Szydelko <p.szydelko@samsung.com>
+        Piotr Szydelko <p.szydelko@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>NFCManager_NFC_RECORD_TNF_URI_const</title>
 <meta charset="utf-8"/>
@@ -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 () {
index c6da43992cae7d161698c6c65299469774db19f0..b751b94e9484d908353adf101e20c7f632f8e7f6 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Piotr Szydelko <p.szydelko@samsung.com>
+        Piotr Szydelko <p.szydelko@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>NFCManager_NFC_RECORD_TNF_WELL_KNOWN_const</title>
 <meta charset="utf-8"/>
@@ -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 () {
index 74e503efa4587af69bcd6dc9e297735e9114cb9a..6e3507cf30afcff8c98495a6199aecda1cab192b 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Piotr Szydelko <p.szydelko@samsung.com>
+        Piotr Szydelko <p.szydelko@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>NFCManager_extend</title>
 <meta charset="utf-8"/>
@@ -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 () {
index 2a3f0d8a9c08aea3a5a8ee6b1a6fdacd6cdb01ea..3856696767884bf5a1e2f75cd368c3454243cbaf 100644 (file)
@@ -18,10 +18,10 @@ limitations under the License.
 
 
 Authors:
-    Piotr Szydelko <p.szydelko@samsung.com>
+        Piotr Szydelko <p.szydelko@samsung.com>
 
 -->
-<html lang="en">
+<html>
 
 <head>
 <title>NFCManager_getDefaultAdapter</title>
@@ -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");
 
 </script>
-
 </body>
-
 </html>
index ba7aaab8e58829776eb46b81fbe3d5d13e3b49b3..03621a2c0450eca2d556540ac6be6c6ee2e716d3 100644 (file)
@@ -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 <guangx.han@intel.com> 
-        Wang, ChaoX <chaox.wang@intel.com> 
+        Han, GuangX <guangx.han@intel.com>
+        Wang, ChaoX <chaox.wang@intel.com>
         Han, RuiJingXA <ruijingx.a.han@intel.com>
 
 -->
 <html>
 <head>
-<title>Check if getDefaultAdapter method exists</title>
+<title>NFCManager_getDefaultAdapter_exists</title>
 <script type="text/javascript" src="../resources/unitcommon.js"></script>
 </head>
 <body>
@@ -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
 
 
index 383c0d69d53d8f05659f512e7be8532ecca00809..555aa36aa6d1b3d8e299f2bdbf3c22c8f39fc4d7 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Andrzej Krolikowski <a.krolikowsk@samsung.com
+        Andrzej Krolikowski <a.krolikowsk@samsung.com
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>NFCManager_getDefaultAdapter_extra_argument</title>
 <meta charset="utf-8"/>
@@ -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 () {
index 9bf19c17bc5acaa5e2886dc8414da889d9b32fa1..4238e46b65f50066e3ad3906d8f9936d836649aa 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Andrzej Krolikowski <a.krolikowsk@samsung.com>
+        Andrzej Krolikowski <a.krolikowsk@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>NFCManager_notexist</title>
 <meta charset="utf-8"/>
@@ -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 () {
index a89121e0d5e6028c8c2ea8d07a812f8d81c4ac7d..f67c833551e010934919e2e00ed1a16cc38d468a 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Piotr Szydelko <p.szydelko@samsung.com>
+        Piotr Szydelko <p.szydelko@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>NFCManager_setExclusiveMode</title>
 <meta charset="utf-8"/>
@@ -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");
 
-
 </script>
 </body>
 </html>
index 0a8174299965c34812fb80d95131af10d1d20ddc..297b93a48ab2c2dfc44452083f7298252fd00342 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Piotr Szydelko <p.szydelko@samsung.com>
+        Piotr Szydelko <p.szydelko@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>NFCManager_setExclusiveMode_exist</title>
 <meta charset="utf-8"/>
@@ -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 () {
index 03a99f5e94572aa81c8e605e74defc8580cb5b13..0d9e369e5487e4b171ab7a5d9924757577e0a6d2 100644 (file)
@@ -16,12 +16,12 @@ limitations under the License.
 
 
 Authors:
-    Piotr Szydelko <p.szydelko@samsung.com>
+        Piotr Szydelko <p.szydelko@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
-<title>NFCPeer combined tests</title>
+<title>NFCPeer</title>
 <meta charset="utf-8"/>
 <script type="text/javascript" src="../resources/unitcommon.js"></script>
 <script type="text/javascript" src="support/nfc_common.js"></script>
@@ -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
index d7ecd7ca4c9124bf4ce25a2a0a4d71db8b7d3803..9de8a8fad6f3fc36b7491ff53e6468d48eb574cf 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Andrzej Krolikowski <a.krolikowsk@samsung.com>
+        Andrzej Krolikowski <a.krolikowsk@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>NFCPeerDetectCallback_notexist</title>
 <meta charset="utf-8"/>
@@ -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 () {
index 373a08dbb2b04333b9a7468ac893c3bc543bb4e9..dd976dda03a4da8605c16fc2c1c5cf9717157dd9 100644 (file)
@@ -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 <chaox.wang@intel.com> 
+        Wang, ChaoX <chaox.wang@intel.com>
         Han, RuiJingXA <ruijingx.a.han@intel.com>
 
 -->
 <html>
 <head>
-<title>Test setPeerListener for check NFCPeerDetectCallback onattach method</title>
+<title>NFCPeerDetectCallback_onattach</title>
 <script type="text/javascript" src="support/nfc_common.js"></script>
 <script type="text/javascript" src="../resources/unitcommon.js"></script>
 </head>
index 4e373b3c1fcd75bd71da0b8cb7ace2dc0c7e26e4..832d23df4cdfe801d66afb4aa71806d2b5c8a329 100644 (file)
@@ -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 <chaox.wang@intel.com> 
+        Wang, ChaoX <chaox.wang@intel.com>
         Han, RuiJingXA <ruijingx.a.han@intel.com>
 
 -->
 <html>
 <head>
-<title>Test unsetPeerListener for check NFCPeerDetectCallback ondetach method</title>
+<title>NFCPeerDetectCallback_ondetach</title>
 <script type="text/javascript" src="support/nfc_common.js"></script>
 <script type="text/javascript" src="../resources/unitcommon.js"></script>
 </head>
@@ -72,6 +72,7 @@ t.step(function () {
     adapter.setPeerListener(peerListener);
 
 });
+
 </script>
-  </body>
+</body>
 </html>
index e358b76d2872c83e1910a3dfbb79741cb776f1ec..b9392d41703ab8d369a8d964e84822e3a68bfa5e 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Andrzej Krolikowski <a.krolikowsk@samsung.com>
+        Andrzej Krolikowski <a.krolikowsk@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>NFCPeer_notexist</title>
 <meta charset="utf-8"/>
@@ -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 () {
index 7e0237522e5d8761742e32b846dc5a109473e472..65076b8c265468a10b4294574aabf77e59c4fe5a 100644 (file)
@@ -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 <chaox.wang@intel.com> 
+        Wang, ChaoX <chaox.wang@intel.com>
         Han, RuiJingXA <ruijingx.a.han@intel.com>
 
 -->
 <html>
 <head>
-<title>check if errorCallback of sendNDEF can be called successfully when error occurs</title>
+<title>NFCPeer_sendNDEF_errorCallback</title>
 <script type="text/javascript" src="support/nfc_common.js"></script>
 <script type="text/javascript" src="../resources/unitcommon.js"></script>
 </head>
@@ -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);
 });
+
 </script>
 </body>
 </html>
index ecbc62a33a4d0596fc17b4667303e86457f46da0..8417d3e4637b60e1bac3b80cc95f137b86f6885a 100644 (file)
@@ -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 <zhanx.lei@intel.com> 
+        Lei, ZhanX <zhanx.lei@intel.com>
         Han, RuiJingXA <ruijingx.a.han@intel.com>
 
 -->
 <html>
 <head>
-<title>NFCAdapter interface - usage test of interface</title>
+<title>NFCPeer_sendNDEF_sendData</title>
 <script type="text/javascript" src="support/nfc_common.js"></script>
 </head>
 <body>
@@ -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
 
index 981c15a866dfad71f6bf0b50aa0e9fa7e8ccf28f..5e264a400c71d06a209df7a02c7bd41e0e199efb 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Piotr Szydelko <p.szydelko@samsung.com>
+        Piotr Szydelko <p.szydelko@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>NFCPeer_sendNDEF_with_errorCallback</title>
 <meta charset="utf-8"/>
@@ -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
 
index f2fcc1b24e03d8b23e25434a542b7a117c6e13d5..b9a246848d0c097b47068e8ce30a41dc7872e9ad 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Piotr Szydelko <p.szydelko@samsung.com>
+        Piotr Szydelko <p.szydelko@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>NFCPeer_sendNDEF_with_successCallback</title>
 <meta charset="utf-8"/>
@@ -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
 
index 43036c931cfabbca6a24b0d2c7c0c13fbfde638b..9f794dd25f9c693dba7d26408e7b3f1a16a9e72c 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Piotr Szydelko <p.szydelko@samsung.com>
+        Piotr Szydelko <p.szydelko@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>NFCPeer_unsetReceiveNDEFListener</title>
 <meta charset="utf-8"/>
@@ -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
 
index bcee8593ee7cee2f51bee4e6795a81a4b75a7164..5926bf5fef53289237e1503d12788c7607183e59 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Piotr Szydelko <p.szydelko@samsung.com>
+        Piotr Szydelko <p.szydelko@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>NFCPeer_unsetReceiveNDEFListener_extra_argument</title>
 <meta charset="utf-8"/>
@@ -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
 
index 81b43b213069f73fb382030bda59297d86cbd0f1..b51cdd30a64f3df1d8bae8f771e49ea02db5c62e 100644 (file)
@@ -16,12 +16,12 @@ limitations under the License.
 
 
 Authors:
-    Piotr Szydelko <p.szydelko@samsung.com>
+        Piotr Szydelko <p.szydelko@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
-<title>NFCTag combined tests</title>
+<title>NFCTag</title>
 <meta charset="utf-8"/>
 <script type="text/javascript" src="../resources/unitcommon.js"></script>
 <script type="text/javascript" src="support/nfc_common.js"></script>
@@ -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
index e2fc67b7a8edebb1cac5eb5ec8ab80d32e1d09bb..81149fc1834a51001daefb411f4b9878ba55362c 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Piotr Szydelko <p.szydelko@samsung.com>
+        Piotr Szydelko <p.szydelko@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>NFCTagDetectCallback_notexist</title>
 <meta charset="utf-8"/>
@@ -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 () {
index 8c9c12dbe4421688f835a9bba4be9fa9088410d1..fa969e9ce173ee2ad5a5ed5a2b7ed5504ca2c0bf 100644 (file)
@@ -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 <chaox.wang@intel.com> 
+        Wang, ChaoX <chaox.wang@intel.com>
         Han, RuiJingXA <ruijingx.a.han@intel.com>
 
 -->
 <html>
 <head>
-<title>Test unsetTagListener for check NFCTagDetectCallback onattach method</title>
+<title>NFCTagDetectCallback_onattach</title>
 <script type="text/javascript" src="support/nfc_common.js"></script>
 </head>
 <body>
@@ -74,6 +74,7 @@ t.step(function () {
     adapter = tizen.nfc.getDefaultAdapter();
     adapter.setTagListener(onSuccessCB);
 });
+
 </script>
 </body>
 </html>
index 5142ee04753d9df14ad362900593ca1405d544a4..d29a7f859b72de4017e8f92a512affbf62115e82 100644 (file)
@@ -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 <chaox.wang@intel.com> 
+        Wang, ChaoX <chaox.wang@intel.com>
         Han, RuiJingXA <ruijingx.a.han@intel.com>
 
 -->
 <html>
 <head>
-<title>Test NFCAdapter.setTagListener for check NFCTagDetectCallback.ondetach</title>
+<title>NFCTagDetectCallback_ondetach</title>
 <script type="text/javascript" src="support/nfc_common.js"></script>
 </head>
 <body>
@@ -67,6 +67,7 @@ t.step(function () {
     adapter = tizen.nfc.getDefaultAdapter();
     adapter.setTagListener(tagListener);
 });
+
 </script>
 </body>
 </html>
index f8027fef1a82bf597cda04e165b26b656ffe38bf..101b7390fdf2feea33bc32e69c557ba9ba50be5f 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Piotr Szydelko <p.szydelko@samsung.com>
+        Piotr Szydelko <p.szydelko@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>NFCTag_notexist</title>
 <meta charset="utf-8"/>
@@ -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 () {
index 7d6caf0a4eabe7fc758ce7ec7feb5092f4cf9d85..68341e9c6115f31aac78696b7df0dcf36ad7a94d 100644 (file)
@@ -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 <chaox.wang@intel.com> 
+        Wang, ChaoX <chaox.wang@intel.com>
         Han, RuiJingXA <ruijingx.a.han@intel.com>
 
 -->
 <html>
 <head>
-<title>check if errorCallback of readNDEF can be called successfully when error occurs </title>
+<title>NFCTag_readNDEF_errorCallback</title>
 <script type="text/javascript" src="support/nfc_common.js"></script>
 </head>
 <body>
@@ -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
 
index abfed0704bc2da1dd6993edbbacda620c7d11b7b..247925ec25ea328822c5ed3aff03953de7de0937 100644 (file)
@@ -34,7 +34,7 @@ Authors:
 -->
 <html>
 <head>
-<title>Check if successfully reading the NDEF Data</title>
+<title>NFCTag_readNDEF_without_errorCallback</title>
 <script type="text/javascript" src="support/nfc_common.js"></script>
 </head>
 <body>
@@ -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);
 });
+
 </script>
 </body>
 </html>
index f5918541ac9ec66a003b33a5f2f835ef6b2abec4..c3f37f8e8d82fb77aaee0f6f5c0310429b1a1927 100644 (file)
@@ -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 <chaox.wang@intel.com> 
+        Wang, ChaoX <chaox.wang@intel.com>
         Han, RuiJingXA <ruijingx.a.han@intel.com>
         Piotr Szydelko <p.szydelko@samsung.com>
 
 -->
 <html>
 <head>
-<title>check if errorCallback of transceive can be called successfully when error occurs </title>
+<title>NFCTag_transceive_with_errorCallback</title>
 <script type="text/javascript" src="support/nfc_common.js"></script>
 </head>
 <body>
index f03847e0d65b8ee077db70740b0e05f6b96d6d2b..f4b77822cbf1da35865179d9268b1a72d4de7ba1 100644 (file)
@@ -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 <chaox.wang@intel.com> 
+        Wang, ChaoX <chaox.wang@intel.com>
         Han, RuiJingXA <ruijingx.a.han@intel.com>
 
 -->
 <html>
 <head>
-<title>check if successful callback of writeNDEF method is invoked whithout successcallback and errorcallback parameters</title>
+<title>NFCTag_writeNDEF</title>
 <script type="text/javascript" src="support/nfc_common.js"></script>
 </head>
 <body>
@@ -71,6 +71,7 @@ t.step(function () {
     ndefMessage = createNDEFTextMessage("writeNDEF_no_cb");
     adapter.setTagListener(tagListener);
 });
+
 </script>
 </body>
 </html>
index 32942340d6eae281a3f28895bbbbc1215d71ee47..c7a3b81277cc88678d1f137d30e624a6183c4ca8 100644 (file)
@@ -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 <chaox.wang@intel.com> 
+        Wang, ChaoX <chaox.wang@intel.com>
         Han, RuiJingXA <ruijingx.a.han@intel.com>
 
 -->
 <html>
 <head>
-<title>check if errorCallback of writeNDEF can be called successfully when error occurs</title>
+<title>NFCTag_writeNDEF_with_errorCallback</title>
 <script type="text/javascript" src="support/nfc_common.js"></script>
 <script type="text/javascript" src="../resources/unitcommon.js"></script>
 </head>
@@ -85,6 +85,7 @@ t.step(function () {
     ndefMessage = createNDEFTextMessage("writeNDEF_with_ec");
     adapter.setTagListener(onSuccessCB);
 });
+
 </script>
 </body>
 </html>
index 1ae86f08024dc91f10dcdd597b696ef5a5c88a43..1b212a907cb5b01a0dc17d154b2d9ce8f85f469c 100644 (file)
@@ -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 <guangx.han@intel.com> 
-        Wang, ChaoX <chaox.wang@intel.com> 
+        Han, GuangX <guangx.han@intel.com>
+        Wang, ChaoX <chaox.wang@intel.com>
         Han, RuiJingXA <ruijingx.a.han@intel.com>
         Piotr Szydelko <p.szydelko@samsung.com>
 
 -->
 <html>
 <head>
-<title>Check if successfully writing the NDEF Data</title>
+<title>NFCTag_writeNDEF_with_successCallback</title>
 <script type="text/javascript" src="support/nfc_common.js"></script>
 </head>
 <body>
@@ -90,6 +90,7 @@ t.step(function () {
     adapter.setTagListener(tagListener);
 
 });
+
 </script>
 </body>
 </html>
index 5951cad480e1b744de0c29b3b364525fb197f0b2..6c075553a6be6a83138b1e615fcfb4adab40fbb0 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Piotr Szydelko <p.szydelko@samsung.com>
+        Piotr Szydelko <p.szydelko@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>Tizen_nfc_exist</title>
 <meta charset="utf-8"/>
@@ -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 () {
index 153973460f862f3fb91ae9a84009aa1b21f54167..3ed8bdf594c87b4000ed3c097808bfa9329117ab 100644 (file)
@@ -20,7 +20,7 @@
         <specs>
           <spec>
             <spec_assertion interface="NFCAdapter" element_type="method" element_name="setPowered" specification="NFC" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/nfc.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
@@ -39,7 +39,7 @@
         <specs>
           <spec>
             <spec_assertion interface="NFCTag" element_type="method" element_name="readNDEF" specification="NFC" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/nfc.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="NFCPeer" element_type="method" element_name="sendNDEF" specification="NFC" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="NFCPeer" element_type="method" element_name="sendNDEF" specification="NFC" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="NFCPeer" element_type="method" element_name="sendNDEF" specification="NFC" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/nfc.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="NDEFMessage" element_type="method" element_name="toByte" specification="NFC" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="NFCManager" element_type="method" element_name="getDefaultAdapter" specification="NFC" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/nfc.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="NFCPeer" element_type="method" element_name="sendNDEF" specification="NFC" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/nfc.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="ByteArraySuccessCallback" usage="true" specification="NFC" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="NDEFMessageReadCallback" usage="true" specification="NFC" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="NDEFMessage" element_type="constructor" element_name="constructor" specification="NFC" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html#::NFC::NDEFMessage</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="NDEFMessage" element_type="constructor" element_name="constructor" specification="NFC" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html#::NFC::NDEFMessage</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="NDEFMessage" element_type="constructor" element_name="constructor" specification="NFC" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="NDEFMessage" usage="true" specification="NFC" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="NDEFMessage" element_type="attribute" element_name="recordCount" specification="NFC" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="NDEFMessage" element_type="attribute" element_name="records" specification="NFC" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="NDEFMessage" element_type="method" element_name="toByte" specification="NFC" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html#toByteid2621778</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="NDEFMessage" element_type="method" element_name="toByte" specification="NFC" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html#toByteid2621778</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="NDEFMessage" element_type="method" element_name="toByte" specification="NFC" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="NDEFRecordMedia" element_type="constructor" element_name="constructor" specification="NFC" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="NDEFRecordMedia" element_type="constructor" element_name="constructor" specification="NFC" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="NDEFRecordMedia" usage="true" specification="NFC" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="NDEFRecordMedia" element_type="attribute" element_name="id" specification="NFC" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="NDEFRecordMedia" element_type="attribute" element_name="mimeType" specification="NFC" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="NDEFRecordMedia" element_type="attribute" element_name="payload" specification="NFC" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="NDEFRecordMedia" element_type="attribute" element_name="tnf" specification="NFC" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="NDEFRecordMedia" element_type="attribute" element_name="type" specification="NFC" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="NDEFRecordText" element_type="constructor" element_name="constructor" specification="NFC" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="NDEFRecordText" element_type="constructor" element_name="constructor" specification="NFC" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="NDEFRecordText" element_type="constructor" element_name="constructor" specification="NFC" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="NDEFRecordText" element_type="attribute" element_name="encoding" specification="NFC" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="NDEFRecordText" element_type="constructor" element_name="constructor" specification="NFC" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="NDEFRecordText" usage="true" specification="NFC" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="NDEFRecordText" element_type="attribute" element_name="id" specification="NFC" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="NDEFRecordText" element_type="attribute" element_name="languageCode" specification="NFC" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="NDEFRecordText" element_type="attribute" element_name="payload" specification="NFC" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="NDEFRecordText" element_type="attribute" element_name="text" specification="NFC" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="NDEFRecordText" element_type="attribute" element_name="tnf" specification="NFC" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="NDEFRecordText" element_type="attribute" element_name="type" specification="NFC" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="NDEFRecordURI" element_type="constructor" element_name="constructor" specification="NFC" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="NDEFRecordURI" element_type="constructor" element_name="constructor" specification="NFC" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="NDEFRecordURI" usage="true" specification="NFC" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="NDEFRecordURI" element_type="attribute" element_name="id" specification="NFC" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="NDEFRecordURI" element_type="attribute" element_name="payload" specification="NFC" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="NDEFRecordURI" element_type="attribute" element_name="tnf" specification="NFC" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="NDEFRecordURI" element_type="attribute" element_name="type" specification="NFC" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="NDEFRecordURI" element_type="attribute" element_name="uri" specification="NFC" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="NDEFRecord" element_type="constructor" element_name="constructor" specification="NFC" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="NDEFRecord" element_type="constructor" element_name="constructor" specification="NFC" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="NDEFRecord" element_type="constructor" element_name="constructor" specification="NFC" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="NDEFRecord" usage="true" specification="NFC" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="NDEFRecord" element_type="attribute" element_name="id" specification="NFC" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="NDEFRecord" element_type="attribute" element_name="payload" specification="NFC" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="NDEFRecord" element_type="attribute" element_name="tnf" specification="NFC" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="NDEFRecord" element_type="attribute" element_name="type" specification="NFC" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="NFCAdapter" usage="true" specification="NFC" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="NFCAdapter" element_type="method" element_name="getCachedMessage" specification="NFC" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="NFCAdapter" element_type="method" element_name="getCachedMessage" specification="NFC" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="NFCAdapter" usage="true" specification="NFC" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="NFCAdapter" element_type="attribute" element_name="powered" specification="NFC" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="NFCAdapter" element_type="method" element_name="setPeerListener" specification="NFC" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="NFCAdapter" element_type="method" element_name="setPeerListener" specification="NFC" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="NFCAdapter" element_type="method" element_name="setPowered" specification="NFC" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="NFCAdapter" element_type="method" element_name="setPowered" specification="NFC" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="NFCAdapter" element_type="method" element_name="setPowered" specification="NFC" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="NFCAdapter" element_type="method" element_name="setPowered" specification="NFC" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="NFCAdapter" element_type="method" element_name="setPowered" specification="NFC" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="NFCAdapter" element_type="method" element_name="setPowered" specification="NFC" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="NFCAdapter" element_type="method" element_name="setTagListener" specification="NFC" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="NFCAdapter" element_type="method" element_name="setTagListener" specification="NFC" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="NFCAdapter" element_type="method" element_name="setTagListener" specification="NFC" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html#setPoweredid2619333</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="NFCAdapter" element_type="method" element_name="setTagListener" specification="NFC" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="NFCAdapter" element_type="method" element_name="unsetPeerListener" specification="NFC" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="NFCAdapter" element_type="method" element_name="unsetTagListener" specification="NFC" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="NFCManagerObject" usage="true" specification="NFC" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="NFCManager" element_type="attribute" element_name="NFC_RECORD_TNF_EMPTY" specification="NFC" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="NFCManager" element_type="attribute" element_name="NFC_RECORD_TNF_EXTERNAL_RTD" specification="NFC" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="NFCManager" element_type="attribute" element_name="NFC_RECORD_TNF_MIME_MEDIA" specification="NFC" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="NFCManager" element_type="attribute" element_name="NFC_RECORD_TNF_UNCHANGED" specification="NFC" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="NFCManager" element_type="attribute" element_name="NFC_RECORD_TNF_UNKNOWN" specification="NFC" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="NFCManager" element_type="attribute" element_name="NFC_RECORD_TNF_URI" specification="NFC" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="NFCManager" element_type="attribute" element_name="NFC_RECORD_TNF_WELL_KNOWN" specification="NFC" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="NFCManager" usage="true" specification="NFC" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="NFCManager" element_type="method" element_name="getDefaultAdapter" specification="NFC" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html#getDefaultAdapterid2618973</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="NFCManager" element_type="method" element_name="getDefaultAdapter" specification="NFC" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="NFCManager" usage="true" specification="NFC" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="NFCPeerDetectCallback" usage="true" specification="NFC" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="NFCPeer" usage="true" specification="NFC" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="NFCPeer" element_type="method" element_name="unsetReceiveNDEFListener" specification="NFC" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="NFCPeer" element_type="method" element_name="unsetReceiveNDEFListener" specification="NFC" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="NFCTagDetectCallback" usage="true" specification="NFC" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="NFCTag" usage="true" specification="NFC" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="NFCManager" usage="true" specification="NFC" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="NFCManager" element_type="method" element_name="setExclusiveMode" specification="NFC" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="NFCManager" element_type="method" element_name="setExclusiveMode" specification="NFC" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="NFCPeer" element_type="attribute" element_name="isConnected" specification="NFC" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
           <spec>
             <spec_assertion interface="NFCPeer" element_type="method" element_name="sendNDEF" specification="NFC" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
           <spec>
         <specs>
           <spec>
             <spec_assertion interface="NFCAdapter" element_type="method" element_name="setTagListener" specification="NFC" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/nfc.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="NFCAdapter" element_type="method" element_name="setTagListener" specification="NFC" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/nfc.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="NFCTag" element_type="method" element_name="readNDEF" specification="NFC" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/nfc.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
           <spec>
             <spec_assertion interface="NDEFMessageReadCallback" element_type="method" element_name="onsuccess" specification="NFC" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/nfc.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="NFCTag" element_type="attribute" element_name="isConnected" specification="NFC" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
           <spec>
             <spec_assertion interface="NFCTag" element_type="attribute" element_name="isSupportedNDEF" specification="NFC" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
           <spec>
         <specs>
           <spec>
             <spec_assertion interface="NFCAdapter" element_type="method" element_name="setPowered" specification="NFC" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/nfc.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="NDEFMessage" element_type="method" element_name="toByte" specification="NFC" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html#toByteid2621778</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>