summaryrefslogtreecommitdiffstats
path: root/chrome_frame/test/ui_test.cc
diff options
context:
space:
mode:
authorananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-02 01:40:47 +0000
committerananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-02 01:40:47 +0000
commitde4f9f5192b8d2e3403ee783ecca011c9d13b847 (patch)
treee0252e873b784d12c7873ba482311bdc3384af44 /chrome_frame/test/ui_test.cc
parentd995fa1e7bd1d6d5bc35772dcb952e660e9b52a9 (diff)
downloadchromium_src-de4f9f5192b8d2e3403ee783ecca011c9d13b847.zip
chromium_src-de4f9f5192b8d2e3403ee783ecca011c9d13b847.tar.gz
chromium_src-de4f9f5192b8d2e3403ee783ecca011c9d13b847.tar.bz2
Fix the expectations of the ChromeFrame CFOpenLinkInNewWindow to ensure that it passes on IE8.
Increased the timeout of the CF_DownloadFileFromPost test as it seems to consistently fail on IE8 BUG=none TEST=ChromeFrame tests should pass. TBR=amit Review URL: http://codereview.chromium.org/6794006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80248 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame/test/ui_test.cc')
-rw-r--r--chrome_frame/test/ui_test.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome_frame/test/ui_test.cc b/chrome_frame/test/ui_test.cc
index d284590..5c1c45a 100644
--- a/chrome_frame/test/ui_test.cc
+++ b/chrome_frame/test/ui_test.cc
@@ -705,6 +705,7 @@ TEST_F(ContextMenuTest, CFOpenLinkInNewWindow) {
// Invoke 'Open link in new window' context menu item.
EXPECT_CALL(acc_observer_, OnAccDocLoad(_))
+ .Times(testing::AtMost(2))
.WillOnce(AccRightClick(AccObjectMatcher(L"", L"link")))
.WillOnce(testing::Return());
EXPECT_CALL(acc_observer_, OnMenuPopup(_))