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

Unified Diff: chrome_frame/test/http_negotiate_unittest.cc

Issue 6045001: Fix the ChromeFrame BeginningTransaction unit test failures which validate th... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/test/http_negotiate_unittest.cc
===================================================================
--- chrome_frame/test/http_negotiate_unittest.cc (revision 69586)
+++ chrome_frame/test/http_negotiate_unittest.cc (working copy)
@@ -70,7 +70,7 @@
std::wstring cf_tag(
ASCIIToWide(http_utils::GetChromeFrameUserAgent()));
- EXPECT_NE(std::wstring::npos, cf_ua.find(cf_tag));
+ EXPECT_NE(std::wstring::npos, cf_ua.find(L"chromeframe/"));
struct TestCase {
const std::wstring original_headers_;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698