Return-Path: X-Original-To: apmail-camel-commits-archive@www.apache.org Delivered-To: apmail-camel-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0C76D1068F for ; Wed, 6 Nov 2013 14:05:03 +0000 (UTC) Received: (qmail 995 invoked by uid 500); 6 Nov 2013 14:05:01 -0000 Delivered-To: apmail-camel-commits-archive@camel.apache.org Received: (qmail 953 invoked by uid 500); 6 Nov 2013 14:04:58 -0000 Mailing-List: contact commits-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list commits@camel.apache.org Received: (qmail 917 invoked by uid 99); 6 Nov 2013 14:04:58 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Nov 2013 14:04:58 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id E431847645; Wed, 6 Nov 2013 14:04:57 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: bvahdat@apache.org To: commits@camel.apache.org Message-Id: <95db544abaab459db59f649deccf0866@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: CAMEL-6938: Polished. Date: Wed, 6 Nov 2013 14:04:57 +0000 (UTC) Updated Branches: refs/heads/master d356f5259 -> 61312f51c CAMEL-6938: Polished. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/61312f51 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/61312f51 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/61312f51 Branch: refs/heads/master Commit: 61312f51c03e91a425aea22f7c045860a861b5fd Parents: d356f52 Author: Babak Vahdat Authored: Wed Nov 6 15:04:52 2013 +0100 Committer: Babak Vahdat Committed: Wed Nov 6 15:04:52 2013 +0100 ---------------------------------------------------------------------- .../camel/management/ManagedNamePatternIncludeHostNameTest.java | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/61312f51/camel-core/src/test/java/org/apache/camel/management/ManagedNamePatternIncludeHostNameTest.java ---------------------------------------------------------------------- diff --git a/camel-core/src/test/java/org/apache/camel/management/ManagedNamePatternIncludeHostNameTest.java b/camel-core/src/test/java/org/apache/camel/management/ManagedNamePatternIncludeHostNameTest.java index 65dce05..2f401d9 100644 --- a/camel-core/src/test/java/org/apache/camel/management/ManagedNamePatternIncludeHostNameTest.java +++ b/camel-core/src/test/java/org/apache/camel/management/ManagedNamePatternIncludeHostNameTest.java @@ -32,7 +32,6 @@ public class ManagedNamePatternIncludeHostNameTest extends ManagementTestSupport CamelContext context = super.createCamelContext(); DefaultManagementNamingStrategy naming = (DefaultManagementNamingStrategy)context.getManagementStrategy().getManagementNamingStrategy(); naming.setHostName("localhost"); - naming.setDomainName("org.apache.camel"); context.getManagementStrategy().getManagementAgent().setIncludeHostName(true); context.getManagementNameStrategy().setNamePattern("cool-#name#"); return context;