[java-identity-provider] 03/08: Adjust testbed view locations and property after the 5.0 changes.

Scott Cantor cantor.2 at osu.edu
Mon Nov 6 15:07:52 UTC 2023


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

scantor pushed a commit to branch main
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=c674117ad4afb94e8c1c695f83cb951593165d6a

commit c674117ad4afb94e8c1c695f83cb951593165d6a
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Oct 26 12:47:43 2023 -0400

    Adjust testbed view locations and property after the 5.0 changes.
---
 .../src/test/resources/net/shibboleth/idp/module/conf/idp.properties    | 2 +-
 .../test/resources/{ => net/shibboleth/idp/module}/views-test/.gitkeep  | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/idp-conf-impl/src/test/resources/net/shibboleth/idp/module/conf/idp.properties b/idp-conf-impl/src/test/resources/net/shibboleth/idp/module/conf/idp.properties
index 2cbe2d6fe..017aebe4b 100644
--- a/idp-conf-impl/src/test/resources/net/shibboleth/idp/module/conf/idp.properties
+++ b/idp-conf-impl/src/test/resources/net/shibboleth/idp/module/conf/idp.properties
@@ -47,7 +47,7 @@ idp.csrf.enabled = true
 #idp.webflows = %{idp.home}/flows
 
 # Set the location of Velocity view templates
-idp.views = %{idp.home}/views,%{idp.home}/views-test,%{idp.home}/net/shibboleth/idp/module/views
+idp.views = %{idp.home}/views,%{idp.home}/views-test
 
 # Settings for internal AES encryption key
 #idp.sealer.keyStrategy = shibboleth.DataSealerKeyStrategy
diff --git a/idp-conf-impl/src/test/resources/views-test/.gitkeep b/idp-conf-impl/src/test/resources/net/shibboleth/idp/module/views-test/.gitkeep
similarity index 100%
rename from idp-conf-impl/src/test/resources/views-test/.gitkeep
rename to idp-conf-impl/src/test/resources/net/shibboleth/idp/module/views-test/.gitkeep

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


More information about the commits mailing list