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 2016/04/14 12:15:34 UTC

[2/2] qpid-proton git commit: PROTON-1171: correct comment, remove leftover System.out.println

PROTON-1171: correct comment, remove leftover System.out.println

(cherry picked from commit c22a25cd890d0e28a52a36a59bf02b7f900037e2)


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

Branch: refs/heads/0.12.x
Commit: a7d3c52bcbbbb24d05bc21236a2304151e4d7050
Parents: 91aff13
Author: Robert Gemmell <ro...@apache.org>
Authored: Thu Apr 14 10:27:27 2016 +0100
Committer: Robert Gemmell <ro...@apache.org>
Committed: Thu Apr 14 11:06:46 2016 +0100

----------------------------------------------------------------------
 .../proton/engine/impl/ssl/SimpleSslTransportWrapperTest.java     | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/a7d3c52b/proton-j/src/test/java/org/apache/qpid/proton/engine/impl/ssl/SimpleSslTransportWrapperTest.java
----------------------------------------------------------------------
diff --git a/proton-j/src/test/java/org/apache/qpid/proton/engine/impl/ssl/SimpleSslTransportWrapperTest.java b/proton-j/src/test/java/org/apache/qpid/proton/engine/impl/ssl/SimpleSslTransportWrapperTest.java
index aaf9360..4465b20 100644
--- a/proton-j/src/test/java/org/apache/qpid/proton/engine/impl/ssl/SimpleSslTransportWrapperTest.java
+++ b/proton-j/src/test/java/org/apache/qpid/proton/engine/impl/ssl/SimpleSslTransportWrapperTest.java
@@ -220,7 +220,7 @@ public class SimpleSslTransportWrapperTest
 
         assertEquals("Unexpected initial capacity", sslEngineBufferSize, _sslWrapper.capacity());
 
-        // Process the first two 'encoded packets' (<-A-><-B-><-C->). This will require 3 'proper' unwraps, and
+        // Process the first three 'encoded packets' (<-A-><-B-><-C->). This will require 3 'proper' unwraps, and
         // as each decoded packet is 2 bytes, each of those will require 2 underlying input processes.
         int numberPoured = pour(encodedByteSource, _sslWrapper.tail());
         assertEquals("Unexpected number of bytes poured into the wrapper input buffer", sslEngineBufferSize, numberPoured);
@@ -284,7 +284,6 @@ public class SimpleSslTransportWrapperTest
         }
         catch (TransportException te)
         {
-            System.out.println("Caught exception:" + te);
             // expected.
         }
 


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