[java-idp-integration-tests] branch main updated (73900aa -> feb069e)

Tom Zeller tzeller at dragonacea.biz
Tue Jun 3 23:22:26 UTC 2025


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

tzeller pushed a change to branch main
in repository java-idp-integration-tests.

    from 73900aa  Support LE certificate chain for tests.shibboleth.net
     new 3d8ea0c  Add invalid record and pruning consent tests for Postgres.
     new feb069e  Suppress warnings

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../shibboleth/idp/integration/tests/BaseTest.java |  76 ++++-
 .../tests/consent/BasePostgresConsentTest.java     | 334 +++++++++++++++++++++
 .../tests/consent/PostgresConsentTest.java         | 209 ++++---------
 .../consent/PruneRecordsPostgresConsentTest.java   | 124 ++++++++
 .../tests/oidc/ConformanceSuiteContainer.java      |   5 +-
 .../tests/util/TestbedStorageServiceClient.java    | 193 ++++++++++++
 6 files changed, 782 insertions(+), 159 deletions(-)
 create mode 100644 src/test/java/net/shibboleth/idp/integration/tests/consent/BasePostgresConsentTest.java
 create mode 100644 src/test/java/net/shibboleth/idp/integration/tests/consent/PruneRecordsPostgresConsentTest.java
 create mode 100644 src/test/java/net/shibboleth/idp/integration/tests/util/TestbedStorageServiceClient.java

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


More information about the commits mailing list