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 22:11:53 UTC

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

Author: ggregory
Date: Wed May 18 20:11:53 2011
New Revision: 1124405

URL: http://svn.apache.org/viewvc?rev=1124405&view=rev
Log:
Remove duplicate test.

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=1124405&r1=1124404&r2=1124405&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 20:11:53 2011
@@ -127,9 +127,7 @@ public class ColognePhoneticTest extends
 
     @Test
     public void testHyphen() throws EncoderException {
-        String[][] data = {{"bergisch-gladbach", "174845214"}, {"Müller-Lüdenscheidt", "65752682"},
-            // From the Javadoc example:
-            {"M�ller-L�denscheidt", "65752682"}};
+        String[][] data = {{"bergisch-gladbach", "174845214"}, {"Müller-Lüdenscheidt", "65752682"}};
         this.checkEncodings(data);
     }