You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jl...@apache.org on 2020/11/11 13:32:21 UTC

[tomee-tck] 03/03: Update configuration location to our own files instead of TCK default files

This is an automated email from the ASF dual-hosted git repository.

jlmonteiro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomee-tck.git

commit 6deff38ca2bb025e55af75c6fd4f2a032c5b383f
Author: Jean-Louis Monteiro <je...@gmail.com>
AuthorDate: Wed Nov 11 14:32:00 2020 +0100

    Update configuration location to our own files instead of TCK default files
---
 src/test/resources/testsuite.properties     | 2 +-
 src/test/tomee-plume/conf/system.properties | 2 +-
 src/test/tomee-plus/conf/system.properties  | 2 +-
 src/test/tomee/conf/system.properties       | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/test/resources/testsuite.properties b/src/test/resources/testsuite.properties
index 6495a96..ed2d388 100644
--- a/src/test/resources/testsuite.properties
+++ b/src/test/resources/testsuite.properties
@@ -232,7 +232,7 @@ javamail.mailbox = INBOX
 
 # Jaspic
 vendor.authconfig.factory=org.apache.catalina.authenticator.jaspic.AuthConfigFactoryImpl
-provider.configuration.file=%cts.home%/src/com/sun/ts/tests/jaspic/tssv/config/ProviderConfiguration.xml
+provider.configuration.file=%user.dir%/%openejb.home%/conf/ProviderConfiguration.xml
 j2eelogin.name=j2ee
 j2eelogin.password=j2ee
 servlet.is.jsr115.compatible=false
diff --git a/src/test/tomee-plume/conf/system.properties b/src/test/tomee-plume/conf/system.properties
index 390121a..4af938e 100644
--- a/src/test/tomee-plume/conf/system.properties
+++ b/src/test/tomee-plume/conf/system.properties
@@ -137,7 +137,7 @@ openejb.classloader.forced-skip=com.sun.ts.tests.jaspic.tssv.
 # not sure why we have to duplicate this one here
 log.file.location=%user.dir%/%openejb.home%/logs
 vendor.authconfig.factory=org.apache.catalina.authenticator.jaspic.AuthConfigFactoryImpl
-provider.configuration.file=%cts.home%/src/com/sun/ts/tests/jaspic/tssv/config/ProviderConfiguration.xml
+provider.configuration.file=%user.dir%/%openejb.home%/conf/ProviderConfiguration.xml
 j2eelogin.name=j2ee
 j2eelogin.password=j2ee
 
diff --git a/src/test/tomee-plus/conf/system.properties b/src/test/tomee-plus/conf/system.properties
index 7793f88..9f0874c 100644
--- a/src/test/tomee-plus/conf/system.properties
+++ b/src/test/tomee-plus/conf/system.properties
@@ -134,7 +134,7 @@ openejb.classloader.forced-skip=com.sun.ts.tests.jaspic.tssv.
 # not sure why we have to duplicate this one here
 log.file.location=%user.dir%/%openejb.home%/logs
 vendor.authconfig.factory=org.apache.catalina.authenticator.jaspic.AuthConfigFactoryImpl
-provider.configuration.file=%cts.home%/src/com/sun/ts/tests/jaspic/tssv/config/ProviderConfiguration.xml
+provider.configuration.file=%user.dir%/%openejb.home%/conf/ProviderConfiguration.xml
 j2eelogin.name=j2ee
 j2eelogin.password=j2ee
 
diff --git a/src/test/tomee/conf/system.properties b/src/test/tomee/conf/system.properties
index 67c0741..79a9403 100644
--- a/src/test/tomee/conf/system.properties
+++ b/src/test/tomee/conf/system.properties
@@ -134,7 +134,7 @@ openejb.classloader.forced-skip=org.apache.derby.,com.sun.ts.tests.jaspic.tssv.
 # not sure why we have to duplicate this one here
 log.file.location=%user.dir%/%openejb.home%/logs
 vendor.authconfig.factory=org.apache.catalina.authenticator.jaspic.AuthConfigFactoryImpl
-provider.configuration.file=%cts.home%/src/com/sun/ts/tests/jaspic/tssv/config/ProviderConfiguration.xml
+provider.configuration.file=%user.dir%/%openejb.home%/conf/ProviderConfiguration.xml
 j2eelogin.name=j2ee
 j2eelogin.password=j2ee