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 { On 2010/11/18 16:56:04, rchandia wrote:
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.
Yes, TestNG annotates the expected exceptions, but I have to catch them. I added a comment. http://gwt-code-reviews.appspot.com/1117801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
