You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ro...@apache.org on 2015/03/06 17:44:32 UTC

[1/2] qpid-jms git commit: remove deferWrite paramater, didnt use it in the end

Repository: qpid-jms
Updated Branches:
  refs/heads/master 4ab807b78 -> 0f0afdd5a


remove deferWrite paramater, didnt use it in the end


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

Branch: refs/heads/master
Commit: c994be0c596e97879102aead1eb7b946aef0294e
Parents: 4ab807b
Author: Robert Gemmell <ro...@apache.org>
Authored: Fri Mar 6 16:38:56 2015 +0000
Committer: Robert Gemmell <ro...@apache.org>
Committed: Fri Mar 6 16:38:56 2015 +0000

----------------------------------------------------------------------
 .../org/apache/qpid/jms/integration/SessionIntegrationTest.java  | 2 +-
 .../java/org/apache/qpid/jms/test/testpeer/TestAmqpPeer.java     | 4 +---
 2 files changed, 2 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/c994be0c/qpid-jms-client/src/test/java/org/apache/qpid/jms/integration/SessionIntegrationTest.java
----------------------------------------------------------------------
diff --git a/qpid-jms-client/src/test/java/org/apache/qpid/jms/integration/SessionIntegrationTest.java b/qpid-jms-client/src/test/java/org/apache/qpid/jms/integration/SessionIntegrationTest.java
index adf62e7..4b4da20 100644
--- a/qpid-jms-client/src/test/java/org/apache/qpid/jms/integration/SessionIntegrationTest.java
+++ b/qpid-jms-client/src/test/java/org/apache/qpid/jms/integration/SessionIntegrationTest.java
@@ -1299,7 +1299,7 @@ public class SessionIntegrationTest extends QpidJmsTestCase {
 
             //Expect the session close
             testPeer.expectEnd(false);
-            testPeer.sendTransferToLastOpenedLinkOnLastOpenedSession(false);
+            testPeer.sendTransferToLastOpenedLinkOnLastOpenedSession();
             testPeer.remotelyDetachLastOpenedLinkOnLastOpenedSession(false, true);
             testPeer.remotelyEndLastOpenedSession(false, 200);
 

http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/c994be0c/qpid-jms-client/src/test/java/org/apache/qpid/jms/test/testpeer/TestAmqpPeer.java
----------------------------------------------------------------------
diff --git a/qpid-jms-client/src/test/java/org/apache/qpid/jms/test/testpeer/TestAmqpPeer.java b/qpid-jms-client/src/test/java/org/apache/qpid/jms/test/testpeer/TestAmqpPeer.java
index 0d04787..c1ab205 100644
--- a/qpid-jms-client/src/test/java/org/apache/qpid/jms/test/testpeer/TestAmqpPeer.java
+++ b/qpid-jms-client/src/test/java/org/apache/qpid/jms/test/testpeer/TestAmqpPeer.java
@@ -1249,7 +1249,7 @@ public class TestAmqpPeer implements AutoCloseable
         return comp;
     }
 
-    public void sendTransferToLastOpenedLinkOnLastOpenedSession(boolean deferWrite) {
+    public void sendTransferToLastOpenedLinkOnLastOpenedSession() {
         synchronized (_handlersLock) {
             CompositeAmqpPeerRunnable comp = insertCompsiteActionForLastHandler();
 
@@ -1278,8 +1278,6 @@ public class TestAmqpPeer implements AutoCloseable
                 }
             });
 
-            transferSender.setDeferWrite(false);
-
             comp.add(transferSender);
         }
     }


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


[2/2] qpid-jms git commit: remove unused import

Posted by ro...@apache.org.
remove unused import


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

Branch: refs/heads/master
Commit: 0f0afdd5a953c8126087c6cca4c25d4c8102b3a0
Parents: c994be0
Author: Robert Gemmell <ro...@apache.org>
Authored: Fri Mar 6 16:41:18 2015 +0000
Committer: Robert Gemmell <ro...@apache.org>
Committed: Fri Mar 6 16:41:18 2015 +0000

----------------------------------------------------------------------
 .../org/apache/qpid/jms/integration/SessionIntegrationTest.java     | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/0f0afdd5/qpid-jms-client/src/test/java/org/apache/qpid/jms/integration/SessionIntegrationTest.java
----------------------------------------------------------------------
diff --git a/qpid-jms-client/src/test/java/org/apache/qpid/jms/integration/SessionIntegrationTest.java b/qpid-jms-client/src/test/java/org/apache/qpid/jms/integration/SessionIntegrationTest.java
index 4b4da20..23ad835 100644
--- a/qpid-jms-client/src/test/java/org/apache/qpid/jms/integration/SessionIntegrationTest.java
+++ b/qpid-jms-client/src/test/java/org/apache/qpid/jms/integration/SessionIntegrationTest.java
@@ -76,7 +76,6 @@ import org.apache.qpid.jms.test.testpeer.matchers.sections.MessageHeaderSectionM
 import org.apache.qpid.jms.test.testpeer.matchers.sections.TransferPayloadCompositeMatcher;
 import org.apache.qpid.jms.test.testpeer.matchers.types.EncodedAmqpValueMatcher;
 import org.apache.qpid.proton.amqp.Binary;
-import org.apache.qpid.proton.amqp.DescribedType;
 import org.apache.qpid.proton.amqp.Symbol;
 import org.apache.qpid.proton.amqp.UnsignedInteger;
 import org.junit.Ignore;


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