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

Issue 1562012: Correct the bug number for the disabled chrome frame tests. (Closed)

Created:
10 years, 8 months ago by ananta
Modified:
9 years, 6 months ago
Reviewers:
amit
CC:
chromium-reviews, amit
Visibility:
Public.

Description

Correct the bug number for the disabled chrome frame tests. TBR=amit Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=43682

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -2 lines) Patch
M chrome_frame/test/test_mock_with_web_server.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome_frame/test/test_with_web_server.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
ananta
10 years, 8 months ago (2010-04-05 23:42:08 UTC) #1
amit
10 years, 8 months ago (2010-04-06 04:38:56 UTC) #2
ok

On Mon, Apr 5, 2010 at 4:42 PM, <ananta@chromium.org> wrote:

> Reviewers: amit,
>
> Description:
> Correct the bug number for the disabled chrome frame tests.
>
> TBR=amit
>
>
> Please review this at http://codereview.chromium.org/1562012
>
> SVN Base: svn://chrome-svn/chrome/trunk/src/
>
> Affected files:
>  M     chrome_frame/test/test_mock_with_web_server.cc
>  M     chrome_frame/test/test_with_web_server.cc
>
>
> Index: chrome_frame/test/test_with_web_server.cc
> ===================================================================
> --- chrome_frame/test/test_with_web_server.cc   (revision 43676)
> +++ chrome_frame/test/test_with_web_server.cc   (working copy)
> @@ -791,7 +791,7 @@
>
>  // 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;
> Index: chrome_frame/test/test_mock_with_web_server.cc
> ===================================================================
> --- chrome_frame/test/test_mock_with_web_server.cc      (revision 43676)
> +++ chrome_frame/test/test_mock_with_web_server.cc      (working copy)
> @@ -1254,7 +1254,7 @@
>   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;
>
>
>

Powered by Google App Engine
This is Rietveld 408576698