Supporting Spring 2.5 for building.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user