You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ra...@apache.org on 2019/09/20 09:57:09 UTC

[sling-org-apache-sling-testing-clients] branch master updated (5853e02 -> 609cb61)

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

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


    from 5853e02  [maven-release-plugin] prepare for next development iteration
     add 609cb61  SLING-8727 - NPE in SlingClient constructor when url doesn't have a protocol

No new revisions were added by this update.

Summary of changes:
 .../apache/sling/testing/clients/SlingClient.java  |  2 +-
 .../sling/testing/clients/SlingClientConfig.java   | 14 ++++-
 .../testing/clients/SlingClientConfigTest.java     | 44 ++++++++++++++
 .../clients/SlingClientConstructorTest.java        | 70 ++++++++++++++++++++++
 4 files changed, 126 insertions(+), 4 deletions(-)
 create mode 100644 src/test/java/org/apache/sling/testing/clients/SlingClientConfigTest.java
 create mode 100644 src/test/java/org/apache/sling/testing/clients/SlingClientConstructorTest.java