Skip to content

Commit b1561e9

Browse files
committed
Enable more tests, the PHP code used to generate these examples has a multiple digit bug.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1073476 13f79535-47bb-0310-9956-ffa450edef68
1 parent d9ee65e commit b1561e9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,11 +134,11 @@ public void testPhpData() {
134134
{"deutz", "28"},
135135
// {"hamburg", "6174"},
136136
// {"hannover", "637"},
137-
// {"christstollen", "4788256"},
137+
{"christstollen", "478256"},
138138
{"Xanthippe", "48621"},
139139
{"Zacharias", "8478"},
140140
// {"Holzbau", "581"},
141-
// {"matsch", "688"},
141+
{"matsch", "68"},
142142
{"matz", "68"},
143143
{"Arbeitsamt", "071862"},
144144
{"Eberhard", "01772"},

0 commit comments

Comments
 (0)