summaryrefslogtreecommitdiffstats
path: root/tests/test_decode3.c
AgeCommit message (Collapse)AuthorFilesLines
2013-03-09Fix bug with decoding empty message types. Add test for the same.Petteri Aimonen1-0/+3
Note: the bug only applies to empty message types. Empty messages of non-empty message types are not affected. Update issue 65 Status: FixedInGit
2012-10-14Add tests for negative values in the alltypes testcase.Petteri Aimonen1-12/+12
2012-08-26Added alltypes-testcases for optional fields and default values.Petteri Aimonen1-6/+103
2012-08-24Implement error messages in the decoder side.Petteri Aimonen1-1/+1
Update issue 7 Status: Started
2012-07-31Extend 'alltypes' testcase to cover repeated fields.Petteri Aimonen1-0/+27
2012-01-12Added an encode/decode test for 'required' fields of all types.Petteri Aimonen1-0/+70