Skip to content

Commit d9ee65e

Browse files
committed
deutsch encodes to 28, NOT 288!
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1073471 13f79535-47bb-0310-9956-ffa450edef68
1 parent 82eb1a8 commit d9ee65e

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,12 @@ public void testIsCologneEqualsPhpData() {
125125
* Test data from http://repo.magdev.de/src/Text_ColognePhonetic-0.2.2/test/Text_ColognePhoneticTest.php
126126
*/
127127
public void testPhpData() {
128-
String[][] data = {{"peter", "127"}, {"pharma", "376"}, {"bergisch-gladbach", "174845214"}, {"mönchengladbach", "664645214"},
129-
// {"deutsch", "288"}, // Probably a bug
128+
String[][] data = {
129+
{"peter", "127"},
130+
{"pharma", "376"},
131+
{"bergisch-gladbach", "174845214"},
132+
{"mönchengladbach", "664645214"},
133+
{"deutsch", "28"},
130134
{"deutz", "28"},
131135
// {"hamburg", "6174"},
132136
// {"hannover", "637"},

0 commit comments

Comments
 (0)