Skip to content

Commit 10dc748

Browse files
committed
Examples for 2.0 are from the spec, not wikipedia
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@634912 13f79535-47bb-0310-9956-ffa450edef68
1 parent 66555de commit 10dc748

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ protected StringEncoder makeEncoder() {
4141
return new Caverphone();
4242
}
4343

44-
public void testWikipediaExamples() {
44+
public void testSpecificationExamples() {
4545
Caverphone caverphone = new Caverphone();
4646
String[][] data = {
4747
{"Stevenson", "STFNSN1111"},

0 commit comments

Comments
 (0)