This is an automated email from the ASF dual-hosted git repository. rzo1 pushed a commit to branch OPENNLP-1890-cleanup in repository https://gitbox.apache.org/repos/asf/opennlp.git
commit 65d11d2c95b2302cf900328a31fc0b0cf397bad4 Author: Richard Zowalla <[email protected]> AuthorDate: Thu Jul 16 16:37:46 2026 +0200 OPENNLP-1890 - Correct location of test classes from 3.x cherry pick --- .../src/test/java/opennlp/tools/cmdline/StreamFactoryRegistryTest.java | 0 .../src/test/java/opennlp/tools/util/jvm/StringInternersTest.java | 0 2 files changed, 0 insertions(+), 0 deletions(-) diff --git a/opennlp-core/opennlp-formats/src/test/java/opennlp/tools/cmdline/StreamFactoryRegistryTest.java b/opennlp-tools/src/test/java/opennlp/tools/cmdline/StreamFactoryRegistryTest.java similarity index 100% rename from opennlp-core/opennlp-formats/src/test/java/opennlp/tools/cmdline/StreamFactoryRegistryTest.java rename to opennlp-tools/src/test/java/opennlp/tools/cmdline/StreamFactoryRegistryTest.java diff --git a/opennlp-core/opennlp-runtime/src/test/java/opennlp/tools/util/jvm/StringInternersTest.java b/opennlp-tools/src/test/java/opennlp/tools/util/jvm/StringInternersTest.java similarity index 100% rename from opennlp-core/opennlp-runtime/src/test/java/opennlp/tools/util/jvm/StringInternersTest.java rename to opennlp-tools/src/test/java/opennlp/tools/util/jvm/StringInternersTest.java
