You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@curator.apache.org by ca...@apache.org on 2015/08/25 06:08:45 UTC

[25/50] curator git commit: left some debug code in

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-167
Commit: 8226f0cc30ed8cc9cdb455a3fd707d3c801e25b0
Parents: b4ff095
Author: randgalt <ra...@apache.org>
Authored: Wed Jun 24 16:50:26 2015 -0500
Committer: randgalt <ra...@apache.org>
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"));