anniejili commented on code in PR #8484:
URL: https://github.com/apache/cloudstack/pull/8484#discussion_r1447702308
##########
server/src/test/java/com/cloud/vm/UserVmManagerImplTest.java:
##########
@@ -245,6 +249,45 @@ public class UserVmManagerImplTest {
@Mock
ServiceOfferingJoinDao serviceOfferingJoinDao;
+// @Mock
Review Comment:
Fixed.
##########
server/src/test/java/com/cloud/vm/UserVmManagerImplTest.java:
##########
@@ -1221,4 +1308,174 @@ public void
testSetVmRequiredFieldsForImportFromLastHost() {
Mockito.verify(userVmVoMock).setLastHostId(2L);
Mockito.verify(userVmVoMock).setState(VirtualMachine.State.Running);
}
+
+/*
Review Comment:
Fixed
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]