From: Piotr Szydelko Date: Thu, 19 Sep 2013 11:44:05 +0000 (+0200) Subject: [SecureElement] minor structure standardization X-Git-Tag: 2.2.1_release~114^2~19 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5448ee4fb6399e70acb9cc3ff342d097c771a295;p=test%2Ftct%2Fweb%2Fapi.git [SecureElement] minor structure standardization Change-Id: I97e0f81037837902a4a2d1df8610ac148fddc814 --- diff --git a/tct-secureelement-tizen-tests/secureelement/ChannelSuccessCallback_notexist.html b/tct-secureelement-tizen-tests/secureelement/ChannelSuccessCallback_notexist.html index ebb287928..2646ddbc9 100644 --- a/tct-secureelement-tizen-tests/secureelement/ChannelSuccessCallback_notexist.html +++ b/tct-secureelement-tizen-tests/secureelement/ChannelSuccessCallback_notexist.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Andrzej Krolikowski + Andrzej Krolikowski --> - + ChannelSuccessCallback_notexist @@ -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"); diff --git a/tct-secureelement-tizen-tests/secureelement/Channel_notexist.html b/tct-secureelement-tizen-tests/secureelement/Channel_notexist.html index bb6332530..c076f6f6c 100644 --- a/tct-secureelement-tizen-tests/secureelement/Channel_notexist.html +++ b/tct-secureelement-tizen-tests/secureelement/Channel_notexist.html @@ -16,11 +16,11 @@ limitations under the License. Authors: - Andrzej Krolikowski - Roman Frolow + Andrzej Krolikowski + Roman Frolow --> - + Channel_notexist @@ -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"); diff --git a/tct-secureelement-tizen-tests/secureelement/ReaderArraySuccessCallback_notexist.html b/tct-secureelement-tizen-tests/secureelement/ReaderArraySuccessCallback_notexist.html index 3427145b7..22caaf48f 100644 --- a/tct-secureelement-tizen-tests/secureelement/ReaderArraySuccessCallback_notexist.html +++ b/tct-secureelement-tizen-tests/secureelement/ReaderArraySuccessCallback_notexist.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Roman Frolow + Roman Frolow --> - + ReaderArraySuccessCallback_notexist @@ -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"); diff --git a/tct-secureelement-tizen-tests/secureelement/ReaderArraySuccessCallback_onsuccess.html b/tct-secureelement-tizen-tests/secureelement/ReaderArraySuccessCallback_onsuccess.html index bfc890fd2..e1b5e99b0 100644 --- a/tct-secureelement-tizen-tests/secureelement/ReaderArraySuccessCallback_onsuccess.html +++ b/tct-secureelement-tizen-tests/secureelement/ReaderArraySuccessCallback_onsuccess.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Roman Frolow + Roman Frolow --> - + ReaderArraySuccessCallback_onsuccess @@ -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); diff --git a/tct-secureelement-tizen-tests/secureelement/Reader_notexist.html b/tct-secureelement-tizen-tests/secureelement/Reader_notexist.html index 18ca85d18..acf41a7f8 100644 --- a/tct-secureelement-tizen-tests/secureelement/Reader_notexist.html +++ b/tct-secureelement-tizen-tests/secureelement/Reader_notexist.html @@ -16,11 +16,11 @@ limitations under the License. Authors: - Andrzej Krolikowski - Roman Frolow + Andrzej Krolikowski + Roman Frolow --> - + Reader_notexist @@ -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"); diff --git a/tct-secureelement-tizen-tests/secureelement/SEChangeListener_notexist.html b/tct-secureelement-tizen-tests/secureelement/SEChangeListener_notexist.html index 488bde1a2..3ac6a854f 100644 --- a/tct-secureelement-tizen-tests/secureelement/SEChangeListener_notexist.html +++ b/tct-secureelement-tizen-tests/secureelement/SEChangeListener_notexist.html @@ -16,11 +16,11 @@ limitations under the License. Authors: - Andrzej Krolikowski - Roman Frolow + Andrzej Krolikowski + Roman Frolow --> - + SEChangeListener_notexist @@ -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"); diff --git a/tct-secureelement-tizen-tests/secureelement/SEServiceManagerObject_notexist.html b/tct-secureelement-tizen-tests/secureelement/SEServiceManagerObject_notexist.html index 55a9ac29a..30beaa33b 100644 --- a/tct-secureelement-tizen-tests/secureelement/SEServiceManagerObject_notexist.html +++ b/tct-secureelement-tizen-tests/secureelement/SEServiceManagerObject_notexist.html @@ -16,11 +16,11 @@ limitations under the License. Authors: - Andrzej Krolikowski - Roman Frolow + Andrzej Krolikowski + Roman Frolow --> - + SEServiceManagerObject_notexist @@ -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"); diff --git a/tct-secureelement-tizen-tests/secureelement/SEService_extend.html b/tct-secureelement-tizen-tests/secureelement/SEService_extend.html index a46fd471b..4c20deb25 100644 --- a/tct-secureelement-tizen-tests/secureelement/SEService_extend.html +++ b/tct-secureelement-tizen-tests/secureelement/SEService_extend.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Beata Koziarek + Beata Koziarek --> - + SEService_extend @@ -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"); diff --git a/tct-secureelement-tizen-tests/secureelement/SEService_getReaders.html b/tct-secureelement-tizen-tests/secureelement/SEService_getReaders.html index 9fb01dc6f..d5cd545bf 100644 --- a/tct-secureelement-tizen-tests/secureelement/SEService_getReaders.html +++ b/tct-secureelement-tizen-tests/secureelement/SEService_getReaders.html @@ -16,11 +16,11 @@ limitations under the License. Authors: - Roman Frolow - Mariusz Polasinski + Roman Frolow + Mariusz Polasinski --> - + SEService_getReaders @@ -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}); diff --git a/tct-secureelement-tizen-tests/secureelement/SEService_getReaders_errorCallback_TypeMismatch.html b/tct-secureelement-tizen-tests/secureelement/SEService_getReaders_errorCallback_TypeMismatch.html index 83882b124..9bd5c3ffe 100644 --- a/tct-secureelement-tizen-tests/secureelement/SEService_getReaders_errorCallback_TypeMismatch.html +++ b/tct-secureelement-tizen-tests/secureelement/SEService_getReaders_errorCallback_TypeMismatch.html @@ -18,7 +18,7 @@ limitations under the License. Authors: -Andrzej Krolikowski + Andrzej Krolikowski --> @@ -36,7 +36,7 @@ Andrzej Krolikowski //==== 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(); }); + diff --git a/tct-secureelement-tizen-tests/secureelement/SEService_getReaders_errorCallback_invalid_cb.html b/tct-secureelement-tizen-tests/secureelement/SEService_getReaders_errorCallback_invalid_cb.html index 05f87947b..927c71f32 100644 --- a/tct-secureelement-tizen-tests/secureelement/SEService_getReaders_errorCallback_invalid_cb.html +++ b/tct-secureelement-tizen-tests/secureelement/SEService_getReaders_errorCallback_invalid_cb.html @@ -16,7 +16,7 @@ See the License for the specific language governing permissions and limitations under the License. Authors: -Andrzej Krolikowski + Andrzej Krolikowski --> @@ -31,7 +31,7 @@ Andrzej Krolikowski //==== 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}); diff --git a/tct-secureelement-tizen-tests/secureelement/SEService_getReaders_exist.html b/tct-secureelement-tizen-tests/secureelement/SEService_getReaders_exist.html index 420002a95..1fb5e158f 100644 --- a/tct-secureelement-tizen-tests/secureelement/SEService_getReaders_exist.html +++ b/tct-secureelement-tizen-tests/secureelement/SEService_getReaders_exist.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Beata Koziarek + Beata Koziarek --> - + SEService_getReaders_exist @@ -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"); diff --git a/tct-secureelement-tizen-tests/secureelement/SEService_getReaders_missarg.html b/tct-secureelement-tizen-tests/secureelement/SEService_getReaders_missarg.html index a7d3e3f51..a3a964010 100644 --- a/tct-secureelement-tizen-tests/secureelement/SEService_getReaders_missarg.html +++ b/tct-secureelement-tizen-tests/secureelement/SEService_getReaders_missarg.html @@ -15,11 +15,11 @@ See the License for the specific language governing permissions and limitations under the License. Authors: -Roman Frolow + Roman Frolow --> - + SEService_getReaders_missarg @@ -31,13 +31,14 @@ Roman Frolow //==== 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); + diff --git a/tct-secureelement-tizen-tests/secureelement/SEService_getReaders_successCallback_TypeMismatch.html b/tct-secureelement-tizen-tests/secureelement/SEService_getReaders_successCallback_TypeMismatch.html index 7c801892e..666dc0bb8 100644 --- a/tct-secureelement-tizen-tests/secureelement/SEService_getReaders_successCallback_TypeMismatch.html +++ b/tct-secureelement-tizen-tests/secureelement/SEService_getReaders_successCallback_TypeMismatch.html @@ -18,7 +18,7 @@ limitations under the License. Authors: -Roman Frolow + Roman Frolow --> @@ -36,7 +36,7 @@ Roman Frolow //==== 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(); }); + diff --git a/tct-secureelement-tizen-tests/secureelement/SEService_getReaders_successCallback_invalid_cb.html b/tct-secureelement-tizen-tests/secureelement/SEService_getReaders_successCallback_invalid_cb.html index 3dbcb6f57..9a949aac3 100644 --- a/tct-secureelement-tizen-tests/secureelement/SEService_getReaders_successCallback_invalid_cb.html +++ b/tct-secureelement-tizen-tests/secureelement/SEService_getReaders_successCallback_invalid_cb.html @@ -16,7 +16,7 @@ See the License for the specific language governing permissions and limitations under the License. Authors: -Roman Frolow + Roman Frolow --> @@ -28,25 +28,25 @@ Roman Frolow
diff --git a/tct-secureelement-tizen-tests/secureelement/SEService_notexist.html b/tct-secureelement-tizen-tests/secureelement/SEService_notexist.html index b4101d709..ce3923374 100644 --- a/tct-secureelement-tizen-tests/secureelement/SEService_notexist.html +++ b/tct-secureelement-tizen-tests/secureelement/SEService_notexist.html @@ -16,11 +16,11 @@ limitations under the License. Authors: - Andrzej Krolikowski - Roman Frolow + Andrzej Krolikowski + Roman Frolow --> - + SEService_notexist @@ -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"); diff --git a/tct-secureelement-tizen-tests/secureelement/SEService_registerSEListener.html b/tct-secureelement-tizen-tests/secureelement/SEService_registerSEListener.html index 8a7c6326b..ffb1a6e19 100644 --- a/tct-secureelement-tizen-tests/secureelement/SEService_registerSEListener.html +++ b/tct-secureelement-tizen-tests/secureelement/SEService_registerSEListener.html @@ -16,11 +16,11 @@ limitations under the License. Authors: - Andrzej Krolikowski - Mariusz Polasinski + Andrzej Krolikowski + Mariusz Polasinski --> - + SEService_registerSEListener @@ -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}); diff --git a/tct-secureelement-tizen-tests/secureelement/SEService_registerSEListener_exist.html b/tct-secureelement-tizen-tests/secureelement/SEService_registerSEListener_exist.html index 21448c01e..527644631 100644 --- a/tct-secureelement-tizen-tests/secureelement/SEService_registerSEListener_exist.html +++ b/tct-secureelement-tizen-tests/secureelement/SEService_registerSEListener_exist.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Beata Koziarek + Beata Koziarek --> - + SEService_registerSEListener_exist @@ -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"); diff --git a/tct-secureelement-tizen-tests/secureelement/SEService_registerSEListener_listener_TypeMismatch.html b/tct-secureelement-tizen-tests/secureelement/SEService_registerSEListener_listener_TypeMismatch.html index 54a71b3fc..ec574cd43 100644 --- a/tct-secureelement-tizen-tests/secureelement/SEService_registerSEListener_listener_TypeMismatch.html +++ b/tct-secureelement-tizen-tests/secureelement/SEService_registerSEListener_listener_TypeMismatch.html @@ -15,11 +15,11 @@ See the License for the specific language governing permissions and limitations under the License. Authors: -Roman Frolow + Roman Frolow --> - + SEService_registerSEListener_listener_TypeMismatch @@ -32,7 +32,7 @@ Roman Frolow //==== 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(); }); + diff --git a/tct-secureelement-tizen-tests/secureelement/SEService_registerSEListener_listener_empty.html b/tct-secureelement-tizen-tests/secureelement/SEService_registerSEListener_listener_empty.html index 6fcd4a7a4..c89402ea9 100644 --- a/tct-secureelement-tizen-tests/secureelement/SEService_registerSEListener_listener_empty.html +++ b/tct-secureelement-tizen-tests/secureelement/SEService_registerSEListener_listener_empty.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Mariusz Polasinski + Mariusz Polasinski --> - + SEService_registerSEListener_listener_empty @@ -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 () { diff --git a/tct-secureelement-tizen-tests/secureelement/SEService_registerSEListener_listener_invalid_cb.html b/tct-secureelement-tizen-tests/secureelement/SEService_registerSEListener_listener_invalid_cb.html index 6ca1aface..938776521 100644 --- a/tct-secureelement-tizen-tests/secureelement/SEService_registerSEListener_listener_invalid_cb.html +++ b/tct-secureelement-tizen-tests/secureelement/SEService_registerSEListener_listener_invalid_cb.html @@ -15,12 +15,12 @@ See the License for the specific language governing permissions and limitations under the License. Authors: - Roman Frolow - Mariusz Polasinski + Roman Frolow + Mariusz Polasinski --> - + SEService_registerSEListener_listener_invalid_cb @@ -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"); + diff --git a/tct-secureelement-tizen-tests/secureelement/SEService_registerSEListener_missarg.html b/tct-secureelement-tizen-tests/secureelement/SEService_registerSEListener_missarg.html index b3d4e0e46..363b2f515 100644 --- a/tct-secureelement-tizen-tests/secureelement/SEService_registerSEListener_missarg.html +++ b/tct-secureelement-tizen-tests/secureelement/SEService_registerSEListener_missarg.html @@ -15,11 +15,11 @@ See the License for the specific language governing permissions and limitations under the License. Authors: -Roman Frolow + Roman Frolow --> - + SEService_registerSEListener_missarg @@ -31,13 +31,14 @@ Roman Frolow //==== 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); + diff --git a/tct-secureelement-tizen-tests/secureelement/SEService_shutdown.html b/tct-secureelement-tizen-tests/secureelement/SEService_shutdown.html index 336658984..e40ff74d3 100644 --- a/tct-secureelement-tizen-tests/secureelement/SEService_shutdown.html +++ b/tct-secureelement-tizen-tests/secureelement/SEService_shutdown.html @@ -16,11 +16,11 @@ limitations under the License. Authors: - Grzegorz Sala - Mariusz Polasinski + Grzegorz Sala + Mariusz Polasinski --> - + SEService_shutdown @@ -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"); diff --git a/tct-secureelement-tizen-tests/secureelement/SEService_shutdown_exist.html b/tct-secureelement-tizen-tests/secureelement/SEService_shutdown_exist.html index f0ea9dfa5..c74362575 100644 --- a/tct-secureelement-tizen-tests/secureelement/SEService_shutdown_exist.html +++ b/tct-secureelement-tizen-tests/secureelement/SEService_shutdown_exist.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Beata Koziarek + Beata Koziarek --> - + SEService_shutdown_exist @@ -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"); diff --git a/tct-secureelement-tizen-tests/secureelement/SEService_shutdown_extra_argument.html b/tct-secureelement-tizen-tests/secureelement/SEService_shutdown_extra_argument.html index 3bc442d74..9efd973da 100644 --- a/tct-secureelement-tizen-tests/secureelement/SEService_shutdown_extra_argument.html +++ b/tct-secureelement-tizen-tests/secureelement/SEService_shutdown_extra_argument.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Andrzej Krolikowski + Andrzej Krolikowski --> - + SEService_shutdown_extra_argument @@ -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 () { diff --git a/tct-secureelement-tizen-tests/secureelement/SEService_unregisterSEListener.html b/tct-secureelement-tizen-tests/secureelement/SEService_unregisterSEListener.html index c5b0b4f63..5a6ad2b5a 100644 --- a/tct-secureelement-tizen-tests/secureelement/SEService_unregisterSEListener.html +++ b/tct-secureelement-tizen-tests/secureelement/SEService_unregisterSEListener.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Andrzej Krolikowski + Andrzej Krolikowski --> - + SEService_unregisterSEListener @@ -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(); }); + diff --git a/tct-secureelement-tizen-tests/secureelement/SEService_unregisterSEListener_exist.html b/tct-secureelement-tizen-tests/secureelement/SEService_unregisterSEListener_exist.html index f40d962bd..8c55ec31e 100644 --- a/tct-secureelement-tizen-tests/secureelement/SEService_unregisterSEListener_exist.html +++ b/tct-secureelement-tizen-tests/secureelement/SEService_unregisterSEListener_exist.html @@ -16,11 +16,11 @@ limitations under the License. Authors: - Beata Koziarek - Roman Frolow + Beata Koziarek + Roman Frolow --> - + SEService_unregisterSEListener_exist @@ -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"); diff --git a/tct-secureelement-tizen-tests/secureelement/SessionSuccessCallback_notexist.html b/tct-secureelement-tizen-tests/secureelement/SessionSuccessCallback_notexist.html index 0b1234a8d..c98ad81e1 100644 --- a/tct-secureelement-tizen-tests/secureelement/SessionSuccessCallback_notexist.html +++ b/tct-secureelement-tizen-tests/secureelement/SessionSuccessCallback_notexist.html @@ -16,11 +16,11 @@ limitations under the License. Authors: - Andrzej Krolikowski - Roman Frolow + Andrzej Krolikowski + Roman Frolow --> - + SessionSuccessCallback_notexist @@ -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"); diff --git a/tct-secureelement-tizen-tests/secureelement/Session_notexist.html b/tct-secureelement-tizen-tests/secureelement/Session_notexist.html index c06304711..22532c53d 100644 --- a/tct-secureelement-tizen-tests/secureelement/Session_notexist.html +++ b/tct-secureelement-tizen-tests/secureelement/Session_notexist.html @@ -16,11 +16,11 @@ limitations under the License. Authors: - Andrzej Krolikowski - Roman Frolow + Andrzej Krolikowski + Roman Frolow --> - + Session_notexist @@ -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"); diff --git a/tct-secureelement-tizen-tests/secureelement/Tizen_seService_exist.html b/tct-secureelement-tizen-tests/secureelement/Tizen_seService_exist.html index 22e53c00e..e389579fe 100644 --- a/tct-secureelement-tizen-tests/secureelement/Tizen_seService_exist.html +++ b/tct-secureelement-tizen-tests/secureelement/Tizen_seService_exist.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Andrzej Krolikowski - Roman Frolow + Andrzej Krolikowski + Roman Frolow --> - + Tizen_seService_exist @@ -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"); diff --git a/tct-secureelement-tizen-tests/secureelement/TransmitSuccessCallback_notexist.html b/tct-secureelement-tizen-tests/secureelement/TransmitSuccessCallback_notexist.html index 39c7e7d12..b22c8801a 100644 --- a/tct-secureelement-tizen-tests/secureelement/TransmitSuccessCallback_notexist.html +++ b/tct-secureelement-tizen-tests/secureelement/TransmitSuccessCallback_notexist.html @@ -16,11 +16,11 @@ limitations under the License. Authors: - Andrzej Krolikowski - Roman Frolow + Andrzej Krolikowski + Roman Frolow --> - + TransmitSuccessCallback_notexist @@ -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"); diff --git a/tct-secureelement-tizen-tests/tests.full.xml b/tct-secureelement-tizen-tests/tests.full.xml index c46f7702d..8061379fb 100644 --- a/tct-secureelement-tizen-tests/tests.full.xml +++ b/tct-secureelement-tizen-tests/tests.full.xml @@ -13,7 +13,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/secureelement.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/se.html TBD @@ -25,7 +25,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/secureelement.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/se.html TBD @@ -37,7 +37,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/secureelement.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/se.html TBD @@ -49,7 +49,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/secureelement.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/se.html TBD @@ -61,7 +61,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/secureelement.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/se.html TBD @@ -73,7 +73,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/secureelement.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/se.html TBD @@ -85,7 +85,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/secureelement.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/se.html TBD @@ -97,7 +97,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/secureelement.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/se.html TBD @@ -109,7 +109,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/secureelement.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/se.html TBD @@ -121,7 +121,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/secureelement.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/se.html TBD @@ -133,7 +133,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/secureelement.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/se.html TBD @@ -145,7 +145,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/secureelement.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/se.html TBD @@ -157,7 +157,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/secureelement.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/se.html TBD @@ -169,7 +169,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/secureelement.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/se.html TBD @@ -181,7 +181,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/secureelement.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/se.html TBD @@ -193,7 +193,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/secureelement.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/se.html TBD @@ -205,7 +205,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/secureelement.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/se.html TBD @@ -217,7 +217,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/secureelement.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/se.html TBD @@ -229,7 +229,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/secureelement.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/se.html TBD @@ -241,7 +241,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/secureelement.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/se.html TBD @@ -253,7 +253,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/secureelement.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/se.html TBD @@ -265,19 +265,19 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/secureelement.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/se.html TBD - + /opt/tct-secureelement-tizen-tests/secureelement/SEService_getReaders_successCallback_invalid_cb.html - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/secureelement.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/se.html TBD @@ -289,7 +289,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/secureelement.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/se.html TBD @@ -301,7 +301,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/secureelement.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/se.html TBD @@ -313,7 +313,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/secureelement.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/se.html TBD @@ -325,7 +325,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/secureelement.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/se.html TBD @@ -337,7 +337,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/secureelement.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/se.html TBD @@ -349,7 +349,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/secureelement.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/se.html TBD @@ -361,7 +361,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/secureelement.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/se.html TBD @@ -373,7 +373,7 @@ - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/secureelement.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/se.html TBD @@ -385,7 +385,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/secureelement.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/se.html TBD diff --git a/tct-secureelement-tizen-tests/tests.xml b/tct-secureelement-tizen-tests/tests.xml index eb59f2a88..05d1473e9 100644 --- a/tct-secureelement-tizen-tests/tests.xml +++ b/tct-secureelement-tizen-tests/tests.xml @@ -116,7 +116,7 @@ /opt/tct-secureelement-tizen-tests/secureelement/SEService_getReaders_successCallback_TypeMismatch.html - + /opt/tct-secureelement-tizen-tests/secureelement/SEService_getReaders_successCallback_invalid_cb.html