From eabfc0658f7c97324d7b672f6af5d6239cc97fdf Mon Sep 17 00:00:00 2001 From: Clebert Suconic Date: Thu, 29 Jul 2021 21:53:43 -0400 Subject: [PATCH] NO-JIRA Moving AssertionLoggerHandlerTest to Unit Tests This would help capture issues with logging configuration on PR checks --- .../artemis/tests/unit}/logging/AssertionLoggerTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename tests/{integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration => unit-tests/src/test/java/org/apache/activemq/artemis/tests/unit}/logging/AssertionLoggerTest.java (97%) diff --git a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/logging/AssertionLoggerTest.java b/tests/unit-tests/src/test/java/org/apache/activemq/artemis/tests/unit/logging/AssertionLoggerTest.java similarity index 97% rename from tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/logging/AssertionLoggerTest.java rename to tests/unit-tests/src/test/java/org/apache/activemq/artemis/tests/unit/logging/AssertionLoggerTest.java index e0aeb4b749..5dcfb1bc99 100644 --- a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/logging/AssertionLoggerTest.java +++ b/tests/unit-tests/src/test/java/org/apache/activemq/artemis/tests/unit/logging/AssertionLoggerTest.java @@ -15,7 +15,7 @@ * limitations under the License. */ -package org.apache.activemq.artemis.tests.integration.logging; +package org.apache.activemq.artemis.tests.unit.logging; import org.apache.activemq.artemis.core.client.impl.ServerLocatorImpl; import org.apache.activemq.artemis.logs.AssertionLoggerHandler;