Repository: activemq-artemis
Updated Branches:
  refs/heads/master c5e33915f -> 42fa84fa5


ARTEMIS-1924 Renaming test to a proper name


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

Branch: refs/heads/master
Commit: 42fa84fa51d4d7b3dea62a23058a0a79d3c2f205
Parents: c5e3391
Author: Clebert Suconic <clebertsuco...@apache.org>
Authored: Mon Jun 11 18:41:57 2018 -0400
Committer: Clebert Suconic <clebertsuco...@apache.org>
Committed: Mon Jun 11 18:41:57 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/42fa84fa/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