[Bluetooth] Fix TTS-2100 : remove BluetoothSocket.onerror testing
authorJunghyuk Park <junghyuk.park@samsung.com>
Fri, 25 Oct 2013 05:00:40 +0000 (14:00 +0900)
committerJunghyuk Park <junghyuk.park@samsung.com>
Fri, 25 Oct 2013 05:00:40 +0000 (14:00 +0900)
Change-Id: I01e525677d54c40f79af6f6e98c6562e48318fe3

tct-bluetooth-tizen-tests/bluetooth/BluetoothSocket.html [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index cd4feed..cf8d27e
@@ -158,7 +158,6 @@ t.step(function () {
             assert_true("peer" in socket, "No peer in socket");
             assert_true("onmessage" in socket, "No onmessage in socket");
             assert_true("onclose" in socket, "No onclose in socket");
-            assert_true("onerror" in socket, "No onerror in socket");
             assert_type(socket.writeData, "function", "Method writeData does not exist.");
             assert_type(socket.readData, "function", "Method readData does not exist.");
             assert_type(socket.close, "function", "Method close does not exist.");