sepe81 commented on code in PR #778:
URL: https://github.com/apache/struts/pull/778#discussion_r1427122866
##########
core/src/test/java/org/apache/struts2/dispatcher/mapper/Restful2ActionMapperTest.java:
##########
@@ -61,11 +62,11 @@ public Configuration getConfiguration() {
}
public void testGetIndex() throws Exception {
- req.setupGetRequestURI("/my/namespace/foo/");
- req.setupGetServletPath("/my/namespace/foo/");
- req.setupGetAttribute(null);
- req.addExpectedGetAttributeName("javax.servlet.include.servlet_path");
- req.setupGetMethod("GET");
+ req.setRequestURI("/my/namespace/foo/");
+ req.setServletPath("/my/namespace/foo/");
+ //
Review Comment:
remove empty comments or is something missing?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]