Variable updated in src and test files
[vfc/nfvo/driver/ems.git] / ems / boco / src / test / java / org / onap / vfc / nfvo / emsdriver / collector / CollectMsgReceiverThreadTest.java
index c836cf6..a120021 100644 (file)
@@ -46,8 +46,8 @@ public class CollectMsgReceiverThreadTest {
         col.setRun(true);
         col.dispose();
         col.getTaskService().stopTask();
-        col.getThread_max_num();
-        col.setThread_max_num(1);
+        col.getThreadMaxNum();
+        col.setThreadMaxNum(1);
 
     }
     
@@ -67,8 +67,8 @@ public class CollectMsgReceiverThreadTest {
         col.setRun(true);
         col.dispose();
         col.getTaskService().stopTask();
-        col.getThread_max_num();
-        col.setThread_max_num(1);
+        col.getThreadMaxNum();
+        col.setThreadMaxNum(1);
 
     }
 }