marcaurele commented on a change in pull request #2417: Fix errors that appeared after #2283 URL: https://github.com/apache/cloudstack/pull/2417#discussion_r162911223
########## 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: @rafaelweingartner there is no hard requirements on the file location. But the compiler will put the corresponding `class` file in the correct directory structure, that's all. ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services