Return-Path: X-Original-To: apmail-cloudstack-commits-archive@www.apache.org Delivered-To: apmail-cloudstack-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0FEE2DEB5 for ; Wed, 22 May 2013 03:53:51 +0000 (UTC) Received: (qmail 46861 invoked by uid 500); 22 May 2013 03:53:50 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 46640 invoked by uid 500); 22 May 2013 03:53:48 -0000 Mailing-List: contact commits-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list commits@cloudstack.apache.org Received: (qmail 46603 invoked by uid 99); 22 May 2013 03:53:47 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 May 2013 03:53:47 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 9682D892A76; Wed, 22 May 2013 03:53:46 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: sateesh@apache.org To: commits@cloudstack.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: git commit: updated refs/heads/vmware-datamodel to b77facf Date: Wed, 22 May 2013 03:53:46 +0000 (UTC) Updated Branches: refs/heads/vmware-datamodel 45d7b9fdb -> b77facffa Removed mock for VmwareManager Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/b77facff Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/b77facff Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/b77facff Branch: refs/heads/vmware-datamodel Commit: b77facffacf3672ef93c07b3e991309fab909e8a Parents: 45d7b9f Author: Sateesh Chodapuneedi Authored: Wed May 22 09:22:00 2013 +0530 Committer: Sateesh Chodapuneedi Committed: Wed May 22 09:22:00 2013 +0530 ---------------------------------------------------------------------- .../vmware/VmwareDatacenterApiUnitTest.java | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/b77facff/plugins/hypervisors/vmware/test/com/cloud/hypervisor/vmware/VmwareDatacenterApiUnitTest.java ---------------------------------------------------------------------- diff --git a/plugins/hypervisors/vmware/test/com/cloud/hypervisor/vmware/VmwareDatacenterApiUnitTest.java b/plugins/hypervisors/vmware/test/com/cloud/hypervisor/vmware/VmwareDatacenterApiUnitTest.java index 7e68e6e..6ff4e47 100644 --- a/plugins/hypervisors/vmware/test/com/cloud/hypervisor/vmware/VmwareDatacenterApiUnitTest.java +++ b/plugins/hypervisors/vmware/test/com/cloud/hypervisor/vmware/VmwareDatacenterApiUnitTest.java @@ -265,11 +265,6 @@ public class VmwareDatacenterApiUnitTest { } @Bean - public VmwareManager vmwareManager() { - return Mockito.mock(VmwareManager.class); - } - - @Bean public AccountService accountService() { return Mockito.mock(AccountService.class); }