Skip to content

Commit 065bb59

Browse files
committed
Renamed incorrectly named test method
1 parent fad4e9b commit 065bb59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jaspic/dispatching/src/test/java/org/javaee7/jaspic/dispatching/BasicIncludeTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public static Archive<?> createDeployment() {
2727
}
2828

2929
@Test
30-
public void testBasicForwardViaPublicResource() throws IOException, SAXException {
30+
public void testBasicIncludeViaPublicResource() throws IOException, SAXException {
3131

3232
String response = getFromServerPath("public/servlet?dispatch=include");
3333

0 commit comments

Comments
 (0)