Fix import issue on unit test 73/17373/1
authorabatos <adrian.batos-parac@amdocs.com>
Thu, 5 Oct 2017 20:05:06 +0000 (16:05 -0400)
committerabatos <adrian.batos-parac@amdocs.com>
Thu, 5 Oct 2017 20:05:06 +0000 (16:05 -0400)
The re-enabled unit test was depending on an older version of the champ
package so this has been updated to the newest version.

Change-Id: I80c6c8b930280e2a3aa534c73234b1f277fd8b67
Issue-Id: AAI-295
Signed-off-by: Adrian Batos <adrian.batos-parac@amdocs.com>#
src/test/java/org/openecomp/crud/dao/champ/ChampDaoTest.java

index 32e0423..847e67b 100644 (file)
@@ -4,7 +4,7 @@ import org.junit.After;
 import org.junit.Before;
 import org.junit.Ignore;
 import org.junit.Test;
-import org.openecomp.aai.champ.graph.impl.InMemoryChampGraphImpl;
+import org.openecomp.aai.champcore.graph.impl.InMemoryChampGraphImpl;
 import org.openecomp.crud.dao.GraphDao;
 import org.openecomp.crud.entity.Edge;
 import org.openecomp.crud.entity.Vertex;