bhabegger commented on code in PR #2961:
URL: https://github.com/apache/jackrabbit-oak/pull/2961#discussion_r3442844279


##########
oak-core/src/test/java/org/apache/jackrabbit/oak/plugins/index/diff/DiffIndexTest.java:
##########
@@ -259,6 +260,112 @@ public void testDiffIndexUpdate() throws Exception {
         assertSameJson("{}", repositoryDefinitions.toString());
     }
 
+    @Test
+    public void testDiffIndexUpdateUnversionedOotbExplicit() throws Exception {
+        NodeStore store = new MemoryNodeStore(INITIAL_CONTENT);
+
+        List<IndexEditorProvider> indexEditors = List.of(
+                new ReferenceEditorProvider(), new 
PropertyIndexEditorProvider(), new NodeCounterEditorProvider());

Review Comment:
   Do we need all of these ? 



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to