Repository: qpid-jms
Updated Branches:
  refs/heads/master e9475b867 -> cd90f6b07


QPIDJMS-209 Update test to use correct method to clean up the Mock peer

Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/cd90f6b0
Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/cd90f6b0
Diff: http://git-wip-us.apache.org/repos/asf/qpid-jms/diff/cd90f6b0

Branch: refs/heads/master
Commit: cd90f6b070fe89342f805bf3ae69b6c1963575f8
Parents: e9475b8
Author: Timothy Bish <tabish...@gmail.com>
Authored: Wed Sep 21 12:28:29 2016 -0400
Committer: Timothy Bish <tabish...@gmail.com>
Committed: Wed Sep 21 12:28:29 2016 -0400

----------------------------------------------------------------------
 .../java/org/apache/qpid/jms/producer/JmsMessageProducerTest.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/cd90f6b0/qpid-jms-client/src/test/java/org/apache/qpid/jms/producer/JmsMessageProducerTest.java
----------------------------------------------------------------------
diff --git 
a/qpid-jms-client/src/test/java/org/apache/qpid/jms/producer/JmsMessageProducerTest.java
 
b/qpid-jms-client/src/test/java/org/apache/qpid/jms/producer/JmsMessageProducerTest.java
index 319ce3f..fef568f 100644
--- 
a/qpid-jms-client/src/test/java/org/apache/qpid/jms/producer/JmsMessageProducerTest.java
+++ 
b/qpid-jms-client/src/test/java/org/apache/qpid/jms/producer/JmsMessageProducerTest.java
@@ -75,7 +75,7 @@ public class JmsMessageProducerTest extends 
JmsConnectionTestSupport {
     @Override
     @After
     public void tearDown() throws Exception {
-        remotePeer.shutdown();
+        remotePeer.terminate();
         super.tearDown();
     }
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org
For additional commands, e-mail: commits-h...@qpid.apache.org

Reply via email to