X-Git-Url: https://gerrit.onap.org/r/gitweb?p=dmaap%2Fdbcapi.git;a=blobdiff_plain;f=src%2Ftest%2Fjava%2Forg%2Fonap%2Fdmaap%2Fdbcapi%2Fclient%2FMrProvConnectionTest.java;h=1ada720a26ca92b89c98dd8b2613817eb8b43efd;hp=45b2f2ebe00a0817f05411ff785b42c2f382036d;hb=ac03a4b32eae987019cec2cd39d6d252fb320c2f;hpb=fb8a36eeec10b389a3ccc79c5f31ee925243c1b8 diff --git a/src/test/java/org/onap/dmaap/dbcapi/client/MrProvConnectionTest.java b/src/test/java/org/onap/dmaap/dbcapi/client/MrProvConnectionTest.java index 45b2f2e..1ada720 100644 --- a/src/test/java/org/onap/dmaap/dbcapi/client/MrProvConnectionTest.java +++ b/src/test/java/org/onap/dmaap/dbcapi/client/MrProvConnectionTest.java @@ -81,8 +81,8 @@ public class MrProvConnectionTest { dls.addDcaeLocation( loc ); ApiError err = new ApiError(); - String[] hl = { "host1", "host2", "host3" }; - MR_Cluster cluster = new MR_Cluster( locname, "localhost", "", hl ); + + MR_Cluster cluster = new MR_Cluster( locname, "localhost", "http", "3904" ); mcs.addMr_Cluster( cluster, err ); ns.makeTopicConnection( cluster ); Topic topic = new Topic();