You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cl...@apache.org on 2021/07/30 02:20:11 UTC

[activemq-artemis] branch main updated: NO-JIRA Moving AssertionLoggerHandlerTest to Unit Tests

This is an automated email from the ASF dual-hosted git repository.

clebertsuconic pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git


The following commit(s) were added to refs/heads/main by this push:
     new eabfc06  NO-JIRA Moving AssertionLoggerHandlerTest to Unit Tests
eabfc06 is described below

commit eabfc0658f7c97324d7b672f6af5d6239cc97fdf
Author: Clebert Suconic <cl...@apache.org>
AuthorDate: Thu Jul 29 21:53:43 2021 -0400

    NO-JIRA Moving AssertionLoggerHandlerTest to Unit Tests
    
    This would help capture issues with logging configuration on PR checks
---
 .../activemq/artemis/tests/unit}/logging/AssertionLoggerTest.java       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 e0aeb4b..5dcfb1b 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;