Commit 7be7b36d authored by yusukes@chromium.org's avatar yusukes@chromium.org

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
parent a0629af9
......@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment