This is an automated email from the ASF dual-hosted git repository.
zregvart pushed a commit to branch java-10-test
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/java-10-test by this push:
new 1785c63 CAMEL-12618: Fix SimpleTest on Java 11+
1785c63 is described below
commit 1785c638a76eb093573a17ffef1b94aff2f860c6
Author: Zoran Regvart <[email protected]>
AuthorDate: Wed Nov 14 15:29:03 2018 +0100
CAMEL-12618: Fix SimpleTest on Java 11+
---
.../src/test/java/org/apache/camel/language/simple/SimpleTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/camel-core/src/test/java/org/apache/camel/language/simple/SimpleTest.java
b/camel-core/src/test/java/org/apache/camel/language/simple/SimpleTest.java
index 69505cd..5d93e73 100644
--- a/camel-core/src/test/java/org/apache/camel/language/simple/SimpleTest.java
+++ b/camel-core/src/test/java/org/apache/camel/language/simple/SimpleTest.java
@@ -48,7 +48,7 @@ import org.junit.Test;
public class SimpleTest extends LanguageTestSupport {
private static final String JAVA8_INDEX_OUT_OF_BOUNDS_ERROR_MSG = "Index:
2, Size: 2";
- private static final String INDEX_OUT_OF_BOUNDS_ERROR_MSG = "Index 2
out-of-bounds for length 2";
+ private static final String INDEX_OUT_OF_BOUNDS_ERROR_MSG = "Index 2 out
of bounds for length 2";
@Override
protected JndiRegistry createRegistry() throws Exception {