Skip to content

Commit c9430c6

Browse files
committed
Increasing the test branch coverage slightly
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@928548 13f79535-47bb-0310-9956-ffa450edef68
1 parent 13546eb commit c9430c6

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1106,6 +1106,10 @@ public void testDoubleMetaphone() {
11061106
assertDoubleMetaphoneAlt("MKLL", "McClelland");
11071107
assertDoubleMetaphoneAlt("SNHS", "san jose");
11081108
assertDoubleMetaphoneAlt("SNFP", "xenophobia");
1109+
assertDoubleMetaphoneAlt("FKR", "Fokker");
1110+
assertDoubleMetaphoneAlt("AK", "Joqqi");
1111+
assertDoubleMetaphoneAlt("HF", "Hovvi");
1112+
assertDoubleMetaphoneAlt("XRN", "Czerny");
11091113
}
11101114

11111115
public void testEmpty() {

0 commit comments

Comments
 (0)