Updated Branches: refs/heads/4.2 f6b66b94f -> cea7363bd
Fixed a compile error caused by eclipse Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/cea7363b Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/cea7363b Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/cea7363b Branch: refs/heads/4.2 Commit: cea7363bdeb1785277fd185c218aa8a9d6f89848 Parents: f6b66b9 Author: Alex Huang <alex.hu...@citrix.com> Authored: Wed Aug 7 19:52:36 2013 -0700 Committer: Alex Huang <alex.hu...@citrix.com> Committed: Wed Aug 7 19:52:53 2013 -0700 ---------------------------------------------------------------------- .../test/src/com/cloud/server/auth/test/AuthenticatorTest.java | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/cea7363b/plugins/user-authenticators/sha256salted/test/src/com/cloud/server/auth/test/AuthenticatorTest.java ---------------------------------------------------------------------- diff --git a/plugins/user-authenticators/sha256salted/test/src/com/cloud/server/auth/test/AuthenticatorTest.java b/plugins/user-authenticators/sha256salted/test/src/com/cloud/server/auth/test/AuthenticatorTest.java index 7469565..4c4c152 100644 --- a/plugins/user-authenticators/sha256salted/test/src/com/cloud/server/auth/test/AuthenticatorTest.java +++ b/plugins/user-authenticators/sha256salted/test/src/com/cloud/server/auth/test/AuthenticatorTest.java @@ -39,6 +39,7 @@ import org.mockito.runners.MockitoJUnitRunner; import com.cloud.server.auth.SHA256SaltedUserAuthenticator; import com.cloud.user.UserAccount; +import com.cloud.user.dao.UserAccountDao; @RunWith(MockitoJUnitRunner.class) public class AuthenticatorTest {