Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / test / data / extensions / api_test / bluetooth_low_energy / uuid_permission_events / runtest.js
index 9acd2dc..ed840f4 100644 (file)
@@ -2,7 +2,7 @@
 // Use of this source code is governed by a BSD-style license that can be
 // found in the LICENSE file.
 function listener(data) {
-  chrome.test.fail('Event should not have been received.');
+  chrome.test.sendMessage('Event should not have been received.');
 }
 
 chrome.bluetoothLowEnergy.onServiceChanged.addListener(listener);