Skip to content

Commit 0626e9b

Browse files
committed
Remove duplicate test.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1124405 13f79535-47bb-0310-9956-ffa450edef68
1 parent dc63b69 commit 0626e9b

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,7 @@ public void testExamples() throws EncoderException {
127127

128128
@Test
129129
public void testHyphen() throws EncoderException {
130-
String[][] data = {{"bergisch-gladbach", "174845214"}, {"Müller-Lüdenscheidt", "65752682"},
131-
// From the Javadoc example:
132-
{"M�ller-L�denscheidt", "65752682"}};
130+
String[][] data = {{"bergisch-gladbach", "174845214"}, {"Müller-Lüdenscheidt", "65752682"}};
133131
this.checkEncodings(data);
134132
}
135133

0 commit comments

Comments
 (0)