You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wink.apache.org by "Jason Dillon (JIRA)" <ji...@apache.org> on 2009/07/03 07:46:47 UTC

[jira] Updated: (WINK-18) CaseInsensitiveMultivaluedMap returns incorrect values, when using keySet() api

     [ https://issues.apache.org/jira/browse/WINK-18?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jason Dillon updated WINK-18:
-----------------------------

      Component/s: Common
    Fix Version/s: 0.1

> CaseInsensitiveMultivaluedMap returns incorrect values, when using keySet() api
> -------------------------------------------------------------------------------
>
>                 Key: WINK-18
>                 URL: https://issues.apache.org/jira/browse/WINK-18
>             Project: Wink
>          Issue Type: Bug
>          Components: Common
>            Reporter: Michael Elman
>            Assignee: Nadav Fischer
>             Fix For: 0.1
>
>
> Consider that CaseInsensitiveMultivaluedMap contains two values "A" and "B"
> all the following calls must return true, while it doesn't happen:
> map.keySet().contains("a")
> map.keySet().contains("A")
> map.keySet().contains("b")
> map.keySet().contains("B")
> The unit test that checks this functionality is also incorrect, since it assumes that map.keySet().contains("a") and map.keySet().contains("b") should return false.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.