SPR-6745: metadata (annotations) attached to property accessors allowing formatting of values during conversion
This commit is contained in:
@@ -57,7 +57,8 @@ public class EvalTagTests extends AbstractTagTests {
|
||||
assertEquals(Tag.EVAL_BODY_INCLUDE, action);
|
||||
action = tag.doEndTag();
|
||||
assertEquals(Tag.EVAL_PAGE, action);
|
||||
//assertEquals("25%", ((MockHttpServletResponse)context.getResponse()).getContentAsString());
|
||||
assertEquals("25%", ((MockHttpServletResponse) context.getResponse())
|
||||
.getContentAsString());
|
||||
}
|
||||
|
||||
public static class Bean {
|
||||
|
||||
Reference in New Issue
Block a user