[DMAAP-BC] Fix failing jenkins
[dmaap/buscontroller.git] / dmaap-bc / src / test / java / org / onap / dmaap / dbcapi / client / MrTopicConnectionTest.java
index af33ec6..f235feb 100644 (file)
@@ -46,6 +46,7 @@ public class MrTopicConnectionTest {
 
        @Before
        public void setUp() throws Exception {
+               System.setProperty("ConfigFile", "src/test/resources/dmaapbc.properties");
                ns = new MrTopicConnection( "aUser", "aPwd" );
                ts = new TopicService();
                mcs = new MR_ClusterService();
@@ -60,14 +61,14 @@ public class MrTopicConnectionTest {
        public void test1() {
 
 
-               rh.reflect( "org.onap.dmaap.dbcapi.aaf.client.MrTopicConnection", "get", "idNotSet@namespaceNotSet:pwdNotSet" );        
+               rh.reflect( "org.onap.dmaap.dbcapi.client.MrTopicConnection", "get", "idNotSet@namespaceNotSet:pwdNotSet" );
        
        }
 
        @Test
        public void test2() {
                String v = "Validate";
-               rh.reflect( "org.onap.dmaap.dbcapi.aaf.client.MrTopicConnection", "set", v );
+               rh.reflect( "org.onap.dmaap.dbcapi.client.MrTopicConnection", "set", v );
 
        }