This is an automated email from the ASF dual-hosted git repository.
gnodet pushed a commit to branch KARAF-5447
in repository https://gitbox.apache.org/repos/asf/karaf.git
The following commit(s) were added to refs/heads/KARAF-5447 by this push:
new 3e07d90 [KARAF-5447] Fix integration tests
3e07d90 is described below
commit 3e07d901149902298436a5440d6722520281dd04
Author: Guillaume Nodet <[email protected]>
AuthorDate: Fri Dec 8 09:02:12 2017 +0100
[KARAF-5447] Fix integration tests
---
itests/src/test/java/org/apache/karaf/itests/KarafTestSupport.java | 1 +
1 file changed, 1 insertion(+)
diff --git a/itests/src/test/java/org/apache/karaf/itests/KarafTestSupport.java
b/itests/src/test/java/org/apache/karaf/itests/KarafTestSupport.java
index b238b93..56a6ee4 100644
--- a/itests/src/test/java/org/apache/karaf/itests/KarafTestSupport.java
+++ b/itests/src/test/java/org/apache/karaf/itests/KarafTestSupport.java
@@ -217,6 +217,7 @@ public class KarafTestSupport {
editConfigurationFilePut("etc/system.properties",
"spring41.version", System.getProperty("spring41.version")),
editConfigurationFilePut("etc/system.properties",
"spring42.version", System.getProperty("spring42.version")),
editConfigurationFilePut("etc/system.properties",
"spring43.version", System.getProperty("spring43.version")),
+ editConfigurationFilePut("etc/system.properties",
"spring50.version", System.getProperty("spring50.version")),
editConfigurationFilePut("etc/system.properties",
"activemq.version", System.getProperty("activemq.version")),
editConfigurationFilePut("etc/branding.properties", "welcome",
""), // No welcome banner
editConfigurationFilePut("etc/branding-ssh.properties", "welcome",
"")
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].