diff options
author | ananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-06 00:51:12 +0000 |
---|---|---|
committer | ananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-06 00:51:12 +0000 |
commit | 05d0d7888505656e792b233d69907a81bafb5157 (patch) | |
tree | 0fa0f403567ca7f16724cfbf8fa7cb77fdf58f9d /chrome_frame/test | |
parent | f246ef923c1fc5fa4c2ac979c2f66e522b913f65 (diff) | |
download | chromium_src-05d0d7888505656e792b233d69907a81bafb5157.zip chromium_src-05d0d7888505656e792b233d69907a81bafb5157.tar.gz chromium_src-05d0d7888505656e792b233d69907a81bafb5157.tar.bz2 |
Correct the bug number for the disabled chrome frame tests.
TBR=amit
Review URL: http://codereview.chromium.org/1562012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@43682 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame/test')
-rw-r--r-- | chrome_frame/test/test_mock_with_web_server.cc | 2 | ||||
-rw-r--r-- | chrome_frame/test/test_with_web_server.cc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/chrome_frame/test/test_mock_with_web_server.cc b/chrome_frame/test/test_mock_with_web_server.cc index 2ec1970..11e7dc6 100644 --- a/chrome_frame/test/test_mock_with_web_server.cc +++ b/chrome_frame/test/test_mock_with_web_server.cc @@ -1254,7 +1254,7 @@ TEST_F(ChromeFrameTestWithWebServer, loop.RunFor(kChromeFrameLongNavigationTimeoutInSeconds * 2); } -// http://code.google.com/p/chromium/issues/detail?id=40266 +// http://code.google.com/p/chromium/issues/detail?id=40124 TEST(IEPrivacy, DISABLED_NavigationToRestrictedSite) { CloseIeAtEndOfScope last_resort_close_ie; chrome_frame_test::TimedMsgLoop loop; diff --git a/chrome_frame/test/test_with_web_server.cc b/chrome_frame/test/test_with_web_server.cc index 4f9a76d..0aabb4c 100644 --- a/chrome_frame/test/test_with_web_server.cc +++ b/chrome_frame/test/test_with_web_server.cc @@ -791,7 +791,7 @@ TEST_F(ChromeFrameTestWithWebServer, // Test whether POST-ing a form from an mshtml page to a CF page will cause // the request to get reissued. It should not. -// http://code.google.com/p/chromium/issues/detail?id=40266 +// http://code.google.com/p/chromium/issues/detail?id=40124 TEST_F(ChromeFrameTestWithWebServer, DISABLED_FullTabModeIE_TestPostReissue) { if (!MonikerPatchEnabled()) return; |