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

[sling-org-apache-sling-testing-clients] branch master updated (dfb790b -> cf764d8)

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

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


    from dfb790b  SLING-9772 Cleanup build warnings from bnd
     new f0155d2  SLING-9750 Fix read string as integer issue
     new bb1840f  SLING-9750 Add unit test to prove that both the old and the new situation works as expected
     new cf764d8  Merge pull request #18 from henrykuijpers/feature/SLING-9750-fix-obtaining-of-id-when-not-int-value

The 139 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:
 .../sling/testing/clients/osgi/ServiceInfo.java    |  2 +-
 .../testing/clients/osgi/ServiceInfoTest.java      | 51 ++++++++++++++++++++++
 .../resources/service-info/service-id-as-int.json  | 39 +++++++++++++++++
 .../service-info/service-id-as-string.json         | 39 +++++++++++++++++
 4 files changed, 130 insertions(+), 1 deletion(-)
 create mode 100644 src/test/java/org/apache/sling/testing/clients/osgi/ServiceInfoTest.java
 create mode 100644 src/test/resources/service-info/service-id-as-int.json
 create mode 100644 src/test/resources/service-info/service-id-as-string.json