Repository: ambari Updated Branches: refs/heads/trunk 2eab61c82 -> 51e8268e5
AMBARI-5988 Stack extension does not work for monitoringService service property. Patch 2(dsen) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/51e8268e Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/51e8268e Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/51e8268e Branch: refs/heads/trunk Commit: 51e8268e56149f43e05111790ab91580a0d7c8f6 Parents: 2eab61c Author: Dmitry Sen <[email protected]> Authored: Mon Jun 2 20:14:25 2014 +0300 Committer: Dmitry Sen <[email protected]> Committed: Mon Jun 2 20:14:45 2014 +0300 ---------------------------------------------------------------------- .../apache/ambari/server/api/util/StackExtensionHelperTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/51e8268e/ambari-server/src/test/java/org/apache/ambari/server/api/util/StackExtensionHelperTest.java ---------------------------------------------------------------------- diff --git a/ambari-server/src/test/java/org/apache/ambari/server/api/util/StackExtensionHelperTest.java b/ambari-server/src/test/java/org/apache/ambari/server/api/util/StackExtensionHelperTest.java index 31fa37f..c25575f 100644 --- a/ambari-server/src/test/java/org/apache/ambari/server/api/util/StackExtensionHelperTest.java +++ b/ambari-server/src/test/java/org/apache/ambari/server/api/util/StackExtensionHelperTest.java @@ -226,7 +226,7 @@ public class StackExtensionHelperTest { } @Test - public void testPropertyInheritance() throws Exception{ + public void testMonitoringServicePropertyInheritance() throws Exception{ File stackRoot = new File(stackRootStr); StackInfo stackInfo = new StackInfo(); stackInfo.setName("HDP");
