Fix conflict in unit tests
[dmaap/dbcapi.git] / src / test / java / org / onap / dmaap / dbcapi / service / MR_ClusterServiceTest.java
index cbf9931..228078c 100644 (file)
@@ -18,7 +18,9 @@
  * ============LICENSE_END=========================================================
  */
 package org.onap.dmaap.dbcapi.service;
+
 import  org.onap.dmaap.dbcapi.model.*;
+import org.onap.dmaap.dbcapi.testframework.ReflectionHarness;
 
 import static org.junit.Assert.*;
 
@@ -67,12 +69,12 @@ public class MR_ClusterServiceTest {
                String locname = "central-demo";
 
                DcaeLocationService dls = new DcaeLocationService();
-               DcaeLocation loc = new DcaeLocation( "CLLI1234", "central-onap", locname, "aZone", "10.10.10.0/24" );
+               DcaeLocation loc = new DcaeLocation( "CLLI1234", "some-onap", locname, "aZone", "10.10.10.0/24" );
                dls.addDcaeLocation( loc );
 
                ApiError err = new ApiError();
                String[] h = { "zplvm009.onap.org", "zplvm007.onap.org", "zplvm008.onap.org" };
-               MR_Cluster node = new MR_Cluster( locname, f, "ignore",  h );
+               MR_Cluster node = new MR_Cluster( locname, f,  "http", "3904");
                MR_Cluster n2 = ns.addMr_Cluster( node, err );  
 
                if ( n2 != null ) {