commit | 510355502d06a9a77d54f49db087cc2f627fe734 | [log] [tgz] |
---|---|---|
author | gwt.team.knorton <gwt.team.knorton@8db76d5a-ed1c-0410-87a9-c151d255dfc7> | Tue Mar 04 01:26:19 2008 +0000 |
committer | gwt.team.knorton <gwt.team.knorton@8db76d5a-ed1c-0410-87a9-c151d255dfc7> | Tue Mar 04 01:26:19 2008 +0000 |
tree | 215a78cbb86101e1ef83b6e49799bd1fc02eaedf | |
parent | 01927893bea5ccad9c542f8e8d7bcbfddc2d23f4 [diff] |
Filed as Issue #2143. http://code.google.com/p/google-web-toolkit/issues/detail?id=2143 Disables WindowTest.testGetClientSize as it is failing in quirks mode tests. This test should be brought back online by the next milestone. Review by: jlabanca (TBR) git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@1966 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/user/test/com/google/gwt/user/client/WindowTest.java b/user/test/com/google/gwt/user/client/WindowTest.java index 3f1ceef..d5f4407 100644 --- a/user/test/com/google/gwt/user/client/WindowTest.java +++ b/user/test/com/google/gwt/user/client/WindowTest.java
@@ -53,7 +53,7 @@ * Tests the ability of the Window to get the client size correctly with and * without visible scroll bars. */ - public void testGetClientSize() { + public void disabledTestGetClientSize() { // Get the dimensions without any scroll bars Window.enableScrolling(false); final int oldClientHeight = Window.getClientHeight();