summaryrefslogtreecommitdiffstats
path: root/ash
diff options
context:
space:
mode:
authoryusukes@chromium.org <yusukes@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-08 00:55:11 +0000
committeryusukes@chromium.org <yusukes@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-08 00:55:11 +0000
commit7be7b36d7c954ddbdca6c00aa4678078bcf51a7b (patch)
tree6f66a4152a00cbede5cde494095e54a7e851a7e5 /ash
parenta0629af98491baaeab2a8171a334c2d44a9c4360 (diff)
downloadchromium_src-7be7b36d7c954ddbdca6c00aa4678078bcf51a7b.zip
chromium_src-7be7b36d7c954ddbdca6c00aa4678078bcf51a7b.tar.gz
chromium_src-7be7b36d7c954ddbdca6c00aa4678078bcf51a7b.tar.bz2
Reenable WorkspaceWindowResizerTest tests on X.
BUG=None TEST=try passed Review URL: https://chromiumcodereview.appspot.com/10836142 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150472 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash')
-rw-r--r--ash/wm/workspace/workspace_window_resizer_unittest.cc8
1 files changed, 0 insertions, 8 deletions
diff --git a/ash/wm/workspace/workspace_window_resizer_unittest.cc b/ash/wm/workspace/workspace_window_resizer_unittest.cc
index 1a237fd..b9f09a15 100644
--- a/ash/wm/workspace/workspace_window_resizer_unittest.cc
+++ b/ash/wm/workspace/workspace_window_resizer_unittest.cc
@@ -126,12 +126,6 @@ class WorkspaceWindowResizerTest : public test::AshTestBase {
DISALLOW_COPY_AND_ASSIGN(WorkspaceWindowResizerTest);
};
-// TODO(oshima): Disabling these tests because these tests
-// depends on the window to be specific size, but bots doesn't
-// have enough space and the actual window gets smaller, which
-// causing mismatch.
-#if !defined(OS_WIN)
-
// Assertions around attached window resize dragging from the right with 2
// windows.
TEST_F(WorkspaceWindowResizerTest, AttachedResize_RIGHT_2) {
@@ -656,8 +650,6 @@ TEST_F(WorkspaceWindowResizerTest, CtrlCompleteDragMoveToExactPosition) {
EXPECT_EQ("106,124 320x160", window_->bounds().ToString());
}
-#endif
-
} // namespace
} // namespace test
} // namespace ash