summaryrefslogtreecommitdiff
path: root/check-qjson.c
AgeCommit message (Collapse)AuthorFilesLines
2010-06-14Merge remote branch 'qmp/for-anthony' into stagingAnthony Liguori1-3/+109
2010-06-13Move stdbool.hPaul Brook1-1/+0
Move inclusion of stdbool.h to common header files, instead of including in an ad-hoc manner. Signed-off-by: Paul Brook <paul@codesourcery.com>
2010-06-11add some tests for invalid JSONPaolo Bonzini1-1/+97
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
2010-06-11check-qjson: Add more escape testsLuiz Capitulino1-2/+12
While there make the fail_unless() calls print error messages. IMPORTANT: The test for "\/" is failing, don't know why. Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
2009-11-17Add test suite for json marshallingAnthony Liguori1-5/+75
By reusing the qjson test suite. After checking that we can demarshal, marshal again and compared to the expected decoded value. This doesn't work so well for floats because they cannot be accurately represented in decimal but we try our best. Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
2009-11-17Add a unit test for JSON supportAnthony Liguori1-0/+617
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>