This is an automated email from the ASF dual-hosted git repository.
jamesnetherton pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/main by this push:
new 2a7a082766 Convert germanbooks-iso-8859-1.json to *nix line endings
2a7a082766 is described below
commit 2a7a0827665c437142721841eb5cbb2dbcbfde04
Author: James Netherton <[email protected]>
AuthorDate: Fri Sep 30 15:43:15 2022 +0100
Convert germanbooks-iso-8859-1.json to *nix line endings
---
.../src/test/resources/germanbooks-iso-8859-1.json | 44 +++++++++++-----------
1 file changed, 22 insertions(+), 22 deletions(-)
diff --git
a/integration-tests/jsonpath/src/test/resources/germanbooks-iso-8859-1.json
b/integration-tests/jsonpath/src/test/resources/germanbooks-iso-8859-1.json
index c7aa2dc5ef..74759dab13 100644
--- a/integration-tests/jsonpath/src/test/resources/germanbooks-iso-8859-1.json
+++ b/integration-tests/jsonpath/src/test/resources/germanbooks-iso-8859-1.json
@@ -1,23 +1,23 @@
-{
- "store": {
- "book": [
- {
- "category": "novel",
- "author": "Thomas Mann",
- "title": "Joseph und seine Br�der",
- "price": 25.00
- },
- {
- "category": "fiction",
- "author": "Friedrich Nietzsche",
- "title": "G�tzend�mmerung",
- "price": 9.00,
- "isbn": "3-458-32522-0"
- }
- ],
- "bicycle": {
- "color": "red",
- "price": 19.95
- }
- }
+{
+ "store": {
+ "book": [
+ {
+ "category": "novel",
+ "author": "Thomas Mann",
+ "title": "Joseph und seine Br�der",
+ "price": 25.00
+ },
+ {
+ "category": "fiction",
+ "author": "Friedrich Nietzsche",
+ "title": "G�tzend�mmerung",
+ "price": 9.00,
+ "isbn": "3-458-32522-0"
+ }
+ ],
+ "bicycle": {
+ "color": "red",
+ "price": 19.95
+ }
+ }
}
\ No newline at end of file