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

Unified Diff: chrome_frame/test/navigation_test.cc

Issue 6248007: Fix for ChromeFrame TypeUrl test failures on the IE9 builder. The Address bar... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 11 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 | « 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/navigation_test.cc
===================================================================
--- chrome_frame/test/navigation_test.cc (revision 71338)
+++ chrome_frame/test/navigation_test.cc (working copy)
@@ -45,7 +45,7 @@
TEST_P(FullTabNavigationTest, TypeUrl) {
MockAccEventObserver acc_observer;
EXPECT_CALL(acc_observer, OnAccDocLoad(_)).Times(testing::AnyNumber());
- AccObjectMatcher address_matcher(L"Address", L"editable text");
+ AccObjectMatcher address_matcher(L"Address*", L"editable text");
AccObjectMatcher go_matcher(L"Go*", L"push button");
ie_mock_.ExpectNavigation(IN_IE, GetSimplePageUrl());
@@ -72,7 +72,7 @@
TEST_P(FullTabNavigationTest, TypeAnchorUrl) {
MockAccEventObserver acc_observer;
EXPECT_CALL(acc_observer, OnAccDocLoad(_)).Times(testing::AnyNumber());
- AccObjectMatcher address_matcher(L"Address", L"editable text");
+ AccObjectMatcher address_matcher(L"Address*", L"editable text");
AccObjectMatcher go_matcher(L"Go*", L"push button");
ie_mock_.ExpectNavigation(IN_IE, GetSimplePageUrl());
« 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