You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gz...@apache.org on 2017/11/10 11:47:48 UTC

[camel] branch camel-2.20.x updated: CAMEL-12001: [Minor] Rename test class

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

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


The following commit(s) were added to refs/heads/camel-2.20.x by this push:
     new 53f514f  CAMEL-12001: [Minor] Rename test class
53f514f is described below

commit 53f514fda5adfd555536244717280ddc5d3469e6
Author: Gregor Zurowski <gr...@zurowski.org>
AuthorDate: Fri Nov 10 12:46:48 2017 +0100

    CAMEL-12001: [Minor] Rename test class
    
    Signed-off-by: Gregor Zurowski <gr...@zurowski.org>
---
 .../{CamelContextDeadlockText.java => CamelContextDeadlockTest.java}    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/camel-core/src/test/java/org/apache/camel/impl/CamelContextDeadlockText.java b/camel-core/src/test/java/org/apache/camel/impl/CamelContextDeadlockTest.java
similarity index 97%
rename from camel-core/src/test/java/org/apache/camel/impl/CamelContextDeadlockText.java
rename to camel-core/src/test/java/org/apache/camel/impl/CamelContextDeadlockTest.java
index 7642d00..e9e0894 100644
--- a/camel-core/src/test/java/org/apache/camel/impl/CamelContextDeadlockText.java
+++ b/camel-core/src/test/java/org/apache/camel/impl/CamelContextDeadlockTest.java
@@ -21,7 +21,7 @@ import org.apache.camel.Component;
 import org.apache.camel.component.direct.DirectComponent;
 import org.junit.Test;
 
-public class CamelContextDeadlockText {
+public class CamelContextDeadlockTest {
 
     @Test(timeout = 5000)
     public void testComponentDeadlock() throws Exception {

-- 
To stop receiving notification emails like this one, please contact
['"commits@camel.apache.org" <co...@camel.apache.org>'].