Return-Path: X-Original-To: apmail-incubator-cloudstack-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-cloudstack-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 42DA7E2D9 for ; Wed, 9 Jan 2013 04:37:38 +0000 (UTC) Received: (qmail 42191 invoked by uid 500); 9 Jan 2013 04:37:30 -0000 Delivered-To: apmail-incubator-cloudstack-commits-archive@incubator.apache.org Received: (qmail 40330 invoked by uid 500); 9 Jan 2013 04:37:27 -0000 Mailing-List: contact cloudstack-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cloudstack-dev@incubator.apache.org Delivered-To: mailing list cloudstack-commits@incubator.apache.org Received: (qmail 38773 invoked by uid 99); 9 Jan 2013 04:37:26 -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, 09 Jan 2013 04:37:26 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 0B45311AE9; Wed, 9 Jan 2013 04:37:26 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: bhaisaab@apache.org To: cloudstack-commits@incubator.apache.org X-Mailer: ASF-Git Admin Mailer Subject: [9/50] [abbrv] git commit: api: Fix failing unit test, regression due to recent merge Message-Id: <20130109043726.0B45311AE9@tyr.zones.apache.org> Date: Wed, 9 Jan 2013 04:37:26 +0000 (UTC) api: Fix failing unit test, regression due to recent merge Signed-off-by: Rohit Yadav Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/95e605ed Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/95e605ed Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/95e605ed Branch: refs/heads/master Commit: 95e605ed25c3878b2cbdd3af15093b5b09096880 Parents: 0659c21 Author: Rohit Yadav Authored: Fri Jan 4 18:16:29 2013 -0800 Committer: Rohit Yadav Committed: Fri Jan 4 18:16:29 2013 -0800 ---------------------------------------------------------------------- .../com/cloud/agent/api/BackupSnapshotCommand.java | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/95e605ed/api/src/com/cloud/agent/api/BackupSnapshotCommand.java ---------------------------------------------------------------------- diff --git a/api/src/com/cloud/agent/api/BackupSnapshotCommand.java b/api/src/com/cloud/agent/api/BackupSnapshotCommand.java index 52d9d38..a0ac8d7 100644 --- a/api/src/com/cloud/agent/api/BackupSnapshotCommand.java +++ b/api/src/com/cloud/agent/api/BackupSnapshotCommand.java @@ -111,7 +111,4 @@ public class BackupSnapshotCommand extends SnapshotCommand { return snapshotId; } - public StorageFilerTO getPool() { - return pool; - } }