commit | 185d2f673db9706ac20e933f06e3b45ba16c0751 | [log] [tgz] |
---|---|---|
author | amitmanjhi@google.com <amitmanjhi@google.com@8db76d5a-ed1c-0410-87a9-c151d255dfc7> | Fri Sep 18 01:24:00 2009 +0000 |
committer | amitmanjhi@google.com <amitmanjhi@google.com@8db76d5a-ed1c-0410-87a9-c151d255dfc7> | Fri Sep 18 01:24:00 2009 +0000 |
tree | cb6bf7593f84bce2f72f1b7d9afc799b753a190d | |
parent | f56f369ca9938e131f882277712b2771dcec65b0 [diff] |
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 git-svn-id: https://google-web-toolkit.googlecode.com/svn/branches/farewellSwt@6161 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/user/test/com/google/gwt/user/client/ui/ImageTest.java b/user/test/com/google/gwt/user/client/ui/ImageTest.java index fdb9873..995c57d 100644 --- a/user/test/com/google/gwt/user/client/ui/ImageTest.java +++ b/user/test/com/google/gwt/user/client/ui/ImageTest.java
@@ -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();