From bd7ee8043627c74f6ea2145dde279313da58261d Mon Sep 17 00:00:00 2001 From: EEILFN Date: Wed, 6 Dec 2017 18:19:07 +0100 Subject: Actor service provider for VFC and Actor Unit Test The service provider in the META-INF/services file for the VFC actor pointed at the APPC actor rather than the VFC actor, this is fixed to now point at the correct actor implementation. Alsothe Actor test POM is missing the actors 'appclcm' and 'vfc', thus excluding them from the unit test Change-Id: I60bfd160952b7663aab355ae9c8b0aa362484874 Signed-off-by: EEILFN Issue-ID: POLICY-455 Signed-off-by: EEILFN --- .../services/org.onap.policy.controlloop.actorServiceProvider.spi.Actor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'controlloop/common/actors/actor.vfc/src') diff --git a/controlloop/common/actors/actor.vfc/src/main/resources/META-INF/services/org.onap.policy.controlloop.actorServiceProvider.spi.Actor b/controlloop/common/actors/actor.vfc/src/main/resources/META-INF/services/org.onap.policy.controlloop.actorServiceProvider.spi.Actor index 3ccac9949..1476eac1d 100644 --- a/controlloop/common/actors/actor.vfc/src/main/resources/META-INF/services/org.onap.policy.controlloop.actorServiceProvider.spi.Actor +++ b/controlloop/common/actors/actor.vfc/src/main/resources/META-INF/services/org.onap.policy.controlloop.actorServiceProvider.spi.Actor @@ -1 +1 @@ -org.onap.policy.controlloop.actor.vfc.APPCActorServiceProvider +org.onap.policy.controlloop.actor.vfc.VFCActorServiceProvider -- cgit 1.2.3-korg