left some debug code in
Project: http://git-wip-us.apache.org/repos/asf/curator/repo Commit: http://git-wip-us.apache.org/repos/asf/curator/commit/8226f0cc Tree: http://git-wip-us.apache.org/repos/asf/curator/tree/8226f0cc Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/8226f0cc Branch: refs/heads/CURATOR-3.0 Commit: 8226f0cc30ed8cc9cdb455a3fd707d3c801e25b0 Parents: b4ff095 Author: randgalt <[email protected]> Authored: Wed Jun 24 16:50:26 2015 -0500 Committer: randgalt <[email protected]> Committed: Wed Jun 24 16:50:26 2015 -0500 ---------------------------------------------------------------------- .../test/java/org/apache/curator/framework/imps/TestFramework.java | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/curator/blob/8226f0cc/curator-framework/src/test/java/org/apache/curator/framework/imps/TestFramework.java ---------------------------------------------------------------------- diff --git a/curator-framework/src/test/java/org/apache/curator/framework/imps/TestFramework.java b/curator-framework/src/test/java/org/apache/curator/framework/imps/TestFramework.java index bb8747e..811631c 100644 --- a/curator-framework/src/test/java/org/apache/curator/framework/imps/TestFramework.java +++ b/curator-framework/src/test/java/org/apache/curator/framework/imps/TestFramework.java @@ -527,7 +527,6 @@ public class TestFramework extends BaseClassForTests client.start(); Assert.assertNull(client.checkExists().forPath("/one/two")); - client.create().creatingParentContainersIfNeeded().forPath("/one/two/three"); client.checkExists().creatingParentContainersIfNeeded().forPath("/one/two/three"); Assert.assertNotNull(client.checkExists().forPath("/one/two")); Assert.assertNull(client.checkExists().forPath("/one/two/three"));
