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 6C7CA18E06 for ; Fri, 18 Mar 2016 21:43:31 +0000 (UTC) Received: (qmail 96341 invoked by uid 500); 18 Mar 2016 21:43:31 -0000 Delivered-To: apmail-geode-commits-archive@geode.apache.org Received: (qmail 96312 invoked by uid 500); 18 Mar 2016 21:43:31 -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 96303 invoked by uid 99); 18 Mar 2016 21:43:31 -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; Fri, 18 Mar 2016 21:43:31 +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 0FC27C0221 for ; Fri, 18 Mar 2016 21:43:31 +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 TDkPgdttGkIC for ; Fri, 18 Mar 2016 21:43:30 +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 3CBEB5FB2F for ; Fri, 18 Mar 2016 21:43:28 +0000 (UTC) Received: (qmail 95934 invoked by uid 99); 18 Mar 2016 21:43:27 -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; Fri, 18 Mar 2016 21:43:27 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id D46B8E0A2A; Fri, 18 Mar 2016 21:43:26 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: klund@apache.org To: commits@geode.incubator.apache.org Date: Fri, 18 Mar 2016 21:43:39 -0000 Message-Id: <0edc92a432094732875a27ad99d0ad0a@git.apache.org> In-Reply-To: <10a521128be1405f9396f3725453493a@git.apache.org> References: <10a521128be1405f9396f3725453493a@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [14/14] incubator-geode git commit: Remove this from static method Remove this from static method Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/ae7bf164 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/ae7bf164 Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/ae7bf164 Branch: refs/heads/feature/GEODE-1050 Commit: ae7bf16420295887b1048bed1de4954d5a442080 Parents: 77147f0 Author: Kirk Lund Authored: Fri Mar 18 14:43:08 2016 -0700 Committer: Kirk Lund Committed: Fri Mar 18 14:43:08 2016 -0700 ---------------------------------------------------------------------- .../query/dunit/PartitionedRegionCompactRangeIndexDUnitTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/ae7bf164/geode-core/src/test/java/com/gemstone/gemfire/cache/query/dunit/PartitionedRegionCompactRangeIndexDUnitTest.java ---------------------------------------------------------------------- diff --git a/geode-core/src/test/java/com/gemstone/gemfire/cache/query/dunit/PartitionedRegionCompactRangeIndexDUnitTest.java b/geode-core/src/test/java/com/gemstone/gemfire/cache/query/dunit/PartitionedRegionCompactRangeIndexDUnitTest.java index 791e320..3e746e7 100644 --- a/geode-core/src/test/java/com/gemstone/gemfire/cache/query/dunit/PartitionedRegionCompactRangeIndexDUnitTest.java +++ b/geode-core/src/test/java/com/gemstone/gemfire/cache/query/dunit/PartitionedRegionCompactRangeIndexDUnitTest.java @@ -56,7 +56,7 @@ public class PartitionedRegionCompactRangeIndexDUnitTest extends DistributedTest } public void postSetUp() throws Exception { - this.disconnectAllFromDS(); + disconnectAllFromDS(); } @Override