Skip to content
Snippets Groups Projects
Commit 82c15af3 authored by jkerdreu's avatar jkerdreu
Browse files

Nothing


git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/branches/0.7@2793 b32b6428-25c9-4566-ad07-03861ab6144f
parent b278dc49
No related branches found
No related tags found
No related merge requests found
......@@ -153,7 +153,8 @@ class TestMessageFactory(unittest.TestCase):
with self.assertRaises(MessageParserError):
mf.decode_msg("not_cbor")
def test_decode_cbor_missing_fields(self):
def test_decode_cbor_fields(self):
# test missing fields
mf = test_factory()
l = [7,12346.5,[]]
data=cbor.dumps(l)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment