Skip to content

Commit 2a8fd84

Browse files
committed
Remove disabled Caverphone 1.0 test.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1075934 13f79535-47bb-0310-9956-ffa450edef68
1 parent 75152a3 commit 2a8fd84

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

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

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -349,15 +349,4 @@ public void testSpecificationExamples() throws EncoderException {
349349
this.checkEncodings(data);
350350
}
351351

352-
/**
353-
* Tests examples from http://en.wikipedia.org/wiki/Caverphone
354-
*
355-
* @throws EncoderException
356-
*/
357-
public void testWikipediaExamples() throws EncoderException {
358-
// Is this a bug or a Caverphone 1.0 vs 2.0 issue?
359-
// String[][] data = {{"Lee", "L11111"}, {"Thompson", "TMPSN1"}};
360-
// this.checkEncodings(data);
361-
}
362-
363352
}

0 commit comments

Comments
 (0)