From 360e044519fde262c80c0028c2fa68d151891a21 Mon Sep 17 00:00:00 2001 From: SimoneFiorani Date: Fri, 15 Sep 2023 11:25:53 +0200 Subject: [PATCH] Updated test Signed-off-by: SimoneFiorani --- .../provider/test/responses/ServiceListeningTestConstants.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kura/test/org.eclipse.kura.rest.service.listing.provider.test/src/main/java/org/eclipse/kura/internal/rest/service/listing/provider/test/responses/ServiceListeningTestConstants.java b/kura/test/org.eclipse.kura.rest.service.listing.provider.test/src/main/java/org/eclipse/kura/internal/rest/service/listing/provider/test/responses/ServiceListeningTestConstants.java index c5b58680980..c2659ff1c4e 100644 --- a/kura/test/org.eclipse.kura.rest.service.listing.provider.test/src/main/java/org/eclipse/kura/internal/rest/service/listing/provider/test/responses/ServiceListeningTestConstants.java +++ b/kura/test/org.eclipse.kura.rest.service.listing.provider.test/src/main/java/org/eclipse/kura/internal/rest/service/listing/provider/test/responses/ServiceListeningTestConstants.java @@ -23,7 +23,7 @@ public class ServiceListeningTestConstants { * CORRECT RESPONSES */ - public static final String ALL_SERVICES_RESPONSE = "{\"sortedServicesList\":[\"heaterPublisher\",\"observer\",\"org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance\",\"org.eclipse.kura.cloud.app.command.CommandCloudApp\",\"org.eclipse.kura.cloud.CloudService\",\"org.eclipse.kura.cloud.publisher.CloudNotificationPublisher\",\"org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport\",\"org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2\",\"org.eclipse.kura.data.DataService\",\"org.eclipse.kura.db.H2DbService\",\"org.eclipse.kura.http.server.manager.HttpService\",\"org.eclipse.kura.internal.rest.provider.RestService\",\"org.eclipse.kura.internal.rest.service.listing.provider.RestServiceListingProvider\",\"org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl\",\"org.eclipse.kura.json.marshaller.unmarshaller.provider\",\"org.eclipse.kura.position.PositionService\",\"org.eclipse.kura.ssl.SslManagerService\",\"org.eclipse.kura.watchdog.WatchdogService\",\"org.eclipse.kura.wire.graph.WireGraphService\",\"org.eclipse.kura.xml.marshaller.unmarshaller.provider\",\"SSLKeystore\"]}"; + public static final String ALL_SERVICES_RESPONSE = "{\"sortedServicesList\":[\"heaterPublisher\",\"org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance\",\"org.eclipse.kura.cloud.app.command.CommandCloudApp\",\"org.eclipse.kura.cloud.CloudService\",\"org.eclipse.kura.cloud.publisher.CloudNotificationPublisher\",\"org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport\",\"org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2\",\"org.eclipse.kura.data.DataService\",\"org.eclipse.kura.db.H2DbService\",\"org.eclipse.kura.http.server.manager.HttpService\",\"org.eclipse.kura.internal.rest.provider.RestService\",\"org.eclipse.kura.internal.rest.service.listing.provider.RestServiceListingProvider\",\"org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl\",\"org.eclipse.kura.json.marshaller.unmarshaller.provider\",\"org.eclipse.kura.position.PositionService\",\"org.eclipse.kura.ssl.SslManagerService\",\"org.eclipse.kura.watchdog.WatchdogService\",\"org.eclipse.kura.wire.graph.WireGraphService\",\"org.eclipse.kura.xml.marshaller.unmarshaller.provider\",\"SSLKeystore\"]}"; public static final String FILTERED_SERVICES_RESPONSE = "{\"sortedServicesList\":[\"SSLKeystore\"]}"; /*