Code changes to fix Exception 97/36797/1
authorBalaji, Ramya (rb111y) <rb111y@att.com>
Mon, 19 Mar 2018 16:50:52 +0000 (12:50 -0400)
committerBalaji, Ramya (rb111y) <rb111y@att.com>
Mon, 19 Mar 2018 17:18:33 +0000 (13:18 -0400)
commitf06b023ebfa4ce22a58e6548b817264dbb6eea61
tree31ad071c23fdcded9a7ee883c570d789199ee007
parentd204dd198753d63328141a5bef17a72011645dfe
Code changes to fix Exception

Reverted changes to method name in Transaction.java
to getuId() as this caused incorrect attributes
to be added to the generated JSON. Added unit test
to ensure this works as expected in the future.

Issue-ID: APPC-760
Change-Id: I07adcda0b5f04bd00efc113b94c68f48af13ad78
Signed-off-by: Balaji, Ramya (rb111y) <rb111y@att.com>
appc-config/appc-flow-controller/provider/src/main/java/org/onap/appc/flow/controller/data/Transaction.java
appc-config/appc-flow-controller/provider/src/main/java/org/onap/appc/flow/controller/executorImpl/RestExecutor.java
appc-config/appc-flow-controller/provider/src/test/java/org/onap/appc/flow/controller/node/MapperTest.java [new file with mode: 0644]
appc-config/appc-flow-controller/provider/src/test/java/org/onap/appc/flow/controller/node/TransactionHandlerTest.java