Reviewers: rchandia,

Description:
Turn on the null groups tests, now the gwt null varargs bug is fixed.

[JSR 303 TCK Result] 64 of 257 (24.90%) Pass with 26 Failures and 4
Errors.


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

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


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

-  @Failing(issue = 5804)
   public void testPassingNullAsGroup() {
     delegate.testPassingNullAsGroup();
   }
Index: user/test/org/hibernate/jsr303/tck/tests/validation/ValidateValueGwtTest.java
===================================================================
--- user/test/org/hibernate/jsr303/tck/tests/validation/ValidateValueGwtTest.java (revision 9574) +++ user/test/org/hibernate/jsr303/tck/tests/validation/ValidateValueGwtTest.java (working copy)
@@ -39,7 +39,6 @@
     delegate.testValidateValueFailure();
   }

-  @Failing(issue = 5804)
   public void testValidateValuePassingNullAsGroup() {
     delegate.testValidateValuePassingNullAsGroup();
   }


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

Reply via email to