You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: org.springframework.web.servlet/src/test/java/org/springframework/web/servlet/view/freemarker/FreeMarkerMacroTests.java
+5
Original file line number
Diff line number
Diff line change
@@ -140,6 +140,7 @@ public void testAllMacros() throws Exception {
140
140
141
141
TestBeantb = newTestBean("Darren", 99);
142
142
tb.setSpouse(newTestBean("Fred"));
143
+
tb.setJedi(true);
143
144
request.setAttribute("command", tb);
144
145
145
146
HashMapnames = newHashMap();
@@ -192,6 +193,10 @@ public void testAllMacros() throws Exception {
Copy file name to clipboardExpand all lines: org.springframework.web.servlet/src/test/java/org/springframework/web/servlet/view/velocity/VelocityMacroTests.java
+5
Original file line number
Diff line number
Diff line change
@@ -133,6 +133,7 @@ public void testAllMacros() throws Exception {
133
133
rc.setContextPath("/springtest");
134
134
135
135
TestBeantb = newTestBean("Darren", 99);
136
+
tb.setJedi(true);
136
137
request.setAttribute("command", tb);
137
138
138
139
HashMapnames = newHashMap();
@@ -178,6 +179,10 @@ public void testAllMacros() throws Exception {
0 commit comments