[java-idp-plugin-oidc-rp] branch main updated: Test name changes
Phil Smart
philip.smart at jisc.ac.uk
Wed Feb 15 11:37:09 UTC 2023
This is an automated email from the git hooks/post-receive script.
philsmart pushed a commit to branch main
in repository java-idp-plugin-oidc-rp.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-oidc-rp.git;a=commit;h=37d338f5f4c07aa1c5ef1bd1422e699c41b5adb2
The following commit(s) were added to refs/heads/main by this push:
new 37d338f Test name changes
37d338f is described below
commit 37d338f5f4c07aa1c5ef1bd1422e699c41b5adb2
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Wed Feb 15 11:37:06 2023 +0000
Test name changes
---
.../idp/plugin/authn/oidc/rp/impl/OIDCRPFlowPreRedirectTest.java | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/idp-oidc-rp-impl/src/test/java/net/shibboleth/idp/plugin/authn/oidc/rp/impl/OIDCRPFlowPreRedirectTest.java b/idp-oidc-rp-impl/src/test/java/net/shibboleth/idp/plugin/authn/oidc/rp/impl/OIDCRPFlowPreRedirectTest.java
index 3a8f6ab..2d1522b 100644
--- a/idp-oidc-rp-impl/src/test/java/net/shibboleth/idp/plugin/authn/oidc/rp/impl/OIDCRPFlowPreRedirectTest.java
+++ b/idp-oidc-rp-impl/src/test/java/net/shibboleth/idp/plugin/authn/oidc/rp/impl/OIDCRPFlowPreRedirectTest.java
@@ -93,7 +93,7 @@ public class OIDCRPFlowPreRedirectTest extends OIDCRPFlowTest {
* @throws Exception on error.
*/
@Test
- public void test_UsingRequestObject() throws Exception {
+ public void testUsingRequestObject() throws Exception {
setFlowPath(FLOW);
setFlowModelResources(flowResources);
setSubflows(subflows);
@@ -145,7 +145,7 @@ public class OIDCRPFlowPreRedirectTest extends OIDCRPFlowTest {
* @throws Exception on error.
*/
@Test
- public void test_UsingRequestObject_WithEncryption() throws Exception {
+ public void testUsingRequestObject_WithEncryption() throws Exception {
setFlowPath(FLOW);
setFlowModelResources(flowResources);
setSubflows(subflows);
@@ -219,7 +219,7 @@ public class OIDCRPFlowPreRedirectTest extends OIDCRPFlowTest {
* @throws Exception on error.
*/
@Test
- public void test_UsingRequestObject_RSA256Signature() throws Exception {
+ public void testUsingRequestObject_RSA256Signature() throws Exception {
setFlowPath(FLOW);
setFlowModelResources(flowResources);
setSubflows(subflows);
@@ -281,7 +281,7 @@ public class OIDCRPFlowPreRedirectTest extends OIDCRPFlowTest {
* @throws Exception on error.
*/
@Test
- public void test_Fail_UsingRequestObject_UnsupportedSignatureAlgorithm()
+ public void testFail_UsingRequestObject_UnsupportedSignatureAlgorithm()
throws Exception {
setFlowPath(FLOW);
setFlowModelResources(flowResources);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list