| Index: chrome_frame/test/test_with_web_server.cc
|
| ===================================================================
|
| --- chrome_frame/test/test_with_web_server.cc (revision 48838)
|
| +++ chrome_frame/test/test_with_web_server.cc (working copy)
|
| @@ -799,8 +799,8 @@
|
| // http://code.google.com/p/chromium/issues/detail?id=35341
|
| TEST_F(ChromeFrameTestWithWebServer,
|
| FLAKY_FullTabModeIE_AnchorUrlNavigateTest) {
|
| - if (!MonikerPatchEnabled()) {
|
| - LOG(ERROR) << "Not running test. Moniker patch not enabled.";
|
| + if (IsIBrowserServicePatchEnabled()) {
|
| + LOG(ERROR) << "Not running test. IBrowserServicePatch is in place.";
|
| return;
|
| }
|
|
|
| @@ -816,8 +816,8 @@
|
| // Test whether POST-ing a form from an mshtml page to a CF page will cause
|
| // the request to get reissued. It should not.
|
| TEST_F(ChromeFrameTestWithWebServer, FullTabModeIE_TestPostReissue) {
|
| - if (!MonikerPatchEnabled()) {
|
| - LOG(ERROR) << "Not running test. Moniker patch not enabled.";
|
| + if (IsIBrowserServicePatchEnabled()) {
|
| + LOG(ERROR) << "Not running test. IBrowserServicePatch is in place.";
|
| return;
|
| }
|
|
|
| @@ -853,8 +853,8 @@
|
| // Test whether following a link from an mshtml page to a CF page will cause
|
| // multiple network requests. It should not.
|
| TEST_F(ChromeFrameTestWithWebServer, FullTabModeIE_TestMultipleGet) {
|
| - if (!MonikerPatchEnabled()) {
|
| - LOG(ERROR) << "Not running test. Moniker patch not enabled.";
|
| + if (IsIBrowserServicePatchEnabled()) {
|
| + LOG(ERROR) << "Not running test. IBrowserServicePatch is in place.";
|
| return;
|
| }
|
|
|
|
|