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 53215D702 for ; Wed, 23 Jan 2013 07:47:04 +0000 (UTC) Received: (qmail 81584 invoked by uid 500); 23 Jan 2013 07:47:04 -0000 Delivered-To: apmail-incubator-cloudstack-commits-archive@incubator.apache.org Received: (qmail 81411 invoked by uid 500); 23 Jan 2013 07:47:03 -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 81393 invoked by uid 99); 23 Jan 2013 07:47:03 -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, 23 Jan 2013 07:47:03 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id BAD35824402; Wed, 23 Jan 2013 07:47:02 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: hugo@apache.org To: cloudstack-commits@incubator.apache.org X-Mailer: ASF-Git Admin Mailer Subject: git commit: Disabled test 'com.cloud.network.vpn.RemoteAccessVpnTest' as it requires a database connection which we don't have during unittest phase. Message-Id: <20130123074702.BAD35824402@tyr.zones.apache.org> Date: Wed, 23 Jan 2013 07:47:02 +0000 (UTC) Updated Branches: refs/heads/master 363182cf7 -> 1e40551cd Disabled test 'com.cloud.network.vpn.RemoteAccessVpnTest' as it requires a database connection which we don't have during unittest phase. Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/1e40551c Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/1e40551c Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/1e40551c Branch: refs/heads/master Commit: 1e40551cd524506d44762f305358d530a2ad3319 Parents: 363182c Author: Hugo Trippaers Authored: Wed Jan 23 08:46:53 2013 +0100 Committer: Hugo Trippaers Committed: Wed Jan 23 08:46:53 2013 +0100 ---------------------------------------------------------------------- server/pom.xml | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/1e40551c/server/pom.xml ---------------------------------------------------------------------- diff --git a/server/pom.xml b/server/pom.xml index 64bd2a2..4c3ba6f 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -105,6 +105,7 @@ com/cloud/vm/dao/* com/cloud/vpc/* com/cloud/api/ListPerfTest.java + com/cloud/network/vpn/RemoteAccessVpnTest.java