Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 16DFE200B43 for ; Wed, 8 Jun 2016 02:04:45 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 15093160A5C; Wed, 8 Jun 2016 00:04:45 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 5FBC5160A5D for ; Wed, 8 Jun 2016 02:04:44 +0200 (CEST) Received: (qmail 3727 invoked by uid 500); 8 Jun 2016 00:04:43 -0000 Mailing-List: contact commits-help@geode.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@geode.incubator.apache.org Delivered-To: mailing list commits@geode.incubator.apache.org Received: (qmail 3718 invoked by uid 99); 8 Jun 2016 00:04:43 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Jun 2016 00:04:43 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 18FB0C2324 for ; Wed, 8 Jun 2016 00:04:43 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -4.646 X-Spam-Level: X-Spam-Status: No, score=-4.646 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-1.426] autolearn=disabled Received: from mx2-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id vBxR-p6gCm38 for ; Wed, 8 Jun 2016 00:04:41 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx2-lw-us.apache.org (ASF Mail Server at mx2-lw-us.apache.org) with SMTP id D97C25FB46 for ; Wed, 8 Jun 2016 00:04:40 +0000 (UTC) Received: (qmail 3562 invoked by uid 99); 8 Jun 2016 00:04:40 -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; Wed, 08 Jun 2016 00:04:40 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 12940E058E; Wed, 8 Jun 2016 00:04:40 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: klund@apache.org To: commits@geode.incubator.apache.org Date: Wed, 08 Jun 2016 00:05:40 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [63/90] [abbrv] incubator-geode git commit: GEODE-1377: Fixed Test archived-at: Wed, 08 Jun 2016 00:04:45 -0000 GEODE-1377: Fixed Test Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/05ed0167 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/05ed0167 Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/05ed0167 Branch: refs/heads/feature/GEODE-835 Commit: 05ed0167821fe16f77ba40447daaa721e71c04a2 Parents: 07ba286 Author: Udo Kohlmeyer Authored: Thu Jun 2 04:20:57 2016 +1000 Committer: Udo Kohlmeyer Committed: Thu Jun 2 10:01:42 2016 +1000 ---------------------------------------------------------------------- .../gemfire/management/internal/cli/help/utils/HelpUtils.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/05ed0167/geode-core/src/main/java/com/gemstone/gemfire/management/internal/cli/help/utils/HelpUtils.java ---------------------------------------------------------------------- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/management/internal/cli/help/utils/HelpUtils.java b/geode-core/src/main/java/com/gemstone/gemfire/management/internal/cli/help/utils/HelpUtils.java index 5d74fa0..1d10fea 100644 --- a/geode-core/src/main/java/com/gemstone/gemfire/management/internal/cli/help/utils/HelpUtils.java +++ b/geode-core/src/main/java/com/gemstone/gemfire/management/internal/cli/help/utils/HelpUtils.java @@ -75,7 +75,7 @@ public class HelpUtils { public static Help getHelp(CommandTarget commandTarget) { List blocks = new ArrayList(); // First we will have the block for NAME of the command - blocks.add(block(NAME, row(commandTarget.getCommandName()))); + blocks.add(block(NAME_NAME, row(commandTarget.getCommandName()))); // Now add synonyms if any if (commandTarget.getSynonyms() != null) { blocks.add(block(SYNONYMS_NAME, row(commandTarget.getSynonyms()))); @@ -187,7 +187,7 @@ public class HelpUtils { public static NewHelp getNewHelp(CommandTarget commandTarget, boolean withinShell) { DataNode root = new DataNode(null, new ArrayList()); // First we will have the block for NAME of the command - DataNode name = new DataNode(NAME, new ArrayList()); + DataNode name = new DataNode(NAME_NAME, new ArrayList()); name.addChild(new DataNode(commandTarget.getCommandName(), null)); root.addChild(name); if (withinShell) {// include availabilty info