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

34 files changed:
tct-secureelement-tizen-tests/secureelement/ChannelSuccessCallback_notexist.html
tct-secureelement-tizen-tests/secureelement/Channel_notexist.html
tct-secureelement-tizen-tests/secureelement/ReaderArraySuccessCallback_notexist.html
tct-secureelement-tizen-tests/secureelement/ReaderArraySuccessCallback_onsuccess.html
tct-secureelement-tizen-tests/secureelement/Reader_notexist.html
tct-secureelement-tizen-tests/secureelement/SEChangeListener_notexist.html
tct-secureelement-tizen-tests/secureelement/SEServiceManagerObject_notexist.html
tct-secureelement-tizen-tests/secureelement/SEService_extend.html
tct-secureelement-tizen-tests/secureelement/SEService_getReaders.html
tct-secureelement-tizen-tests/secureelement/SEService_getReaders_errorCallback_TypeMismatch.html
tct-secureelement-tizen-tests/secureelement/SEService_getReaders_errorCallback_invalid_cb.html
tct-secureelement-tizen-tests/secureelement/SEService_getReaders_exist.html
tct-secureelement-tizen-tests/secureelement/SEService_getReaders_missarg.html
tct-secureelement-tizen-tests/secureelement/SEService_getReaders_successCallback_TypeMismatch.html
tct-secureelement-tizen-tests/secureelement/SEService_getReaders_successCallback_invalid_cb.html
tct-secureelement-tizen-tests/secureelement/SEService_getReaders_with_errorCallback.html
tct-secureelement-tizen-tests/secureelement/SEService_notexist.html
tct-secureelement-tizen-tests/secureelement/SEService_registerSEListener.html
tct-secureelement-tizen-tests/secureelement/SEService_registerSEListener_exist.html
tct-secureelement-tizen-tests/secureelement/SEService_registerSEListener_listener_TypeMismatch.html
tct-secureelement-tizen-tests/secureelement/SEService_registerSEListener_listener_empty.html
tct-secureelement-tizen-tests/secureelement/SEService_registerSEListener_listener_invalid_cb.html
tct-secureelement-tizen-tests/secureelement/SEService_registerSEListener_missarg.html
tct-secureelement-tizen-tests/secureelement/SEService_shutdown.html
tct-secureelement-tizen-tests/secureelement/SEService_shutdown_exist.html
tct-secureelement-tizen-tests/secureelement/SEService_shutdown_extra_argument.html
tct-secureelement-tizen-tests/secureelement/SEService_unregisterSEListener.html
tct-secureelement-tizen-tests/secureelement/SEService_unregisterSEListener_exist.html
tct-secureelement-tizen-tests/secureelement/SessionSuccessCallback_notexist.html
tct-secureelement-tizen-tests/secureelement/Session_notexist.html
tct-secureelement-tizen-tests/secureelement/Tizen_seService_exist.html
tct-secureelement-tizen-tests/secureelement/TransmitSuccessCallback_notexist.html
tct-secureelement-tizen-tests/tests.full.xml
tct-secureelement-tizen-tests/tests.xml

index ebb287928b64fe0e2b4071e4da7849725d72c2dc..2646ddbc94c4d5a7818674ee661baa288f620b6a 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>ChannelSuccessCallback_notexist</title>
 <meta charset="utf-8"/>
@@ -33,7 +33,7 @@ Authors:
 //==== PRIORITY P3
 //==== LABEL Check if interface ChannelSuccessCallback exists, it should not.
 //==== SPEC Tizen Web API:Communication:SE:ChannelSuccessCallback:ChannelSuccessCallback U
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/secureelement.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/se.html
 //==== TEST_CRITERIA CBNIO
 test(function () {
     check_no_interface_object("ChannelSuccessCallback");
index bb6332530df98ca7895e85db263b2fc44f5c0778..c076f6f6c9733b331e8fd1e6dde715dea7239f16 100644 (file)
@@ -16,11 +16,11 @@ limitations under the License.
 
 
 Authors:
-    Andrzej Krolikowski <a.krolikowsk@samsung.com>
-    Roman Frolow <r.frolow@samsung.com>
+        Andrzej Krolikowski <a.krolikowsk@samsung.com>
+        Roman Frolow <r.frolow@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>Channel_notexist</title>
 <meta charset="utf-8"/>
@@ -34,7 +34,7 @@ Authors:
 //==== PRIORITY P3
 //==== LABEL Check if interface Channel exists, it should not.
 //==== SPEC Tizen Web API:Communication:SE:Channel:Channel U
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/secureelement.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/se.html
 //==== TEST_CRITERIA NIO
 test(function () {
     check_no_interface_object("Channel");
index 3427145b75274917c173e7cb3e97387542524fdd..22caaf48f1d910259312d9b1d78f85e4fe8ab5b6 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Roman Frolow <r.frolow@samsung.com>
+        Roman Frolow <r.frolow@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>ReaderArraySuccessCallback_notexist</title>
 <meta charset="utf-8"/>
@@ -33,7 +33,7 @@ Authors:
 //==== PRIORITY P3
 //==== LABEL Check if interface ReaderArraySuccessCallback exists, it should not.
 //==== SPEC Tizen Web API:Communication:SE:ReaderArraySuccessCallback:ReaderArraySuccessCallback U
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/secureelement.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/se.html
 //==== TEST_CRITERIA CBNIO
 test(function () {
     check_no_interface_object("ReaderArraySuccessCallback");
index bfc890fd2e8623ec1850d033276eff98512c7044..e1b5e99b064a23b54a82af93e1564f9efa68ef21 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Roman Frolow <r.frolow@samsung.com>
+        Roman Frolow <r.frolow@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>ReaderArraySuccessCallback_onsuccess</title>
 <meta charset="utf-8"/>
@@ -32,13 +32,13 @@ Authors:
 //==== TEST: ReaderArraySuccessCallback_onsuccess
 //==== LABEL Check if onsuccess method of ReaderArraySuccessCallback works
 //==== SPEC Tizen Web API:Communication:SE:ReaderArraySuccessCallback:onsuccess M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/secureelement.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/se.html
 //==== ONLOAD_DELAY 90
 //==== TEST_CRITERIA CBOA
 setup({timeout: 90000});
 var t = async_test(document.title, {timeout: 90000} ), onSuccess, onError;
 
-t.step(function() {
+t.step(function () {
 
     onError = t.step_func(function (e) {
         assert_unreached("getReaders error. name: " + e.name + ", message: " + e.message);
index 18ca85d18491567b90bb0106dc900ca75e9896bf..acf41a7f8cf66ad1fd68a0b6dbff96a3ea70fc76 100644 (file)
@@ -16,11 +16,11 @@ limitations under the License.
 
 
 Authors:
-    Andrzej Krolikowski <a.krolikowsk@samsung.com>
-    Roman Frolow <r.frolow@samsung.com>
+        Andrzej Krolikowski <a.krolikowsk@samsung.com>
+        Roman Frolow <r.frolow@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>Reader_notexist</title>
 <meta charset="utf-8"/>
@@ -34,7 +34,7 @@ Authors:
 //==== PRIORITY P3
 //==== LABEL Check if interface Reader exists, it should not.
 //==== SPEC Tizen Web API:Communication:SE:Reader:Reader U
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/secureelement.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/se.html
 //==== TEST_CRITERIA NIO
 test(function () {
     check_no_interface_object("Reader");
index 488bde1a249b5b88bc2b2ff7faa62220e9c71404..3ac6a854fa3ad20ec1e12049c49da07998561e59 100644 (file)
@@ -16,11 +16,11 @@ limitations under the License.
 
 
 Authors:
-    Andrzej Krolikowski <a.krolikowsk@samsung.com>
-    Roman Frolow <r.frolow@samsung.com>
+        Andrzej Krolikowski <a.krolikowsk@samsung.com>
+        Roman Frolow <r.frolow@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>SEChangeListener_notexist</title>
 <meta charset="utf-8"/>
@@ -34,7 +34,7 @@ Authors:
 //==== PRIORITY P3
 //==== LABEL Check if interface SEChangeListener exists, it should not.
 //==== SPEC Tizen Web API:Communication:SE:SEChangeListener:SEChangeListener U
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/secureelement.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/se.html
 //==== TEST_CRITERIA CBNIO
 test(function () {
     check_no_interface_object("SEChangeListener");
index 55a9ac29ae1fd9793cccf2ff3882c1477685864b..30beaa33bf602891f6bbc6a7107e7dd43331c564 100644 (file)
@@ -16,11 +16,11 @@ limitations under the License.
 
 
 Authors:
-    Andrzej Krolikowski <a.krolikowsk@samsung.com>
-    Roman Frolow <r.frolow@samsung.com>
+        Andrzej Krolikowski <a.krolikowsk@samsung.com>
+        Roman Frolow <r.frolow@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>SEServiceManagerObject_notexist</title>
 <meta charset="utf-8"/>
@@ -34,7 +34,7 @@ Authors:
 //==== PRIORITY P3
 //==== LABEL Check if interface SEServiceManagerObject exists, it should not.
 //==== SPEC Tizen Web API:Communication:SE:SEServiceManagerObject:SEServiceManagerObject U
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/secureelement.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/se.html
 //==== TEST_CRITERIA NIO
 test(function () {
     check_no_interface_object("SEServiceManagerObject");
index a46fd471bbdaa6caf3a890875ee75031ab4519c1..4c20deb255ace96993d4b6693bace6a803b75333 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Beata Koziarek <b.koziarek@samsung.com>
+        Beata Koziarek <b.koziarek@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>SEService_extend</title>
 <meta charset="utf-8"/>
@@ -33,9 +33,9 @@ Authors:
 //==== LABEL test whether the SEServiceManager object can have new attribute added
 //==== PRIORITY: P3
 //==== SPEC Tizen Web API:Communication:SE:SEService:SEService U
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/secureelement.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/se.html
 //==== TEST_CRITERIA OBX
-test(function() {
+test(function () {
     check_extensibility(tizen.seService);
 }, "SEService_extend");
 
index 9fb01dc6fd01047b4949738959feb241573b4d50..d5cd545bf001348893629efc70bfd745c00ad7cc 100644 (file)
@@ -16,11 +16,11 @@ limitations under the License.
 
 
 Authors:
-    Roman Frolow <r.frolow@samsung.com>
-    Mariusz Polasinski <m.polasinski@samsung.com>
+        Roman Frolow <r.frolow@samsung.com>
+        Mariusz Polasinski <m.polasinski@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>SEService_getReaders</title>
 <meta charset="utf-8"/>
@@ -36,7 +36,7 @@ Authors:
 //==== PRIORITY: P2
 //==== ONLOAD_DELAY 90
 //==== SPEC Tizen Web API:Communication:SE:SEService:getReaders M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/secureelement.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/se.html
 //==== TEST_CRITERIA MMINA
 
 setup({timeout: 90000});
index 83882b124ee92624fea4940ae0a4413be0f5cea9..9bd5c3ffe8ad592aa8b8ae2a1f177e4abd2654ec 100644 (file)
@@ -18,7 +18,7 @@ limitations under the License.
 
 
 Authors:
-Andrzej Krolikowski <a.krolikowsk@samsung.com>
+        Andrzej Krolikowski <a.krolikowsk@samsung.com>
 
 -->
 
@@ -36,7 +36,7 @@ Andrzej Krolikowski <a.krolikowsk@samsung.com>
 //==== PRIORITY P2
 //==== ONLOAD_DELAY 90
 //==== SPEC Tizen Web API:Communication:SE:SEService:getReaders M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/secureelement.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/se.html
 //==== TEST_CRITERIA MC
 setup({timeout: 90000});
 
@@ -64,6 +64,7 @@ t.step(function () {
     tizen.seService.shutdown();
     t.done();
 });
+
 </script>
 </body>
 </html>
index 05f87947b180a57440e606925a601b6a2285a26b..927c71f32583e14cc8a357107d923f8c021d8a7f 100644 (file)
@@ -16,7 +16,7 @@ See the License for the specific language governing permissions and
 limitations under the License.
 
 Authors:
-Andrzej Krolikowski <a.krolikowsk@samsung.com>
+        Andrzej Krolikowski <a.krolikowsk@samsung.com>
 -->
 
 <html>
@@ -31,7 +31,7 @@ Andrzej Krolikowski <a.krolikowsk@samsung.com>
 //==== LABEL getReaders - check argument errorCallback validation - use {onerror: function (){}}
 //==== PRIORITY: P2
 //==== SPEC: Tizen Web API:Communication:SE:SEService:getReaders M
-//==== SPEC_URL: https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/secureelement.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/se.html
 //==== ONLOAD_DELAY 90
 //==== TEST_CRITERIA MTCB
 setup({timeout: 90000});
index 420002a9534f52b9d2aeb58fe7ece500d891d7a9..1fb5e158f3597f3750e551c8aa11822e6efbdae8 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Beata Koziarek <b.koziarek@samsung.com>
+        Beata Koziarek <b.koziarek@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>SEService_getReaders_exist</title>
 <meta charset="utf-8"/>
@@ -33,9 +33,9 @@ Authors:
 //==== LABEL Check if getReaders method exists in SEServiceManager.
 //==== PRIORITY: P1
 //==== SPEC Tizen Web API:Communication:SE:SEService:getReaders M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/secureelement.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/se.html
 //==== TEST_CRITERIA ME
-test(function() {
+test(function () {
     assert_true("getReaders" in tizen.seService, "getReaders method exists");
     check_method_exists(tizen.seService, "getReaders");
 }, "SEService_getReaders_exist");
index a7d3e3f517c99c7870ce2e4c831cf512a760a962..a3a964010e380df6b3d089f9466ccd123fff9b36 100644 (file)
@@ -15,11 +15,11 @@ See the License for the specific language governing permissions and
 limitations under the License.
 
 Authors:
-Roman Frolow <r.frolow@samsung.com>
+        Roman Frolow <r.frolow@samsung.com>
 
 -->
 
-<html lang="en">
+<html>
 <head>
 <title>SEService_getReaders_missarg</title>
 <script src="../resources/unitcommon.js"></script>
@@ -31,13 +31,14 @@ Roman Frolow <r.frolow@samsung.com>
 //==== TEST: SEService_getReaders_missarg
 //==== LABEL Check if getReaders method called with missing non-optional argument throws an exception
 //==== SPEC Tizen Web API:Communication:SE:SEService:getReaders M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/secureelement.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/se.html
 //==== TEST_CRITERIA MMA
 test(function () {
     assert_throws({ name: "TypeMismatchError" }, function () {
         tizen.seService.getReaders();
     }, "Calling getReaders without arguments should throw an exception.");
 }, document.title);
+
 </script>
 </body>
 </html>
index 7c801892e29fb9ddfe8d68f8dd23a3c6c0b7b4e1..666dc0bb841d6fa7f32af60b44792202ac12fab1 100644 (file)
@@ -18,7 +18,7 @@ limitations under the License.
 
 
 Authors:
-Roman Frolow <r.frolow@samsung.com>
+        Roman Frolow <r.frolow@samsung.com>
 
 -->
 
@@ -36,7 +36,7 @@ Roman Frolow <r.frolow@samsung.com>
 //==== PRIORITY P2
 //==== ONLOAD_DELAY 90
 //==== SPEC Tizen Web API:Communication:SE:SEService:getReaders M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/secureelement.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/se.html
 //==== TEST_CRITERIA MC
 setup({timeout: 90000});
 
@@ -59,6 +59,7 @@ t.step(function () {
     tizen.seService.shutdown();
     t.done();
 });
+
 </script>
 </body>
 </html>
index 3dbcb6f577dac5782edd720576f046ee98053515..9a949aac31e90c7c338f2d5b795e50be67382671 100644 (file)
@@ -16,7 +16,7 @@ See the License for the specific language governing permissions and
 limitations under the License.
 
 Authors:
-Roman Frolow <r.frolow@samsung.com>
+        Roman Frolow <r.frolow@samsung.com>
 -->
 
 <html>
@@ -28,25 +28,25 @@ Roman Frolow <r.frolow@samsung.com>
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: SEService_getReaders_successCallback_invalid_cb
-//==== LABEL getReaders - check argument successCallback validation - use {onsuccess: function(){}}
+//==== LABEL getReaders - check argument successCallback validation - use {onsuccess: function (){}}
 //==== PRIORITY: P2
 //==== SPEC: Tizen Web API:Communication:SE:SEService:getReaders M
-//==== SPEC_URL: https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/secureelement.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/se.html
 //==== ONLOAD_DELAY 90
 //==== TEST_CRITERIA MTCB
 setup({timeout: 90000});
 var t = async_test(document.title, { timeout: 90000 }), incorrectCallback,
     exceptionName = "TypeMismatchError";
-t.step(function() {
+t.step(function () {
 
     incorrectCallback = {
-        onsuccess: t.step_func(function() {
+        onsuccess: t.step_func(function () {
             assert_unreached("Invalid successCallback invoked: ");
         })
     };
     assert_throws({
         name: exceptionName
-    }, function() {
+    }, function () {
         tizen.seService.getReaders(incorrectCallback);
     }, exceptionName + " should be thrown - given incorrect success callback.");
     tizen.seService.shutdown();
index 4af0aeb319227fe6847cfa0a0ea970fa4cfcb7a0..373decc472737ff458511e7620c00abda6d85aca 100644 (file)
@@ -16,11 +16,11 @@ limitations under the License.
 
 
 Authors:
-    Roman Frolow <r.frolow@samsung.com>
-    Mariusz Polasinski <m.polasinski@samsung.com>
+        Roman Frolow <r.frolow@samsung.com>
+        Mariusz Polasinski <m.polasinski@samsung.com>
 -->
 
-<html lang="en">
+<html>
 <head>
 <meta charset="utf-8"/>
 <title>SEService_getReaders_with_errorCallback</title>
@@ -34,25 +34,26 @@ Authors:
 //==== LABEL Check method getReaders of SEService with errorCallback
 //==== ONLOAD_DELAY 90
 //==== SPEC Tizen Web API:Communication:SE:SEService:getReaders M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/secureelement.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/se.html
 //==== TEST_CRITERIA MOA
 setup({timeout: 90000});
 
 var t = async_test("SEService_getReaders_with_errorCallback", {timeout: 90000}), getReadersSuccessCallback, getReadersErrorCallback;
 
-t.step(function() {
-    getReadersSuccessCallback = t.step_func(function(readers) {
+t.step(function () {
+    getReadersSuccessCallback = t.step_func(function (readers) {
         assert_type(readers, "array", "wrong type of callback argument");
         tizen.seService.shutdown();
         t.done();
     });
 
-    getReadersErrorCallback = t.step_func(function(error) {
+    getReadersErrorCallback = t.step_func(function (error) {
         assert_unreached("getReaders() error callback invoked: name:" + error.name + "msg:" + error.message);
     });
 
     tizen.seService.getReaders(getReadersSuccessCallback, getReadersErrorCallback);
 });
+
 </script>
 </body>
 </html>
index b4101d709d62f454effa72cd0cf465b76bd703e7..ce3923374834e2197bc61077805a2085640d1134 100644 (file)
@@ -16,11 +16,11 @@ limitations under the License.
 
 
 Authors:
-    Andrzej Krolikowski <a.krolikowsk@samsung.com>
-    Roman Frolow <r.frolow@samsung.com>
+        Andrzej Krolikowski <a.krolikowsk@samsung.com>
+        Roman Frolow <r.frolow@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>SEService_notexist</title>
 <meta charset="utf-8"/>
@@ -34,7 +34,7 @@ Authors:
 //==== PRIORITY P3
 //==== LABEL Check if interface SEService exists, it should not.
 //==== SPEC Tizen Web API:Communication:SE:SEService:SEService U
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/secureelement.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/se.html
 //==== TEST_CRITERIA NIO
 test(function () {
     check_no_interface_object("SEService");
index 8a7c6326bbdd7a9d8c5c1d72d47cc0de2d3c4ea9..ffb1a6e19bd369dcfe5517e4c52f7d8d36bb0c7e 100644 (file)
@@ -16,11 +16,11 @@ limitations under the License.
 
 
 Authors:
-    Andrzej Krolikowski <a.krolikowsk@samsung.com>
-    Mariusz Polasinski <m.polasinski@samsung.com>
+        Andrzej Krolikowski <a.krolikowsk@samsung.com>
+        Mariusz Polasinski <m.polasinski@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>SEService_registerSEListener</title>
 <meta charset="utf-8"/>
@@ -33,7 +33,7 @@ Authors:
 //==== TEST: SEService_registerSEListener
 //==== LABEL Check with non-optional arguments registerSEListener
 //==== SPEC Tizen Web API:Communication:SE:SEService:registerSEListener M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/secureelement.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/se.html
 //==== ONLOAD_DELAY 90
 //==== TEST_CRITERIA MMINA MR
 setup({timeout: 90000});
index 21448c01eced82dbda144e0f274b9c386f62741e..5276446318aff07e1185973d849a559d132c2096 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Beata Koziarek <b.koziarek@samsung.com>
+        Beata Koziarek <b.koziarek@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>SEService_registerSEListener_exist</title>
 <meta charset="utf-8"/>
@@ -33,9 +33,9 @@ Authors:
 //==== LABEL Check if registerSEListener method exists in SEServiceManager.
 //==== PRIORITY: P1
 //==== SPEC Tizen Web API:Communication:SE:SEService:registerSEListener M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/secureelement.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/se.html
 //==== TEST_CRITERIA ME
-test(function() {
+test(function () {
     assert_true("registerSEListener" in tizen.seService, "registerSEListener method exists");
     check_method_exists(tizen.seService, "registerSEListener");
 }, "SEService_registerSEListener_exist");
index 54a71b3fc44cf88da27690d1b7e85121209e3f33..ec574cd43f62d22bece598af0ba71507bf5d4234 100644 (file)
@@ -15,11 +15,11 @@ See the License for the specific language governing permissions and
 limitations under the License.
 
 Authors:
-Roman Frolow <r.frolow@samsung.com>
+        Roman Frolow <r.frolow@samsung.com>
 
 -->
 
-<html lang="en">
+<html>
 <head>
 <title>SEService_registerSEListener_listener_TypeMismatch</title>
 <script src="../resources/unitcommon.js"></script>
@@ -32,7 +32,7 @@ Roman Frolow <r.frolow@samsung.com>
 //==== LABEL check if registerSEListener of SEService throws exception when argument is incorrect
 //==== PRIORITY P2
 //==== SPEC Tizen Web API:Communication:SE:SEService:registerSEListener M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/secureelement.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/se.html
 //==== ONLOAD_DELAY 90
 //==== TEST_CRITERIA MC
 setup({timeout: 90000});
@@ -54,6 +54,7 @@ t.step(function () {
     tizen.seService.shutdown();
     t.done();
 });
+
 </script>
 </body>
 </html>
index 6fcd4a7a42df2be9c94760b719a4cdd50bd34a12..c89402ea91fd74666f8aa127a01dff5dadd8c663 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Mariusz Polasinski <m.polasinski@samsung.com>
+        Mariusz Polasinski <m.polasinski@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>SEService_registerSEListener_listener_empty</title>
 <meta charset="utf-8"/>
@@ -33,7 +33,7 @@ Authors:
 //==== TEST: SEService_registerSEListener_listener_empty
 //==== LABEL Check with empty argument of registerSEListener
 //==== SPEC Tizen Web API:Communication:SE:SEService:registerSEListener M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/secureelement.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/se.html
 //==== TEST_CRITERIA MTD
 
 test(function () {
index 6ca1aface064121ada08ac394706aae6ca735d95..938776521d497c085b537bffd5dfab4c3d25e3da 100644 (file)
@@ -15,12 +15,12 @@ See the License for the specific language governing permissions and
 limitations under the License.
 
 Authors:
-    Roman Frolow <r.frolow@samsung.com>
-    Mariusz Polasinski <m.polasinski@samsung.com>
+        Roman Frolow <r.frolow@samsung.com>
+        Mariusz Polasinski <m.polasinski@samsung.com>
 
 -->
 
-<html lang="en">
+<html>
 <head>
 <meta charset="utf-8"/>
 <title>SEService_registerSEListener_listener_invalid_cb</title>
@@ -36,10 +36,10 @@ Authors:
 //==== PRIORITY P2
 //==== LABEL Check argument listener validation - use simple function
 //==== SPEC Tizen Web API:Communication:SE:SEService:registerSEListener M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/secureelement.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/se.html
 //==== TEST_CRITERIA MTL
 
-test(function() {
+test(function () {
     var exceptionName, conversionTable, i, incorrectListener;
 
     conversionTable = getListenerConversionExceptions(["onSEReady", "onSENotReady"]);
@@ -54,6 +54,7 @@ test(function() {
     }
 
 }, "SEService_registerSEListener_listener_invalid_cb");
+
 </script>
 </body>
 </html>
index b3d4e0e46446e30ca14f2da723849ecfd680c0c3..363b2f515eee0aea575c07762e0cd5a54d229c70 100644 (file)
@@ -15,11 +15,11 @@ See the License for the specific language governing permissions and
 limitations under the License.
 
 Authors:
-Roman Frolow <r.frolow@samsung.com>
+        Roman Frolow <r.frolow@samsung.com>
 
 -->
 
-<html lang="en">
+<html>
 <head>
 <title>SEService_registerSEListener_missarg</title>
 <script src="../resources/unitcommon.js"></script>
@@ -31,13 +31,14 @@ Roman Frolow <r.frolow@samsung.com>
 //==== TEST: SEService_registerSEListener_missarg
 //==== LABEL Check if registerSEListener method of SEService called with missing non-optional argument throws an exception
 //==== SPEC Tizen Web API:Communication:SE:SEService:registerSEListener M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/secureelement.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/se.html
 //==== TEST_CRITERIA MMA
 test(function () {
     assert_throws({ name: "TypeMismatchError" }, function () {
         tizen.seService.registerSEListener();
     }, "Calling registerSEListener without arguments should throw an exception.");
 }, document.title);
+
 </script>
 </body>
 </html>
index 3366589849625aa0e4811575c9615bf61a82eef8..e40ff74d32f73fa78c36386bd4f3eb245c31aeed 100644 (file)
@@ -16,11 +16,11 @@ limitations under the License.
 
 
 Authors:
-    Grzegorz Sala <g.sala2@samsung.com>
-    Mariusz Polasinski <m.polasinski@samsung.com>
+        Grzegorz Sala <g.sala2@samsung.com>
+        Mariusz Polasinski <m.polasinski@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>SEService_shutdown</title>
 <meta charset="utf-8"/>
@@ -35,9 +35,9 @@ Authors:
 //==== PRIORITY P1
 //==== LABEL Check shutdown method.
 //==== SPEC Tizen Web API:Communication:SE:SEService:shutdown M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/secureelement.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/se.html
 //==== TEST_CRITERIA MNA MR
-test(function() {
+test(function () {
     var retVal;
     retVal = tizen.seService.shutdown();
     assert_equals(retVal, undefined, "wrong returned value");
index f0ea9dfa56353df212253b204f7714e387226438..c743625757d000f0b2390ebb8a6e5db9cf0f2727 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Beata Koziarek <b.koziarek@samsung.com>
+        Beata Koziarek <b.koziarek@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>SEService_shutdown_exist</title>
 <meta charset="utf-8"/>
@@ -32,9 +32,9 @@ Authors:
 //==== TEST: SEService_shutdown_exist
 //==== LABEL Check if shutdown method exists in SEServiceManager.
 //==== SPEC Tizen Web API:Communication:SE:SEService:shutdown M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/secureelement.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/se.html
 //==== TEST_CRITERIA ME
-test(function() {
+test(function () {
     assert_true("shutdown" in tizen.seService, "shutdown method exists");
     check_method_exists(tizen.seService, "shutdown");
 }, "SEService_shutdown_exist");
index 3bc442d74096c842543f27004a19bd81cd2ef09b..9efd973daaf867414a63836b0b2f6f5530147bb0 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>SEService_shutdown_extra_argument</title>
 <meta charset="utf-8"/>
@@ -32,7 +32,7 @@ Authors:
 //==== TEST: SEService_shutdown_extra_argument
 //==== LABEL Check if SEService.shutdown works with extra argument
 //==== SPEC Tizen Web API:Communication:SE:SEService:shutdown M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/secureelement.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/se.html
 //==== TEST_CRITERIA MNAEX
 
 test(function () {
index c5b0b4f63c0e8c269d4978dc1ce2269386e07482..5a6ad2b5a4eedd677fa8ec86d7f31141a2cd2279 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>SEService_unregisterSEListener</title>
 <meta charset="utf-8"/>
@@ -32,7 +32,7 @@ Authors:
 //==== TEST: SEService_unregisterSEListener
 //==== LABEL Check with non-optional arguments unregisterSEListener
 //==== SPEC Tizen Web API:Communication:SE:SEService:unregisterSEListener M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/secureelement.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/se.html
 //==== ONLOAD_DELAY 90
 //==== TEST_CRITERIA MMINA MR
 setup({timeout: 90000});
@@ -54,6 +54,7 @@ t.step(function () {
     assert_equals(returnedValue, undefined, "Incorrect returned value.");
     t.done();
 });
+
 </script>
 </body>
 </html>
index f40d962bd6e190960c1f23040744d1983a463705..8c55ec31e742ffc319bf4afd5ed6c081024d4ca0 100644 (file)
@@ -16,11 +16,11 @@ limitations under the License.
 
 
 Authors:
-    Beata Koziarek <b.koziarek@samsung.com>
-    Roman Frolow <r.frolow@samsung.com>
+        Beata Koziarek <b.koziarek@samsung.com>
+        Roman Frolow <r.frolow@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>SEService_unregisterSEListener_exist</title>
 <meta charset="utf-8"/>
@@ -34,9 +34,9 @@ Authors:
 //==== LABEL Check if unregisterSEListener method exists in SEServiceManager.
 //==== PRIORITY: P1
 //==== SPEC Tizen Web API:Communication:SE:SEService:unregisterSEListener M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/secureelement.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/se.html
 //==== TEST_CRITERIA ME
-test(function() {
+test(function () {
     assert_true("unregisterSEListener" in tizen.seService, "unregisterSEListener method exists");
     check_method_exists(tizen.seService, "unregisterSEListener");
 }, "SEService_unregisterSEListener_exist");
index 0b1234a8dd3b5bfded8b2672c4a1e8a333d35c1d..c98ad81e1cbd88fd2c4e3a7c240cbb8463f9d0bc 100644 (file)
@@ -16,11 +16,11 @@ limitations under the License.
 
 
 Authors:
-    Andrzej Krolikowski <a.krolikowsk@samsung.com>
-    Roman Frolow <r.frolow@samsung.com>
+        Andrzej Krolikowski <a.krolikowsk@samsung.com>
+        Roman Frolow <r.frolow@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>SessionSuccessCallback_notexist</title>
 <meta charset="utf-8"/>
@@ -34,7 +34,7 @@ Authors:
 //==== PRIORITY P3
 //==== LABEL Check if interface SessionSuccessCallback exists, it should not.
 //==== SPEC Tizen Web API:Communication:SE:SessionSuccessCallback:SessionSuccessCallback U
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/secureelement.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/se.html
 //==== TEST_CRITERIA CBNIO
 test(function () {
     check_no_interface_object("SessionSuccessCallback");
index c063047113d512ded3d6e6284b3635f46218bb8a..22532c53db3eabeb616641434b33b8ca5ae6ef7f 100644 (file)
@@ -16,11 +16,11 @@ limitations under the License.
 
 
 Authors:
-    Andrzej Krolikowski <a.krolikowsk@samsung.com>
-    Roman Frolow <r.frolow@samsung.com>
+        Andrzej Krolikowski <a.krolikowsk@samsung.com>
+        Roman Frolow <r.frolow@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>Session_notexist</title>
 <meta charset="utf-8"/>
@@ -34,7 +34,7 @@ Authors:
 //==== PRIORITY P3
 //==== LABEL Check if interface Session exists, it should not.
 //==== SPEC Tizen Web API:Communication:SE:Session:Session U
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/secureelement.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/se.html
 //==== TEST_CRITERIA NIO
 test(function () {
     check_no_interface_object("Session");
index 22e53c00eb143e51a1463a9b830df344866b1660..e389579fe090349b1c2398786adbc93c4b3d566a 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Andrzej Krolikowski <a.krolikowsk@samsung.com>
-    Roman Frolow <r.frolow@samsung.com>
+        Andrzej Krolikowski <a.krolikowsk@samsung.com>
+        Roman Frolow <r.frolow@samsung.com>
 -->
-<html lang="en">
+<html>
 <head>
 <title>Tizen_seService_exist</title>
 <meta charset="utf-8"/>
@@ -33,7 +33,7 @@ Authors:
 //==== PRIORITY P3
 //==== LABEL Check if Tizen implements interface SEServiceManagerObject and has attribute seService
 //==== SPEC Tizen Web API:Communication:SE:SEService:SEService U
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/secureelement.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/se.html
 //==== TEST_CRITERIA OBME
 test(function () {
     assert_own_property(tizen, "seService", "Tizen should implement SEServiceManagerObject");
index 39c7e7d12353af05b38a351f3bbd7432e9b4d466..b22c8801af68086d0532382b119d1b339be631aa 100644 (file)
@@ -16,11 +16,11 @@ limitations under the License.
 
 
 Authors:
-    Andrzej Krolikowski <a.krolikowsk@samsung.com>
-    Roman Frolow <r.frolow@samsung.com>
+        Andrzej Krolikowski <a.krolikowsk@samsung.com>
+        Roman Frolow <r.frolow@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>TransmitSuccessCallback_notexist</title>
 <meta charset="utf-8"/>
@@ -34,7 +34,7 @@ Authors:
 //==== PRIORITY P3
 //==== LABEL Check if interface TransmitSuccessCallback exists, it should not.
 //==== SPEC Tizen Web API:Communication:SE:TransmitSuccessCallback:TransmitSuccessCallback U
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/secureelement.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/se.html
 //==== TEST_CRITERIA CBNIO
 test(function () {
     check_no_interface_object("TransmitSuccessCallback");
index c46f7702dc2de6d0d4996fd662098c8929a4d5a6..8061379fb4a23d02f33237e1dc22f7866268c430 100644 (file)
@@ -13,7 +13,7 @@
         <specs>
           <spec>
             <spec_assertion interface="Channel" usage="true" specification="SE" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/secureelement.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/se.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
@@ -25,7 +25,7 @@
         <specs>
           <spec>
             <spec_assertion interface="ReaderArraySuccessCallback" usage="true" specification="SE" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/secureelement.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/se.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
@@ -37,7 +37,7 @@
         <specs>
           <spec>
             <spec_assertion interface="Reader" usage="true" specification="SE" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/secureelement.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/se.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
@@ -49,7 +49,7 @@
         <specs>
           <spec>
             <spec_assertion interface="SEChangeListener" usage="true" specification="SE" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/secureelement.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/se.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
@@ -61,7 +61,7 @@
         <specs>
           <spec>
             <spec_assertion interface="SEServiceManagerObject" usage="true" specification="SE" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/secureelement.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/se.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
@@ -73,7 +73,7 @@
         <specs>
           <spec>
             <spec_assertion interface="SEService" usage="true" specification="SE" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/secureelement.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/se.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
@@ -85,7 +85,7 @@
         <specs>
           <spec>
             <spec_assertion interface="SessionSuccessCallback" usage="true" specification="SE" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/secureelement.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/se.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
@@ -97,7 +97,7 @@
         <specs>
           <spec>
             <spec_assertion interface="Session" usage="true" specification="SE" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/secureelement.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/se.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="SEService" usage="true" specification="SE" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/secureelement.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/se.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="TransmitSuccessCallback" usage="true" specification="SE" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/secureelement.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/se.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="SEService" usage="true" specification="SE" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/secureelement.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/se.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="SEService" element_type="method" element_name="getReaders" specification="SE" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/secureelement.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/se.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="SEService" element_type="method" element_name="registerSEListener" specification="SE" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/secureelement.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/se.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="SEService" element_type="method" element_name="unregisterSEListener" specification="SE" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/secureelement.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/se.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="SEService" element_type="method" element_name="shutdown" specification="SE" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/secureelement.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/se.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="SEService" element_type="method" element_name="getReaders" specification="SE" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/secureelement.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/se.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="SEService" element_type="method" element_name="registerSEListener" specification="SE" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/secureelement.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/se.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="SEService" element_type="method" element_name="unregisterSEListener" specification="SE" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/secureelement.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/se.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="SEService" element_type="method" element_name="shutdown" specification="SE" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/secureelement.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/se.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="ReaderArraySuccessCallback" element_type="method" element_name="onsuccess" specification="SE" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/secureelement.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/se.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="SEService" element_type="method" element_name="getReaders" specification="SE" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/secureelement.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/se.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="SEService" element_type="method" element_name="getReaders" specification="SE" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/secureelement.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/se.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="getReaders - check argument successCallback validation - use {onsuccess: function(){}}" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/SE" execution_type="auto" priority="P2" id="SEService_getReaders_successCallback_invalid_cb">
+      <testcase purpose="getReaders - check argument successCallback validation - use {onsuccess: function (){}}" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/SE" execution_type="auto" priority="P2" id="SEService_getReaders_successCallback_invalid_cb">
         <description>
           <test_script_entry>/opt/tct-secureelement-tizen-tests/secureelement/SEService_getReaders_successCallback_invalid_cb.html</test_script_entry>
         </description>
         <specs>
           <spec>
             <spec_assertion interface="SEService" element_type="method" element_name="getReaders" specification="SE" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/secureelement.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/se.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="SEService" element_type="method" element_name="getReaders" specification="SE" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/secureelement.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/se.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="SEService" element_type="method" element_name="registerSEListener" specification="SE" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/secureelement.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/se.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="SEService" element_type="method" element_name="registerSEListener" specification="SE" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/secureelement.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/se.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="SEService" element_type="method" element_name="registerSEListener" specification="SE" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/secureelement.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/se.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="SEService" element_type="method" element_name="shutdown" specification="SE" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/secureelement.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/se.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="ChannelSuccessCallback" usage="true" specification="SE" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/secureelement.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/se.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="SEService" element_type="method" element_name="getReaders" specification="SE" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/secureelement.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/se.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="SEService" element_type="method" element_name="getReaders" specification="SE" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/secureelement.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/se.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="SEService" element_type="method" element_name="registerSEListener" specification="SE" section="Communication" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/secureelement.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/se.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
index eb59f2a882a899536ea6119a0d321028b4fb8766..05d1473e99c076ba51a08375cc10dff38de04f45 100644 (file)
           <test_script_entry>/opt/tct-secureelement-tizen-tests/secureelement/SEService_getReaders_successCallback_TypeMismatch.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="getReaders - check argument successCallback validation - use {onsuccess: function(){}}" onload_delay="90" component="TizenAPI/Communication/SE" execution_type="auto" id="SEService_getReaders_successCallback_invalid_cb">
+      <testcase purpose="getReaders - check argument successCallback validation - use {onsuccess: function (){}}" onload_delay="90" component="TizenAPI/Communication/SE" execution_type="auto" id="SEService_getReaders_successCallback_invalid_cb">
         <description>
           <test_script_entry>/opt/tct-secureelement-tizen-tests/secureelement/SEService_getReaders_successCallback_invalid_cb.html</test_script_entry>
         </description>