summaryrefslogtreecommitdiffstats
path: root/chrome_frame
diff options
context:
space:
mode:
authorananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-28 23:39:12 +0000
committerananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-28 23:39:12 +0000
commit44ad4f8d9955f1c861d3395199699d4d425949d1 (patch)
tree609cf67eb183cfa78de739fd9d1eaa65b2b7304c /chrome_frame
parentc2c3ada8b28d9c812d65250133c236fc4ef02f63 (diff)
downloadchromium_src-44ad4f8d9955f1c861d3395199699d4d425949d1.zip
chromium_src-44ad4f8d9955f1c861d3395199699d4d425949d1.tar.gz
chromium_src-44ad4f8d9955f1c861d3395199699d4d425949d1.tar.bz2
Addressing the expectations of the ChromeFrame CF_DownloadFileFromPost test which fails on
IE6 after the change to target downloads in a new window. Testing if this fixes it. BUG=none TEST=CF_DownloadFileFromPost passes on all CF builders. TBR=amit Review URL: http://codereview.chromium.org/6588070 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76310 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame')
-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));