提交 aff17ca9 编写于 作者: A Arjen Poutsma

Uncommented test case

上级 35040a65
......@@ -167,13 +167,11 @@ public class UriTemplateServletAnnotationControllerTests {
writer.write("specific");
}
/*
@RequestMapping("/hotels/{hotel}")
public void handleVars(@PathVariable("hotel") String hotel, Writer writer) throws IOException {
assertEquals("Invalid path variable value", "42", hotel);
writer.write("variables");
}
*/
@RequestMapping("/hotels/*")
public void handleWildCard(Writer writer) throws IOException {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册