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 6d9bd71901 NO-JIRA I meant to remove this line
6d9bd71901 is described below
commit 6d9bd7190199d08c0de722aa607bef809590c71e
Author: Clebert Suconic <[email protected]>
AuthorDate: Sat Mar 18 18:48:07 2023 -0400
NO-JIRA I meant to remove this line
---
.../java/org/apache/activemq/artemis/tests/util/ActiveMQTestBase.java | 1 -
1 file changed, 1 deletion(-)
diff --git
a/artemis-server/src/test/java/org/apache/activemq/artemis/tests/util/ActiveMQTestBase.java
b/artemis-server/src/test/java/org/apache/activemq/artemis/tests/util/ActiveMQTestBase.java
index b48077ee30..1cef31179a 100644
---
a/artemis-server/src/test/java/org/apache/activemq/artemis/tests/util/ActiveMQTestBase.java
+++
b/artemis-server/src/test/java/org/apache/activemq/artemis/tests/util/ActiveMQTestBase.java
@@ -363,7 +363,6 @@ public abstract class ActiveMQTestBase extends Assert {
DriverManager.getConnection("jdbc:derby:;shutdown=true;deregister=false", user,
password);
}
} catch (SQLException sqlE) {
- Assert.assertEquals("XJ015", sqlE.getSQLState());
logger.debug("{} / {}", sqlE.getMessage(), sqlE.getSQLState());
if (!sqlE.getSQLState().equals(EXPECTED_DERBY_SHUTDOWN_STATE)) {
throw sqlE;