aboutsummaryrefslogtreecommitdiff
path: root/tests/alltypes_callback
AgeCommit message (Collapse)Author
2017-03-02Fix alltypes_callback testcasePetteri Aimonen
The test case was erroneously comparing whole submsg structures, which could result in false errors when padding bytes differed.
2017-03-02Fix bug in alltypes_callback test casePetteri Aimonen
2017-02-25Windows build fixPetteri Aimonen
2017-02-24Fix build failurePetteri Aimonen
2017-02-24Add test coverage for calling pb_release() on a message with callback fields.Petteri Aimonen
2017-02-22Add fixed length bytes to alltypes test case (issue #244)Petteri Aimonen
2015-01-11Add oneofs to AllTypes test casePetteri Aimonen
2014-08-10Separate field iterator logic from pb_decode to pb_common.Petteri Aimonen
2014-05-17Fix bug in alltypes test case that made fuzzing difficult.Petteri Aimonen
2014-02-10Add AllTypes decoding test with callbacks.Petteri Aimonen
Update issue 99 Status: FixedInGit
2014-02-09Add AllTypes encoding test for callbacks (issue #99)Petteri Aimonen
Still need to do the decoding side.