Reviewers: rchandia,

Description:
Turn off test that is failing in IE


Please review this at http://gwt-code-reviews.appspot.com/1285802/show

Affected files:
  M user/test/org/hibernate/jsr303/tck/tests/validation/ValidateGwtTest.java


Index: user/test/org/hibernate/jsr303/tck/tests/validation/ValidateGwtTest.java
===================================================================
--- user/test/org/hibernate/jsr303/tck/tests/validation/ValidateGwtTest.java (revision 9623) +++ user/test/org/hibernate/jsr303/tck/tests/validation/ValidateGwtTest.java (working copy)
@@ -30,6 +30,7 @@
     delegate.testConstraintDescriptorWithoutExplicitGroup();
   }

+  @Failing(issue = 5882)
   public void testConstraintViolation() {
     delegate.testConstraintViolation();
   }


--
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Reply via email to