You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by mc...@apache.org on 2018/12/07 21:25:18 UTC

[geode] branch develop updated: GEODE-6167: move the test to the integration test module since it starts a cache (#2973)

This is an automated email from the ASF dual-hosted git repository.

mcmellawatt pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/develop by this push:
     new e55c68c  GEODE-6167: move the test to the integration test module since it starts a cache (#2973)
e55c68c is described below

commit e55c68c28745d53c112d43b7fdf976c8ec077742
Author: jinmeiliao <ji...@pivotal.io>
AuthorDate: Fri Dec 7 13:25:08 2018 -0800

    GEODE-6167: move the test to the integration test module since it starts a cache (#2973)
---
 .../java/org/apache/geode/internal/cache/snapshot/ClientExporterTest.java | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/geode-core/src/test/java/org/apache/geode/internal/cache/snapshot/ClientExporterTest.java b/geode-core/src/integrationTest/java/org/apache/geode/internal/cache/snapshot/ClientExporterTest.java
similarity index 100%
rename from geode-core/src/test/java/org/apache/geode/internal/cache/snapshot/ClientExporterTest.java
rename to geode-core/src/integrationTest/java/org/apache/geode/internal/cache/snapshot/ClientExporterTest.java