This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push: new 9ff82be CAMEL-14852: Fixed typo in test class name. Thanks to Benjamin Graf for spotting 9ff82be is described below commit 9ff82beaa08228c58674ea4db88aee63928eb2a7 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Tue Apr 7 13:19:06 2020 +0200 CAMEL-14852: Fixed typo in test class name. Thanks to Benjamin Graf for spotting --- ...tyPlaceholderTest.java => NormalizedUriPropertyPlaceholderTest.java} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/camel-endpointdsl/src/test/java/org/apache/camel/builder/endpoint/NormalizedUrPropertyPlaceholderTest.java b/core/camel-endpointdsl/src/test/java/org/apache/camel/builder/endpoint/NormalizedUriPropertyPlaceholderTest.java similarity index 96% rename from core/camel-endpointdsl/src/test/java/org/apache/camel/builder/endpoint/NormalizedUrPropertyPlaceholderTest.java rename to core/camel-endpointdsl/src/test/java/org/apache/camel/builder/endpoint/NormalizedUriPropertyPlaceholderTest.java index 756840a..60d2996 100644 --- a/core/camel-endpointdsl/src/test/java/org/apache/camel/builder/endpoint/NormalizedUrPropertyPlaceholderTest.java +++ b/core/camel-endpointdsl/src/test/java/org/apache/camel/builder/endpoint/NormalizedUriPropertyPlaceholderTest.java @@ -25,7 +25,7 @@ import org.apache.camel.component.mock.MockEndpoint; import org.apache.camel.test.junit4.CamelTestSupport; import org.junit.Test; -public class NormalizedUrPropertyPlaceholderTest extends CamelTestSupport { +public class NormalizedUriPropertyPlaceholderTest extends CamelTestSupport { @EndpointInject(value = "mock:result?failFast=false") private MockEndpoint result;