[spring-extensions] branch maint-5 updated: JSE-30 Supress HTTPResourceTest#springLoadFileCache

Rod Widdowson rdw at steadingsoftware.com
Fri Dec 21 04:22:08 EST 2018


This is an automated email from the git hooks/post-receive script.

rdw pushed a commit to branch maint-5
in repository spring-extensions.

View the commit online:
http://git.shibboleth.net/view/?p=spring-extensions.git;a=commit;h=46a95b136fc3a35f76da46bbeb9cb9de2338a8d6

The following commit(s) were added to refs/heads/maint-5 by this push:
       new  46a95b1   JSE-30 Supress HTTPResourceTest#springLoadFileCache
46a95b1 is described below

commit 46a95b136fc3a35f76da46bbeb9cb9de2338a8d6
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 dfa80ca..f0c6bd5 100644
--- a/src/test/java/net/shibboleth/ext/spring/resource/HTTPResourceTest.java
+++ b/src/test/java/net/shibboleth/ext/spring/resource/HTTPResourceTest.java
@@ -200,7 +200,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