[arquillian-issues] [JBoss JIRA] (ARQ-1556) Warp Inspection methods with multiple qualifiers are executed but incorrectly verified

Lukáš Fryč (JIRA) jira-events at lists.jboss.org
Tue Oct 29 17:22:02 EDT 2013


     [ https://issues.jboss.org/browse/ARQ-1556?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lukáš Fryč updated ARQ-1556:
----------------------------

           Status: Resolved  (was: Pull Request Sent)
    Fix Version/s: warp_1.0.0.Alpha5
       Resolution: Done


Merged: https://github.com/arquillian/arquillian-extension-warp/commit/ca55ec9ec58249ea44df142b3b6978a9821ffc03
                
> Warp Inspection methods with multiple qualifiers are executed but incorrectly verified
> --------------------------------------------------------------------------------------
>
>                 Key: ARQ-1556
>                 URL: https://issues.jboss.org/browse/ARQ-1556
>             Project: Arquillian
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: Extension - Warp
>            Reporter: Ken Finnigan
>            Assignee: Ken Finnigan
>             Fix For: warp_1.0.0.Alpha5
>
>
> When an Inspection method specifies more than one qualifier the method is incorrectly marked as not executed, even though it was.
> ResponsePayloadVerifier finds the specified method, and that the same method is in the executed method list, but {code}specifiedMethods.removeAll(executedMethods);{code} fails to remove the method because it fails to find a match.  Appears to be an issue with equals() and hashCode() on the Set.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the arquillian-issues mailing list