rafaelweingartner commented on a change in pull request #2417: Fix errors that 
appeared after #2283
URL: https://github.com/apache/cloudstack/pull/2417#discussion_r162911651
 
 

 ##########
 File path: 
engine/storage/integration-test/src/test/java/com/cloud/vm/snapshot/dao/VmSnapshotDaoTest.java
 ##########
 @@ -41,7 +39,7 @@
 
     @Test
     public void testVmSnapshotDetails() {
-        VMSnapshotDetailsVO detailsVO = new VMSnapshotDetailsVO(1L, "test", 
"foo", display);
+        VMSnapshotDetailsVO detailsVO = new VMSnapshotDetailsVO(1L, "test", 
"foo", true);
 
 Review comment:
   I was under the impression that there was a hard requirement. Anyways, I 
only found the problem because of Eclipse. It was complaining about these files 
that were in the wrong folder structure.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to