[spring-extensions] branch master updated: JSE-30 Turn non-broken test back on.

Rod Widdowson rdw at steadingsoftware.com
Tue Mar 17 10:53:41 EDT 2020


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=2f1f7ea7c3805bf875c00b55a05d6209f62631c5

The following commit(s) were added to refs/heads/master by this push:
       new  2f1f7ea   JSE-30 Turn non-broken test back on.
2f1f7ea is described below

commit 2f1f7ea7c3805bf875c00b55a05d6209f62631c5
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Tue Mar 17 14:53:03 2020 +0000

    JSE-30 Turn non-broken test back on.
    
    https://issues.shibboleth.net/jira/browse/JSE-30
---
 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 e55e62f..9cef32a 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(enabled=false) public void springLoadFileCache() throws IOException {
+    @Test 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