Fix failing powermock tests 06/79306/4
authorPatrick Brady <patrick.brady@att.com>
Wed, 27 Feb 2019 21:41:53 +0000 (13:41 -0800)
committerPatrick Brady <patrick.brady@att.com>
Wed, 27 Feb 2019 21:55:11 +0000 (21:55 +0000)
commit924616740bdf5f596bd6f32dac32c1a8e5504650
tree83d09b9419211d8671a7d043a3d784bad5aba102
parent32ad33f14a955b10fca06ae457267deb2ff50abd
Fix failing powermock tests

The version of javassist coming from opendaylight is not working correctly
with powermock. Adding a test scoped dependency for a working version of
javassist.

Test classes added in this commit are not new, they were temporarily
removed as part of https://gerrit.onap.org/r/#/c/79046/

Change-Id: I193873c0d4abd7b11592a95bff9a6b07cf2d7191
Signed-off-by: Patrick Brady <patrick.brady@att.com>
Issue-ID: APPC-1277
16 files changed:
appc-dg/appc-dg-shared/appc-dg-dependency-model/pom.xml
appc-dg/appc-dg-shared/appc-dg-dependency-model/src/test/java/org/onap/appc/dg/dependencymanager/impl/DependencyManagerImplTest.java [new file with mode: 0644]
appc-dg/appc-dg-shared/appc-dg-mdsal-store/appc-dg-mdsal-bundle/pom.xml
appc-dg/appc-dg-shared/appc-dg-mdsal-store/appc-dg-mdsal-bundle/src/test/java/org/onap/appc/mdsal/MDSALStoreTest.java [new file with mode: 0644]
appc-dg/appc-dg-shared/appc-dg-netconf/pom.xml
appc-dg/appc-dg-shared/appc-dg-netconf/src/test/java/org/onap/appc/dg/netconf/impl/NetconfClientPluginImplTest.java [new file with mode: 0644]
appc-oam/appc-oam-bundle/pom.xml
appc-oam/appc-oam-bundle/src/test/java/org/onap/appc/oam/AppcOamTest.java [new file with mode: 0644]
appc-oam/appc-oam-bundle/src/test/java/org/onap/appc/oam/processor/BaseCommonTest.java [new file with mode: 0644]
appc-oam/appc-oam-bundle/src/test/java/org/onap/appc/oam/processor/BaseProcessorTest.java [new file with mode: 0644]
appc-oam/appc-oam-bundle/src/test/java/org/onap/appc/oam/util/AsyncTaskHelperTest.java [new file with mode: 0644]
appc-outbound/appc-network-inventory-client/provider/pom.xml
appc-outbound/appc-network-inventory-client/provider/src/test/java/org/onap/appc/instar/node/TestDme2Client.java [new file with mode: 0644]
appc-sdc-listener/appc-sdc-listener-bundle/pom.xml
appc-sdc-listener/appc-sdc-listener-bundle/src/test/java/org/onap/appc/sdc/listener/SdcCallbackTest.java [new file with mode: 0644]
appc-sdc-listener/appc-sdc-listener-bundle/src/test/java/org/onap/appc/sdc/listener/SdcListenerTest.java [new file with mode: 0644]