[java-idp-integration-tests] 02/02: Rename create-table.sh to create-table.sql
Tom Zeller
tzeller at dragonacea.biz
Fri Oct 4 02:41:32 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=086b2e3ddf911a1d6386aaab4fcc7c672b5b5af5
commit 086b2e3ddf911a1d6386aaab4fcc7c672b5b5af5
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Thu Oct 3 21:36:57 2024 -0500
Rename create-table.sh to create-table.sql
---
.../shibboleth/idp/integration/tests/consent/PostgresConsentTest.java | 2 +-
.../integration/tests/postgres/{create-table.sh => create-table.sql} | 0
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/test/java/net/shibboleth/idp/integration/tests/consent/PostgresConsentTest.java b/src/test/java/net/shibboleth/idp/integration/tests/consent/PostgresConsentTest.java
index d1fca63..03dafeb 100644
--- a/src/test/java/net/shibboleth/idp/integration/tests/consent/PostgresConsentTest.java
+++ b/src/test/java/net/shibboleth/idp/integration/tests/consent/PostgresConsentTest.java
@@ -159,7 +159,7 @@ public class PostgresConsentTest extends AbstractSAML2IntegrationTest {
@BeforeMethod()
public String startPostgres() throws IOException {
- final String initScriptPath = "net/shibboleth/idp/integration/tests/postgres/create-table.sh";
+ final String initScriptPath = "net/shibboleth/idp/integration/tests/postgres/create-table.sql";
postgresContainer = new PostgreSQLContainer<>("postgres").withInitScript(initScriptPath);
diff --git a/src/test/resources/net/shibboleth/idp/integration/tests/postgres/create-table.sh b/src/test/resources/net/shibboleth/idp/integration/tests/postgres/create-table.sql
similarity index 100%
rename from src/test/resources/net/shibboleth/idp/integration/tests/postgres/create-table.sh
rename to src/test/resources/net/shibboleth/idp/integration/tests/postgres/create-table.sql
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list