summaryrefslogtreecommitdiff
path: root/json-glib/tests/builder-test.c
Commit message (Collapse)AuthorAgeFilesLines
* build: Rename test binariesEmmanuele Bassi2011-06-191-161/+0
| | | | It's pointless to add the '-test' suffix to files under the tests/ directory.
* tests: Fix up the JsonBuilder testEmmanuele Bassi2011-05-281-6/+46
| | | | | Clean up some odd code, and add a unit for the empty object case outlined in bug 651271.
* generator: Removes blank spaces from generated JSON when not pretty-printEduardo Lima Mitev2011-03-111-3/+3
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=640729
* builder-test: Do not compare serialized double valuesEmmanuele Bassi2011-01-101-2/+2
| | | | | Serialization of floating point values might lead to odd formats, especially when dealing with IEEE machine-neutral values.
* builder: Add convenience API for building JSON trees.Luca Bruno2010-06-161-0/+121
https://bugzilla.gnome.org/show_bug.cgi?id=621141 Signed-off-by: Emmanuele Bassi <ebassi@linux.intel.com>