summaryrefslogtreecommitdiffstats
path: root/appc-config/appc-flow-controller/provider/src/test
diff options
context:
space:
mode:
authorkurczews <krzysztof.kurczewski@nokia.com>2018-03-01 10:52:36 +0100
committerTakamune Cho <tc012c@att.com>2018-03-06 16:49:43 +0000
commit88b8adc6bfe201f338425ee27c0922a6da4765b1 (patch)
tree10c1d8fd2a235b61183728a4a926d058535875ac /appc-config/appc-flow-controller/provider/src/test
parent16529076b3c306c2a4d35004bbec6c561578e819 (diff)
Improve coverage FlowControlNode #5
* cleanup formatting shorten constants * Change-Id: Iddc632ae9c3893622c1ba0ce937c2971b792fe37 Issue-ID: APPC-440 Signed-off-by: kurczews <krzysztof.kurczewski@nokia.com>
Diffstat (limited to 'appc-config/appc-flow-controller/provider/src/test')
-rw-r--r--appc-config/appc-flow-controller/provider/src/test/java/org/onap/appc/flow/executor/node/FlowControlNodeTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/appc-config/appc-flow-controller/provider/src/test/java/org/onap/appc/flow/executor/node/FlowControlNodeTest.java b/appc-config/appc-flow-controller/provider/src/test/java/org/onap/appc/flow/executor/node/FlowControlNodeTest.java
index c94816937..32525c587 100644
--- a/appc-config/appc-flow-controller/provider/src/test/java/org/onap/appc/flow/executor/node/FlowControlNodeTest.java
+++ b/appc-config/appc-flow-controller/provider/src/test/java/org/onap/appc/flow/executor/node/FlowControlNodeTest.java
@@ -126,7 +126,7 @@ public class FlowControlNodeTest {
{
Map<Integer, Transaction> transactionMap = new HashMap<Integer,Transaction>();
SvcLogicContext ctx = new SvcLogicContext();
- Whitebox.invokeMethod(f, "exeuteAllTransaction",transactionMap, ctx);
+ Whitebox.invokeMethod(f, "executeAllTransaction",transactionMap, ctx);
}
@Test