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

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


The following commit(s) were added to refs/heads/main by this push:
     new 1dc2dea826e Regen
1dc2dea826e is described below

commit 1dc2dea826e833db67c1a1bea2f53c0915247882
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Sun Jul 23 08:19:08 2023 +0200

    Regen
---
 .../org/apache/camel/component/xchange/account/AccountProducerTest.java | 2 +-
 .../apache/camel/component/xchange/market/MarketDataProducerTest.java   | 2 +-
 .../apache/camel/component/xchange/metadata/MetaDataProducerTest.java   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/components/camel-xchange/src/test/java/org/apache/camel/component/xchange/account/AccountProducerTest.java
 
b/components/camel-xchange/src/test/java/org/apache/camel/component/xchange/account/AccountProducerTest.java
index b37e6123b28..2383c8eb017 100644
--- 
a/components/camel-xchange/src/test/java/org/apache/camel/component/xchange/account/AccountProducerTest.java
+++ 
b/components/camel-xchange/src/test/java/org/apache/camel/component/xchange/account/AccountProducerTest.java
@@ -32,7 +32,7 @@ import static org.junit.jupiter.api.Assertions.assertNotNull;
 import static org.junit.jupiter.api.Assumptions.assumeTrue;
 
 @DisabledIfSystemProperty(named = "ci.env.name", matches = "apache.org",
-        disabledReason = "These tests do no run reliably on the Apache CI")
+                          disabledReason = "These tests do no run reliably on 
the Apache CI")
 public class AccountProducerTest extends XChangeTestSupport {
 
     @Override
diff --git 
a/components/camel-xchange/src/test/java/org/apache/camel/component/xchange/market/MarketDataProducerTest.java
 
b/components/camel-xchange/src/test/java/org/apache/camel/component/xchange/market/MarketDataProducerTest.java
index b5260fcffac..5eb0823b3b5 100644
--- 
a/components/camel-xchange/src/test/java/org/apache/camel/component/xchange/market/MarketDataProducerTest.java
+++ 
b/components/camel-xchange/src/test/java/org/apache/camel/component/xchange/market/MarketDataProducerTest.java
@@ -27,7 +27,7 @@ import static 
org.apache.camel.component.xchange.XChangeConfiguration.HEADER_CUR
 import static org.junit.jupiter.api.Assertions.assertNotNull;
 
 @DisabledIfSystemProperty(named = "ci.env.name", matches = "apache.org",
-        disabledReason = "These tests do no run reliably on the Apache CI")
+                          disabledReason = "These tests do no run reliably on 
the Apache CI")
 public class MarketDataProducerTest extends XChangeTestSupport {
 
     @Override
diff --git 
a/components/camel-xchange/src/test/java/org/apache/camel/component/xchange/metadata/MetaDataProducerTest.java
 
b/components/camel-xchange/src/test/java/org/apache/camel/component/xchange/metadata/MetaDataProducerTest.java
index edd1ac59076..1440c9513d1 100644
--- 
a/components/camel-xchange/src/test/java/org/apache/camel/component/xchange/metadata/MetaDataProducerTest.java
+++ 
b/components/camel-xchange/src/test/java/org/apache/camel/component/xchange/metadata/MetaDataProducerTest.java
@@ -33,7 +33,7 @@ import static org.junit.jupiter.api.Assertions.assertNotNull;
 import static org.junit.jupiter.api.Assertions.assertTrue;
 
 @DisabledIfSystemProperty(named = "ci.env.name", matches = "apache.org",
-        disabledReason = "These tests do no run reliably on the Apache CI")
+                          disabledReason = "These tests do no run reliably on 
the Apache CI")
 public class MetaDataProducerTest extends XChangeTestSupport {
 
     @Override

Reply via email to