http://gwt-code-reviews.appspot.com/1117801/diff/1/21 File samples/validationtck/test/com/google/gwt/sample/validationtck/validation/ValidatePropertyTest.java (right):
http://gwt-code-reviews.appspot.com/1117801/diff/1/21#newcode38 samples/validationtck/test/com/google/gwt/sample/validationtck/validation/ValidatePropertyTest.java:38: try { Are you sure you need to wrap the test in a try/catch? Usually such tests internally wrap the call with their own try/catch's and exceptions escaping the test are genuine errors/failures. http://gwt-code-reviews.appspot.com/1117801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
