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

Unified Diff: ash/display/unified_mouse_warp_controller_unittest.cc

Issue 2653593004: chromeos: Remove AshTestBase::SupportsMultipleDisplays (Closed)
Patch Set: Created 3 years, 11 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 | « ash/display/screen_ash_unittest.cc ('k') | ash/display/window_tree_host_manager_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/display/unified_mouse_warp_controller_unittest.cc
diff --git a/ash/display/unified_mouse_warp_controller_unittest.cc b/ash/display/unified_mouse_warp_controller_unittest.cc
index 6cdc94ea87f774d72491d70b12ee62531c95930d..2fa86f7e81b2a14e8ce2043b7270a176dd41001e 100644
--- a/ash/display/unified_mouse_warp_controller_unittest.cc
+++ b/ash/display/unified_mouse_warp_controller_unittest.cc
@@ -155,9 +155,6 @@ class UnifiedMouseWarpControllerTest : public test::AshTestBase {
// Verifies if MouseCursorEventFilter's bounds calculation works correctly.
TEST_F(UnifiedMouseWarpControllerTest, BoundaryTest) {
- if (!SupportsMultipleDisplays())
- return;
-
{
SCOPED_TRACE("1x1");
BoundaryTestBody("400x400,0+450-700x400", "400x400,0+450-700x600");
@@ -179,8 +176,6 @@ TEST_F(UnifiedMouseWarpControllerTest, BoundaryTest) {
// Verifies if the mouse pointer correctly moves to another display in
// unified desktop mode.
TEST_F(UnifiedMouseWarpControllerTest, WarpMouse) {
- if (!SupportsMultipleDisplays())
- return;
UpdateDisplay("500x500,600+0-500x500");
ASSERT_EQ(1, display::Screen::GetScreen()->GetNumDisplays());
« no previous file with comments | « ash/display/screen_ash_unittest.cc ('k') | ash/display/window_tree_host_manager_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698