This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.testing.sling-mock-2.2.12 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-sling-mock.git
commit 60eb38d46a563c85e34bf35fd0dbc396bbbecddc Author: Stefan Seifert <[email protected]> AuthorDate: Tue May 23 21:30:56 2017 +0000 SLING-6874 sling-mock: Support tick as well as double quote when parsing JSON files git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/testing/mocks/sling-mock@1795969 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 2 +- src/test/resources/json-import-samples/content.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index fb416d0..1c495eb 100644 --- a/pom.xml +++ b/pom.xml @@ -132,7 +132,7 @@ <dependency> <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.jcr.contentparser</artifactId> - <version>1.1.0</version> + <version>1.1.1-SNAPSHOT</version> <scope>compile</scope> </dependency> <dependency> diff --git a/src/test/resources/json-import-samples/content.json b/src/test/resources/json-import-samples/content.json index e2696f0..31860dc 100644 --- a/src/test/resources/json-import-samples/content.json +++ b/src/test/resources/json-import-samples/content.json @@ -1,6 +1,6 @@ { - "jcr:primaryType": "app:Page", - "jcr:createdBy": "admin", + "jcr:primaryType": 'app:Page', + 'jcr:createdBy': "admin", "jcr:created": "Thu Aug 07 2014 16:32:59 GMT+0200", "jcr:content": { "jcr:primaryType": "app:PageContent", -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
