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 <gre...@zurowski.org> AuthorDate: Fri Nov 10 12:46:48 2017 +0100 CAMEL-12001: [Minor] Rename test class Signed-off-by: Gregor Zurowski <gre...@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" <commits@camel.apache.org>'].