commit | 9b9b8c78a1afe63d7dbc478892fdf53046039ceb | [log] [tgz] |
---|---|---|
author | flin@google.com <flin@google.com@8db76d5a-ed1c-0410-87a9-c151d255dfc7> | Fri Mar 26 20:35:20 2010 +0000 |
committer | flin@google.com <flin@google.com@8db76d5a-ed1c-0410-87a9-c151d255dfc7> | Fri Mar 26 20:35:20 2010 +0000 |
tree | 01410bf212d6c247e9997ad012da6f3a84732529 | |
parent | d9608841319d8c3a620e94b32b6ac02767ad6b45 [diff] |
Removing annotated test cases that are passed with HtmlUnit 5607. Review by: amitmanjhi@google.com git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@7803 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/user/test/com/google/gwt/user/client/rpc/UnicodeEscapingTest.java b/user/test/com/google/gwt/user/client/rpc/UnicodeEscapingTest.java index 6243653..102cf10 100644 --- a/user/test/com/google/gwt/user/client/rpc/UnicodeEscapingTest.java +++ b/user/test/com/google/gwt/user/client/rpc/UnicodeEscapingTest.java
@@ -186,7 +186,6 @@ * equivalent in that case. Surrogate characters are also not tested here, * see {@link #disabled_testServerToClientBMPSurrogates()}. */ - @DoNotRunWith(Platform.HtmlUnitBug) public void testServerToClientBMP() { delayTestFinish(TEST_FINISH_DELAY_MS); serverToClientVerify(Character.MIN_CODE_POINT,
diff --git a/user/test/com/google/gwt/user/client/ui/AbsolutePanelTest.java b/user/test/com/google/gwt/user/client/ui/AbsolutePanelTest.java index 648467b..966fcda 100644 --- a/user/test/com/google/gwt/user/client/ui/AbsolutePanelTest.java +++ b/user/test/com/google/gwt/user/client/ui/AbsolutePanelTest.java
@@ -39,8 +39,8 @@ } /** - * Failed in all modes due to HtmlUnit bug. See: - * https://sourceforge.net/tracker/?func=detail&aid=2892289&group_id=47038&atid=448266 + * Failed in all modes with absolute positioning. + * TODO: (flin) File a new HtmlUnit bug. */ @DoNotRunWith(Platform.HtmlUnitBug) public void testPositioning() {