From: Mariusz Polasinski Date: Tue, 24 Sep 2013 08:09:32 +0000 (+0200) Subject: [NetworkBearerSelection] clean up X-Git-Tag: 2.2.1_release~114^2~37 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0e765a35c21a6451e5ca22770f82904cd55a30cb;p=test%2Ftct%2Fweb%2Fapi.git [NetworkBearerSelection] clean up Change-Id: Id83f6da71ab613ca68a25c0c0ae40c256b20a876 --- diff --git a/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelectionObject_notexist.html b/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelectionObject_notexist.html index 402646631..8d8e795e7 100644 --- a/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelectionObject_notexist.html +++ b/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelectionObject_notexist.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Andrzej Krolikowski + Andrzej Krolikowski --> - + NetworkBearerSelectionObject_notexist @@ -33,7 +33,7 @@ Authors: //==== PRIORITY P3 //==== LABEL Check if interface NetworkBearerSelectionObject exists, it should not. //==== SPEC Tizen Web API:Communication:NBS:NetworkBearerSelectionObject:NetworkBearerSelectionObject U -//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/networkbearerselection.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/networkbearerselection.html //==== TEST_CRITERIA NIO test(function () { diff --git a/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_extend.html b/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_extend.html index d5d011844..2afd61537 100644 --- a/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_extend.html +++ b/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_extend.html @@ -32,11 +32,12 @@ Authors: //==== PRIORITY P3 //==== LABEL Check if NewtorkBearerSelection can have new properties added //==== SPEC Tizen Web API:Communication:NBS:NetworkBearerSelection:NetworkBearerSelection U -//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/networkbearerselection.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/networkbearerselection.html //==== TEST_CRITERIA OBX test(function () { check_extensibility(tizen.networkbearerselection); }, "NetworkBearerSelection_extend"); + diff --git a/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_in_tizen.html b/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_in_tizen.html index bcffa533e..6e187799a 100644 --- a/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_in_tizen.html +++ b/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_in_tizen.html @@ -33,12 +33,13 @@ Authors: //==== PRIORITY P3 //==== LABEL Check if Tizen implements interface NetworkBearerSelectionObject and has attribute networkbearerselection //==== SPEC Tizen Web API:Communication:NBS:NetworkBearerSelection:NetworkBearerSelection U -//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/networkbearerselection.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/networkbearerselection.html //==== TEST_CRITERIA OBME test(function () { assert_own_property(tizen, "networkbearerselection", "Tizen should implement NetworkBearerSelectionObject"); - assert_type(tizen.networkbearerselection, "object"); + assert_type(tizen.networkbearerselection, "object", "incorrect type"); }, "NetworkBearerSelection_in_tizen"); + diff --git a/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_notexist.html b/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_notexist.html index 55446aaaa..eab7b5dab 100644 --- a/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_notexist.html +++ b/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_notexist.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Andrzej Krolikowski + Andrzej Krolikowski --> - + NetworkBearerSelection_notexist @@ -33,7 +33,7 @@ Authors: //==== PRIORITY P3 //==== LABEL Check if interface NetworkBearerSelection exists, it should not. //==== SPEC Tizen Web API:Communication:NBS:NetworkBearerSelection:NetworkBearerSelection U -//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/networkbearerselection.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/networkbearerselection.html //==== TEST_CRITERIA NIO test(function () { diff --git a/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost.html b/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost.html index 8223c67b9..45880ccff 100644 --- a/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost.html +++ b/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost.html @@ -32,7 +32,7 @@ Authors: //==== TEST: NetworkBearerSelection_releaseRouteToHost //==== LABEL Check if releaseRouteToHost method called with non-optional arguments does what it should //==== SPEC Tizen Web API:Communication:NBS:NetworkBearerSelection:releaseRouteToHost M -//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/networkbearerselection.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/networkbearerselection.html //==== ONLOAD_DELAY 90 //==== TEST_CRITERIA MMINA MR setup({ timeout: 90000 }); @@ -59,6 +59,7 @@ t.step(function () { tizen.networkbearerselection.requestRouteToHost(NETWORK_TYPE, DOMAIN_NAME, requestRouteToHostSuccess, requestRouteToHostError); }); + diff --git a/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost_errorCallback_TypeMismatch.html b/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost_errorCallback_TypeMismatch.html index 3b140e0be..085bd406e 100644 --- a/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost_errorCallback_TypeMismatch.html +++ b/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost_errorCallback_TypeMismatch.html @@ -34,7 +34,7 @@ Authors: //==== PRIORITY: P2 //==== ONLOAD_DELAY 90 //==== SPEC Tizen Web API:Communication:NBS:NetworkBearerSelection:releaseRouteToHost M -//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/networkbearerselection.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/networkbearerselection.html //==== TEST_CRITERIA MC setup({timeout: 90000}); @@ -60,6 +60,7 @@ t.step(function () { t.done(); }); + diff --git a/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost_errorCallback_invalid_cb.html b/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost_errorCallback_invalid_cb.html index 31e565081..80cba23b6 100644 --- a/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost_errorCallback_invalid_cb.html +++ b/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost_errorCallback_invalid_cb.html @@ -34,7 +34,7 @@ Authors: //==== PRIORITY: P2 //==== ONLOAD_DELAY 90 //==== SPEC Tizen Web API:Communication:NBS:NetworkBearerSelection:releaseRouteToHost M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/content.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/networkbearerselection.html //==== TEST_CRITERIA MTCB setup({timeout: 90000}); @@ -59,6 +59,7 @@ t.step(function () { t.done(); }); + diff --git a/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost_exist.html b/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost_exist.html index 2eb73fe25..b9ae3373b 100644 --- a/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost_exist.html +++ b/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost_exist.html @@ -31,12 +31,13 @@ Authors: //==== TEST: NetworkBearerSelection_releaseRouteToHost_exist //==== LABEL Check if releaseRouteToHost method exists and can be overriden //==== SPEC Tizen Web API:Communication:NBS:NetworkBearerSelection:releaseRouteToHost M -//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/networkbearerselection.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/networkbearerselection.html //==== TEST_CRITERIA ME test(function () { assert_true("releaseRouteToHost" in tizen.networkbearerselection, "releaseRouteToHost method sould be implemented"); check_method_exists(tizen.networkbearerselection, "releaseRouteToHost"); }, "NetworkBearerSelection_releaseRouteToHost_exist"); + diff --git a/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost_missarg.html b/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost_missarg.html index c95ace86d..1d35ad6dd 100644 --- a/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost_missarg.html +++ b/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost_missarg.html @@ -31,13 +31,14 @@ Authors: //==== TEST: NetworkBearerSelection_releaseRouteToHost_missarg //==== LABEL Check if releaseRouteToHost method called with missing non-optional argument throws an exception //==== SPEC Tizen Web API:Communication:NBS:NetworkBearerSelection:releaseRouteToHost M -//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/networkbearerselection.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/networkbearerselection.html //==== TEST_CRITERIA MMA test(function () { assert_throws({ name: "TypeMismatchError" }, function () { tizen.networkbearerselection.releaseRouteToHost(); }, "Method should throw an exception"); }, "NetworkBearerSelection_releaseRouteToHost_missarg"); + diff --git a/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost_networkType_TypeMismatch.html b/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost_networkType_TypeMismatch.html index bf737c66a..3591d57d8 100644 --- a/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost_networkType_TypeMismatch.html +++ b/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost_networkType_TypeMismatch.html @@ -34,7 +34,7 @@ Authors: //==== PRIORITY: P2 //==== ONLOAD_DELAY 90 //==== SPEC Tizen Web API:Communication:NBS:NetworkBearerSelection:releaseRouteToHost M -//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/networkbearerselection.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/networkbearerselection.html //==== TEST_CRITERIA MC setup({timeout: 90000}); @@ -60,6 +60,7 @@ t.step(function () { t.done(); }); + diff --git a/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost_successCallback_TypeMismatch.html b/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost_successCallback_TypeMismatch.html index 173395f15..c4d3a610c 100644 --- a/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost_successCallback_TypeMismatch.html +++ b/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost_successCallback_TypeMismatch.html @@ -33,7 +33,7 @@ Authors: //==== LABEL Check if releaseRouteToHost throws exception when successCallback is incorrect //==== PRIORITY: P2 //==== SPEC Tizen Web API:Communication:NBS:NetworkBearerSelection:releaseRouteToHost M -//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/networkbearerselection.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/networkbearerselection.html //==== TEST_CRITERIA MC test(function () { @@ -51,6 +51,7 @@ test(function () { }, exceptionName + " should be thrown."); } }, "NetworkBearerSelection_releaseRouteToHost_successCallback_TypeMismatch"); + diff --git a/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost_successCallback_invalid_cb.html b/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost_successCallback_invalid_cb.html index 7ad233631..2d0e54dce 100644 --- a/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost_successCallback_invalid_cb.html +++ b/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost_successCallback_invalid_cb.html @@ -34,7 +34,7 @@ Authors: //==== PRIORITY: P2 //==== ONLOAD_DELAY 90 //==== SPEC Tizen Web API:Communication:NBS:NetworkBearerSelection:releaseRouteToHost M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/content.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/networkbearerselection.html //==== TEST_CRITERIA MTCB setup({timeout: 90000}); @@ -56,6 +56,7 @@ t.step(function () { t.done(); }); + diff --git a/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost_with_errorCallback.html b/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost_with_errorCallback.html index 64c49584d..8b9bad14b 100644 --- a/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost_with_errorCallback.html +++ b/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost_with_errorCallback.html @@ -32,7 +32,7 @@ Authors: //==== TEST: NetworkBearerSelection_releaseRouteToHost_with_errorCallback //==== LABEL Check if releaseRouteToHost called with optional errorCallback works as expected //==== SPEC Tizen Web API:Communication:NBS:NetworkBearerSelection:releaseRouteToHost M -//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/networkbearerselection.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/networkbearerselection.html //==== ONLOAD_DELAY 90 //==== TEST_CRITERIA MOA @@ -62,6 +62,7 @@ t.step(function () { tizen.networkbearerselection.requestRouteToHost(NETWORK_TYPE, DOMAIN_NAME, requestRouteToHostSuccess, requestRouteToHostError); }); + diff --git a/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost.html b/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost.html index c8c40b4a3..adc9afbb1 100644 --- a/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost.html +++ b/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost.html @@ -32,7 +32,7 @@ Authors: //==== TEST: NetworkBearerSelection_requestRouteToHost //==== LABEL Check if requestRouteToHost method called with non-optional arguments does what it should //==== SPEC Tizen Web API:Communication:NBS:NetworkBearerSelection:requestRouteToHost M -//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/networkbearerselection.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/networkbearerselection.html //==== ONLOAD_DELAY 90 //==== TEST_CRITERIA MMINA MR @@ -59,6 +59,7 @@ t.step(function () { retValue = tizen.networkbearerselection.requestRouteToHost(NETWORK_TYPE, DOMAIN_NAME, requestRouteToHostSuccess); }); + diff --git a/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost_errorCallback_TypeMismatch.html b/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost_errorCallback_TypeMismatch.html index 19bca1198..9f4536ff6 100644 --- a/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost_errorCallback_TypeMismatch.html +++ b/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost_errorCallback_TypeMismatch.html @@ -34,7 +34,7 @@ Authors: //==== PRIORITY: P2 //==== ONLOAD_DELAY 90 //==== SPEC Tizen Web API:Communication:NBS:NetworkBearerSelection:requestRouteToHost M -//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/networkbearerselection.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/networkbearerselection.html //==== TEST_CRITERIA MC setup({timeout: 90000}); @@ -66,6 +66,7 @@ t.step(function () { t.done(); }); + diff --git a/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost_errorCallback_invalid_cb.html b/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost_errorCallback_invalid_cb.html index 7895f34a5..cdfe88acf 100644 --- a/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost_errorCallback_invalid_cb.html +++ b/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost_errorCallback_invalid_cb.html @@ -34,7 +34,7 @@ Authors: //==== PRIORITY: P2 //==== ONLOAD_DELAY 90 //==== SPEC Tizen Web API:Communication:NBS:NetworkBearerSelection:requestRouteToHost M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/content.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/networkbearerselection.html //==== TEST_CRITERIA MTCB setup({timeout: 90000}); @@ -65,6 +65,7 @@ t.step(function () { t.done(); }); + diff --git a/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost_exist.html b/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost_exist.html index d286dcc51..d9c0383e8 100644 --- a/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost_exist.html +++ b/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost_exist.html @@ -31,12 +31,13 @@ Authors: //==== TEST: NetworkBearerSelection_requestRouteToHost_exist //==== LABEL Check if requestRouteToHost method exists and can be overriden //==== SPEC Tizen Web API:Communication:NBS:NetworkBearerSelection:requestRouteToHost M -//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/networkbearerselection.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/networkbearerselection.html //==== TEST_CRITERIA ME test(function () { assert_true("requestRouteToHost" in tizen.networkbearerselection, "requestRouteToHost method sould be implemented"); check_method_exists(tizen.networkbearerselection, "requestRouteToHost"); }, "NetworkBearerSelection_requestRouteToHost_exist"); + diff --git a/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost_missarg.html b/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost_missarg.html index 842ed81b9..9a83ddcfb 100644 --- a/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost_missarg.html +++ b/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost_missarg.html @@ -31,13 +31,14 @@ Authors: //==== TEST: NetworkBearerSelection_requestRouteToHost_missarg //==== LABEL Check if requestRouteToHost method called with missing non-optional argument throws an exception //==== SPEC Tizen Web API:Communication:NBS:NetworkBearerSelection:requestRouteToHost M -//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/networkbearerselection.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/networkbearerselection.html //==== TEST_CRITERIA MMA test(function () { assert_throws({ name: "TypeMismatchError" }, function () { tizen.networkbearerselection.requestRouteToHost(); }, "Method should throw an exception"); }, "NetworkBearerSelection_requestRouteToHost_missarg"); + diff --git a/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost_networkType_TypeMismatch.html b/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost_networkType_TypeMismatch.html index ff97c9dde..c30bc4a5e 100644 --- a/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost_networkType_TypeMismatch.html +++ b/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost_networkType_TypeMismatch.html @@ -34,7 +34,7 @@ Authors: //==== PRIORITY: P2 //==== ONLOAD_DELAY 90 //==== SPEC Tizen Web API:Communication:NBS:NetworkBearerSelection:requestRouteToHost M -//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/networkbearerselection.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/networkbearerselection.html //==== TEST_CRITERIA MC setup({timeout: 90000}); @@ -62,6 +62,7 @@ t.step(function () { t.done(); }); + diff --git a/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost_successCallback_TypeMismatch.html b/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost_successCallback_TypeMismatch.html index 7173510a3..f1c9a2111 100644 --- a/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost_successCallback_TypeMismatch.html +++ b/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost_successCallback_TypeMismatch.html @@ -33,7 +33,7 @@ Authors: //==== LABEL Check if requestRouteToHost throws exception when successCallback is incorrect //==== PRIORITY: P2 //==== SPEC Tizen Web API:Communication:NBS:NetworkBearerSelection:requestRouteToHost M -//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/networkbearerselection.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/networkbearerselection.html //==== TEST_CRITERIA MC test(function () { var conversionTable, requestRouteToHostSuccess, exceptionName, i; @@ -50,6 +50,7 @@ test(function () { }, exceptionName + " should be thrown."); } }, "NetworkBearerSelection_requestRouteToHost_successCallback_TypeMismatch"); + diff --git a/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost_successCallback_invalid_cb.html b/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost_successCallback_invalid_cb.html index 6a0813b03..894a06190 100644 --- a/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost_successCallback_invalid_cb.html +++ b/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost_successCallback_invalid_cb.html @@ -34,7 +34,7 @@ Authors: //==== PRIORITY: P2 //==== ONLOAD_DELAY 90 //==== SPEC Tizen Web API:Communication:NBS:NetworkBearerSelection:requestRouteToHost M -//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/content.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/networkbearerselection.html //==== TEST_CRITERIA MTL setup({timeout: 90000}); @@ -58,6 +58,7 @@ t.step(function () { t.done(); }); + diff --git a/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost_with_errorCallback.html b/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost_with_errorCallback.html index 18b8a55dd..2888a2315 100644 --- a/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost_with_errorCallback.html +++ b/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost_with_errorCallback.html @@ -32,7 +32,7 @@ Authors: //==== TEST: NetworkBearerSelection_requestRouteToHost_with_errorCallback //==== LABEL Check if requestRouteToHost called with optional errorCallback works as expected //==== SPEC Tizen Web API:Communication:NBS:NetworkBearerSelection:requestRouteToHost M -//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/networkbearerselection.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/networkbearerselection.html //==== ONLOAD_DELAY 90 //==== TEST_CRITERIA MOA @@ -58,6 +58,7 @@ t.step(function () { tizen.networkbearerselection.requestRouteToHost(NETWORK_TYPE, DOMAIN_NAME, requestRouteToHostSuccess, requestRouteToHostError); }); + diff --git a/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkSuccessCallback_notexist.html b/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkSuccessCallback_notexist.html index a17350d91..56f86b5a1 100644 --- a/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkSuccessCallback_notexist.html +++ b/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkSuccessCallback_notexist.html @@ -16,10 +16,10 @@ limitations under the License. Authors: - Andrzej Krolikowski + Andrzej Krolikowski --> - + NetworkSuccessCallback_notexist @@ -33,7 +33,7 @@ Authors: //==== PRIORITY P3 //==== LABEL Check if interface NetworkSuccessCallback exists, it should not. //==== SPEC Tizen Web API:Communication:NBS:NetworkSuccessCallback:NetworkSuccessCallback U -//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/networkbearerselection.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/networkbearerselection.html //==== TEST_CRITERIA CBNIO test(function () { check_no_interface_object("NetworkSuccessCallback"); diff --git a/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkSuccessCallback_ondisconnected.html b/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkSuccessCallback_ondisconnected.html index 85839e231..8f202fc74 100644 --- a/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkSuccessCallback_ondisconnected.html +++ b/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkSuccessCallback_ondisconnected.html @@ -32,7 +32,7 @@ Authors: //==== TEST: NetworkSuccessCallback_ondisconnected //==== LABEL Check if NetworkSuccessCallback ondisconnected is called //==== SPEC Tizen Web API:Communication:NBS:NetworkSuccessCallback:ondisconnected M -//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/networkbearerselection.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/networkbearerselection.html //==== EXECUTION_TYPE manual //==== PRE Please enable cellular data service //==== POST Please re-enable cellular data service @@ -61,6 +61,7 @@ t.step(function () { tizen.networkbearerselection.requestRouteToHost(NETWORK_TYPE, DOMAIN_NAME, requestRouteToHostSuccess, requestRouteToHostError); }); + diff --git a/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkSuccessCallback_onsuccess.html b/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkSuccessCallback_onsuccess.html index d4e0808f3..06c3b99c3 100644 --- a/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkSuccessCallback_onsuccess.html +++ b/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkSuccessCallback_onsuccess.html @@ -32,7 +32,7 @@ Authors: //==== TEST: NetworkSuccessCallback_onsuccess //==== LABEL Check if NetworkSuccessCallback onsuccess is called //==== SPEC Tizen Web API:Communication:NBS:NetworkSuccessCallback:onsuccess M -//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/networkbearerselection.html +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/networkbearerselection.html //==== ONLOAD_DELAY 90 //==== TEST_CRITERIA CBOA @@ -62,6 +62,7 @@ t.step(function () { tizen.networkbearerselection.requestRouteToHost(NETWORK_TYPE, DOMAIN_NAME, requestRouteToHostSuccess, requestRouteToHostError); }); + diff --git a/tct-networkbearerselection-tizen-tests/tests.full.xml b/tct-networkbearerselection-tizen-tests/tests.full.xml index 908cb297a..0429ca2b4 100644 --- a/tct-networkbearerselection-tizen-tests/tests.full.xml +++ b/tct-networkbearerselection-tizen-tests/tests.full.xml @@ -13,271 +13,271 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/networkbearerselection.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/networkbearerselection.html TBD - + - /opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_notexist.html + /opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_extend.html - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/networkbearerselection.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/networkbearerselection.html TBD - + - /opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkSuccessCallback_notexist.html + /opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_in_tizen.html - - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/networkbearerselection.html + + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/networkbearerselection.html TBD - + - /opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_in_tizen.html + /opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_notexist.html - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/networkbearerselection.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/networkbearerselection.html TBD - + - /opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_extend.html + /opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost.html - - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/networkbearerselection.html + + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/networkbearerselection.html TBD - + - /opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost_exist.html + /opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost_errorCallback_TypeMismatch.html - - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/networkbearerselection.html + + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/networkbearerselection.html TBD - + - /opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost.html + /opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost_errorCallback_invalid_cb.html - - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/networkbearerselection.html + + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/networkbearerselection.html TBD - + - /opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost_missarg.html + /opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost_exist.html - - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/networkbearerselection.html + + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/networkbearerselection.html TBD - + - /opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost_networkType_TypeMismatch.html + /opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost_missarg.html - - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/networkbearerselection.html + + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/networkbearerselection.html TBD - + - /opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost_with_errorCallback.html + /opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost_networkType_TypeMismatch.html - - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/networkbearerselection.html + + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/networkbearerselection.html TBD - + - /opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost_successCallback_TypeMismatch.html + /opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost_successCallback_TypeMismatch.html - - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/networkbearerselection.html + + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/networkbearerselection.html TBD - + - /opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost_successCallback_invalid_cb.html + /opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost_successCallback_invalid_cb.html - - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/content.html + + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/networkbearerselection.html TBD - + - /opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost_errorCallback_TypeMismatch.html + /opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost_with_errorCallback.html - - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/networkbearerselection.html + + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/networkbearerselection.html TBD - + - /opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost_errorCallback_invalid_cb.html + /opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost.html - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/content.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/networkbearerselection.html TBD - + - /opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost_exist.html + /opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost_errorCallback_TypeMismatch.html - - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/networkbearerselection.html + + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/networkbearerselection.html TBD - + - /opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost.html + /opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost_errorCallback_invalid_cb.html - - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/networkbearerselection.html + + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/networkbearerselection.html TBD - + - /opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost_errorCallback_TypeMismatch.html + /opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost_exist.html - - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/networkbearerselection.html + + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/networkbearerselection.html TBD - + - /opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost_errorCallback_invalid_cb.html + /opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost_missarg.html - - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/content.html + + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/networkbearerselection.html TBD - + - /opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost_missarg.html + /opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost_networkType_TypeMismatch.html - - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/networkbearerselection.html + + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/networkbearerselection.html TBD - + - /opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost_networkType_TypeMismatch.html + /opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost_successCallback_TypeMismatch.html - - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/networkbearerselection.html + + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/networkbearerselection.html TBD - + - /opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost_successCallback_TypeMismatch.html + /opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost_successCallback_invalid_cb.html - - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/networkbearerselection.html + + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/networkbearerselection.html TBD - + - /opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost_successCallback_invalid_cb.html + /opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost_with_errorCallback.html - - https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/content.html + + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/networkbearerselection.html TBD - + - /opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost_with_errorCallback.html + /opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkSuccessCallback_notexist.html - - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/networkbearerselection.html + + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/networkbearerselection.html TBD @@ -291,7 +291,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/networkbearerselection.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/networkbearerselection.html TBD @@ -303,7 +303,7 @@ - https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/networkbearerselection.html + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/networkbearerselection.html TBD diff --git a/tct-networkbearerselection-tizen-tests/tests.xml b/tct-networkbearerselection-tizen-tests/tests.xml index c575a3c04..b0a639c6b 100644 --- a/tct-networkbearerselection-tizen-tests/tests.xml +++ b/tct-networkbearerselection-tizen-tests/tests.xml @@ -11,114 +11,114 @@ /opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelectionObject_notexist.html - + - /opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_notexist.html + /opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_extend.html - + - /opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkSuccessCallback_notexist.html + /opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_in_tizen.html - + - /opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_in_tizen.html + /opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_notexist.html - + - /opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_extend.html + /opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost.html - + - /opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost_exist.html + /opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost_errorCallback_TypeMismatch.html - + - /opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost.html + /opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost_errorCallback_invalid_cb.html - + - /opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost_missarg.html + /opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost_exist.html - + - /opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost_networkType_TypeMismatch.html + /opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost_missarg.html - + - /opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost_with_errorCallback.html + /opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost_networkType_TypeMismatch.html - + - /opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost_successCallback_TypeMismatch.html + /opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost_successCallback_TypeMismatch.html - + - /opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost_successCallback_invalid_cb.html + /opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost_successCallback_invalid_cb.html - + - /opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost_errorCallback_TypeMismatch.html + /opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost_with_errorCallback.html - + - /opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost_errorCallback_invalid_cb.html + /opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost.html - + - /opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost_exist.html + /opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost_errorCallback_TypeMismatch.html - + - /opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost.html + /opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost_errorCallback_invalid_cb.html - + - /opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost_errorCallback_TypeMismatch.html + /opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost_exist.html - + - /opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost_errorCallback_invalid_cb.html + /opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost_missarg.html - + - /opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost_missarg.html + /opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost_networkType_TypeMismatch.html - + - /opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost_networkType_TypeMismatch.html + /opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost_successCallback_TypeMismatch.html - + - /opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost_successCallback_TypeMismatch.html + /opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost_successCallback_invalid_cb.html - + - /opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost_successCallback_invalid_cb.html + /opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost_with_errorCallback.html - + - /opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost_with_errorCallback.html + /opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkSuccessCallback_notexist.html