mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-23 14:40:00 +00:00
SPR-6745: metadata (annotations) attached to property accessors allowing formatting of values during conversion
This commit is contained in:
+2
-1
@@ -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