This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a commit to branch tomee-8.x
in repository https://gitbox.apache.org/repos/asf/tomee.git
The following commit(s) were added to refs/heads/tomee-8.x by this push:
new d4a150455b Fix compile issue with class naming vs file naming
d4a150455b is described below
commit d4a150455b3315764e35d7824151475568a20e90
Author: Richard Zowalla <[email protected]>
AuthorDate: Tue Oct 11 19:36:25 2022 +0200
Fix compile issue with class naming vs file naming
---
.../src/test/java/org/apache/openejb/activemq/MDBAutoConfigOffTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/container/openejb-core/src/test/java/org/apache/openejb/activemq/MDBAutoConfigOffTest.java
b/container/openejb-core/src/test/java/org/apache/openejb/activemq/MDBAutoConfigOffTest.java
index fb7542afd6..a3d51072f1 100644
---
a/container/openejb-core/src/test/java/org/apache/openejb/activemq/MDBAutoConfigOffTest.java
+++
b/container/openejb-core/src/test/java/org/apache/openejb/activemq/MDBAutoConfigOffTest.java
@@ -47,7 +47,7 @@ import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertTrue;
@RunWith(ApplicationComposer.class)
-public class ActivationContainerOverwriteBothConfigurationTest {
+public class MDBAutoConfigOffTest {
private static final String TEXT = "foo";
@Configuration