mirror of https://github.com/apache/activemq.git
Shorten the test
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1490034 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d97f28c490
commit
a0cc2af059
|
@ -48,7 +48,7 @@ public class ActiveMQMessageAuditNotSyncTest {
|
|||
@Test
|
||||
public void testAuditDepth() {
|
||||
|
||||
int maxAuditDepth = Integer.MAX_VALUE;
|
||||
int maxAuditDepth = Short.MAX_VALUE;
|
||||
|
||||
ConnectionId connectionId = new ConnectionId(connectionIdGenerator.generateId());
|
||||
SessionId sessionId = new SessionId(connectionId, sessionIdGenerator.getNextSequenceId());
|
||||
|
|
Loading…
Reference in New Issue