Reviewers: rchandia,

Description:
Turn off a test because of issue 5882.


Please review this at http://gwt-code-reviews.appspot.com/1344801/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 9678) +++ user/test/org/hibernate/jsr303/tck/tests/validation/ValidateGwtTest.java (working copy)
@@ -30,8 +30,10 @@
     delegate.testConstraintDescriptorWithoutExplicitGroup();
   }

+  @Failing(issue = 5882)
   public void testConstraintViolation() {
     delegate.testConstraintViolation();
+ fail("This test only fails on IE. Forcing it to fail here to keep the counts even. See issue 5882.");
   }

   @Failing(issue = 5982)


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

Reply via email to