From 605cee8bae1f0f49f79347d2c7eb2bde5f593c4f Mon Sep 17 00:00:00 2001 From: pabloFuente Date: Sat, 8 Nov 2025 21:58:01 +0100 Subject: [PATCH] Moved new integration tests --- ...blicRecordingsSecurityIntegrationTest.java | 19 ++++++++++++++++++- ...OpenViduServerSecurityIntegrationTest.java | 19 ++++++++++++++++++- 2 files changed, 36 insertions(+), 2 deletions(-) rename openvidu-server/src/test/java/io/openvidu/server/test/integration/{security => }/OpenViduServerPublicRecordingsSecurityIntegrationTest.java (81%) rename openvidu-server/src/test/java/io/openvidu/server/test/integration/{security => }/OpenViduServerSecurityIntegrationTest.java (92%) diff --git a/openvidu-server/src/test/java/io/openvidu/server/test/integration/security/OpenViduServerPublicRecordingsSecurityIntegrationTest.java b/openvidu-server/src/test/java/io/openvidu/server/test/integration/OpenViduServerPublicRecordingsSecurityIntegrationTest.java similarity index 81% rename from openvidu-server/src/test/java/io/openvidu/server/test/integration/security/OpenViduServerPublicRecordingsSecurityIntegrationTest.java rename to openvidu-server/src/test/java/io/openvidu/server/test/integration/OpenViduServerPublicRecordingsSecurityIntegrationTest.java index f0f3ca537..c0594fe64 100644 --- a/openvidu-server/src/test/java/io/openvidu/server/test/integration/security/OpenViduServerPublicRecordingsSecurityIntegrationTest.java +++ b/openvidu-server/src/test/java/io/openvidu/server/test/integration/OpenViduServerPublicRecordingsSecurityIntegrationTest.java @@ -1,4 +1,21 @@ -package io.openvidu.server.test.integration.security; +/* + * (C) Copyright 2017-2022 OpenVidu (https://openvidu.io) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ + +package io.openvidu.server.test.integration; import static org.mockito.ArgumentMatchers.anyString; import static org.mockito.Mockito.lenient; diff --git a/openvidu-server/src/test/java/io/openvidu/server/test/integration/security/OpenViduServerSecurityIntegrationTest.java b/openvidu-server/src/test/java/io/openvidu/server/test/integration/OpenViduServerSecurityIntegrationTest.java similarity index 92% rename from openvidu-server/src/test/java/io/openvidu/server/test/integration/security/OpenViduServerSecurityIntegrationTest.java rename to openvidu-server/src/test/java/io/openvidu/server/test/integration/OpenViduServerSecurityIntegrationTest.java index ce5624443..2cf1f8a9d 100644 --- a/openvidu-server/src/test/java/io/openvidu/server/test/integration/security/OpenViduServerSecurityIntegrationTest.java +++ b/openvidu-server/src/test/java/io/openvidu/server/test/integration/OpenViduServerSecurityIntegrationTest.java @@ -1,4 +1,21 @@ -package io.openvidu.server.test.integration.security; +/* + * (C) Copyright 2017-2022 OpenVidu (https://openvidu.io) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ + +package io.openvidu.server.test.integration; import static org.mockito.ArgumentMatchers.anyString; import static org.mockito.Mockito.lenient;