| Index: trunk/src/chrome/test/data/extensions/api_test/bluetooth/on_connection/runtest.js
|
| ===================================================================
|
| --- trunk/src/chrome/test/data/extensions/api_test/bluetooth/on_connection/runtest.js (revision 261569)
|
| +++ trunk/src/chrome/test/data/extensions/api_test/bluetooth/on_connection/runtest.js (working copy)
|
| @@ -9,7 +9,7 @@
|
| function testOnConnectionEvent() {
|
| chrome.test.assertEq('d1', deviceName);
|
| chrome.test.assertEq('11:12:13:14:15:16', deviceAddress);
|
| - chrome.test.assertEq('00001234-0000-1000-8000-00805f9b34fb', profileUuid);
|
| + chrome.test.assertEq('1234', profileUuid);
|
|
|
| chrome.test.succeed();
|
| }
|
|
|