| 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());
|
|
|