You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2011/05/18 14:51:02 UTC

svn commit: r1124236 - /commons/proper/codec/trunk/src/test/org/apache/commons/codec/language/ColognePhoneticTest.java

Author: ggregory
Date: Wed May 18 12:51:01 2011
New Revision: 1124236

URL: http://svn.apache.org/viewvc?rev=1124236&view=rev
Log:
[CODEC-122] Add method testAychlmajrForCodec122.
Also fix class Javadoc 

Modified:
    commons/proper/codec/trunk/src/test/org/apache/commons/codec/language/ColognePhoneticTest.java

Modified: commons/proper/codec/trunk/src/test/org/apache/commons/codec/language/ColognePhoneticTest.java
URL: http://svn.apache.org/viewvc/commons/proper/codec/trunk/src/test/org/apache/commons/codec/language/ColognePhoneticTest.java?rev=1124236&r1=1124235&r2=1124236&view=diff
==============================================================================
--- commons/proper/codec/trunk/src/test/org/apache/commons/codec/language/ColognePhoneticTest.java (original)
+++ commons/proper/codec/trunk/src/test/org/apache/commons/codec/language/ColognePhoneticTest.java Wed May 18 12:51:01 2011
@@ -23,7 +23,7 @@ import org.apache.commons.codec.StringEn
 import org.junit.Test;
 
 /**
- * Tests the deprecated class {@link ColognePhonetic}.
+ * Tests the {@code ColognePhonetic} class.
  * 
  * <p>Keep this file in UTF-8 encoding for proper Javadoc processing.</p>
  * 
@@ -45,6 +45,16 @@ public class ColognePhoneticTest extends
     public void testAaclan() throws EncoderException {
         this.checkEncoding("0856", "Aaclan");
     }
+    
+    /**
+     * Tests [CODEC-122]
+     * 
+     * @throws EncoderException
+     */
+    @Test
+    public void testAychlmajrForCodec122() throws EncoderException {
+        this.checkEncoding("04567", "Aychlmajr");
+    }
 
     @Test
     public void testEdgeCases() throws EncoderException {