Skip to content

Commit 2d76aa8

Browse files
committed
[CODEC-122] Add method testAychlmajrForCodec122.
Also fix class Javadoc git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1124236 13f79535-47bb-0310-9956-ffa450edef68
1 parent 1092079 commit 2d76aa8

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

src/test/org/apache/commons/codec/language/ColognePhoneticTest.java

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
import org.junit.Test;
2424

2525
/**
26-
* Tests the deprecated class {@link ColognePhonetic}.
26+
* Tests the {@code ColognePhonetic} class.
2727
*
2828
* <p>Keep this file in UTF-8 encoding for proper Javadoc processing.</p>
2929
*
@@ -45,6 +45,16 @@ public void testAabjoe() throws EncoderException {
4545
public void testAaclan() throws EncoderException {
4646
this.checkEncoding("0856", "Aaclan");
4747
}
48+
49+
/**
50+
* Tests [CODEC-122]
51+
*
52+
* @throws EncoderException
53+
*/
54+
@Test
55+
public void testAychlmajrForCodec122() throws EncoderException {
56+
this.checkEncoding("04567", "Aychlmajr");
57+
}
4858

4959
@Test
5060
public void testEdgeCases() throws EncoderException {

0 commit comments

Comments
 (0)