X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=src%2Ftest%2Fjava%2Forg%2Fonap%2Faai%2Fbabel%2Flogging%2FTestApplicationLogger.java;h=ed9dac4ce04e54823846faa87819a7fbcae7195d;hb=e651abed417b8a173a0745042c7dc5b20c0b7036;hp=8a038b2093a2463050b6e83146355773db134d5a;hpb=1579afa649c2e76cbdf39dcfd5b77a800cc17249;p=aai%2Fbabel.git diff --git a/src/test/java/org/onap/aai/babel/logging/TestApplicationLogger.java b/src/test/java/org/onap/aai/babel/logging/TestApplicationLogger.java index 8a038b2..ed9dac4 100644 --- a/src/test/java/org/onap/aai/babel/logging/TestApplicationLogger.java +++ b/src/test/java/org/onap/aai/babel/logging/TestApplicationLogger.java @@ -1,5 +1,5 @@ /** - * ============LICENSE_START======================================================= + * ============LICENSE_START======================================================= * org.onap.aai * ================================================================================ * Copyright © 2017-2018 AT&T Intellectual Property. All rights reserved. @@ -28,7 +28,7 @@ import static org.hamcrest.MatcherAssert.assertThat; import java.io.IOException; import java.util.Arrays; import javax.ws.rs.core.HttpHeaders; -import org.apache.commons.lang.time.StopWatch; +import org.apache.commons.lang3.time.StopWatch; import org.junit.BeforeClass; import org.junit.Test; import org.mockito.Mockito; @@ -47,7 +47,7 @@ public class TestApplicationLogger { @BeforeClass public static void setupClass() { - System.setProperty("AJSC_HOME", "."); + System.setProperty("APP_HOME", "."); } /**