Skip to content

Commit 6cd0fda

Browse files
Add a case with negative header value
1 parent 8baaf64 commit 6cd0fda

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/src/com/rabbitmq/client/test/TableTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,5 +92,7 @@ public void testLoop()
9292
table.put("d", LongStringHelper.asLongString("d"));
9393
assertEquals(table, unmarshal(marshal(table)));
9494

95+
table.put("e", -126);
96+
assertEquals(table, unmarshal(marshal(table)));
9597
}
9698
}

0 commit comments

Comments
 (0)