Index: chrome/test/data/extensions/api_test/bluetooth/on_connection/runtest.js |
diff --git a/chrome/test/data/extensions/api_test/bluetooth/on_connection/runtest.js b/chrome/test/data/extensions/api_test/bluetooth/on_connection/runtest.js |
index fca8ec07edbe8c7ffa3061cc0c91b9af21febcf4..1a053497181df4aa5143d6aff2e4a7e9390eefa5 100644 |
--- a/chrome/test/data/extensions/api_test/bluetooth/on_connection/runtest.js |
+++ b/chrome/test/data/extensions/api_test/bluetooth/on_connection/runtest.js |
@@ -9,7 +9,7 @@ var profileUuid; |
function testOnConnectionEvent() { |
chrome.test.assertEq('d1', deviceName); |
chrome.test.assertEq('11:12:13:14:15:16', deviceAddress); |
- chrome.test.assertEq('1234', profileUuid); |
+ chrome.test.assertEq('00001234-0000-1000-8000-00805f9b34fb', profileUuid); |
chrome.test.succeed(); |
} |