commit | d11c09ce72481404034bc40ddb48646f055daa84 | [log] [tgz] |
---|---|---|
author | amitmanjhi@google.com <amitmanjhi@google.com@8db76d5a-ed1c-0410-87a9-c151d255dfc7> | Thu Oct 15 01:26:27 2009 +0000 |
committer | amitmanjhi@google.com <amitmanjhi@google.com@8db76d5a-ed1c-0410-87a9-c151d255dfc7> | Thu Oct 15 01:26:27 2009 +0000 |
tree | 3c3519576ec7b13e40121d3432d3bdb2cbc6b082 | |
parent | 2c4da86cc54e9d0f12a8986cf631c14ad5843788 [diff] |
Ignoring the testNoOverrideInheritedSharedCssClasses for the time being, while I debug it. It is failing in hosted mode consistently. Patch by: amitmanjhi git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@6380 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/user/test/com/google/gwt/uibinder/sample/client/UiBinderTest.java b/user/test/com/google/gwt/uibinder/sample/client/UiBinderTest.java index 520ea8b..391303e 100644 --- a/user/test/com/google/gwt/uibinder/sample/client/UiBinderTest.java +++ b/user/test/com/google/gwt/uibinder/sample/client/UiBinderTest.java
@@ -236,6 +236,7 @@ WidgetBasedUi.Style style(); } + @DoNotRunWith(Platform.Htmlunit) public void testNoOverrideInheritedSharedCssClasses() { Bundle bundle = GWT.create(Bundle.class); WidgetBasedUi ui = GWT.create(WidgetBasedUi.class);