This is an automated email from the ASF dual-hosted git repository.

coheigea pushed a commit to branch coheigea/saml-refactor-new
in repository https://gitbox.apache.org/repos/asf/ws-wss4j.git


The following commit(s) were added to refs/heads/coheigea/saml-refactor-new by 
this push:
     new 07ebe0d30 Using right class name for SignaturePartsTest
07ebe0d30 is described below

commit 07ebe0d3038ca58ad9705a134d8b77a3acab7a2c
Author: Colm O hEigeartaigh <[email protected]>
AuthorDate: Fri Jun 27 14:17:07 2025 +0100

    Using right class name for SignaturePartsTest
---
 .../test/java/org/apache/wss4j/dom/message/SignaturePartsTest.java   | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git 
a/ws-security-dom/src/test/java/org/apache/wss4j/dom/message/SignaturePartsTest.java
 
b/ws-security-dom/src/test/java/org/apache/wss4j/dom/message/SignaturePartsTest.java
index 941d0037b..5ea31f5c6 100644
--- 
a/ws-security-dom/src/test/java/org/apache/wss4j/dom/message/SignaturePartsTest.java
+++ 
b/ws-security-dom/src/test/java/org/apache/wss4j/dom/message/SignaturePartsTest.java
@@ -47,7 +47,6 @@ import org.apache.wss4j.common.saml.SAMLUtil;
 import org.apache.wss4j.common.saml.builder.SAML1Constants;
 import org.apache.wss4j.common.util.Loader;
 import org.apache.wss4j.common.util.XMLUtils;
-import org.apache.wss4j.dom.saml.SignedSamlTokenHOKTest;
 import org.apache.wss4j.common.saml.message.WSSecSignatureSAML;
 import org.apache.wss4j.dom.util.WSSecurityUtil;
 
@@ -280,7 +279,7 @@ public class SignaturePartsTest {
         // Construct issuer and user crypto instances
         Crypto issuerCrypto = new Merlin();
         KeyStore keyStore = KeyStore.getInstance(KeyStore.getDefaultType());
-        ClassLoader loader = 
Loader.getClassLoader(SignedSamlTokenHOKTest.class);
+        ClassLoader loader = Loader.getClassLoader(SignaturePartsTest.class);
         InputStream input = Merlin.loadInputStream(loader, 
"keys/wss40_server.jks");
         keyStore.load(input, "security".toCharArray());
         input.close();
@@ -681,4 +680,4 @@ public class SignaturePartsTest {
         return results;
     }
 
-}
\ No newline at end of file
+}

Reply via email to