Author: kkolinko
Date: Tue Feb 11 20:50:38 2014
New Revision: 1567382
URL: http://svn.apache.org/r1567382
Log:
Correct typo in test method names
Modified:
tomcat/trunk/test/org/apache/tomcat/util/descriptor/web/TestWebXml.java
Modified:
tomcat/trunk/test/org/apache/tomcat/util/descriptor/web/TestWebXml.java
URL:
http://svn.apache.org/viewvc/tomcat/trunk/test/org/apache/tomcat/util/descriptor/web/TestWebXml.java?rev=1567382&r1=1567381&r2=1567382&view=diff
==============================================================================
--- tomcat/trunk/test/org/apache/tomcat/util/descriptor/web/TestWebXml.java
(original)
+++ tomcat/trunk/test/org/apache/tomcat/util/descriptor/web/TestWebXml.java Tue
Feb 11 20:50:38 2014
@@ -130,32 +130,32 @@ public class TestWebXml {
}
@Test
- public void testValidateVerion22() throws IOException, SAXException {
+ public void testValidateVersion22() throws IOException, SAXException {
doTestValidateVersion("2.2");
}
@Test
- public void testValidateVerion23() throws IOException, SAXException {
+ public void testValidateVersion23() throws IOException, SAXException {
doTestValidateVersion("2.3");
}
@Test
- public void testValidateVerion24() throws IOException, SAXException {
+ public void testValidateVersion24() throws IOException, SAXException {
doTestValidateVersion("2.4");
}
@Test
- public void testValidateVerion25() throws IOException, SAXException {
+ public void testValidateVersion25() throws IOException, SAXException {
doTestValidateVersion("2.5");
}
@Test
- public void testValidateVerion30() throws IOException, SAXException {
+ public void testValidateVersion30() throws IOException, SAXException {
doTestValidateVersion("3.0");
}
@Test
- public void testValidateVerion31() throws IOException, SAXException {
+ public void testValidateVersion31() throws IOException, SAXException {
doTestValidateVersion("3.1");
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]