Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-17 | Add test suite for json marshalling | Anthony Liguori | |
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-17 | Add a unit test for JSON support | Anthony Liguori | |
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> |