Repository: activemq-artemis Updated Branches: refs/heads/master 8f4b1a6c1 -> 3c0f3cf52
ARTEMIS-1847 another test fix after Netty upgrade Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/893f2199 Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/893f2199 Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/893f2199 Branch: refs/heads/master Commit: 893f2199190dff6d11eef80305a587ecd0e5834b Parents: 8f4b1a6 Author: Justin Bertram <[email protected]> Authored: Thu May 3 14:21:47 2018 -0500 Committer: Justin Bertram <[email protected]> Committed: Thu May 3 14:22:19 2018 -0500 ---------------------------------------------------------------------- .../org/apache/activemq/artemis/tests/util/SimpleStringTest.java | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/893f2199/artemis-server/src/test/java/org/apache/activemq/artemis/tests/util/SimpleStringTest.java ---------------------------------------------------------------------- diff --git a/artemis-server/src/test/java/org/apache/activemq/artemis/tests/util/SimpleStringTest.java b/artemis-server/src/test/java/org/apache/activemq/artemis/tests/util/SimpleStringTest.java index 054b186..ec081a6 100644 --- a/artemis-server/src/test/java/org/apache/activemq/artemis/tests/util/SimpleStringTest.java +++ b/artemis-server/src/test/java/org/apache/activemq/artemis/tests/util/SimpleStringTest.java @@ -419,6 +419,7 @@ public class SimpleStringTest extends Assert { final SimpleString expectedPooled = pool.getOrCreate(bb); bb.resetReaderIndex(); Assert.assertSame(expectedPooled, pool.getOrCreate(bb)); + bb.resetReaderIndex(); } }
