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 2020/03/17 12:40:58 UTC

[sling-org-apache-sling-junit-core] branch master updated (f2ab4c6 -> 649e7b4)

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-org-apache-sling-junit-core.git.


    from f2ab4c6  gitignore
     new d09eaf3  SLING-9200 adding global timeout of one minute
     new 3e17844  SLING-9200 adding comment
     new 9f2f84c  SLING-9200 fixing implementation and adding junit tests
     new 1b083d7  SLING-9200 revert proper version
     new 7d1ebfd  SLING-9200 fixing implementation and adding junit tests
     new 649e7b4  Merge pull request #2 from tyge68/issue/SLING-9200

The 143 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml                                            |  16 ++-
 .../apache/sling/junit/impl/TestsManagerImpl.java  |  38 ++++---
 .../sling/junit/impl/TestsManagerImplTest.java     | 121 +++++++++++++++++++++
 3 files changed, 159 insertions(+), 16 deletions(-)
 create mode 100644 src/test/java/org/apache/sling/junit/impl/TestsManagerImplTest.java