You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by je...@apache.org on 2022/03/01 18:31:59 UTC

[camel] branch camel-3.14.x updated: CAMEL-17558: Rename test

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

jeremyross pushed a commit to branch camel-3.14.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-3.14.x by this push:
     new 758b8a5  CAMEL-17558: Rename test
758b8a5 is described below

commit 758b8a5a06e1c2e62aac5fbee98d01d066856ad5
Author: Jeremy Ross <je...@gmail.com>
AuthorDate: Tue Mar 1 12:30:37 2022 -0600

    CAMEL-17558: Rename test
---
 .../salesforce/{LazyLoginTest.java => LazyLoginIntegrationTest.java}    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-salesforce/camel-salesforce-component/src/test/java/org/apache/camel/component/salesforce/LazyLoginTest.java b/components/camel-salesforce/camel-salesforce-component/src/test/java/org/apache/camel/component/salesforce/LazyLoginIntegrationTest.java
similarity index 97%
rename from components/camel-salesforce/camel-salesforce-component/src/test/java/org/apache/camel/component/salesforce/LazyLoginTest.java
rename to components/camel-salesforce/camel-salesforce-component/src/test/java/org/apache/camel/component/salesforce/LazyLoginIntegrationTest.java
index 9dee1e3..b6b10e6 100644
--- a/components/camel-salesforce/camel-salesforce-component/src/test/java/org/apache/camel/component/salesforce/LazyLoginTest.java
+++ b/components/camel-salesforce/camel-salesforce-component/src/test/java/org/apache/camel/component/salesforce/LazyLoginIntegrationTest.java
@@ -21,7 +21,7 @@ import java.util.HashMap;
 import org.apache.camel.component.salesforce.dto.generated.Merchandise__c;
 import org.junit.jupiter.api.Test;
 
-public class LazyLoginTest extends AbstractSalesforceTestBase {
+public class LazyLoginIntegrationTest extends AbstractSalesforceTestBase {
 
     @Test
     public void lazyLoginDoesNotThrowExceptions() throws Exception {