Repository: activemq-artemis
Updated Branches:
  refs/heads/master e847c14b9 -> c945879de


fixing hanging test


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

Branch: refs/heads/master
Commit: c945879dec3c7291969683e9adc7e2a8fd0f4742
Parents: e847c14
Author: Clebert Suconic <[email protected]>
Authored: Mon Jan 11 21:00:48 2016 -0500
Committer: Clebert Suconic <[email protected]>
Committed: Mon Jan 11 21:00:48 2016 -0500

----------------------------------------------------------------------
 .../tests/integration/client/IncompatibleVersionTest.java        | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/c945879d/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/client/IncompatibleVersionTest.java
----------------------------------------------------------------------
diff --git 
a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/client/IncompatibleVersionTest.java
 
b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/client/IncompatibleVersionTest.java
index fb4b4e6..21905df 100644
--- 
a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/client/IncompatibleVersionTest.java
+++ 
b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/client/IncompatibleVersionTest.java
@@ -87,12 +87,12 @@ public class IncompatibleVersionTest extends 
ActiveMQTestBase {
 
    @Override
    @After
-   public void tearDown() {
+   public void tearDown() throws Exception {
       connection.destroy();
 
       closeServerLocator(locator);
       stopComponent(server);
-      // You CANNOT CALL super.tearDown();
+      super.tearDown();
    }
 
    @Test

Reply via email to