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/03/21 02:30:12 UTC

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

ggregory    2004/03/20 17:30:12

  Modified:    codec/src/test/org/apache/commons/codec/language
                        RefinedSoundexTest.java
  Log:
  Removed unnecessary throws clause.
  
  Revision  Changes    Path
  1.9       +2 -2      jakarta-commons/codec/src/test/org/apache/commons/codec/language/RefinedSoundexTest.java
  
  Index: RefinedSoundexTest.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/codec/src/test/org/apache/commons/codec/language/RefinedSoundexTest.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- RefinedSoundexTest.java	17 Mar 2004 19:28:37 -0000	1.8
  +++ RefinedSoundexTest.java	21 Mar 2004 01:30:11 -0000	1.9
  @@ -90,7 +90,7 @@
           assertEquals(5, this.getEncoder().difference("Anothers", "Brothers"));
       }
   
  -    public void testEncode() throws EncoderException {
  +    public void testEncode() {
           assertEquals("T6036084", this.getEncoder().encode("testing"));
           assertEquals("T6036084", this.getEncoder().encode("TESTING"));
           assertEquals("T60", this.getEncoder().encode("The"));
  
  
  

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