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

Unified Diff: chrome_frame/test/navigation_test.cc

Issue 12779010: Attempt to fix flake in FullTabDownloadTest.CF_DownloadFileFromPost. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: motion to fix other test binaries Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome_frame/test/mock_ie_event_sink_actions.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/test/navigation_test.cc
diff --git a/chrome_frame/test/navigation_test.cc b/chrome_frame/test/navigation_test.cc
index 45026b316b6dad0dba6b9f252e01081bc5d14317..a8f3d40a4ea855d468edea495b1e8e4bb3445685 100644
--- a/chrome_frame/test/navigation_test.cc
+++ b/chrome_frame/test/navigation_test.cc
@@ -749,7 +749,7 @@ void CloseWindow(HWND* window) {
// IE brings up a file open dialog in this context.
// We bring up the Save dialog via accessibility and save the file
// and validate that all is well.
-TEST_F(FullTabDownloadTest, DISABLED_CF_DownloadFileFromPost) {
+TEST_F(FullTabDownloadTest, CF_DownloadFileFromPost) {
// Please see http://code.google.com/p/chromium/issues/detail?id=60987
// for more information on why this test is disabled for Vista with IE7.
if (base::win::GetVersion() >= base::win::VERSION_VISTA) {
@@ -857,7 +857,7 @@ TEST_F(FullTabDownloadTest, DISABLED_CF_DownloadFileFromPost) {
EXPECT_CALL(save_dialog_watcher, OnWindowClose(_))
.WillOnce(testing::DoAll(
- WaitForFileSave(temp_file_path, 2000),
+ WaitForFileSave(temp_file_path, 3000),
testing::InvokeWithoutArgs(
testing::CreateFunctor(CloseWindow, &owner_window)),
CloseBrowserMock(&ie_mock_)));
« no previous file with comments | « chrome_frame/test/mock_ie_event_sink_actions.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698