X-Git-Url: https://gerrit.onap.org/r/gitweb?p=aaf%2Fcadi.git;a=blobdiff_plain;f=sidecar%2Ffproxy%2Fsrc%2Ftest%2Fjava%2Forg%2Fonap%2Faaf%2Fcadi%2Fsidecar%2Ffproxy%2Ftest%2FFProxyServiceTest.java;fp=sidecar%2Ffproxy%2Fsrc%2Ftest%2Fjava%2Forg%2Fonap%2Faaf%2Ffproxy%2FFProxyServiceTest.java;h=8943a09d024ace7e32e3bd645f5e107321920994;hp=e78d48b441d1d0a6a2cfb0c0e257808d34f6ecbc;hb=5aa8aec689a399e7803e84e531532d0c61631ec1;hpb=e9c0bf259db0084592536e896cc449b5cf34b84f diff --git a/sidecar/fproxy/src/test/java/org/onap/aaf/fproxy/FProxyServiceTest.java b/sidecar/fproxy/src/test/java/org/onap/aaf/cadi/sidecar/fproxy/test/FProxyServiceTest.java similarity index 98% rename from sidecar/fproxy/src/test/java/org/onap/aaf/fproxy/FProxyServiceTest.java rename to sidecar/fproxy/src/test/java/org/onap/aaf/cadi/sidecar/fproxy/test/FProxyServiceTest.java index e78d48b..8943a09 100644 --- a/sidecar/fproxy/src/test/java/org/onap/aaf/fproxy/FProxyServiceTest.java +++ b/sidecar/fproxy/src/test/java/org/onap/aaf/cadi/sidecar/fproxy/test/FProxyServiceTest.java @@ -17,7 +17,7 @@ * limitations under the License. * ============LICENSE_END========================================================= */ -package org.onap.aaf.fproxy; +package org.onap.aaf.cadi.sidecar.fproxy.test; import static org.hamcrest.Matchers.equalTo; import static org.springframework.test.web.client.match.MockRestRequestMatchers.header; @@ -32,7 +32,7 @@ import org.eclipse.jetty.util.security.Password; import org.junit.Before; import org.junit.Test; import org.junit.runner.RunWith; -import org.onap.aaf.fproxy.data.CredentialCacheData.CredentialType; +import org.onap.aaf.cadi.sidecar.fproxy.data.CredentialCacheData.CredentialType; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Value; import org.springframework.boot.test.autoconfigure.web.servlet.AutoConfigureMockMvc;