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/05/25 17:06:02 UTC

qpid-jms git commit: NO-JIRA: fix test names, c&p error

Repository: qpid-jms
Updated Branches:
  refs/heads/master 53d29e85d -> bd62df640


NO-JIRA: fix test names, c&p error


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

Branch: refs/heads/master
Commit: bd62df640ede57dc86c402aa82a4ba51cbd69d2c
Parents: 53d29e8
Author: Robert Gemmell <ro...@apache.org>
Authored: Wed May 25 11:08:26 2016 +0100
Committer: Robert Gemmell <ro...@apache.org>
Committed: Wed May 25 17:45:16 2016 +0100

----------------------------------------------------------------------
 .../qpid/jms/integration/StreamMessageIntegrationTest.java       | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/bd62df64/qpid-jms-client/src/test/java/org/apache/qpid/jms/integration/StreamMessageIntegrationTest.java
----------------------------------------------------------------------
diff --git a/qpid-jms-client/src/test/java/org/apache/qpid/jms/integration/StreamMessageIntegrationTest.java b/qpid-jms-client/src/test/java/org/apache/qpid/jms/integration/StreamMessageIntegrationTest.java
index 2ac37ac..21e26f8 100644
--- a/qpid-jms-client/src/test/java/org/apache/qpid/jms/integration/StreamMessageIntegrationTest.java
+++ b/qpid-jms-client/src/test/java/org/apache/qpid/jms/integration/StreamMessageIntegrationTest.java
@@ -61,7 +61,7 @@ public class StreamMessageIntegrationTest extends QpidJmsTestCase {
      * @throws Exception if an error occurs during the test.
      */
     @Test(timeout = 20000)
-    public void testReceiveBasicMapMessage() throws Exception {
+    public void testReceiveBasicStreamMessage() throws Exception {
         try (TestAmqpPeer testPeer = new TestAmqpPeer();) {
             Connection connection = testFixture.establishConnecton(testPeer);
             connection.start();
@@ -146,7 +146,7 @@ public class StreamMessageIntegrationTest extends QpidJmsTestCase {
      * types with the expected values.
      */
     @Test(timeout = 20000)
-    public void testSendBasicMapMessage() throws Exception {
+    public void testSendBasicStreamMessage() throws Exception {
         try (TestAmqpPeer testPeer = new TestAmqpPeer();) {
             Connection connection = testFixture.establishConnecton(testPeer);
             testPeer.expectBegin();


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