Repository: ambari Updated Branches: refs/heads/trunk 4d9482565 -> b54a5db30
http://git-wip-us.apache.org/repos/asf/ambari/blob/b54a5db3/ambari-logsearch/ambari-logsearch-logfeeder/src/test/java/org/apache/ambari/logfeeder/util/PlaceholderUtilTest.java ---------------------------------------------------------------------- diff --git a/ambari-logsearch/ambari-logsearch-logfeeder/src/test/java/org/apache/ambari/logfeeder/util/PlaceholderUtilTest.java b/ambari-logsearch/ambari-logsearch-logfeeder/src/test/java/org/apache/ambari/logfeeder/util/PlaceholderUtilTest.java index 9789a14..373a52f 100644 --- a/ambari-logsearch/ambari-logsearch-logfeeder/src/test/java/org/apache/ambari/logfeeder/util/PlaceholderUtilTest.java +++ b/ambari-logsearch/ambari-logsearch-logfeeder/src/test/java/org/apache/ambari/logfeeder/util/PlaceholderUtilTest.java @@ -19,11 +19,15 @@ package org.apache.ambari.logfeeder.util; */ import java.util.HashMap; +import org.apache.log4j.Logger; import org.junit.Test; import static org.junit.Assert.assertEquals; public class PlaceholderUtilTest { + + private static final Logger LOG = Logger.getLogger(PlaceholderUtilTest.class); + @Test public void testPlaceholderUtil_replaceVariables() { HashMap<String, String> contextParam = new HashMap<String, String>();
