| Index: ash/wm/workspace/workspace_window_resizer_unittest.cc
|
| diff --git a/ash/wm/workspace/workspace_window_resizer_unittest.cc b/ash/wm/workspace/workspace_window_resizer_unittest.cc
|
| index 60304cef21aaad17c3de45989a26dd375b8a9f17..4a4fa08ca1a52e65ab49582b9cb514791492966c 100644
|
| --- a/ash/wm/workspace/workspace_window_resizer_unittest.cc
|
| +++ b/ash/wm/workspace/workspace_window_resizer_unittest.cc
|
| @@ -142,15 +142,15 @@ class WorkspaceWindowResizerTest : public test::AshTestBase {
|
| // Fails on win_aura since wm::GetRootWindowRelativeToWindow is not implemented
|
| // yet for the platform.
|
| #if defined(OS_WIN)
|
| -#define MAYBE_WindowDragWithMultiMonitors \
|
| - DISABLED_WindowDragWithMultiMonitors
|
| -#define MAYBE_WindowDragWithMultiMonitorsRightToLeft \
|
| - DISABLED_WindowDragWithMultiMonitorsRightToLeft
|
| +#define MAYBE_WindowDragWithMultiDisplays \
|
| + DISABLED_WindowDragWithMultiDisplays
|
| +#define MAYBE_WindowDragWithMultiDisplaysRightToLeft \
|
| + DISABLED_WindowDragWithMultiDisplaysRightToLeft
|
| #define MAYBE_PhantomStyle DISABLED_PhantomStyle
|
| #else
|
| -#define MAYBE_WindowDragWithMultiMonitors WindowDragWithMultiMonitors
|
| -#define MAYBE_WindowDragWithMultiMonitorsRightToLeft \
|
| - WindowDragWithMultiMonitorsRightToLeft
|
| +#define MAYBE_WindowDragWithMultiDisplays WindowDragWithMultiDisplays
|
| +#define MAYBE_WindowDragWithMultiDisplaysRightToLeft \
|
| + WindowDragWithMultiDisplaysRightToLeft
|
| #define MAYBE_PhantomStyle PhantomStyle
|
| #endif
|
|
|
| @@ -488,7 +488,7 @@ TEST_F(WorkspaceWindowResizerTest, Edge) {
|
| }
|
|
|
| // Verifies a window can be moved from the primary display to another.
|
| -TEST_F(WorkspaceWindowResizerTest, MAYBE_WindowDragWithMultiMonitors) {
|
| +TEST_F(WorkspaceWindowResizerTest, MAYBE_WindowDragWithMultiDisplays) {
|
| // The secondary display is logically on the right, but on the system (e.g. X)
|
| // layer, it's below the primary one. See UpdateDisplay() in ash_test_base.cc.
|
| UpdateDisplay("800x600,800x600");
|
| @@ -555,7 +555,7 @@ TEST_F(WorkspaceWindowResizerTest, MAYBE_WindowDragWithMultiMonitors) {
|
|
|
| // Verifies a window can be moved from the secondary display to primary.
|
| TEST_F(WorkspaceWindowResizerTest,
|
| - MAYBE_WindowDragWithMultiMonitorsRightToLeft) {
|
| + MAYBE_WindowDragWithMultiDisplaysRightToLeft) {
|
| UpdateDisplay("800x600,800x600");
|
| Shell::GetInstance()->shelf()->LayoutShelf();
|
| Shell::RootWindowList root_windows = Shell::GetAllRootWindows();
|
|
|