You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by bb...@apache.org on 2019/01/08 16:13:00 UTC

[geode-native] branch develop updated: GEODE-6250: Rename testCache --> testSubRegions (#432)

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

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


The following commit(s) were added to refs/heads/develop by this push:
     new 1c9413d  GEODE-6250: Rename testCache --> testSubRegions (#432)
1c9413d is described below

commit 1c9413d35dd280448c571195a804e935698c430e
Author: Blake Bender <ek...@hotmail.com>
AuthorDate: Tue Jan 8 08:12:56 2019 -0800

    GEODE-6250: Rename testCache --> testSubRegions (#432)
    
    - test wasn't testing anything to do with cache
    
    Co-authored-by: Michael Oleske <mo...@pivotal.io>
---
 cppcache/integration-test/CMakeLists.txt                        | 2 +-
 cppcache/integration-test/{testCache.cpp => testSubRegions.cpp} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/cppcache/integration-test/CMakeLists.txt b/cppcache/integration-test/CMakeLists.txt
index 3352da4..94d1f62 100644
--- a/cppcache/integration-test/CMakeLists.txt
+++ b/cppcache/integration-test/CMakeLists.txt
@@ -164,7 +164,6 @@ set_property(TEST testFWHelper PROPERTY LABELS STABLE QUICK)
 set_property(TEST testLRUList PROPERTY LABELS STABLE QUICK)
 set_property(TEST testSystemProperties PROPERTY LABELS STABLE QUICK)
 set_property(TEST testLogger PROPERTY LABELS STABLE QUICK)
-set_property(TEST testCache PROPERTY LABELS STABLE QUICK)
 set_property(TEST testLinkage PROPERTY LABELS STABLE QUICK)
 set_property(TEST testRegionTemplateArgs PROPERTY LABELS STABLE QUICK)
 set_property(TEST testRegionMap PROPERTY LABELS STABLE QUICK)
@@ -175,6 +174,7 @@ set_property(TEST testThinClientRemoveAllLocal PROPERTY LABELS STABLE QUICK)
 set_property(TEST testDunit PROPERTY LABELS STABLE QUICK)
 set_property(TEST testAttributesMutator PROPERTY LABELS STABLE QUICK)
 set_property(TEST testSpinLock PROPERTY LABELS STABLE QUICK)
+set_property(TEST testSubRegions PROPERTY LABELS STABLE QUICK)
 set_property(TEST testThinClientSSLAuthFail PROPERTY LABELS STABLE QUICK)
 set_property(TEST testThinClientSSLAuthCorrupt PROPERTY LABELS STABLE QUICK)
 set_property(TEST testThinClientSSLAuthUntrusted PROPERTY LABELS STABLE QUICK)
diff --git a/cppcache/integration-test/testCache.cpp b/cppcache/integration-test/testSubRegions.cpp
similarity index 100%
rename from cppcache/integration-test/testCache.cpp
rename to cppcache/integration-test/testSubRegions.cpp