| This Test method checks the DefaultParameterParser which carries two Sets inside it.
The suggested problem (TRB-10) was that pp.keySet() returns both Keys, but
pp.getStrings("key") only checks for keys which are not FileItems. This makes no
sense because a FileItem is not a String and would never be returned by
getStrings() anyway. The test case is retained anyway since there are
outstanding issues in this area with respect to 2.4.
throws: Exception - |