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

krickert pushed a commit to branch OPENNLP-1850-1a-engine
in repository https://gitbox.apache.org/repos/asf/opennlp.git


The following commit(s) were added to refs/heads/OPENNLP-1850-1a-engine by this 
push:
     new 9037a09f6 OPENNLP-1850 Review: rename ConfusablesLoadTest to 
ConfusablesParseTest
9037a09f6 is described below

commit 9037a09f61f9621332f10a8f02c97872a6e11f4f
Author: Kristian Rickert <[email protected]>
AuthorDate: Thu Jul 2 05:09:41 2026 -0400

    OPENNLP-1850 Review: rename ConfusablesLoadTest to ConfusablesParseTest
    
    The class exercises parsing of malformed input rather than resource
    loading, so the name follows the content (mawiesne review).
    
    Claude-Session: https://claude.ai/code/session_01UxQifybMpCvPYc6GtjFVHe
---
 .../normalizer/{ConfusablesLoadTest.java => ConfusablesParseTest.java}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/opennlp-core/opennlp-runtime/src/test/java/opennlp/tools/util/normalizer/ConfusablesLoadTest.java
 
b/opennlp-core/opennlp-runtime/src/test/java/opennlp/tools/util/normalizer/ConfusablesParseTest.java
similarity index 98%
rename from 
opennlp-core/opennlp-runtime/src/test/java/opennlp/tools/util/normalizer/ConfusablesLoadTest.java
rename to 
opennlp-core/opennlp-runtime/src/test/java/opennlp/tools/util/normalizer/ConfusablesParseTest.java
index 64dba2b01..70fd62b41 100644
--- 
a/opennlp-core/opennlp-runtime/src/test/java/opennlp/tools/util/normalizer/ConfusablesLoadTest.java
+++ 
b/opennlp-core/opennlp-runtime/src/test/java/opennlp/tools/util/normalizer/ConfusablesParseTest.java
@@ -27,7 +27,7 @@ import static org.junit.jupiter.api.Assertions.assertEquals;
 import static org.junit.jupiter.api.Assertions.assertThrows;
 import static org.junit.jupiter.api.Assertions.assertTrue;
 
-class ConfusablesLoadTest {
+class ConfusablesParseTest {
 
   private static InputStream in(String data) {
     return new ByteArrayInputStream(data.getBytes(StandardCharsets.UTF_8));

Reply via email to