| Index: trunk/src/chrome/test/data/extensions/api_test/bluetooth/discovery_in_progress/runtest.js
|
| ===================================================================
|
| --- trunk/src/chrome/test/data/extensions/api_test/bluetooth/discovery_in_progress/runtest.js (revision 255369)
|
| +++ trunk/src/chrome/test/data/extensions/api_test/bluetooth/discovery_in_progress/runtest.js (working copy)
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -var kExpectedDeviceNames = ["d2"];
|
| +var kExpectedDeviceNames = ["d1", "d2"];
|
|
|
| function testDiscovery() {
|
| chrome.test.assertEq(kExpectedDeviceNames.length,
|
|
|