Skip to content

Commit 84e270e

Browse files
committed
More test data.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1073491 13f79535-47bb-0310-9956-ffa450edef68
1 parent 70e7d72 commit 84e270e

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

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

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,15 @@ public void testEdgeCases() {
9393
}
9494

9595
public void testExamples() {
96-
String[][] data = {
96+
String[][] data = {{"m\u00DCller", "657"},
97+
// {"schmidt", "8628"},
98+
{"schneider", "8627"},
99+
{"fischer", "387"},
100+
{"weber", "317"},
101+
// {"wagner", "357"},
102+
{"becker", "147"},
103+
{"hoffmann", "036"},
104+
{"sch\u00C4fer", "837"},
97105
{"Breschnew", "17863"},
98106
{"Wikipedia", "3412"},
99107
{"peter", "127"},

0 commit comments

Comments
 (0)