diff options
author | ananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-14 01:28:35 +0000 |
---|---|---|
committer | ananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-14 01:28:35 +0000 |
commit | 092a4cc15cf8734408e81853d97846c94e9071fe (patch) | |
tree | c2fd568f2e58698159dfb4ddbcf929c1e541e624 /chrome_frame/test/test_with_web_server.cc | |
parent | 58ae32fcc1434cf443b01d05172597c394147317 (diff) | |
download | chromium_src-092a4cc15cf8734408e81853d97846c94e9071fe.zip chromium_src-092a4cc15cf8734408e81853d97846c94e9071fe.tar.gz chromium_src-092a4cc15cf8734408e81853d97846c94e9071fe.tar.bz2 |
The ChromeFrame FullTabModeIE_AnchorUrlNavigateTest test only works if the IMoniker patch is enabled.
TBR=amit
Review URL: http://codereview.chromium.org/1575039
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44432 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame/test/test_with_web_server.cc')
-rw-r--r-- | chrome_frame/test/test_with_web_server.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome_frame/test/test_with_web_server.cc b/chrome_frame/test/test_with_web_server.cc index 758e07e..b5c9648 100644 --- a/chrome_frame/test/test_with_web_server.cc +++ b/chrome_frame/test/test_with_web_server.cc @@ -778,6 +778,9 @@ const wchar_t kAnchorUrlNavigate[] = // http://code.google.com/p/chromium/issues/detail?id=35341 TEST_F(ChromeFrameTestWithWebServer, FLAKY_FullTabModeIE_AnchorUrlNavigateTest) { + if (!MonikerPatchEnabled()) + return; + chrome_frame_test::TimedMsgLoop loop; ASSERT_TRUE(LaunchBrowser(IE, kAnchorUrlNavigate)); |