X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=datafilecollector%2Fsrc%2Ftest%2Fjava%2Forg%2Foran%2Fdatafile%2Fhttp%2FDfcHttpClientTest.java;fp=datafilecollector%2Fsrc%2Ftest%2Fjava%2Forg%2Fonap%2Fdcaegen2%2Fcollectors%2Fdatafile%2Fhttp%2FDfcHttpClientTest.java;h=5b349a1271aa97ae605ad67981aa42dacdcb565b;hb=f0af18429aec79a590835103fedd753ee5ea93a9;hp=8550644942018156ebad3187b42d510b96a7453d;hpb=54c8fecebbb5e19010e56eddf3aba8e127e0abc3;p=nonrtric%2Fplt%2Franpm.git diff --git a/datafilecollector/src/test/java/org/onap/dcaegen2/collectors/datafile/http/DfcHttpClientTest.java b/datafilecollector/src/test/java/org/oran/datafile/http/DfcHttpClientTest.java similarity index 96% rename from datafilecollector/src/test/java/org/onap/dcaegen2/collectors/datafile/http/DfcHttpClientTest.java rename to datafilecollector/src/test/java/org/oran/datafile/http/DfcHttpClientTest.java index 8550644..5b349a1 100644 --- a/datafilecollector/src/test/java/org/onap/dcaegen2/collectors/datafile/http/DfcHttpClientTest.java +++ b/datafilecollector/src/test/java/org/oran/datafile/http/DfcHttpClientTest.java @@ -1,5 +1,6 @@ /*- * ============LICENSE_START====================================================================== + * Copyright (C) 2020-2023 Nordix Foundation. All rights reserved. * Copyright (C) 2020-2021 Nokia. All rights reserved. * =============================================================================================== * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except @@ -13,7 +14,7 @@ * the License. * ============LICENSE_END======================================================================== */ -package org.onap.dcaegen2.collectors.datafile.http; +package org.oran.datafile.http; import static org.assertj.core.api.Assertions.assertThatThrownBy; import static org.junit.jupiter.api.Assertions.assertEquals; @@ -38,9 +39,9 @@ import org.junit.jupiter.api.extension.ExtendWith; import org.mockito.ArgumentMatchers; import org.mockito.Mock; import org.mockito.junit.jupiter.MockitoExtension; -import org.onap.dcaegen2.collectors.datafile.commons.FileServerData; -import org.onap.dcaegen2.collectors.datafile.exceptions.DatafileTaskException; -import org.onap.dcaegen2.collectors.datafile.service.HttpUtils; +import org.oran.datafile.commons.FileServerData; +import org.oran.datafile.exceptions.DatafileTaskException; +import org.oran.datafile.service.HttpUtils; import reactor.core.publisher.Flux; import reactor.netty.http.client.HttpClientConfig;