You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/11/07 09:26:39 UTC

[sling-org-apache-sling-discovery-commons] 36/38: SLING-5094 / SLING-5191 / SLING-4603 : rename ConsistencyService to ClusterSyncService

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

rombert pushed a commit to annotated tag org.apache.sling.discovery.commons-1.0.0
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-discovery-commons.git

commit e5ded77b56e8cd935219dd94033a2f14e65eb597
Author: Stefan Egli <st...@apache.org>
AuthorDate: Mon Oct 26 09:35:55 2015 +0000

    SLING-5094 / SLING-5191 / SLING-4603 : rename ConsistencyService to ClusterSyncService
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/discovery/commons@1710538 13f79535-47bb-0310-9956-ffa450edef68
---
 .../sling/discovery/commons/providers/base/TestViewStateManager.java  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/test/java/org/apache/sling/discovery/commons/providers/base/TestViewStateManager.java b/src/test/java/org/apache/sling/discovery/commons/providers/base/TestViewStateManager.java
index 8dd1796..048b0cd 100644
--- a/src/test/java/org/apache/sling/discovery/commons/providers/base/TestViewStateManager.java
+++ b/src/test/java/org/apache/sling/discovery/commons/providers/base/TestViewStateManager.java
@@ -520,7 +520,7 @@ public class TestViewStateManager {
     }
     
     @Test
-    public void testConsistencyService_noConcurrency() throws Exception {
+    public void testClusterSyncService_noConcurrency() throws Exception {
         final org.apache.log4j.Logger commonsLogger = LogManager.getRootLogger().getLogger("org.apache.sling.discovery.commons.providers");
         final org.apache.log4j.Level logLevel = commonsLogger.getLevel();
         commonsLogger.setLevel(Level.INFO); // change here to DEBUG in case of issues with this test
@@ -581,7 +581,7 @@ public class TestViewStateManager {
     }
 
     @Test
-    public void testConsistencyService_withConcurrency() throws Exception {
+    public void testClusterSyncService_withConcurrency() throws Exception {
         final org.apache.log4j.Logger commonsLogger = LogManager.getRootLogger().getLogger("org.apache.sling.discovery.commons.providers");
         final org.apache.log4j.Level logLevel = commonsLogger.getLevel();
         commonsLogger.setLevel(Level.INFO); // change here to DEBUG in case of issues with this test

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.