Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6023)

Unified Diff: chrome/test/data/extensions/api_test/bluetooth/on_connection/runtest.js

Issue 220323004: device/bluetooth: Rename device::bluetooth_utils::UUID to device::BluetoothUUID (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Initialized |empty_device_| in BluetoothDeviceWinTest. Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();
}
« no previous file with comments | « chrome/common/extensions/api/bluetooth/bluetooth_manifest_permission.cc ('k') | device/bluetooth/bluetooth.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698