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

Unified Diff: net/socket/sequenced_socket_data_unittest.cc

Issue 2852613002: Roll googletest to 1.8.0. (Closed)
Patch Set: Less elegant fix that should cover all cases. Created 3 years, 8 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
« no previous file with comments | « device/bluetooth/dbus/fake_bluetooth_media_endpoint_service_provider.h ('k') | testing/gmock/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/socket/sequenced_socket_data_unittest.cc
diff --git a/net/socket/sequenced_socket_data_unittest.cc b/net/socket/sequenced_socket_data_unittest.cc
index b35d1fb9133fce9b12ed8a8b5452472572823ab3..4d54f23322f29ae6249590f878597a8d7dc4d4aa 100644
--- a/net/socket/sequenced_socket_data_unittest.cc
+++ b/net/socket/sequenced_socket_data_unittest.cc
@@ -671,8 +671,8 @@ TEST_F(SequencedSocketDataTest, SingleSyncWriteTooSmall) {
static const char* kExpectedFailures[] = {
"Expected: (data.length()) >= (expected_data.length())",
- "Value of: actual_data",
- "Value of: sock_->Write(buf.get(), len, failing_callback_)"};
+ "To be equal to: actual_data",
+ "To be equal to: sock_->Write(buf.get(), len, failing_callback_)"};
ASSERT_EQ(arraysize(kExpectedFailures),
static_cast<size_t>(gtest_failures.size()));
« no previous file with comments | « device/bluetooth/dbus/fake_bluetooth_media_endpoint_service_provider.h ('k') | testing/gmock/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698