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 3CE8D200C16 for ; Thu, 5 Jan 2017 01:04:46 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 3BA06160B64; Thu, 5 Jan 2017 00:04:46 +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 4E8F3160B5F for ; Thu, 5 Jan 2017 01:04:45 +0100 (CET) Received: (qmail 30001 invoked by uid 500); 5 Jan 2017 00:04:43 -0000 Mailing-List: contact commits-help@ambari.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ambari-dev@ambari.apache.org Delivered-To: mailing list commits@ambari.apache.org Received: (qmail 28817 invoked by uid 99); 5 Jan 2017 00:04:42 -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; Thu, 05 Jan 2017 00:04:42 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id D1B3FDFADF; Thu, 5 Jan 2017 00:04:42 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: ncole@apache.org To: commits@ambari.apache.org Date: Thu, 05 Jan 2017 00:05:10 -0000 Message-Id: In-Reply-To: <4560a958b6084075b468a9a94d10bddd@git.apache.org> References: <4560a958b6084075b468a9a94d10bddd@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [29/50] [abbrv] ambari git commit: AMBARI-19183. Ambari allows creation of invalid config type. Test import fix. (mpapirkovskyy) archived-at: Thu, 05 Jan 2017 00:04:46 -0000 AMBARI-19183. Ambari allows creation of invalid config type. Test import fix. (mpapirkovskyy) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/702b92ae Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/702b92ae Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/702b92ae Branch: refs/heads/branch-dev-patch-upgrade Commit: 702b92ae8f02745e12c09783eec37e22afe2ac0d Parents: 48d6a38 Author: Myroslav Papirkovskyi Authored: Tue Jan 3 20:34:19 2017 +0200 Committer: Myroslav Papirkovskyi Committed: Tue Jan 3 20:34:41 2017 +0200 ---------------------------------------------------------------------- .../server/controller/internal/ConfigGroupResourceProviderTest.java | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/702b92ae/ambari-server/src/test/java/org/apache/ambari/server/controller/internal/ConfigGroupResourceProviderTest.java ---------------------------------------------------------------------- diff --git a/ambari-server/src/test/java/org/apache/ambari/server/controller/internal/ConfigGroupResourceProviderTest.java b/ambari-server/src/test/java/org/apache/ambari/server/controller/internal/ConfigGroupResourceProviderTest.java index 9471a81..4f783da 100644 --- a/ambari-server/src/test/java/org/apache/ambari/server/controller/internal/ConfigGroupResourceProviderTest.java +++ b/ambari-server/src/test/java/org/apache/ambari/server/controller/internal/ConfigGroupResourceProviderTest.java @@ -29,6 +29,7 @@ import static org.easymock.EasyMock.expect; import static org.easymock.EasyMock.newCapture; import static org.easymock.EasyMock.replay; import static org.easymock.EasyMock.verify; +import static org.easymock.EasyMock.anyString; import java.util.ArrayList; import java.util.Collections;