summaryrefslogtreecommitdiffstats
path: root/chrome_frame/test/ui_test.cc
diff options
context:
space:
mode:
authorkkania@chromium.org <kkania@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-25 00:42:21 +0000
committerkkania@chromium.org <kkania@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-25 00:42:21 +0000
commitf81088332b42c2a0d88aa59dd9ecccf92d5ed821 (patch)
treed021b6ea76022bc75a03b2f719f2edea71b9415a /chrome_frame/test/ui_test.cc
parentba2961d9dcdc4d394eaabb8c68de20f7b1b24daf (diff)
downloadchromium_src-f81088332b42c2a0d88aa59dd9ecccf92d5ed821.zip
chromium_src-f81088332b42c2a0d88aa59dd9ecccf92d5ed821.tar.gz
chromium_src-f81088332b42c2a0d88aa59dd9ecccf92d5ed821.tar.bz2
[chrome frame] Send mouse button messages to select a menu item if the desktop is locked.
BUG=none TEST=none Review URL: http://codereview.chromium.org/3191022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57267 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame/test/ui_test.cc')
-rw-r--r--chrome_frame/test/ui_test.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/chrome_frame/test/ui_test.cc b/chrome_frame/test/ui_test.cc
index 3d1cf12..3781951 100644
--- a/chrome_frame/test/ui_test.cc
+++ b/chrome_frame/test/ui_test.cc
@@ -324,11 +324,6 @@ class ContextMenuTest : public MockIEEventSinkTest, public testing::Test {
ContextMenuTest() {}
virtual void SetUp() {
- // These tests must run on an unlocked desktop in order to use MSAA to
- // select menu items.
- ASSERT_TRUE(IsDesktopUnlocked())
- << "This test must run on an unlocked desktop";
-
// These are UI-related tests, so we do not care about the exact
// navigations that occur.
ie_mock_.ExpectAnyNavigations();