You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by alexandrelimassantana <gi...@git.apache.org> on 2016/01/14 20:00:54 UTC

[GitHub] cloudstack pull request: CLOUDSTACK-8830 CLONE - VM snapshot fails...

Github user alexandrelimassantana commented on the pull request:

    https://github.com/apache/cloudstack/pull/798#issuecomment-171739474
  
    @maneesha-p you could extract the content of this if-condition into a method to test the TaskInfo object, making the code a little more reusable and allowing you to build up an isolated TestCase for this scenario.
    
    ```Java
    if (info == null || info.getEntityName() == null || info.getName() == null) {
          continue;
    }
    ```


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---