Repository: curator Updated Branches: refs/heads/CURATOR-265 36ddd58a3 -> e09388a5a
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-265 Commit: e09388a5a7cc131643d685fd8efff64da15e168b Parents: 36ddd58 Author: randgalt <[email protected]> Authored: Fri Sep 25 22:00:37 2015 -0500 Committer: randgalt <[email protected]> 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
