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

Unified Diff: device/bluetooth/bluetooth_device_unittest.cc

Issue 2706763002: bluetooth: Increase min api for Android (Closed)
Patch Set: bluetooth: Set min version to M Created 3 years, 10 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/bluetooth_device_unittest.cc
diff --git a/device/bluetooth/bluetooth_device_unittest.cc b/device/bluetooth/bluetooth_device_unittest.cc
index 19826117c94d04328119fa93535cd1fdb4cc2c1b..c9711be605cde3ed5f365cec82428bdbd20eafd3 100644
--- a/device/bluetooth/bluetooth_device_unittest.cc
+++ b/device/bluetooth/bluetooth_device_unittest.cc
@@ -1257,7 +1257,7 @@ TEST_F(BluetoothTest, GattServicesDiscoveredError_AfterDisconnection) {
GetConnectErrorCallback(Call::NOT_EXPECTED));
ResetEventCounts();
SimulateGattConnection(device);
- EXPECT_EQ(1, gatt_discovery_attempts_);
+ EXPECT_EQ(0, gatt_discovery_attempts_);
scheib 2017/04/08 04:05:34 Hmm, know why this changed?
ortuno 2017/04/08 04:07:43 Should've added a comment. This change just breaks
SimulateGattDisconnection(device);

Powered by Google App Engine
This is Rietveld 408576698