commit | 58ac6508f78fd1a1685d9ad23b3fc084ee54e764 | [log] [tgz] |
---|---|---|
author | bnc <bnc@google.com> | Wed Jul 17 07:46:38 2019 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Jul 17 07:47:08 2019 -0700 |
tree | d5f7e5cccfb49c84a66eccde504fdcd23ec3f3b2 | |
parent | 73edad390ec5d8c6854164cf7eb6d427f60ae2ef [diff] |
Use testing::Eq() for QuicStringPiece. A QuicStringPiece argument cannot be verified against a std::string expected value with Chromium's gMock implementation. Eq() needs to be used instead. This is blocking QUICHE merge. I locally verified that this patch fixed Chromium compilation. gfe-relnote: n/a, test-only change. PiperOrigin-RevId: 258566803 Change-Id: I887a884ea859fc4716fae511984424a158afc22f
QUICHE (QUIC, Http/2, Etc) is Google‘s implementation of QUIC and related protocols. It powers Chromium as well as Google’s QUIC servers and some other projects.
The code is currently in process of being moved from https://cs.chromium.org/chromium/src/net/third_party/ into this repository. Please excuse our appearance while we're under construction.