weizhouapache commented on code in PR #7777: URL: https://github.com/apache/cloudstack/pull/7777#discussion_r1277206605
########## server/src/test/java/com/cloud/user/AccountManagetImplTestBase.java: ########## @@ -73,6 +73,7 @@ import com.cloud.user.dao.SSHKeyPairDao; import com.cloud.user.dao.UserAccountDao; import com.cloud.user.dao.UserDao; +import com.cloud.user.dao.UserDataDao; Review Comment: thanks @harikrishna-patnala for review the unit test in AccountManagerTest did not pass without it :-( `userDataDao` is used in AccountManagerTest -- 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]
