This is an automated email from the ASF dual-hosted git repository.
gtully pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/activemq.git
The following commit(s) were added to refs/heads/master by this push:
new a7bf4fc AMQ-7302 - rename test such that is is run with surefire
pattern match
a7bf4fc is described below
commit a7bf4fc8043d76d92ab59c622fafba064367af14
Author: gtully <[email protected]>
AuthorDate: Fri Nov 22 16:19:14 2019 +0000
AMQ-7302 - rename test such that is is run with surefire pattern match
---
...{JmxOpPageInOnMemoryLimit.java => JmxOpPageInOnMemoryLimitTest.java} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/activemq-unit-tests/src/test/java/org/apache/activemq/broker/jmx/JmxOpPageInOnMemoryLimit.java
b/activemq-unit-tests/src/test/java/org/apache/activemq/broker/jmx/JmxOpPageInOnMemoryLimitTest.java
similarity index 99%
rename from
activemq-unit-tests/src/test/java/org/apache/activemq/broker/jmx/JmxOpPageInOnMemoryLimit.java
rename to
activemq-unit-tests/src/test/java/org/apache/activemq/broker/jmx/JmxOpPageInOnMemoryLimitTest.java
index 459bec1..a42018e 100644
---
a/activemq-unit-tests/src/test/java/org/apache/activemq/broker/jmx/JmxOpPageInOnMemoryLimit.java
+++
b/activemq-unit-tests/src/test/java/org/apache/activemq/broker/jmx/JmxOpPageInOnMemoryLimitTest.java
@@ -35,7 +35,7 @@ import javax.management.ObjectName;
import static org.junit.Assert.*;
// https://issues.apache.org/jira/browse/AMQ-7302
-public class JmxOpPageInOnMemoryLimit {
+public class JmxOpPageInOnMemoryLimitTest {
BrokerService broker;
protected MBeanServer mbeanServer;