summaryrefslogtreecommitdiff
path: root/json-glib/tests/array-test.c
Commit message (Collapse)AuthorAgeFilesLines
* Add element removal unit to the Array testEmmanuele Bassi2008-03-051-0/+12
| | | | | | Remove the json_array_remove_element() call from the add-element test unit and set up a separate test case for the element removal. This keeps the test cases clean.
* Add array-test to the JSON-GLib types unit testsEmmanuele Bassi2008-03-021-0/+50
This simple unit will test the JsonArray API, as part of the coverage test for the JSON-GLib types.