From 3f2d66ae172f6bfd8b8a257e68ea425c01bbb9d9 Mon Sep 17 00:00:00 2001 From: "Rafael H. Schloming" Date: Tue, 28 Oct 2008 17:19:07 +0000 Subject: fixed a bug in int16 codec git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@708615 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/python/tests/codec010.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'qpid/python/tests') diff --git a/qpid/python/tests/codec010.py b/qpid/python/tests/codec010.py index 835966e103..bbe894b7b3 100644 --- a/qpid/python/tests/codec010.py +++ b/qpid/python/tests/codec010.py @@ -86,3 +86,7 @@ class CodecTest(TestCase): def testArrayNone(self): self.check("array", None) + + def testInt16(self): + self.check("int16", 3) + self.check("int16", -3) -- cgit v1.2.1