dichaudhary commented on a change in pull request #10: SLING-8648
URL:
https://github.com/apache/sling-org-apache-sling-pipes/pull/10#discussion_r316612626
##########
File path: src/test/java/org/apache/sling/pipes/internal/MovePipeTest.java
##########
@@ -69,6 +69,19 @@ public void testMoveNodeWithOverwrite() throws Exception {
Assert.assertFalse("source node path should have gone",
session.nodeExists(PATH_FRUITS + APPLE_NODE_PATH));
}
+ @Ignore //move operation is not supported yet by MockSession
Review comment:
thx Nicolas for the suggestion , I tried using JCR_MOCK which does support
moving the nodes , I ll raise another commit with the test
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services