You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/08/05 11:35:28 UTC

[camel] 04/06: CAMEL-13792 - Rename components to default names, Camel-rxjava2 to camel-rxjava - updated tests

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

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 80e77be8274ca417378df2631b588f542b3a145b
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Aug 5 12:47:50 2019 +0200

    CAMEL-13792 - Rename components to default names, Camel-rxjava2 to camel-rxjava - updated tests
---
 components/camel-rxjava/src/test/resources/log4j2.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-rxjava/src/test/resources/log4j2.properties b/components/camel-rxjava/src/test/resources/log4j2.properties
index 6510773..c1ad2f5 100644
--- a/components/camel-rxjava/src/test/resources/log4j2.properties
+++ b/components/camel-rxjava/src/test/resources/log4j2.properties
@@ -17,7 +17,7 @@
 
 appender.file.type = File
 appender.file.name = file
-appender.file.fileName = target/camel-rxjava2-test.log
+appender.file.fileName = target/camel-rxjava-test.log
 appender.file.layout.type = PatternLayout
 appender.file.layout.pattern = %d [%-15.15t] %-5p %-30.30c{1} - %m%n
 appender.stdout.type = Console