You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by gg...@apache.org on 2004/04/14 01:15:41 UTC

cvs commit: jakarta-commons/codec/src/test/org/apache/commons/codec/language DoubleMetaphoneTest.java

ggregory    2004/04/13 16:15:41

  Modified:    codec/src/test/org/apache/commons/codec/language
                        DoubleMetaphoneTest.java
  Log:
  A couple more tests.
  
  Revision  Changes    Path
  1.9       +9 -1      jakarta-commons/codec/src/test/org/apache/commons/codec/language/DoubleMetaphoneTest.java
  
  Index: DoubleMetaphoneTest.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/codec/src/test/org/apache/commons/codec/language/DoubleMetaphoneTest.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- DoubleMetaphoneTest.java	17 Mar 2004 19:28:37 -0000	1.8
  +++ DoubleMetaphoneTest.java	13 Apr 2004 23:15:40 -0000	1.9
  @@ -1199,6 +1199,14 @@
           doubleMetaphoneNotEqualTest(true);
       }
   
  +    public void testCCedilla() {
  +        this.getDoubleMetaphone().isDoubleMetaphoneEqual("�", "S");
  +    }
  +    
  +    public void testNTilde() {
  +        this.getDoubleMetaphone().isDoubleMetaphoneEqual("�", "N");
  +    }
  +    
       public void validateFixture(String[][] pairs) {
           if (pairs.length == 0) {
               fail("Test fixture is empty");
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org