You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "Laszlo Hornyak (JIRA)" <ji...@apache.org> on 2015/03/02 12:57:05 UTC

[jira] [Resolved] (CLOUDSTACK-8294) java 1.8: NiciraNvpApiTest

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

Laszlo Hornyak resolved CLOUDSTACK-8294.
----------------------------------------
       Resolution: Fixed
    Fix Version/s: 4.6.0

> java 1.8: NiciraNvpApiTest
> --------------------------
>
>                 Key: CLOUDSTACK-8294
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-8294
>             Project: CloudStack
>          Issue Type: Sub-task
>      Security Level: Public(Anyone can view this level - this is the default.) 
>          Components: Network Devices
>         Environment: fedora 21
> java 1.8
>            Reporter: Laszlo Hornyak
>              Labels: java1.8, test
>             Fix For: 4.6.0
>
>
> {noformat}
> -------------------------------------------------------------------------------
> Test set: com.cloud.network.nicira.NiciraNvpApiTest
> -------------------------------------------------------------------------------
> Tests run: 12, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.694 sec <<< FAILURE! - in com.cloud.network.nicira.NiciraNvpApiTest
> testFindSecurityProfileByUuid(com.cloud.network.nicira.NiciraNvpApiTest)  Time elapsed: 0.079 sec  <<< FAILURE!
> org.mockito.exceptions.verification.junit.ArgumentsAreDifferent:
> Argument(s) are different! Wanted:
> getMethod.setQueryString(
>     [name=uuid, value=aaaa, name=fields, value=*]
> );
> -> at com.cloud.network.nicira.NiciraNvpApiTest.testFindSecurityProfileByUuid(NiciraNvpApiTest.java:153)
> Actual invocation has different arguments:
> getMethod.setQueryString(
>     [name=fields, value=*, name=uuid, value=aaaa]
> );
> -> at com.cloud.utils.rest.RESTServiceConnector.executeRetrieveObject(RESTServiceConnector.java:254)
>         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
>         at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
>         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
>         at java.lang.reflect.Constructor.newInstance(Constructor.java:408)
>         at com.cloud.network.nicira.NiciraNvpApiTest.testFindSecurityProfileByUuid(NiciraNvpApiTest.java:153)
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)