http://gwt-code-reviews.appspot.com/642801/diff/1/3 File user/test/com/google/gwt/uibinder/rebind/model/OwnerFieldClassTest.java (right):
http://gwt-code-reviews.appspot.com/642801/diff/1/3#newcode62 user/test/com/google/gwt/uibinder/rebind/model/OwnerFieldClassTest.java:62: assertMethod(htmlSetter, "setHTML", gwtTypeAdapter.adaptJavaClass(String.class)); On 2010/07/02 14:48:33, Ray Ryan wrote:
Rather than completely replacing the test for a conventionally named
field,
could you make the HTML test an additional one? That should be as
simple as
repeating these last few lines for "setText"
Isn't that what I did? I.e. adding setHTML/HTML below setVisible/visible? Now, I'll add a third, non-regression test for setHTML/hTML. http://gwt-code-reviews.appspot.com/642801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
