You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jg...@apache.org on 2019/02/19 11:13:35 UTC

[tomee-tck] branch master updated: Updated config for javamail tests

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 8138c0a  Updated config for javamail tests
     new 76cb4a5  Merge pull request #10 from danielsoro/update-config
8138c0a is described below

commit 8138c0aedf3cb59ab940ce81210ee2b602fdd1d3
Author: Daniel Cunha (soro) <da...@apache.org>
AuthorDate: Mon Feb 18 16:50:53 2019 -0300

    Updated config for javamail tests
---
 src/test/resources/testsuite.properties     | 1 +
 src/test/tomee-plume/conf/system.properties | 1 +
 src/test/tomee-plus/conf/system.properties  | 1 +
 src/test/tomee/conf/system.properties       | 1 +
 4 files changed, 4 insertions(+)

diff --git a/src/test/resources/testsuite.properties b/src/test/resources/testsuite.properties
index 1b290d9..0dbf8d6 100644
--- a/src/test/resources/testsuite.properties
+++ b/src/test/resources/testsuite.properties
@@ -158,6 +158,7 @@ log.file.location=${openejb.home}/logs
 
 mailuser1=foo@foo.com
 mailHost=localhost
+javamail.password=test
 
 openejb.deployment.passwd=ignored
 openejb.deployment.user=ignored
diff --git a/src/test/tomee-plume/conf/system.properties b/src/test/tomee-plume/conf/system.properties
index 1ee4756..690f982 100644
--- a/src/test/tomee-plume/conf/system.properties
+++ b/src/test/tomee-plume/conf/system.properties
@@ -19,6 +19,7 @@ openejb.system.apps=true
 openejb.deployments.classpath=true
 tomee.remote.support=true
 openejb.embedded.remotable=true
+openejb.environment.default=true
 
 RESOURCE.whitebox-notx-param|poolMaxSize=100
 RESOURCE.whitebox-notx|poolMaxSize=100
diff --git a/src/test/tomee-plus/conf/system.properties b/src/test/tomee-plus/conf/system.properties
index 1acf4a7..e817bcc 100644
--- a/src/test/tomee-plus/conf/system.properties
+++ b/src/test/tomee-plus/conf/system.properties
@@ -19,6 +19,7 @@ openejb.system.apps=true
 openejb.deployments.classpath=true
 tomee.remote.support=true
 openejb.embedded.remotable=true
+openejb.environment.default=true
 
 RESOURCE.whitebox-notx-param|poolMaxSize=100
 RESOURCE.whitebox-notx|poolMaxSize=100
diff --git a/src/test/tomee/conf/system.properties b/src/test/tomee/conf/system.properties
index 7052e9f..2fcba79 100644
--- a/src/test/tomee/conf/system.properties
+++ b/src/test/tomee/conf/system.properties
@@ -19,6 +19,7 @@ openejb.system.apps=true
 openejb.deployments.classpath=true
 tomee.remote.support=true
 openejb.embedded.remotable=true
+openejb.environment.default=true
 
 RESOURCE.whitebox-notx-param|poolMaxSize=100
 RESOURCE.whitebox-notx|poolMaxSize=100