Author: markt
Date: Wed Dec 4 21:05:39 2013
New Revision: 1547913
URL: http://svn.apache.org/r1547913
Log:
Missed a Servlet 3.1 to 3.0 change
Modified:
tomcat/tc7.0.x/trunk/test/org/apache/tomcat/util/descriptor/TestLocalResolver.java
Modified:
tomcat/tc7.0.x/trunk/test/org/apache/tomcat/util/descriptor/TestLocalResolver.java
URL:
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/test/org/apache/tomcat/util/descriptor/TestLocalResolver.java?rev=1547913&r1=1547912&r2=1547913&view=diff
==============================================================================
---
tomcat/tc7.0.x/trunk/test/org/apache/tomcat/util/descriptor/TestLocalResolver.java
(original)
+++
tomcat/tc7.0.x/trunk/test/org/apache/tomcat/util/descriptor/TestLocalResolver.java
Wed Dec 4 21:05:39 2013
@@ -108,7 +108,7 @@ public class TestLocalResolver {
public void relativeSystemIdIsResolvedAgainstBaseURI()
throws IOException, SAXException {
InputSource source = resolver.resolveEntity(
- null, null, WEB_30_LOCAL, "web-common_3_1.xsd");
+ null, null, WEB_30_LOCAL, "web-common_3_0.xsd");
Assert.assertEquals(null, source.getPublicId());
Assert.assertEquals(WEBCOMMON_30_LOCAL, source.getSystemId());
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]