Revision: 9626
Author: [email protected]
Date: Wed Jan 26 08:11:36 2011
Log: Turn off test that is failing in IE

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

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

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

=======================================
--- /trunk/user/test/org/hibernate/jsr303/tck/tests/validation/ValidateGwtTest.java Wed Jan 26 05:45:23 2011 +++ /trunk/user/test/org/hibernate/jsr303/tck/tests/validation/ValidateGwtTest.java Wed Jan 26 08:11:36 2011
@@ -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