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:00:54 UTC

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

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 a1c070e  Use Maven central for connect timeout tests. Accessing sling.apache.org failed with a 'connection refused' error on Jenkins, presumably since builds.apache.org has direct access to other apache.org servers.
     add 751cf60  Converted IntegrationTest to a proper IT

No new revisions were added by this update.

Summary of changes:
 url-connection-agent/pom.xml                       |  12 ++
 .../java/org/apache/sling/uca/impl/AgentIT.java    | 163 +++++++++++++++++++++
 .../org/apache/sling/uca/impl/IntegrationTest.java | 107 --------------
 3 files changed, 175 insertions(+), 107 deletions(-)
 create mode 100644 url-connection-agent/src/test/java/org/apache/sling/uca/impl/AgentIT.java
 delete mode 100644 url-connection-agent/src/test/java/org/apache/sling/uca/impl/IntegrationTest.java