Revision: 6161 Author: [email protected] Date: Thu Sep 17 18:24:00 2009 Log: Disables a ImageTest on HtmlUnit because it is a HtmlUnit bug. Bug details at https://sourceforge.net/tracker/?func=detail&aid=2861064&group_id=47038&atid=448266
Patch by: amitmanjhi http://code.google.com/p/google-web-toolkit/source/detail?r=6161 Modified: /branches/farewellSwt/user/test/com/google/gwt/user/client/ui/ImageTest.java ======================================= --- /branches/farewellSwt/user/test/com/google/gwt/user/client/ui/ImageTest.java Thu Jul 30 13:47:31 2009 +++ /branches/farewellSwt/user/test/com/google/gwt/user/client/ui/ImageTest.java Thu Sep 17 18:24:00 2009 @@ -433,7 +433,13 @@ /** * Tests that wrapping an existing DOM element works if you call * setUrlAndVisibleRect() on it. + *<p> + * Disabled it on HtmlUnit because of a HtmlUnit bug. + * + * @see <a + * href="https://sourceforge.net/tracker/?func=detail&aid=2861064&group_id=47038&atid=448266">bug_report</a> */ + @DoNotRunWith({Platform.Htmlunit}) public void testWrapThenSetUrlAndVisibleRect() { String uid = Document.get().createUniqueId(); DivElement div = Document.get().createDivElement(); --~--~---------~--~----~------------~-------~--~----~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~----------~----~----~----~------~----~------~--~---
