You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by ho...@apache.org on 2023/01/07 00:54:10 UTC

[solr] 01/12: refactor TrackingUpdateProcessorFactory (and RecordingUpdateProcessorFactory) into test-framework so they can be re-used in solrj tests

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

hossman pushed a commit to branch jira/SOLR-6312
in repository https://gitbox.apache.org/repos/asf/solr.git

commit b4edbd3d172ba689f5aef89736d4c7be4e903357
Author: Chris Hostetter <ho...@apache.org>
AuthorDate: Thu Dec 15 12:40:24 2022 -0700

    refactor TrackingUpdateProcessorFactory (and RecordingUpdateProcessorFactory) into test-framework so they can be re-used in solrj tests
---
 .../org/apache/solr/update/processor/RecordingUpdateProcessorFactory.java | 0
 .../org/apache/solr/update/processor/TrackingUpdateProcessorFactory.java  | 0
 2 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/solr/core/src/test/org/apache/solr/update/processor/RecordingUpdateProcessorFactory.java b/solr/test-framework/src/java/org/apache/solr/update/processor/RecordingUpdateProcessorFactory.java
similarity index 100%
rename from solr/core/src/test/org/apache/solr/update/processor/RecordingUpdateProcessorFactory.java
rename to solr/test-framework/src/java/org/apache/solr/update/processor/RecordingUpdateProcessorFactory.java
diff --git a/solr/core/src/test/org/apache/solr/update/processor/TrackingUpdateProcessorFactory.java b/solr/test-framework/src/java/org/apache/solr/update/processor/TrackingUpdateProcessorFactory.java
similarity index 100%
rename from solr/core/src/test/org/apache/solr/update/processor/TrackingUpdateProcessorFactory.java
rename to solr/test-framework/src/java/org/apache/solr/update/processor/TrackingUpdateProcessorFactory.java