This is an automated email from the ASF dual-hosted git repository.
orpiske 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 cc8f924b46f (chores) camel-zookeeper-master: fix integration test
masquerading as unit test
cc8f924b46f is described below
commit cc8f924b46fc248be4b4313e5e9d05eeb88cd084
Author: Otavio Rodolfo Piske <[email protected]>
AuthorDate: Tue May 16 08:45:12 2023 +0200
(chores) camel-zookeeper-master: fix integration test masquerading as unit
test
---
.../zookeepermaster/{MasterEndpointTest.java => MasterEndpointIT.java} | 2 +-
.../{MasterQuartzEndpointTest.java => MasterQuartzEndpointIT.java} | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git
a/components/camel-zookeeper-master/src/test/java/org/apache/camel/component/zookeepermaster/MasterEndpointTest.java
b/components/camel-zookeeper-master/src/test/java/org/apache/camel/component/zookeepermaster/MasterEndpointIT.java
similarity index 98%
rename from
components/camel-zookeeper-master/src/test/java/org/apache/camel/component/zookeepermaster/MasterEndpointTest.java
rename to
components/camel-zookeeper-master/src/test/java/org/apache/camel/component/zookeepermaster/MasterEndpointIT.java
index 89ef557da56..013d56fb44d 100644
---
a/components/camel-zookeeper-master/src/test/java/org/apache/camel/component/zookeepermaster/MasterEndpointTest.java
+++
b/components/camel-zookeeper-master/src/test/java/org/apache/camel/component/zookeepermaster/MasterEndpointIT.java
@@ -38,7 +38,7 @@ import static org.junit.jupiter.api.Assertions.assertEquals;
@CamelSpringTest
@ContextConfiguration
@ExtendWith(ZookeeprContainer.class)
-public class MasterEndpointTest {
+public class MasterEndpointIT {
@Autowired
protected CamelContext camelContext;
diff --git
a/components/camel-zookeeper-master/src/test/java/org/apache/camel/component/zookeepermaster/MasterQuartzEndpointTest.java
b/components/camel-zookeeper-master/src/test/java/org/apache/camel/component/zookeepermaster/MasterQuartzEndpointIT.java
similarity index 97%
rename from
components/camel-zookeeper-master/src/test/java/org/apache/camel/component/zookeepermaster/MasterQuartzEndpointTest.java
rename to
components/camel-zookeeper-master/src/test/java/org/apache/camel/component/zookeepermaster/MasterQuartzEndpointIT.java
index 6268f11bd54..a291ee979c7 100644
---
a/components/camel-zookeeper-master/src/test/java/org/apache/camel/component/zookeepermaster/MasterQuartzEndpointTest.java
+++
b/components/camel-zookeeper-master/src/test/java/org/apache/camel/component/zookeepermaster/MasterQuartzEndpointIT.java
@@ -29,7 +29,7 @@ import org.springframework.test.context.ContextConfiguration;
@CamelSpringTest
@ContextConfiguration
@ExtendWith(ZookeeprContainer.class)
-public class MasterQuartzEndpointTest {
+public class MasterQuartzEndpointIT {
@Autowired
protected CamelContext camelContext;