Return-Path: X-Original-To: apmail-geode-commits-archive@minotaur.apache.org Delivered-To: apmail-geode-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 1FA38186F0 for ; Thu, 28 Apr 2016 20:26:12 +0000 (UTC) Received: (qmail 88807 invoked by uid 500); 28 Apr 2016 20:26:12 -0000 Delivered-To: apmail-geode-commits-archive@geode.apache.org Received: (qmail 88773 invoked by uid 500); 28 Apr 2016 20:26:12 -0000 Mailing-List: contact commits-help@geode.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@geode.incubator.apache.org Delivered-To: mailing list commits@geode.incubator.apache.org Received: (qmail 88763 invoked by uid 99); 28 Apr 2016 20:26:12 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Apr 2016 20:26:12 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id A0B7CC0257 for ; Thu, 28 Apr 2016 20:26:11 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -3.221 X-Spam-Level: X-Spam-Status: No, score=-3.221 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-0.001] autolearn=disabled Received: from mx2-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id Lj9ZJv8mc_bJ for ; Thu, 28 Apr 2016 20:26:09 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx2-lw-eu.apache.org (ASF Mail Server at mx2-lw-eu.apache.org) with SMTP id 088265F23A for ; Thu, 28 Apr 2016 20:26:08 +0000 (UTC) Received: (qmail 88759 invoked by uid 99); 28 Apr 2016 20:26:08 -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; Thu, 28 Apr 2016 20:26:08 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 191F5DFD7B; Thu, 28 Apr 2016 20:26:08 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jinmeiliao@apache.org To: commits@geode.incubator.apache.org Message-Id: <43ca922db154441584346a47299e4d2e@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: incubator-geode git commit: GEODE-17: geode-pulse test depends on geode-core test Date: Thu, 28 Apr 2016 20:26:08 +0000 (UTC) Repository: incubator-geode Updated Branches: refs/heads/feature/GEODE-17-2 3d8f54c98 -> f446bbe89 GEODE-17: geode-pulse test depends on geode-core test Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/f446bbe8 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/f446bbe8 Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/f446bbe8 Branch: refs/heads/feature/GEODE-17-2 Commit: f446bbe8987b389e2263e04edd4df2471afd5ca2 Parents: 3d8f54c Author: Jinmei Liao Authored: Thu Apr 28 13:25:36 2016 -0700 Committer: Jinmei Liao Committed: Thu Apr 28 13:25:36 2016 -0700 ---------------------------------------------------------------------- geode-pulse/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/f446bbe8/geode-pulse/build.gradle ---------------------------------------------------------------------- diff --git a/geode-pulse/build.gradle b/geode-pulse/build.gradle index 5d8e890..e53a698 100755 --- a/geode-pulse/build.gradle +++ b/geode-pulse/build.gradle @@ -70,7 +70,7 @@ dependencies { testCompile project(':geode-junit') testCompile project(':geode-core') - testCompile project(path: ':geode-core', configuration: 'testOutput') + testCompile files(project(':geode-core').sourceSets.test.output) testCompile 'org.seleniumhq.selenium:selenium-firefox-driver:' + project.'selenium.version' testCompile 'org.seleniumhq.selenium:selenium-api:' + project.'selenium.version'