You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by "Henri Yandell (JIRA)" <ji...@apache.org> on 2006/12/27 01:27:22 UTC

[jira] Updated: (CODEC-54) testUsEnglishStatic doesn't fail

     [ http://issues.apache.org/jira/browse/CODEC-54?page=all ]

Henri Yandell updated CODEC-54:
-------------------------------

    Fix Version/s: 1.4

> testUsEnglishStatic doesn't fail
> --------------------------------
>
>                 Key: CODEC-54
>                 URL: http://issues.apache.org/jira/browse/CODEC-54
>             Project: Commons Codec
>          Issue Type: Bug
>            Reporter: Henri Yandell
>             Fix For: 1.4
>
>
> The source code for SoundexTest has this:
>     // This test fails.
>     public void testUsEnglishStatic()
>     {
>         assertEquals( Soundex.US_ENGLISH.soundex( "Williams" ), "W452" );
>     }
> However the test doesn't seem to fail.
> It's followed by:
>     // This test succeeds.
>     public void testNewInstance()
>     {
>         assertEquals( new Soundex().soundex( "Williams" ), "W452" );
>     }

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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