You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "Rayees Namathponnan (JIRA)" <ji...@apache.org> on 2013/07/16 19:34:49 UTC

[jira] [Closed] (CLOUDSTACK-3020) Tets case ".TestInstanceNameFlagTrue.test_02_instancename_from_default_configuration" failed due to wrong assert

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

Rayees Namathponnan closed CLOUDSTACK-3020.
-------------------------------------------


Fixed and verified 
                
> Tets case ".TestInstanceNameFlagTrue.test_02_instancename_from_default_configuration" failed due to wrong assert 
> -----------------------------------------------------------------------------------------------------------------
>
>                 Key: CLOUDSTACK-3020
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-3020
>             Project: CloudStack
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the default.) 
>          Components: Automation
>    Affects Versions: 4.2.0
>         Environment: Automation 
>            Reporter: Rayees Namathponnan
>            Assignee: Rayees Namathponnan
>             Fix For: 4.2.0
>
>
> Tets case ".TestInstanceNameFlagTrue.test_02_instancename_from_default_configuration" failed due to wrong assert 
>  self.assertEqual(
>                          vm.displayname,
>                          vm.id,
>                          "Vm display name should not match the given name"
>                          )
> it should be 
>         self.assertNotEqual(
>                          vm.displayname,
>                          vm.id,
>                          "Vm display name should not match the given name"
>                          )

--
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