summaryrefslogtreecommitdiffstats
path: root/ems/boco/src/test/java/org/onap/vfc/nfvo/emsdriver/configmgr/ConfigurationImpTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'ems/boco/src/test/java/org/onap/vfc/nfvo/emsdriver/configmgr/ConfigurationImpTest.java')
-rw-r--r--ems/boco/src/test/java/org/onap/vfc/nfvo/emsdriver/configmgr/ConfigurationImpTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/ems/boco/src/test/java/org/onap/vfc/nfvo/emsdriver/configmgr/ConfigurationImpTest.java b/ems/boco/src/test/java/org/onap/vfc/nfvo/emsdriver/configmgr/ConfigurationImpTest.java
index 15284da..d42a92a 100644
--- a/ems/boco/src/test/java/org/onap/vfc/nfvo/emsdriver/configmgr/ConfigurationImpTest.java
+++ b/ems/boco/src/test/java/org/onap/vfc/nfvo/emsdriver/configmgr/ConfigurationImpTest.java
@@ -94,7 +94,7 @@ public class ConfigurationImpTest {
collectVo.setPort(collect.getChildText("port"));
collectVo.setUser(collect.getChildText("user"));
collectVo.setPassword(collect.getChildText("password"));
- collectVo.setRead_timeout(collect.getChildText("readtimeout"));
+ collectVo.setReadTimeout(collect.getChildText("readtimeout"));
} else {
String crontab = collect.getAttributeValue("crontab");
if (!StringUtil.isBank(type) && !StringUtil.isBank(crontab)) {