Commit 8cc8dd46 authored by Liang Ding's avatar Liang Ding

#12188

parent f1c877a4
......@@ -62,12 +62,12 @@ public class TagProcessorTestCase extends AbstractTestCase {
}
/**
* showIndex.
* showTagArticles.
*
* @throws Exception exception
*/
@Test(dependsOnMethods = "init")
public void showIndex() throws Exception {
public void showTagArticles() throws Exception {
final HttpServletRequest request = mock(HttpServletRequest.class);
when(request.getServletContext()).thenReturn(mock(ServletContext.class));
when(request.getRequestURI()).thenReturn("/tags/Solo");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment