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:01:46 UTC

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

Repository: qpid-proton
Updated Branches:
  refs/heads/master 736920c8f -> c22a25cd8


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


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

Branch: refs/heads/master
Commit: c22a25cd890d0e28a52a36a59bf02b7f900037e2
Parents: 736920c
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:01:25 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/c22a25cd/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 2a7aca7..6ee1582 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