From: Piotr Szydelko Date: Wed, 23 Oct 2013 09:11:42 +0000 (+0200) Subject: [Notification][Bluetooth] removed 7 tests expecting NotFoundError X-Git-Tag: 2.2.1_release~29 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=340cc349e29e923de21e42850f041d550b47ebe3;p=test%2Ftct%2Fweb%2Fapi.git [Notification][Bluetooth] removed 7 tests expecting NotFoundError NotificationManager_get_invalid_argument NotificationManager_remove_invalid_argument BluetoothAdapter_destroyBonding_address_TypeMismatch BluetoothAdapter_getDevice_address_TypeMismatch BluetoothAdapter_createBonding_address_NotFound BluetoothAdapter_destroyBonding_address_NotFound BluetoothAdapter_getDevice_address_NotFound Change-Id: I3a9e4e5432b6751ae5c991335490748c4c520d6f --- diff --git a/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_createBonding_address_NotFound.html b/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_createBonding_address_NotFound.html deleted file mode 100644 index 517ff53f9..000000000 --- a/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_createBonding_address_NotFound.html +++ /dev/null @@ -1,73 +0,0 @@ - - - - - -BluetoothAdapter_createBonding_address_NotFound - - - - - - -
- - - diff --git a/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_destroyBonding_address_NotFound.html b/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_destroyBonding_address_NotFound.html deleted file mode 100644 index 94d6a169a..000000000 --- a/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_destroyBonding_address_NotFound.html +++ /dev/null @@ -1,84 +0,0 @@ - - - - - -BluetoothAdapter_destroyBonding_address_NotFound - - - - - - -
- - - diff --git a/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_destroyBonding_address_TypeMismatch.html b/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_destroyBonding_address_TypeMismatch.html deleted file mode 100644 index ae1020e01..000000000 --- a/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_destroyBonding_address_TypeMismatch.html +++ /dev/null @@ -1,68 +0,0 @@ - - - - - -BluetoothAdapter_destroyBonding_address_TypeMismatch - - - - - - -
- - - diff --git a/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getDevice_address_NotFound.html b/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getDevice_address_NotFound.html deleted file mode 100644 index bc0bef21f..000000000 --- a/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getDevice_address_NotFound.html +++ /dev/null @@ -1,83 +0,0 @@ - - - - - -BluetoothAdapter_getDevice_address_NotFound - - - - - - -
- - - diff --git a/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getDevice_address_TypeMismatch.html b/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getDevice_address_TypeMismatch.html deleted file mode 100644 index 360964e27..000000000 --- a/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getDevice_address_TypeMismatch.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - - -BluetoothAdapter_getDevice_address_TypeMismatch - - - - - - -
- - - diff --git a/tct-bluetooth-tizen-tests/bluetooth/support/bluetooth_common.js b/tct-bluetooth-tizen-tests/bluetooth/support/bluetooth_common.js index 6b4d851ed..044846785 100644 --- a/tct-bluetooth-tizen-tests/bluetooth/support/bluetooth_common.js +++ b/tct-bluetooth-tizen-tests/bluetooth/support/bluetooth_common.js @@ -42,9 +42,6 @@ var CHAT_SERVICE_UUID = "5BCE9431-6C75-32AB-AFE0-2EC108A30860"; var btAdapter = null; var REMOTE_HEALTH_DEVICE_TYPE = 4100; -var INVALID_BLUETOOTH_ADDRESS = [ - null, undefined, 0, 1, "tizen", [1, 2, 3], {}, "35:00:00:00:03" -]; function setUnpowered (t, adapter, powerOfSuccess) { var powerOfError = t.step_func(function (e) { diff --git a/tct-bluetooth-tizen-tests/tests.full.xml b/tct-bluetooth-tizen-tests/tests.full.xml index 3a73c12da..dfffb9dae 100644 --- a/tct-bluetooth-tizen-tests/tests.full.xml +++ b/tct-bluetooth-tizen-tests/tests.full.xml @@ -664,18 +664,6 @@ - - - /opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_createBonding_address_NotFound.html - - - - - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html - TBD - - - /opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_createBonding_with_error_null_and_success_TypeMismatch.html @@ -688,19 +676,6 @@ - - - The bluetooth of the remote device MUST be turned on and discoverable from other devices. - /opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_destroyBonding_address_NotFound.html - - - - - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html - TBD - - - /opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_discoverDevices_invalid_callback_name.html @@ -713,19 +688,6 @@ - - - The bluetooth of the remote device MUST be turned on and discoverable from other devices. - /opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getDevice_address_NotFound.html - - - - - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html - TBD - - - The bluetooth of the remote device MUST be turned on and discoverable from other devices. @@ -3812,18 +3774,6 @@ - - - /opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_destroyBonding_address_TypeMismatch.html - - - - - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html - TBD - - - /opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_destroyBonding_with_success_TypeMismatch_and_error_null.html @@ -3886,18 +3836,6 @@ - - - /opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getDevice_address_TypeMismatch.html - - - - - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html - TBD - - - /opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getDevice_with_success_TypeMismatch_and_error_null.html diff --git a/tct-bluetooth-tizen-tests/tests.xml b/tct-bluetooth-tizen-tests/tests.xml index 64a11eaf3..7893b9d12 100644 --- a/tct-bluetooth-tizen-tests/tests.xml +++ b/tct-bluetooth-tizen-tests/tests.xml @@ -300,33 +300,16 @@ /opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothServiceHandler_unregister_unregisterServiceRecord.html - - - /opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_createBonding_address_NotFound.html - - /opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_createBonding_with_error_null_and_success_TypeMismatch.html - - - The bluetooth of the remote device MUST be turned on and discoverable from other devices. - /opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_destroyBonding_address_NotFound.html - - /opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_discoverDevices_invalid_callback_name.html - - - The bluetooth of the remote device MUST be turned on and discoverable from other devices. - /opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getDevice_address_NotFound.html - - The bluetooth of the remote device MUST be turned on and discoverable from other devices. @@ -1635,11 +1618,6 @@ /opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_createBonding_deviceaddress_correct.html - - - /opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_destroyBonding_address_TypeMismatch.html - - /opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_destroyBonding_with_success_TypeMismatch_and_error_null.html @@ -1667,11 +1645,6 @@ /opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_function_type_check.html - - - /opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getDevice_address_TypeMismatch.html - - /opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getDevice_with_success_TypeMismatch_and_error_null.html diff --git a/tct-notification-tizen-tests/notification/NotificationManager_get_invalid_argument.html b/tct-notification-tizen-tests/notification/NotificationManager_get_invalid_argument.html deleted file mode 100644 index 5fac25666..000000000 --- a/tct-notification-tizen-tests/notification/NotificationManager_get_invalid_argument.html +++ /dev/null @@ -1,60 +0,0 @@ - - - - - -NotificationManager_get_invalid_argument - - - - - -
- - - diff --git a/tct-notification-tizen-tests/notification/NotificationManager_remove_invalid_argument.html b/tct-notification-tizen-tests/notification/NotificationManager_remove_invalid_argument.html deleted file mode 100644 index b408e0433..000000000 --- a/tct-notification-tizen-tests/notification/NotificationManager_remove_invalid_argument.html +++ /dev/null @@ -1,60 +0,0 @@ - - - - - -NotificationManager_remove_invalid_argument - - - - - -
- - - diff --git a/tct-notification-tizen-tests/tests.full.xml b/tct-notification-tizen-tests/tests.full.xml index 17644389e..bbab71f10 100644 --- a/tct-notification-tizen-tests/tests.full.xml +++ b/tct-notification-tizen-tests/tests.full.xml @@ -927,30 +927,6 @@
- - - /opt/tct-notification-tizen-tests/notification/NotificationManager_get_invalid_argument.html - - - - - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/notification.html - TBD - - - - - - /opt/tct-notification-tizen-tests/notification/NotificationManager_remove_invalid_argument.html - - - - - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/notification.html - TBD - - - /opt/tct-notification-tizen-tests/notification/StatusNotification_ledColor_attribute.html diff --git a/tct-notification-tizen-tests/tests.xml b/tct-notification-tizen-tests/tests.xml index b7c5b5573..ff3f0c4db 100644 --- a/tct-notification-tizen-tests/tests.xml +++ b/tct-notification-tizen-tests/tests.xml @@ -388,16 +388,6 @@ /opt/tct-notification-tizen-tests/notification/NotificationManager_removeAll_extra_argument.html - - - /opt/tct-notification-tizen-tests/notification/NotificationManager_get_invalid_argument.html - - - - - /opt/tct-notification-tizen-tests/notification/NotificationManager_remove_invalid_argument.html - - /opt/tct-notification-tizen-tests/notification/StatusNotification_ledColor_attribute.html