This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-codec.git
The following commit(s) were added to refs/heads/master by this push:
new 6660a227 Add missing @Test
6660a227 is described below
commit 6660a227daae8d76f73b70bdf2ac935d244aaa2b
Author: Gary D. Gregory <[email protected]>
AuthorDate: Sat Jun 7 10:02:42 2025 -0400
Add missing @Test
---
.../org/apache/commons/codec/language/DaitchMokotoffSoundexTest.java | 1 +
1 file changed, 1 insertion(+)
diff --git
a/src/test/java/org/apache/commons/codec/language/DaitchMokotoffSoundexTest.java
b/src/test/java/org/apache/commons/codec/language/DaitchMokotoffSoundexTest.java
index 278087ec..a3a5a9a2 100644
---
a/src/test/java/org/apache/commons/codec/language/DaitchMokotoffSoundexTest.java
+++
b/src/test/java/org/apache/commons/codec/language/DaitchMokotoffSoundexTest.java
@@ -67,6 +67,7 @@ public class DaitchMokotoffSoundexTest extends
AbstractStringEncoderTest<DaitchM
assertEquals("547830|545783|594783|594578", soundex("GERSCHFELD"));
}
+ @Test
public void testEncodeBasic() {
// same as above, but without branching
assertEquals("097400", encode("AUERBACH"));