Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
The following test cases fail:
V2URLTests_BaseURL_ApiRenderActurl_setParameterB7
V2URLTests_BaseURL_ApiRenderRenurl_setParameterB7
V2URLTests_BaseURL_ApiRenderResurl_setParameterB7
To be consistent with the setParameter(String, String) method, a value of null should cause the parameter to be removed. However, a parameter value of null results in the following exception:
"java.lang.IllegalArgumentException: Illegal Argument: value (argument should not be null)"