NO-JIRA: fix test name and correct separator comment
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/e91fa5f1 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton-j/tree/e91fa5f1 Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton-j/diff/e91fa5f1 Branch: refs/heads/master Commit: e91fa5f18b727d8b8f1ff80d4b26a5b2a1b85e6c Parents: 156c0f7 Author: Robbie Gemmell <[email protected]> Authored: Wed Jul 4 15:54:54 2018 +0100 Committer: Robbie Gemmell <[email protected]> Committed: Wed Jul 4 15:54:54 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/e91fa5f1/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: [email protected] For additional commands, e-mail: [email protected]
