Repository: activemq-artemis
Updated Branches:
  refs/heads/2.6.x 3edce7245 -> 52695fa45


ARTEMIS-1924 Renaming test to a proper name

(cherry picked from commit 42fa84fa51d4d7b3dea62a23058a0a79d3c2f205)


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/52695fa4
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/52695fa4
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/52695fa4

Branch: refs/heads/2.6.x
Commit: 52695fa45df691ac1e301ebe45add67205dd97f3
Parents: 3edce72
Author: Clebert Suconic <clebertsuco...@apache.org>
Authored: Mon Jun 11 18:41:57 2018 -0400
Committer: Clebert Suconic <clebertsuco...@apache.org>
Committed: Tue Jun 19 13:30:41 2018 -0400

----------------------------------------------------------------------
 .../artemis/tests/integration/amqp/AmqpNoHearbeatsTest.java        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/52695fa4/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/AmqpNoHearbeatsTest.java
----------------------------------------------------------------------
diff --git 
a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/AmqpNoHearbeatsTest.java
 
b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/AmqpNoHearbeatsTest.java
index 2d5b3cf..b35ef7d 100644
--- 
a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/AmqpNoHearbeatsTest.java
+++ 
b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/AmqpNoHearbeatsTest.java
@@ -61,7 +61,7 @@ public class AmqpNoHearbeatsTest extends 
AmqpClientTestSupport {
 
 
    @Test(timeout = 60000)
-   public void testBrokerSendsHalfConfiguredIdleTimeout() throws Exception {
+   public void testHeartless() throws Exception {
       AmqpClient client = createAmqpClient();
       assertNotNull(client);
 

Reply via email to