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

Unified Diff: device/bluetooth/bluez/bluetooth_advertisement_bluez_unittest.cc

Issue 2907913002: Fix ManufacturerData and ServiceData DBus data type to match with bluez. (Closed)
Patch Set: Fix ManufacturerData and ServiceData DBus data type to match with bluez. Created 3 years, 7 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: device/bluetooth/bluez/bluetooth_advertisement_bluez_unittest.cc
diff --git a/device/bluetooth/bluez/bluetooth_advertisement_bluez_unittest.cc b/device/bluetooth/bluez/bluetooth_advertisement_bluez_unittest.cc
index 3c7addf719a9a2030df75396cdb5a80e1cd9e66d..3175bd3671359e5650df0c5fe4d3013fc06c3428 100644
--- a/device/bluetooth/bluez/bluetooth_advertisement_bluez_unittest.cc
+++ b/device/bluetooth/bluez/bluetooth_advertisement_bluez_unittest.cc
@@ -234,7 +234,7 @@ TEST_F(BluetoothAdvertisementBlueZTest, RegisterTooManyFailed) {
// The next advertisement should fail to register.
current_advertisement = CreateAdvertisement();
- ExpectError(BluetoothAdvertisement::ERROR_ADVERTISEMENT_ALREADY_EXISTS);
+ ExpectError(BluetoothAdvertisement::ERROR_ADVERTISEMENT_FAILED);
rkc 2017/06/01 18:10:50 What's the difference between ALREADY_EXISTS and F
EXPECT_FALSE(current_advertisement);
}

Powered by Google App Engine
This is Rietveld 408576698