[java-opensaml] branch main updated: Missing from last commit.
Scott Cantor
cantor.2 at osu.edu
Fri Sep 18 13:40:42 UTC 2020
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-opensaml.
View the commit online:
http://git.shibboleth.net/view/?p=java-opensaml.git;a=commit;h=ee2ec8599e4740ad1bb33f2bbed3378b164a1806
The following commit(s) were added to refs/heads/main by this push:
new ee2ec8599 Missing from last commit.
ee2ec8599 is described below
commit ee2ec8599e4740ad1bb33f2bbed3378b164a1806
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Sep 18 09:40:39 2020 -0400
Missing from last commit.
---
.../src/test/java/org/opensaml/soap/testing/SOAPTest.java | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/opensaml-soap-impl/src/test/java/org/opensaml/soap/testing/SOAPTest.java b/opensaml-soap-impl/src/test/java/org/opensaml/soap/testing/SOAPTest.java
index c662534bb..034ab6a31 100644
--- a/opensaml-soap-impl/src/test/java/org/opensaml/soap/testing/SOAPTest.java
+++ b/opensaml-soap-impl/src/test/java/org/opensaml/soap/testing/SOAPTest.java
@@ -15,7 +15,7 @@
* limitations under the License.
*/
-package org.opensaml.soap.soap11;
+package org.opensaml.soap.testing;
import org.testng.annotations.Test;
import org.testng.annotations.BeforeMethod;
@@ -29,6 +29,14 @@ import org.opensaml.core.xml.XMLObjectBuilder;
import org.opensaml.core.xml.io.MarshallingException;
import org.opensaml.core.xml.io.Unmarshaller;
import org.opensaml.core.xml.io.UnmarshallingException;
+import org.opensaml.soap.soap11.Body;
+import org.opensaml.soap.soap11.Detail;
+import org.opensaml.soap.soap11.Envelope;
+import org.opensaml.soap.soap11.Fault;
+import org.opensaml.soap.soap11.FaultActor;
+import org.opensaml.soap.soap11.FaultCode;
+import org.opensaml.soap.soap11.FaultString;
+import org.opensaml.soap.soap11.Header;
import org.opensaml.soap.util.SOAPConstants;
import org.w3c.dom.Document;
import org.w3c.dom.Element;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list