summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Collapse)AuthorFilesLines
2014-02-13Replace some LDADD references to use $(top_builddir) for distcheckGravatar Martin Szulecki1-2/+2
2014-02-13fix make distcheckGravatar Nikias Bassen14-105/+75
2013-12-13change build system to autotoolsGravatar Nikias Bassen14-29/+169
2011-05-27Make libplist glib freeGravatar Nikias Bassen2-4/+4
2010-01-21Fix some warningsGravatar Jonathan Beck2-10/+4
2010-01-14Make sure to convert predefined xml entities in xml outputGravatar Martin Szulecki1-0/+2
For string nodes, a set of special characters must be converted to predefined xml entities. This patch adds an entitiy test case for this and makes libplist pass it fine by explicitly adding text nodes.
2010-01-14Make tests also work when building outside the source treeGravatar Martin Szulecki1-12/+13
2009-11-10Remove deprecated functions from API.Gravatar Jonathan Beck2-0/+18
2009-10-28Format sources to ANSI style using AStyle (astyle --style=ansi).Gravatar Jonathan Beck2-192/+204
2009-10-28Fix build for MSVC9.Gravatar Jonathan Beck2-1/+9
2009-02-15Add more regression test and fix Integer and Real type handling.Gravatar Jonathan Beck6-5/+152
2009-02-12Add some test case.Gravatar Jonathan Beck8-0/+64783