Fixed so that ApplicationTest(s) is run by mvn test 80/111880/2
authorPatrikBuhr <patrik.buhr@est.tech>
Mon, 31 Aug 2020 12:02:27 +0000 (14:02 +0200)
committerPatrikBuhr <patrik.buhr@est.tech>
Mon, 31 Aug 2020 13:14:49 +0000 (15:14 +0200)
commit4556f1e83720778a22e89a7102d99b8f77eaff2b
tree784e0f31a3463681bf991bae5b6934da24d26314
parent789a82ff2d894a71c6e1a5241e041d4c9eafcdf2
Fixed so that ApplicationTest(s) is run by mvn test

For some reason 'mvn test' skips tests in files named ApplicationTestV1 and ApplicationTestV2
They are renamed, and moved to controllers.

Change-Id: I9563f1dcc5ffce98be1b744159fd4a75d3992b19
Issue-ID: CCSDK-2502
Signed-off-by: PatrikBuhr <patrik.buhr@est.tech>
a1-policy-management/src/test/java/org/onap/ccsdk/oran/a1policymanagementservice/controllers/v1/ApplicationTest.java [moved from a1-policy-management/src/test/java/org/onap/ccsdk/oran/a1policymanagementservice/ApplicationTestV1.java with 98% similarity]
a1-policy-management/src/test/java/org/onap/ccsdk/oran/a1policymanagementservice/controllers/v2/ApplicationTest.java [moved from a1-policy-management/src/test/java/org/onap/ccsdk/oran/a1policymanagementservice/ApplicationTestV2.java with 97% similarity]
a1-policy-management/src/test/java/org/onap/ccsdk/oran/a1policymanagementservice/controllers/v2/ConcurrencyTestRunnable.java [moved from a1-policy-management/src/test/java/org/onap/ccsdk/oran/a1policymanagementservice/ConcurrencyTestRunnable.java with 98% similarity]