Return-Path: X-Original-To: apmail-curator-commits-archive@minotaur.apache.org Delivered-To: apmail-curator-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E91BE183DC for ; Mon, 17 Aug 2015 17:02:14 +0000 (UTC) Received: (qmail 80334 invoked by uid 500); 17 Aug 2015 17:02:09 -0000 Delivered-To: apmail-curator-commits-archive@curator.apache.org Received: (qmail 80256 invoked by uid 500); 17 Aug 2015 17:02:09 -0000 Mailing-List: contact commits-help@curator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@curator.apache.org Delivered-To: mailing list commits@curator.apache.org Received: (qmail 79520 invoked by uid 99); 17 Aug 2015 17:02:09 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Aug 2015 17:02:09 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 75DE0E0375; Mon, 17 Aug 2015 17:02:09 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: dragonsinth@apache.org To: commits@curator.apache.org Date: Mon, 17 Aug 2015 17:02:30 -0000 Message-Id: <965960b4dd0347d198b8554dd874211d@git.apache.org> In-Reply-To: <7ac50fe071104b4493121735a87f2dc8@git.apache.org> References: <7ac50fe071104b4493121735a87f2dc8@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [22/41] 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-3.0 Commit: 8226f0cc30ed8cc9cdb455a3fd707d3c801e25b0 Parents: b4ff095 Author: randgalt Authored: Wed Jun 24 16:50:26 2015 -0500 Committer: randgalt 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"));