Revision: 9680
Author: [email protected]
Date: Mon Feb  7 10:54:02 2011
Log: Turn off a test because of issue 5882.

Review at http://gwt-code-reviews.appspot.com/1344801

Review by: [email protected]
http://code.google.com/p/google-web-toolkit/source/detail?r=9680

Modified:
/trunk/user/test/org/hibernate/jsr303/tck/tests/validation/ValidateGwtTest.java

=======================================
--- /trunk/user/test/org/hibernate/jsr303/tck/tests/validation/ValidateGwtTest.java Mon Feb 7 07:41:58 2011 +++ /trunk/user/test/org/hibernate/jsr303/tck/tests/validation/ValidateGwtTest.java Mon Feb 7 10:54:02 2011
@@ -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