[Bluetooth] cleanup notexist
authorWitold Choinkowski <w.choinkowsk@samsung.com>
Tue, 24 Sep 2013 13:50:16 +0000 (15:50 +0200)
committerGerrit Code Review <gerrit@gerrit.vlan144.tizendev.org>
Mon, 7 Oct 2013 13:51:21 +0000 (13:51 +0000)
Change-Id: I3938c9f7e4ebb0d20e2809873e3283887cf03afa

23 files changed:
tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapterChangeCallback_notexist.html
tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_notexist.html
tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMajor_notexist.html
tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_notexist.html
tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceService_notexist.html
tct-bluetooth-tizen-tests/bluetooth/BluetoothClass_notexist.html
tct-bluetooth-tizen-tests/bluetooth/BluetoothDeviceArraySuccessCallback_notexist.html
tct-bluetooth-tizen-tests/bluetooth/BluetoothDeviceSuccessCallback_notexist.html
tct-bluetooth-tizen-tests/bluetooth/BluetoothDevice_notexist.html
tct-bluetooth-tizen-tests/bluetooth/BluetoothDiscoverDevicesSuccessCallback_notexist.html
tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthApplicationSuccessCallback_notexist.html
tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthApplication_notexist.html
tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthChannelChangeCallback_notexist.html
tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthChannelSuccessCallback_notexist.html
tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthChannel_notexist.html
tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthProfileHandler_notexist.html
tct-bluetooth-tizen-tests/bluetooth/BluetoothManagerObject_notexist.html
tct-bluetooth-tizen-tests/bluetooth/BluetoothManager_notexist.html
tct-bluetooth-tizen-tests/bluetooth/BluetoothProfileHandler_notexist.html
tct-bluetooth-tizen-tests/bluetooth/BluetoothServiceHandler_notexist.html
tct-bluetooth-tizen-tests/bluetooth/BluetoothServiceSuccessCallback_notexist.html
tct-bluetooth-tizen-tests/bluetooth/BluetoothSocketSuccessCallback_notexist.html
tct-bluetooth-tizen-tests/bluetooth/BluetoothSocket_notexist.html

index 4e278b2c59ac089763d9704c4bfbff33754cbcfa..f47a9b74ab0d57ecd1e7ff2b151ac9f0b90b5174 100644 (file)
@@ -23,7 +23,7 @@ Authors:
 -->
 <html>
 <head>
-<title>BluetoothAdapterChangeCallback notexist</title>
+<title>BluetoothAdapterChangeCallback_notexist</title>
 <script src="../resources/unitcommon.js"></script>
 <script src="support/bluetooth_common.js"></script>
 </head>
@@ -40,6 +40,7 @@ Authors:
 test(function () {
     check_no_interface_object("BluetoothAdapterChangeCallback");
 }, "BluetoothAdapterChangeCallback_notexist");
+
 </script>
 </body>
 </html>
index b5383be3de3258c826a494c9b6f38e3e5a9bda21..607b433134b879a6c8040268ef1e3b4457d7fad5 100644 (file)
@@ -23,7 +23,7 @@ Authors:
 -->
 <html>
 <head>
-<title>BluetoothAdapter notexist</title>
+<title>BluetoothAdapter_notexist</title>
 <script src="../resources/unitcommon.js"></script>
 <script src="support/bluetooth_common.js"></script>
 </head>
@@ -40,6 +40,7 @@ Authors:
 test(function () {
     check_no_interface_object("BluetoothAdapter");
 }, "BluetoothAdapter_notexist");
+
 </script>
 </body>
 </html>
index 127eadae6bbc6176835398d9b10a7e8d7ad8f614..c766f8329795b9edbdca01d4782945ffe7103f29 100644 (file)
@@ -23,7 +23,7 @@ Authors:
 -->
 <html>
 <head>
-<title>BluetoothClassDeviceMajor notexist</title>
+<title>BluetoothClassDeviceMajor_notexist</title>
 <script src="../resources/unitcommon.js"></script>
 <script src="support/bluetooth_common.js"></script>
 </head>
@@ -40,6 +40,7 @@ Authors:
 test(function () {
     check_no_interface_object("BluetoothClassDeviceMajor");
 }, "BluetoothClassDeviceMajor_notexist");
+
 </script>
 </body>
 </html>
index f68b6473acdd8e6e6fb726af52b5bba6b5c7ae5e..37e1fa4dc11e381f7306908c5ddcb34d6f99dbfd 100644 (file)
@@ -23,7 +23,7 @@ Authors:
 -->
 <html>
 <head>
-<title>BluetoothClassDeviceMinor notexist</title>
+<title>BluetoothClassDeviceMinor_notexist</title>
 <script src="../resources/unitcommon.js"></script>
 <script src="support/bluetooth_common.js"></script>
 </head>
@@ -40,6 +40,7 @@ Authors:
 test(function () {
     check_no_interface_object("BluetoothClassDeviceMinor");
 }, "BluetoothClassDeviceMinor_notexist");
+
 </script>
 </body>
 </html>
index 9caf72d6514bf49096d4257a126199ebb7b6d6cb..258d555d319774cbf934438718f4a4552d090109 100644 (file)
@@ -23,7 +23,7 @@ Authors:
 -->
 <html>
 <head>
-<title>BluetoothClassDeviceService notexist</title>
+<title>BluetoothClassDeviceService_notexist</title>
 <script src="../resources/unitcommon.js"></script>
 <script src="support/bluetooth_common.js"></script>
 </head>
@@ -40,6 +40,7 @@ Authors:
 test(function () {
     check_no_interface_object("BluetoothClassDeviceService");
 }, "BluetoothClassDeviceService_notexist");
+
 </script>
 </body>
 </html>
index 195c557e05ce3b3616cab528613fca39737faae1..5f942c901b4b0cbd64ead5481510e0edabfa0f18 100644 (file)
@@ -23,7 +23,7 @@ Authors:
 -->
 <html>
 <head>
-<title>BluetoothClass notexist</title>
+<title>BluetoothClass_notexist</title>
 <script src="../resources/unitcommon.js"></script>
 <script src="support/bluetooth_common.js"></script>
 </head>
@@ -40,6 +40,7 @@ Authors:
 test(function () {
     check_no_interface_object("BluetoothClass");
 }, "BluetoothClass_notexist");
+
 </script>
 </body>
 </html>
index c313938a4765f2b6aa6ebef80cc252f4e41144e9..f80dd79368f43bc0c2dc5a641783cee97146425b 100644 (file)
@@ -23,7 +23,7 @@ Authors:
 -->
 <html>
 <head>
-<title>BluetoothDeviceArraySuccessCallback notexist</title>
+<title>BluetoothDeviceArraySuccessCallback_notexist</title>
 <script src="../resources/unitcommon.js"></script>
 <script src="support/bluetooth_common.js"></script>
 </head>
@@ -40,6 +40,7 @@ Authors:
 test(function () {
     check_no_interface_object("BluetoothDeviceArraySuccessCallback");
 }, "BluetoothDeviceArraySuccessCallback_notexist");
+
 </script>
 </body>
 </html>
index 83ec18e2578656d246f93a2a71b6df15217777fb..beabb6594d59260564071d8b7812cc8c805d5153 100644 (file)
@@ -23,7 +23,7 @@ Authors:
 -->
 <html>
 <head>
-<title>BluetoothDeviceSuccessCallback notexist</title>
+<title>BluetoothDeviceSuccessCallback_notexist</title>
 <script src="../resources/unitcommon.js"></script>
 <script src="support/bluetooth_common.js"></script>
 </head>
@@ -40,6 +40,7 @@ Authors:
 test(function () {
     check_no_interface_object("BluetoothDeviceSuccessCallback");
 }, "BluetoothDeviceSuccessCallback_notexist");
+
 </script>
 </body>
 </html>
index 8821d5c5f24d7aa61b4f237453827946ddfa1045..e4846b68222417cd1707e0e6fa2d9cfae046537b 100644 (file)
@@ -23,7 +23,7 @@ Authors:
 -->
 <html>
 <head>
-<title>BluetoothDevice notexist</title>
+<title>BluetoothDevice_notexist</title>
 <script src="../resources/unitcommon.js"></script>
 <script src="support/bluetooth_common.js"></script>
 </head>
@@ -40,6 +40,7 @@ Authors:
 test(function () {
     check_no_interface_object("BluetoothDevice");
 }, "BluetoothDevice_notexist");
+
 </script>
 </body>
 </html>
index 4e7ad1c458051f2bf510992b4e0eb5388e15169b..b5d04316e136c7320e54fe2d5dbcc6541e524480 100644 (file)
@@ -23,7 +23,7 @@ Authors:
 -->
 <html>
 <head>
-<title>BluetoothDiscoverDevicesSuccessCallback notexist</title>
+<title>BluetoothDiscoverDevicesSuccessCallback_notexist</title>
 <script src="../resources/unitcommon.js"></script>
 <script src="support/bluetooth_common.js"></script>
 </head>
@@ -40,6 +40,7 @@ Authors:
 test(function () {
     check_no_interface_object("BluetoothDiscoverDevicesSuccessCallback");
 }, "BluetoothDiscoverDevicesSuccessCallback_notexist");
+
 </script>
 </body>
 </html>
index c6b21b47ba2ee754353cd1fbdb7878325e7bbe6f..d36e3233c592f26f1cb7758d28fe969f0ca204eb 100644 (file)
@@ -23,7 +23,7 @@ Authors:
 -->
 <html>
 <head>
-<title>BluetoothHealthApplicationSuccessCallback notexist</title>
+<title>BluetoothHealthApplicationSuccessCallback_notexist</title>
 <script src="../resources/unitcommon.js"></script>
 <script src="support/bluetooth_common.js"></script>
 </head>
@@ -40,6 +40,7 @@ Authors:
 test(function () {
     check_no_interface_object("BluetoothHealthApplicationSuccessCallback");
 }, "BluetoothHealthApplicationSuccessCallback_notexist");
+
 </script>
 </body>
 </html>
index b6abc70e22330224744a932272bd190424cbf0c6..91b954c3853c370158efe64de7c000495bc5157d 100644 (file)
@@ -40,6 +40,7 @@ Authors:
 test(function () {
     check_no_interface_object("BluetoothHealthApplication");
 }, "BluetoothHealthApplication_notexist");
+
 </script>
 </body>
 </html>
index 69fadb3ed12f369dcf4ab8dc267da36327e21fbc..7b34e14f7a9e3453724184aebf56fabadb258227 100644 (file)
@@ -23,7 +23,7 @@ Authors:
 -->
 <html>
 <head>
-<title>BluetoothHealthChannelChangeCallback notexist</title>
+<title>BluetoothHealthChannelChangeCallback_notexist</title>
 <script src="../resources/unitcommon.js"></script>
 <script src="support/bluetooth_common.js"></script>
 </head>
@@ -40,6 +40,7 @@ Authors:
 test(function () {
     check_no_interface_object("BluetoothHealthChannelChangeCallback");
 }, "BluetoothHealthChannelChangeCallback_notexist");
+
 </script>
 </body>
 </html>
index 2f6d940f934959908f4b91ea93fbd9a148c73b76..b00c40d52d398fe287cc7cf1920aa792ea32f719 100644 (file)
@@ -23,7 +23,7 @@ Authors:
 -->
 <html>
 <head>
-<title>BluetoothHealthChannelSuccessCallback notexist</title>
+<title>BluetoothHealthChannelSuccessCallback_notexist</title>
 <script src="../resources/unitcommon.js"></script>
 <script src="support/bluetooth_common.js"></script>
 </head>
@@ -40,6 +40,7 @@ Authors:
 test(function () {
     check_no_interface_object("BluetoothHealthChannelSuccessCallback");
 }, "BluetoothHealthChannelSuccessCallback_notexist");
+
 </script>
 </body>
 </html>
index 86b05f58c481d3e9ffc05b707a306fc1a4cead1c..61b8ca820c364a9eef185332901ae5d45f7d76f4 100644 (file)
@@ -39,6 +39,7 @@ Authors:
 test(function () {
     check_no_interface_object("BluetoothHealthChannel");
 }, "BluetoothHealthChannel_notexist");
+
 </script>
 </body>
 </html>
index 845119be918677c3f1a4d958bbfc76d7688e4a2f..12efc7819e60369d2baac85e8a9b358ecfba17ad 100644 (file)
@@ -40,6 +40,7 @@ Authors:
 test(function () {
     check_no_interface_object("BluetoothHealthProfileHandler");
 }, "BluetoothHealthProfileHandler_notexist");
+
 </script>
 </body>
 </html>
index 688dcfaf367eeb220b5ceed7e17e08454ec75634..52d770e82ebba9deeaf7a050ec69087125236bd1 100644 (file)
@@ -39,6 +39,7 @@ Authors:
 test(function () {
     check_no_interface_object("BluetoothManagerObject");
 }, "BluetoothManagerObject_extend");
+
 </script>
 </body>
 </html>
index 953d42cc48600692e8ddf0141c0d958fb9a57b8c..6757bd4e893b3c984628d1842fb474f7990c0b38 100644 (file)
@@ -23,7 +23,7 @@ Authors:
 -->
 <html>
 <head>
-<title>BluetoothManager notexist</title>
+<title>BluetoothManager_notexist</title>
 <script src="../resources/unitcommon.js"></script>
 <script src="support/bluetooth_common.js"></script>
 </head>
@@ -40,6 +40,7 @@ Authors:
 test(function () {
     check_no_interface_object("BluetoothManager");
 }, "BluetoothManager_notexist");
+
 </script>
 </body>
 </html>
index 244774dced77790b945be2bff922bd5bd33e457f..f985adec1c2d81a08d0dd1c456738e9f41df5cdf 100644 (file)
@@ -40,6 +40,7 @@ Authors:
 test(function () {
     check_no_interface_object("BluetoothProfileHandler");
 }, "BluetoothProfileHandler_notexist");
+
 </script>
 </body>
 </html>
index fe92fb51b9bed9c042b8762b59bf2acd889e3853..0b207b2849d50fb0840b90a6c8b67c2f7b6986b2 100644 (file)
@@ -23,7 +23,7 @@ Authors:
 -->
 <html>
 <head>
-<title>BluetoothServiceHandler notexist</title>
+<title>BluetoothServiceHandler_notexist</title>
 <script src="../resources/unitcommon.js"></script>
 <script src="support/bluetooth_common.js"></script>
 </head>
@@ -40,6 +40,7 @@ Authors:
 test(function () {
     check_no_interface_object("BluetoothServiceHandler");
 }, "BluetoothServiceHandler_notexist");
+
 </script>
-  </body>
+</body>
 </html>
index 2cd45ae3a762f88bf047afe7983eed24099ac9f7..c74cfeab46d7249a2808626fe0bdd61a9bbb97ae 100644 (file)
@@ -23,7 +23,7 @@ Authors:
 -->
 <html>
 <head>
-<title>BluetoothServiceSuccessCallback notexist</title>
+<title>BluetoothServiceSuccessCallback_notexist</title>
 <script src="../resources/unitcommon.js"></script>
 <script src="support/bluetooth_common.js"></script>
 </head>
@@ -40,6 +40,7 @@ Authors:
 test(function () {
     check_no_interface_object("BluetoothServiceSuccessCallback");
 }, "BluetoothServiceSuccessCallback_notexist");
+
 </script>
 </body>
 </html>
index ecabfeb4f2adf368fa44ef5c0ec39e77de17ea56..ae2290d46d4619a6c9b84d79b11fa6b07dba1263 100644 (file)
@@ -23,7 +23,7 @@ Authors:
 -->
 <html>
 <head>
-<title>BluetoothSocketSuccessCallback notexist</title>
+<title>BluetoothSocketSuccessCallback_notexist</title>
 <script src="../resources/unitcommon.js"></script>
 <script src="support/bluetooth_common.js"></script>
 </head>
@@ -40,6 +40,7 @@ Authors:
 test(function () {
     check_no_interface_object("BluetoothSocketSuccessCallback");
 }, "BluetoothSocketSuccessCallback_notexist");
+
 </script>
 </body>
 </html>
index 143f40aae63b953eb64268191ace924b4b3be9ce..bd27f75e9d24e1dd4a6e8c6fc028cf4149735117 100644 (file)
@@ -23,7 +23,7 @@ Authors:
 -->
 <html>
 <head>
-<title>BluetoothSocket notexist</title>
+<title>BluetoothSocket_notexist</title>
 <script src="../resources/unitcommon.js"></script>
 <script src="support/bluetooth_common.js"></script>
 </head>
@@ -40,6 +40,7 @@ Authors:
 test(function () {
     check_no_interface_object("BluetoothSocket");
 }, "BluetoothSocket_notexist");
+
 </script>
 </body>
 </html>