Supporting Spring 2.5 for building.

This commit is contained in:
Arjen Poutsma
2007-11-10 04:02:55 +00:00
parent cff5f9f82d
commit 96882a4e5b
4 changed files with 83 additions and 15 deletions

View File

@@ -19,6 +19,7 @@ package org.springframework.xml.validation;
import java.io.File;
import java.io.IOException;
import java.io.InputStream;
import java.net.URI;
import java.net.URL;
import junit.framework.TestCase;
@@ -81,6 +82,10 @@ public class XmlValidatorFactoryTest extends TestCase {
throw new IOException();
}
public URI getURI() throws IOException {
throw new IOException();
}
public boolean isOpen() {
return false;
}