Github user sureshanaparti commented on a diff in the pull request:

    https://github.com/apache/cloudstack/pull/1813#discussion_r102650751
  
    --- Diff: 
plugins/hypervisors/xenserver/test/com/cloud/hypervisor/xenserver/resource/wrapper/xenbase/CitrixRequestWrapperTest.java
 ---
    @@ -436,7 +436,7 @@ public void testResizeVolumeCommand() {
             final Answer answer = wrapper.execute(resizeCommand, 
citrixResourceBase);
             verify(citrixResourceBase, times(1)).getConnection();
     
    -        assertFalse(answer.getResult());
    +        //assertFalse(answer.getResult());
    --- End diff --
    
    @priyankparihar @anshul1886 Is this commented statement required for future 
reference? If not, better to remove this line.


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to