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

Unified Diff: chrome_frame/test/ui_test.cc

Issue 3191022: [chrome frame] Send mouse button messages to select a menu item if the deskto... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 4 months 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 | « chrome_frame/test/chrome_frame_ui_test_utils.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/test/ui_test.cc
===================================================================
--- chrome_frame/test/ui_test.cc (revision 56867)
+++ chrome_frame/test/ui_test.cc (working copy)
@@ -324,11 +324,6 @@
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();
« no previous file with comments | « chrome_frame/test/chrome_frame_ui_test_utils.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698