mirror of https://github.com/apache/activemq.git
Made a slight mistake on the name of the unit test. Change the name of JmsQueueSendReceiveWithMessageExpiration to JmsQueueSendReceiveWithMessageExpirationTest.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@451615 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e8bae06604
commit
61308b8ff9
|
@ -12,7 +12,7 @@ import javax.jms.MessageProducer;
|
|||
import javax.jms.Session;
|
||||
import javax.jms.Topic;
|
||||
|
||||
public class JmsSendReceiveWithMessageExpiration extends TestSupport {
|
||||
public class JmsSendReceiveWithMessageExpirationTest extends TestSupport {
|
||||
|
||||
private static final org.apache.commons.logging.Log log = org.apache.commons.logging.LogFactory
|
||||
.getLog(JmsQueueSendReceiveWithMessageExpiration.class);
|
Loading…
Reference in New Issue