| Index: chrome/test/data/extensions/api_test/bluetooth/test_discovery_expectation.js
|
| diff --git a/chrome/test/data/extensions/api_test/keybinding/script_badge/background.js b/chrome/test/data/extensions/api_test/bluetooth/test_discovery_expectation.js
|
| similarity index 82%
|
| copy from chrome/test/data/extensions/api_test/keybinding/script_badge/background.js
|
| copy to chrome/test/data/extensions/api_test/bluetooth/test_discovery_expectation.js
|
| index 54c01cf026f3af7b4717cf5d50f79ce74591a2cb..acc3a5465b914be1f92c4bb35ecfd0743ce07501 100644
|
| --- a/chrome/test/data/extensions/api_test/keybinding/script_badge/background.js
|
| +++ b/chrome/test/data/extensions/api_test/bluetooth/test_discovery_expectation.js
|
| @@ -1,5 +1,4 @@
|
| // Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
| -
|
| -chrome.test.notifyPass();
|
| +var kExpectedDeviceNames = ["d1"];
|
|
|