You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@curator.apache.org by ra...@apache.org on 2015/10/09 02:09:59 UTC

[05/10] curator git commit: missed a few

missed a few


Project: http://git-wip-us.apache.org/repos/asf/curator/repo
Commit: http://git-wip-us.apache.org/repos/asf/curator/commit/e09388a5
Tree: http://git-wip-us.apache.org/repos/asf/curator/tree/e09388a5
Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/e09388a5

Branch: refs/heads/CURATOR-3.0
Commit: e09388a5a7cc131643d685fd8efff64da15e168b
Parents: 36ddd58
Author: randgalt <ra...@apache.org>
Authored: Fri Sep 25 22:00:37 2015 -0500
Committer: randgalt <ra...@apache.org>
Committed: Fri Sep 25 22:00:37 2015 -0500

----------------------------------------------------------------------
 .../org/apache/curator/framework/imps/TestReconfiguration.java   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/curator/blob/e09388a5/curator-framework/src/test/java/org/apache/curator/framework/imps/TestReconfiguration.java
----------------------------------------------------------------------
diff --git a/curator-framework/src/test/java/org/apache/curator/framework/imps/TestReconfiguration.java b/curator-framework/src/test/java/org/apache/curator/framework/imps/TestReconfiguration.java
index 37be4f1..ca00cba 100644
--- a/curator-framework/src/test/java/org/apache/curator/framework/imps/TestReconfiguration.java
+++ b/curator-framework/src/test/java/org/apache/curator/framework/imps/TestReconfiguration.java
@@ -118,7 +118,7 @@ public class TestReconfiguration extends BaseClassForTests
         client.reconfig().joining().storingStatIn(stat).fromConfig(0).forEnsemble();
         client.reconfig().leaving().joining().storingStatIn(stat).fromConfig(0).forEnsemble();
         client.reconfig().joining().leaving().storingStatIn(stat).fromConfig(0).forEnsemble();
-        client.reconfig().withNewMembers().storingStatIn(stat).forEnsemble();
+        client.reconfig().withNewMembers().storingStatIn(stat).fromConfig(0).forEnsemble();
 
         client.reconfig().inBackground().leaving().forEnsemble();
         client.reconfig().inBackground().joining().forEnsemble();
@@ -142,7 +142,7 @@ public class TestReconfiguration extends BaseClassForTests
         client.reconfig().inBackground().joining().storingStatIn(stat).fromConfig(0).forEnsemble();
         client.reconfig().inBackground().leaving().joining().storingStatIn(stat).fromConfig(0).forEnsemble();
         client.reconfig().inBackground().joining().leaving().storingStatIn(stat).fromConfig(0).forEnsemble();
-        client.reconfig().inBackground().withNewMembers().storingStatIn(stat).forEnsemble();
+        client.reconfig().inBackground().withNewMembers().storingStatIn(stat).fromConfig(0).forEnsemble();
     }
 
     @Test