Skip to content

Commit 2a29c1f

Browse files
committed
Adding a pair of notes
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@794532 13f79535-47bb-0310-9956-ffa450edef68
1 parent 5b95cdf commit 2a29c1f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,10 @@ public void testDiscardOfSilentHAfterG() {
434434
}
435435

436436
public void testDiscardOfSilentGN() {
437+
// NOTE: This does not test for silent GN, but for starting with GN
437438
assertEquals( "N", this.getMetaphone().metaphone("GNU") );
439+
440+
// NOTE: Trying to test for GNED, but expected code does not appear to execute
438441
assertEquals( "SNT", this.getMetaphone().metaphone("SIGNED") );
439442
}
440443

0 commit comments

Comments
 (0)