ARTEMIS-1287 Fix on CorePluginTest

Sometimes the message is expired before it reaches the client
This commit is contained in:
Clebert Suconic 2017-07-13 18:13:55 -04:00
parent 7bcde50ae8
commit 593f99df37
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ public class CorePluginTest extends JMSTestBase {
verifier.validatePluginMethodsEquals(1, AFTER_CREATE_CONNECTION, AFTER_DESTROY_CONNECTION,
BEFORE_CREATE_CONSUMER, AFTER_CREATE_CONSUMER, BEFORE_CLOSE_CONSUMER, AFTER_CLOSE_CONSUMER,
BEFORE_CREATE_QUEUE, AFTER_CREATE_QUEUE, MESSAGE_ACKED, BEFORE_SEND, AFTER_SEND, BEFORE_MESSAGE_ROUTE,
AFTER_MESSAGE_ROUTE, BEFORE_DELIVER, AFTER_DELIVER);
AFTER_MESSAGE_ROUTE);
verifier.validatePluginMethodsEquals(2, BEFORE_CREATE_SESSION, AFTER_CREATE_SESSION, BEFORE_CLOSE_SESSION,
AFTER_CLOSE_SESSION);
}