[java-shib-attribute] branch main updated: More JSSH-71 debugging. Turn one test back on

Codeberg noreply at shibboleth.net
Thu Jul 30 12:44:21 UTC 2026


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

codeberg pushed a commit to branch main
in repository java-shib-attribute.

View the commit online:
https://codeberg.org/Shibboleth/java-shib-attribute/commit/99c103ed36d31f35cfc82bd580a514611d821419

The following commit(s) were added to refs/heads/main by this push:
     new 99c103ed3 More JSSH-71 debugging.  Turn one test back on
99c103ed3 is described below

commit 99c103ed36d31f35cfc82bd580a514611d821419
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Thu Jul 30 13:45:47 2026 +0100

    More JSSH-71 debugging.  Turn one test back on
---
 .../shibboleth/idp/attribute/resolver/spring/AttributeResolverTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/shib-attribute-resolver-spring/src/test/java/net/shibboleth/idp/attribute/resolver/spring/AttributeResolverTest.java b/shib-attribute-resolver-spring/src/test/java/net/shibboleth/idp/attribute/resolver/spring/AttributeResolverTest.java
index 4978d61be..0401b5216 100644
--- a/shib-attribute-resolver-spring/src/test/java/net/shibboleth/idp/attribute/resolver/spring/AttributeResolverTest.java
+++ b/shib-attribute-resolver-spring/src/test/java/net/shibboleth/idp/attribute/resolver/spring/AttributeResolverTest.java
@@ -442,7 +442,7 @@ public class AttributeResolverTest extends OpenSAMLInitBaseTestCase {
         assertTrue(resolutionContext.getResolvedIdPAttributes().isEmpty());
     }
     
-    @Test(enabled = false) public void preResolve() throws ResolutionException, ComponentInitializationException {
+    @Test(enabled = true) public void preResolve() throws ResolutionException, ComponentInitializationException {
         final GenericApplicationContext context = new GenericApplicationContext();
         setTestContext(context);
         context.setDisplayName("ApplicationContext: " + AttributeResolverTest.class);

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list