[java-idp-integration-tests] branch main updated: Move consent test to consent package
Tom Zeller
tzeller at dragonacea.biz
Thu Oct 3 02:47:15 UTC 2024
This is an automated email from the git hooks/post-receive script.
tzeller pushed a commit to branch main
in repository java-idp-integration-tests.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-integration-tests.git;a=commit;h=915a250b6d1a7624c55f3cba27ba8fb1c9d4a840
The following commit(s) were added to refs/heads/main by this push:
new 915a250 Move consent test to consent package
915a250 is described below
commit 915a250b6d1a7624c55f3cba27ba8fb1c9d4a840
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Wed Oct 2 21:47:04 2024 -0500
Move consent test to consent package
---
.../idp/integration/tests/{saml2 => consent}/PostgresConsentTest.java | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/test/java/net/shibboleth/idp/integration/tests/saml2/PostgresConsentTest.java b/src/test/java/net/shibboleth/idp/integration/tests/consent/PostgresConsentTest.java
similarity index 97%
rename from src/test/java/net/shibboleth/idp/integration/tests/saml2/PostgresConsentTest.java
rename to src/test/java/net/shibboleth/idp/integration/tests/consent/PostgresConsentTest.java
index 5ce4713..d1fca63 100644
--- a/src/test/java/net/shibboleth/idp/integration/tests/saml2/PostgresConsentTest.java
+++ b/src/test/java/net/shibboleth/idp/integration/tests/consent/PostgresConsentTest.java
@@ -15,7 +15,7 @@
* limitations under the License.
*/
-package net.shibboleth.idp.integration.tests.saml2;
+package net.shibboleth.idp.integration.tests.consent;
import java.io.IOException;
import java.net.URISyntaxException;
@@ -33,6 +33,7 @@ import org.testng.annotations.BeforeClass;
import org.testng.annotations.BeforeMethod;
import org.testng.annotations.Test;
+import net.shibboleth.idp.integration.tests.saml2.AbstractSAML2IntegrationTest;
import net.shibboleth.idp.integration.tests.util.testng.annotation.LinuxOnly;
/** Test consent with a Postgres storage service. */
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list