You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2021/05/07 16:25:28 UTC

[sling-whiteboard] branch master updated (77087e1 -> 89f6e06)

This is an automated email from the ASF dual-hosted git repository.

bdelacretaz pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/sling-whiteboard.git.


    from 77087e1  Consistent naming
     add 89f6e06  Initial tests

No new revisions were added by this update.

Summary of changes:
 remote-content-api/document-aggregator/pom.xml     | 24 ++++++
 .../impl/JsonDocumentNodeTest.java                 | 98 ++++++++++++++++++++++
 .../impl/MapDocumentNodeTest.java                  | 79 +++++++++++++++++
 3 files changed, 201 insertions(+)
 create mode 100644 remote-content-api/document-aggregator/src/test/java/org/apache/sling/documentaggregator/impl/JsonDocumentNodeTest.java
 create mode 100644 remote-content-api/document-aggregator/src/test/java/org/apache/sling/documentaggregator/impl/MapDocumentNodeTest.java