Skip to content

Commit

Permalink
Fix a typo in a test method name.
Browse files Browse the repository at this point in the history
Introduced with r1713285



git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1713351 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
martin-g committed Nov 9, 2015
1 parent 5b78068 commit 4ce719a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -71,7 +71,7 @@ public void testValidateWithJvmRoute() {
} }


@Test @Test
public void testValidateWithJvmRouteWithPerid() { public void testValidateWithJvmRouteWithPeriod() {
Assert.assertTrue(generator.validateSessionId(VALID + ".g.h.i")); Assert.assertTrue(generator.validateSessionId(VALID + ".g.h.i"));
} }


Expand Down

0 comments on commit 4ce719a

Please sign in to comment.