summaryrefslogtreecommitdiffstats
path: root/chrome_frame/test/navigation_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome_frame/test/navigation_test.cc')
-rw-r--r--chrome_frame/test/navigation_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome_frame/test/navigation_test.cc b/chrome_frame/test/navigation_test.cc
index b0a7b1d..2641b9a 100644
--- a/chrome_frame/test/navigation_test.cc
+++ b/chrome_frame/test/navigation_test.cc
@@ -829,7 +829,7 @@ TEST_F(FullTabDownloadTest, CF_DownloadFileFromPost) {
testing::Field(&VARIANT::bstrVal,
StrEq(tgt_url)), _, _, _, _, _));
EXPECT_CALL(download_window_mock, OnLoad(false, _));
- EXPECT_CALL(download_window_mock, OnQuit());
+ EXPECT_CALL(download_window_mock, OnQuit()).Times(testing::AtMost(1));
FilePath temp_file_path;
ASSERT_TRUE(file_util::CreateTemporaryFile(&temp_file_path));