[spring-extensions] branch master updated: JSE-30 Supress HTTPResourceTest#springLoadFileCache
Rod Widdowson
rdw at steadingsoftware.com
Fri Dec 21 04:22:21 EST 2018
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch master
in repository spring-extensions.
View the commit online:
http://git.shibboleth.net/view/?p=spring-extensions.git;a=commit;h=c8f4b3804c2d1f2eaa494d778ba9d77c5280e8ce
The following commit(s) were added to refs/heads/master by this push:
new c8f4b38 JSE-30 Supress HTTPResourceTest#springLoadFileCache
c8f4b38 is described below
commit c8f4b3804c2d1f2eaa494d778ba9d77c5280e8ce
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Fri Dec 21 09:20:57 2018 +0000
JSE-30 Supress HTTPResourceTest#springLoadFileCache
https://issues.shibboleth.net/jira/browse/JSE-30
It leaves a mess on the tmp dir, and as currently configured doesn't
test what it is supposed to
---
src/test/java/net/shibboleth/ext/spring/resource/HTTPResourceTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/test/java/net/shibboleth/ext/spring/resource/HTTPResourceTest.java b/src/test/java/net/shibboleth/ext/spring/resource/HTTPResourceTest.java
index a7b596c..90a971a 100644
--- a/src/test/java/net/shibboleth/ext/spring/resource/HTTPResourceTest.java
+++ b/src/test/java/net/shibboleth/ext/spring/resource/HTTPResourceTest.java
@@ -203,7 +203,7 @@ public class HTTPResourceTest {
Assert.assertTrue(dir.delete());
}
- @Test public void springLoadFileCache() throws IOException {
+ @Test(enabled=false) public void springLoadFileCache() throws IOException {
File theDir = null;
GenericApplicationContext context = null;
try {
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list