You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by GitBox <gi...@apache.org> on 2022/01/14 16:55:08 UTC

[GitHub] [sling-org-apache-sling-jcr-resource] cziegeler commented on a change in pull request #19: SLING-11061 URIProvider for resources backed by JCR BinaryDownload

cziegeler commented on a change in pull request #19:
URL: https://github.com/apache/sling-org-apache-sling-jcr-resource/pull/19#discussion_r785003391



##########
File path: src/test/java/org/apache/sling/jcr/resource/internal/JcrResourceListenerTest.java
##########
@@ -269,7 +269,7 @@ public boolean matches(String path) {
                 session.save();
             }
             System.out.println("Events = " + events);
-            assertEquals("Received: " + events, 7, events.size());
+            assertEquals("Received: " + events, 6, events.size());

Review comment:
       Why does this unrelated test needs to be adjusted?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@sling.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org