Fixing build

This commit is contained in:
Arjen Poutsma
2008-03-07 01:06:30 +00:00
parent 7b673a393d
commit 7b3023ac91

View File

@@ -23,6 +23,7 @@ import java.net.URI;
import java.net.URL;
import junit.framework.TestCase;
import org.springframework.core.io.ClassPathResource;
import org.springframework.core.io.Resource;
@@ -93,5 +94,9 @@ public class XmlValidatorFactoryTest extends TestCase {
public InputStream getInputStream() throws IOException {
throw new IOException();
}
public boolean isReadable() {
return false;
}
}
}