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 <[email protected]> Authored: Fri Mar 18 14:43:08 2016 -0700 Committer: Kirk Lund <[email protected]> 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
