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

Unified Diff: net/spdy/hpack_round_trip_test.cc

Issue 822713002: Update from https://crrev.com/309415 (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 6 years 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: net/spdy/hpack_round_trip_test.cc
diff --git a/net/spdy/hpack_round_trip_test.cc b/net/spdy/hpack_round_trip_test.cc
index aae7584393a956bdb7b56ac4ebf40c02a7ecb3e9..fe978785bd49ebe1d94408b149363413d11d7550 100644
--- a/net/spdy/hpack_round_trip_test.cc
+++ b/net/spdy/hpack_round_trip_test.cc
@@ -103,7 +103,7 @@ TEST_F(HpackRoundTripTest, RequestFixtures) {
headers[":path"] = "/";
headers[":scheme"] = "http";
headers["cache-control"] = "no-cache";
- headers["cookie"] = "foo=bar; fizzle=fazzle";
+ headers["cookie"] = "foo=bar; spam=eggs";
EXPECT_TRUE(RoundTrip(headers));
}
{

Powered by Google App Engine
This is Rietveld 408576698