You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ss...@apache.org on 2022/08/18 15:53:26 UTC

[sling-org-apache-sling-testing-resourceresolver-mock] branch feature/SLING-11455-resource-provider updated (1462d73 -> 4b6398d)

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

sseifert pushed a change to branch feature/SLING-11455-resource-provider
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-resourceresolver-mock.git


    from 1462d73  SLING-11455 catch resource changes when removing properties
     add 7895994  SLING-11455 activate find query resource test
     add 6833f66  SLING-11294 remove unused DateUtils class (leftover from switching to newer Sling API)
     add 582ae61  Merge branch 'master' into feature/SLING-11455-resource-provider
     add 4b6398d  SLING-11455/SLING-11252 provide new and unified approach to provided mocked search results for both MockResourceResolver and MockResourceProvider

No new revisions were added by this update.

Summary of changes:
 .../sling/testing/resourceresolver/DateUtils.java  |  99 -------------------
 .../resourceresolver/MockFindQueryResources.java   |  74 +++++++++++++++
 .../MockQueryLanguageProvider.java                 | 105 +++++++++++++++++++++
 .../resourceresolver/MockResourceProvider.java     |  39 +++++---
 .../resourceresolver/MockResourceResolver.java     |  12 +++
 .../resourceresolver/FindQueryResourcesTest.java   |  42 ++++++---
 ...FindQueryResourcesTestResourceProviderTest.java |   3 -
 7 files changed, 247 insertions(+), 127 deletions(-)
 delete mode 100644 src/main/java/org/apache/sling/testing/resourceresolver/DateUtils.java
 create mode 100644 src/main/java/org/apache/sling/testing/resourceresolver/MockFindQueryResources.java
 create mode 100644 src/main/java/org/apache/sling/testing/resourceresolver/MockQueryLanguageProvider.java