aboutsummaryrefslogtreecommitdiff
path: root/test/suites/api
AgeCommit message (Expand)AuthorFilesLines
2010-06-10Fix a few memory leaks in tests1.2Petri Lehtinen1-0/+2
2010-05-14Zero the visited flag after an encoding errorPetri Lehtinen1-0/+43
2010-05-14Zero the visited flag after encoding an empty array or objectPetri Lehtinen2-0/+48
2010-03-23Fix reference counting on true, false and nullPetri Lehtinen1-0/+31
2010-02-02Add year 2010 to copyright noticesPetri Lehtinen9-9/+9
2010-01-28test/suites/api/test_object.c: Enhance tests for iteratorsPetri Lehtinen1-12/+60
2010-01-28test/suites/api: Fail when a test failsPetri Lehtinen1-1/+2
2010-01-21Distribute some missing filesPetri Lehtinen1-0/+2
2010-01-10Fix memory leaks in json_equal() testsPetri Lehtinen1-2/+5
2010-01-10Enable Valgrind support in the API suitePetri Lehtinen1-1/+4
2009-12-31Add functions for shallow and deep copying JSON valuesPetri Lehtinen3-0/+323
2009-12-31Add equality test for JSON valuesPetri Lehtinen3-0/+189
2009-12-23Add check-exports testPetri Lehtinen2-2/+93
2009-12-23Add _nocheck functionsPetri Lehtinen2-0/+66
2009-12-21Enhance testsPetri Lehtinen2-229/+0
2009-12-16Refactor the test systemPetri Lehtinen9-0/+1180