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 2018/07/13 18:36:36 UTC

[5/8] qpid-proton-j git commit: NO-JIRA: fix test name and correct separator comment

NO-JIRA: fix test name and correct separator comment

(cherry picked from commit e91fa5f18b727d8b8f1ff80d4b26a5b2a1b85e6c)


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

Branch: refs/heads/0.27.x
Commit: 0fe5dab31dbe7128a5fc37124577a6bbb5d8c040
Parents: 877e6cb
Author: Robbie Gemmell <ro...@apache.org>
Authored: Wed Jul 4 15:54:54 2018 +0100
Committer: Robbie Gemmell <ro...@apache.org>
Committed: Fri Jul 13 19:18:13 2018 +0100

----------------------------------------------------------------------
 .../apache/qpid/proton/codec/CompositeReadableBufferTest.java    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-proton-j/blob/0fe5dab3/proton-j/src/test/java/org/apache/qpid/proton/codec/CompositeReadableBufferTest.java
----------------------------------------------------------------------
diff --git a/proton-j/src/test/java/org/apache/qpid/proton/codec/CompositeReadableBufferTest.java b/proton-j/src/test/java/org/apache/qpid/proton/codec/CompositeReadableBufferTest.java
index 8c26555..09dc427 100644
--- a/proton-j/src/test/java/org/apache/qpid/proton/codec/CompositeReadableBufferTest.java
+++ b/proton-j/src/test/java/org/apache/qpid/proton/codec/CompositeReadableBufferTest.java
@@ -1192,7 +1192,7 @@ public class CompositeReadableBufferTest {
     }
 
     @Test
-    public void testCompactSignleArrayBuffer() {
+    public void testCompactSingleArrayBuffer() {
         CompositeReadableBuffer buffer = new CompositeReadableBuffer();
 
         byte[] source = new byte[] { 0, 1, 2, 3 };
@@ -2073,7 +2073,7 @@ public class CompositeReadableBufferTest {
         }
     }
 
-    //----- Test put ReadableBuffer ------------------------------------------//
+    //----- Test readString ------------------------------------------//
 
     @Test
     public void testReadStringFromEmptyBuffer() throws CharacterCodingException {


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