summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* tests: Add another trailing comma invalid testEmmanuele Bassi2010-03-051-1/+2
* tests: Add negative testsEmmanuele Bassi2010-03-051-0/+53
* boxed: Split (de)serialization registrationEmmanuele Bassi2009-11-231-3/+4
* tests: Do not use deprecated APIEmmanuele Bassi2009-11-125-6/+6
* tests: Verify Serializable::serialize_property()Emmanuele Bassi2009-11-121-0/+32
* tests: Verify parsing bare valuesMathias Hasselmann2009-10-291-5/+33
* gobject: Add experimental GBoxed<->JSON transformationEmmanuele Bassi2009-10-272-3/+268
* Fix compiler warnings (remove unused variables)Emmanuele Bassi2009-10-272-3/+2
* gobject: Support constructor propertiesEmmanuele Bassi2009-10-271-5/+6
* build: Clean up the build environmentEmmanuele Bassi2009-10-271-9/+6
* tests: Use properties to change valuesEmmanuele Bassi2009-10-271-2/+2
* gobject: Recurse in GParamSpecObject propertiesEmmanuele Bassi2009-10-271-7/+51
* object: Guarantee insertion orderEmmanuele Bassi2009-10-261-1/+2
* [tests] Add a test case for Object members with empty stringsEmmanuele Bassi2009-09-281-0/+1
* [node] Add JsonNode.set_parent()Emmanuele Bassi2009-09-061-0/+10
* [parser] Clean up value parsingEmmanuele Bassi2009-09-061-4/+5
* Auto-promote integer types to G_TYPE_INT64Emmanuele Bassi2009-08-123-11/+6
* Indentation fixesEmmanuele Bassi2009-06-281-49/+49
* [tests] Verify parsing base valuesEmmanuele Bassi2009-06-281-0/+59
* [tests] Do not namespace with json-Emmanuele Bassi2009-06-092-14/+14
* [tests] Use the typed accessors in test-generatorEmmanuele Bassi2009-04-171-53/+10
* Update after the json_object_add_member() deprecationEmmanuele Bassi2009-04-173-17/+17
* [tests] Use 'static' when registering enum typesEmmanuele Bassi2009-04-131-1/+1
* Test the deserialization of arrays of stringsEmmanuele Bassi2008-05-011-2/+27
* Test the equality of the serialize string lengthEmmanuele Bassi2008-04-241-0/+3
* Validate the variable name in the assignment testEmmanuele Bassi2008-04-201-6/+10
* Add more cases for the nested array parsing unitEmmanuele Bassi2008-04-191-0/+2
* Add verbose messagesEmmanuele Bassi2008-04-191-0/+4
* Verify the correct handling of Unicode escapingEmmanuele Bassi2008-04-191-0/+67
* Build test-serialize-fullEmmanuele Bassi2008-03-042-23/+41
* Rename test-08 into test-serialize-fullEmmanuele Bassi2008-03-041-0/+0
* Rename test-07 into test-serialize-complexEmmanuele Bassi2008-03-042-10/+23
* Fix compilation of test-serialize-simple and add it to the test suiteEmmanuele Bassi2008-03-042-2/+7
* Rename test-06 to test-serialize-simpleEmmanuele Bassi2008-03-041-0/+0
* Move test-06 to GTest APIEmmanuele Bassi2008-03-041-10/+18
* Coalesce JsonGenerator test cases into a single test unitEmmanuele Bassi2008-03-044-465/+403
* Add validation to the simple object test valuesEmmanuele Bassi2008-03-041-7/+24
* Add validation of the simple array test valuesEmmanuele Bassi2008-03-041-9/+31
* Coalesce test-03 into test-parserEmmanuele Bassi2008-03-023-445/+161
* Update the tests build to be a testing unitEmmanuele Bassi2008-03-021-34/+5
* Remove old, empty string testEmmanuele Bassi2008-03-021-57/+0
* Rename JsonParser test, and coaelesce basic parser and array testsEmmanuele Bassi2008-03-021-0/+262
* Port the empty string test to the GLib testing frameworkEmmanuele Bassi2008-03-021-9/+35
* Update Makefile templates to include the testing frameworkEmmanuele Bassi2008-03-021-6/+32
* Update after the JsonParser::get_root changeEmmanuele Bassi2008-01-293-5/+1
* Do not free the pointer to the boxed type we get when serialisingEmmanuele Bassi2007-12-251-2/+0
* Fix leaks in the test suiteEmmanuele Bassi2007-11-215-1/+19
* Use a unicode character for the indent-char property of JsonGeneratorEmmanuele Bassi2007-11-211-1/+5
* Test correct deserialization of enum valuesparse-enumsEmmanuele Bassi2007-11-201-7/+53
* Merge branch 'gobject-deserialize' into workEmmanuele Bassi2007-11-133-13/+295
|\