diff options
Diffstat (limited to 'python/tests/codec010.py')
-rw-r--r-- | python/tests/codec010.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/python/tests/codec010.py b/python/tests/codec010.py index 835966e103..bbe894b7b3 100644 --- a/python/tests/codec010.py +++ b/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) |