Fix broken junits in policy-distribution 35/121535/2
authorJim Hahn <jrh3@att.com>
Tue, 25 May 2021 15:06:41 +0000 (11:06 -0400)
committerJim Hahn <jrh3@att.com>
Tue, 25 May 2021 15:15:49 +0000 (11:15 -0400)
commit6e2e640ea348fb4e98552a8d2672c216ce806a71
tree6040916b0b611389ad3b990da9ebbafcd9d61ead
parenta96bfe9b7b62404278d107ef068f8ae5ddf82913
Fix broken junits in policy-distribution

Changes in policy-common broke some junits in policy-distribution.
Some issues were due to the use of lombok ToString annotations, while
others appear to be due to parameter groups being previously registered
- don't really know the issue there, though probably the parameter group
  name is now being set, while it wasn't before.
In any event, fixed the junits.

Issue-ID: POLICY-3298
Change-Id: Iaca9b2ec2c42582e9083ad5825c84cdc8ebc9d6c
Signed-off-by: Jim Hahn <jrh3@att.com>
main/src/test/java/org/onap/policy/distribution/main/rest/TestDistributionRestServer.java
main/src/test/java/org/onap/policy/distribution/main/rest/TestHttpsDistributionRestServer.java
main/src/test/java/org/onap/policy/distribution/main/rest/TestHttpsStatisticDistributionRestServer.java
main/src/test/java/org/onap/policy/distribution/main/startstop/TestDistributionActivator.java
main/src/test/java/org/onap/policy/distribution/main/startstop/TestMain.java