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

Unified Diff: chrome_frame/test/test_with_web_server.cc

Issue 4980004: Fix the ChromeFrame FullTabModeIE_TestDownloadFromForm test flakiness on IE9.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 1 month 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/test/test_with_web_server.cc
===================================================================
--- chrome_frame/test/test_with_web_server.cc (revision 66193)
+++ chrome_frame/test/test_with_web_server.cc (working copy)
@@ -1240,9 +1240,11 @@
};
EXPECT_CALL(win_observer_mock, OnWindowOpen(_))
+ .Times(testing::AtMost(1))
.WillOnce(chrome_frame_test::DoCloseWindow());
EXPECT_CALL(win_observer_mock, OnWindowClose(_))
+ .Times(testing::AtMost(1))
.WillOnce(QUIT_LOOP(loop_));
SimpleWebServerTest server(46664);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698