You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by or...@apache.org on 2019/08/28 06:38:07 UTC

[qpid-broker-j] 03/08: QPID-8349: [Tests][AMQP 1.0] Set transfer format

This is an automated email from the ASF dual-hosted git repository.

orudyy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/qpid-broker-j.git

commit 90881f0d2ea7a2b73b52d0174ac920103470449a
Author: Alex Rudyy <or...@apache.org>
AuthorDate: Tue Aug 27 23:27:42 2019 +0100

    QPID-8349: [Tests][AMQP 1.0] Set transfer format
---
 .../src/main/java/org/apache/qpid/tests/protocol/v1_0/Interaction.java   | 1 +
 1 file changed, 1 insertion(+)

diff --git a/systests/protocol-tests-amqp-1-0/src/main/java/org/apache/qpid/tests/protocol/v1_0/Interaction.java b/systests/protocol-tests-amqp-1-0/src/main/java/org/apache/qpid/tests/protocol/v1_0/Interaction.java
index c0ccf92..ff0fa60 100644
--- a/systests/protocol-tests-amqp-1-0/src/main/java/org/apache/qpid/tests/protocol/v1_0/Interaction.java
+++ b/systests/protocol-tests-amqp-1-0/src/main/java/org/apache/qpid/tests/protocol/v1_0/Interaction.java
@@ -157,6 +157,7 @@ public class Interaction extends AbstractInteraction<Interaction>
         _transfer.setHandle(defaultLinkHandle);
         _transfer.setDeliveryTag(new Binary("testDeliveryTag".getBytes(StandardCharsets.UTF_8)));
         _transfer.setDeliveryId(UnsignedInteger.valueOf(_deliveryIdCounter));
+        _transfer.setMessageFormat(UnsignedInteger.ZERO);
 
         _disposition = new Disposition();
         _disposition.setFirst(UnsignedInteger.ZERO);


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