Author: bayard
Date: Thu Jul 16 05:22:45 2009
New Revision: 794532

URL: http://svn.apache.org/viewvc?rev=794532&view=rev
Log:
Adding a pair of notes

Modified:
    
commons/proper/codec/trunk/src/test/org/apache/commons/codec/language/MetaphoneTest.java

Modified: 
commons/proper/codec/trunk/src/test/org/apache/commons/codec/language/MetaphoneTest.java
URL: 
http://svn.apache.org/viewvc/commons/proper/codec/trunk/src/test/org/apache/commons/codec/language/MetaphoneTest.java?rev=794532&r1=794531&r2=794532&view=diff
==============================================================================
--- 
commons/proper/codec/trunk/src/test/org/apache/commons/codec/language/MetaphoneTest.java
 (original)
+++ 
commons/proper/codec/trunk/src/test/org/apache/commons/codec/language/MetaphoneTest.java
 Thu Jul 16 05:22:45 2009
@@ -434,7 +434,10 @@
     }
 
     public void testDiscardOfSilentGN() {
+        // NOTE: This does not test for silent GN, but for starting with GN
         assertEquals( "N", this.getMetaphone().metaphone("GNU") );
+
+        // NOTE: Trying to test for GNED, but expected code does not appear to 
execute
         assertEquals( "SNT", this.getMetaphone().metaphone("SIGNED") );
     }
 


Reply via email to