This is an automated email from the ASF dual-hosted git repository.
cshannon pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq.git
The following commit(s) were added to refs/heads/main by this push:
new ee1477830 AMQ-7309 - remove test after adding support for jms 2 create
session
ee1477830 is described below
commit ee1477830511a71d89a1e987191c271cb8c0b5a7
Author: Christopher L. Shannon (cshannon) <[email protected]>
AuthorDate: Wed Feb 15 18:05:17 2023 -0500
AMQ-7309 - remove test after adding support for jms 2 create session
---
.../test/java/org/apache/activemq/jms2/ActiveMQJMS2ContextTest.java | 5 -----
1 file changed, 5 deletions(-)
diff --git
a/activemq-unit-tests/src/test/java/org/apache/activemq/jms2/ActiveMQJMS2ContextTest.java
b/activemq-unit-tests/src/test/java/org/apache/activemq/jms2/ActiveMQJMS2ContextTest.java
index 4891603ab..a6ecaf070 100644
---
a/activemq-unit-tests/src/test/java/org/apache/activemq/jms2/ActiveMQJMS2ContextTest.java
+++
b/activemq-unit-tests/src/test/java/org/apache/activemq/jms2/ActiveMQJMS2ContextTest.java
@@ -219,11 +219,6 @@ public class ActiveMQJMS2ContextTest extends
ActiveMQJMS2TestBase {
connection.createSharedDurableConnectionConsumer(null, null, null,
null, 10);
}
- @Test(expected = UnsupportedOperationException.class)
- public void testSessionAckMode() throws JMSException {
- connection.createSession(Session.AUTO_ACKNOWLEDGE);
- }
-
@Test
public void testSessionDurableConsumer() throws JMSException {
try(JMSContext jmsContext = activemqConnectionFactory.createContext())
{