X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=core%2Fsrc%2Ftest%2Fjava%2Forg%2Fonap%2Faaf%2Fcadi%2Ftest%2FJU_UserChainManip.java;fp=core%2Fsrc%2Ftest%2Fjava%2Fcom%2Fatt%2Fcadi%2Ftest%2FJU_UserChainManip.java;h=397b4b10843631c133ed01e6a3b978828bc9204c;hb=62c4eb45e157d502463d797c1353802ca8e1e307;hp=65f5ebd134935769bfaed26841cbd293da64dcc6;hpb=a623b7658783e9a66f6131821de9447d58951cfe;p=aaf%2Fcadi.git diff --git a/core/src/test/java/com/att/cadi/test/JU_UserChainManip.java b/core/src/test/java/org/onap/aaf/cadi/test/JU_UserChainManip.java similarity index 94% rename from core/src/test/java/com/att/cadi/test/JU_UserChainManip.java rename to core/src/test/java/org/onap/aaf/cadi/test/JU_UserChainManip.java index 65f5ebd..397b4b1 100644 --- a/core/src/test/java/com/att/cadi/test/JU_UserChainManip.java +++ b/core/src/test/java/org/onap/aaf/cadi/test/JU_UserChainManip.java @@ -20,13 +20,12 @@ * * ECOMP is a trademark and service mark of AT&T Intellectual Property. * * ******************************************************************************/ -package com.att.cadi.test; +package org.onap.aaf.cadi.test; import static org.junit.Assert.*; import org.junit.Test; - -import com.att.cadi.util.UserChainManip; +import org.onap.aaf.cadi.util.UserChainManip; public class JU_UserChainManip {