Return-Path: X-Original-To: apmail-brooklyn-commits-archive@minotaur.apache.org Delivered-To: apmail-brooklyn-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 0823418959 for ; Mon, 29 Jun 2015 10:14:00 +0000 (UTC) Received: (qmail 17959 invoked by uid 500); 29 Jun 2015 10:14:00 -0000 Delivered-To: apmail-brooklyn-commits-archive@brooklyn.apache.org Received: (qmail 17910 invoked by uid 500); 29 Jun 2015 10:14:00 -0000 Mailing-List: contact commits-help@brooklyn.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@brooklyn.incubator.apache.org Delivered-To: mailing list commits@brooklyn.incubator.apache.org Received: (qmail 17891 invoked by uid 99); 29 Jun 2015 10:13:59 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Jun 2015 10:13:59 +0000 X-ASF-Spam-Status: No, hits=-2000.7 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 29 Jun 2015 10:11:48 +0000 Received: (qmail 17661 invoked by uid 99); 29 Jun 2015 10:13:36 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Jun 2015 10:13:36 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 02496E1810; Mon, 29 Jun 2015 10:13:36 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: heneveld@apache.org To: commits@brooklyn.incubator.apache.org Date: Mon, 29 Jun 2015 10:13:38 -0000 Message-Id: In-Reply-To: <9b5ed266a2bb45f0b2a022ed0c8613e2@git.apache.org> References: <9b5ed266a2bb45f0b2a022ed0c8613e2@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [4/5] incubator-brooklyn git commit: This closes #723 X-Virus-Checked: Checked by ClamAV on apache.org This closes #723 Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/5fb24622 Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/5fb24622 Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/5fb24622 Branch: refs/heads/master Commit: 5fb24622a689baaa047fbd54d0659f037d473b13 Parents: 0cd634d 3cccf00 Author: Alex Heneveld Authored: Mon Jun 29 11:05:15 2015 +0100 Committer: Alex Heneveld Committed: Mon Jun 29 11:05:15 2015 +0100 ---------------------------------------------------------------------- .../entity/basic/AbstractApplication.java | 18 +++ .../basic/AbstractApplicationLegacyTest.java | 75 ++++++++---- .../test/entity/TestApplicationImpl.java | 2 +- .../io/brooklyn/camp/brooklyn/AppYamlTest.java | 119 +++++++++++++++++++ 4 files changed, 191 insertions(+), 23 deletions(-) ----------------------------------------------------------------------