You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2019/06/05 15:39:19 UTC

[sling-whiteboard] branch feature/url-connection-agent-testing updated (751cf60 -> 2739f23)

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

rombert pushed a change to branch feature/url-connection-agent-testing
in repository https://gitbox.apache.org/repos/asf/sling-whiteboard.git.


    from 751cf60  Converted IntegrationTest to a proper IT
     add fb1f825  Move launcher out of the jar
     add 2739f23  Prepared testing infrastructure for multiple client implementations

No new revisions were added by this update.

Summary of changes:
 url-connection-agent/pom.xml                       | 26 +++++++
 .../main/java/org/apache/sling/uca/impl/Main.java  | 47 -----------
 .../java/org/apache/sling/uca/impl/AgentIT.java    | 32 +++++++-
 .../test/java/org/apache/sling/uca/impl/Main.java  | 90 ++++++++++++++++++++++
 4 files changed, 144 insertions(+), 51 deletions(-)
 delete mode 100644 url-connection-agent/src/main/java/org/apache/sling/uca/impl/Main.java
 create mode 100644 url-connection-agent/src/test/java/org/apache/sling/uca/impl/Main.java