You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by re...@apache.org on 2023/04/18 09:05:39 UTC

[jackrabbit-filevault] branch JCRVLT-697 updated: JCRVLT-697: explain change in the test

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

reschke pushed a commit to branch JCRVLT-697
in repository https://gitbox.apache.org/repos/asf/jackrabbit-filevault.git


The following commit(s) were added to refs/heads/JCRVLT-697 by this push:
     new 6f126644 JCRVLT-697: explain change in the test
6f126644 is described below

commit 6f126644038d8faf77ed9197d1d47f4786d0619b
Author: Julian Reschke <ju...@gmx.de>
AuthorDate: Tue Apr 18 10:05:26 2023 +0100

    JCRVLT-697: explain change in the test
---
 .../apache/jackrabbit/vault/packaging/integration/NodeStashingIT.java    | 1 +
 1 file changed, 1 insertion(+)

diff --git a/vault-core/src/test/java/org/apache/jackrabbit/vault/packaging/integration/NodeStashingIT.java b/vault-core/src/test/java/org/apache/jackrabbit/vault/packaging/integration/NodeStashingIT.java
index e56a7db1..1b7d0292 100644
--- a/vault-core/src/test/java/org/apache/jackrabbit/vault/packaging/integration/NodeStashingIT.java
+++ b/vault-core/src/test/java/org/apache/jackrabbit/vault/packaging/integration/NodeStashingIT.java
@@ -87,6 +87,7 @@ public class NodeStashingIT extends IntegrationTestBase {
         // make sure mixin type was restored
         assertTrue(node2.isNodeType("{" + TESTNS + "}hasMandatoryChildNode"));
 
+        // before JCRVLT-697, this would have been only one node
         String expected = "saving approx 3 nodes...";
         assertTrue("Expected message '" + expected + "' not seen in: " + col.actions, col.actions.contains(expected));
     }