summaryrefslogtreecommitdiffstats
path: root/test/data
AgeCommit message (Collapse)AuthorFilesLines
2023-01-08Add support for OpenStep plist formatGravatar Nikias Bassen4-0/+90
2022-02-07test: Add int64 min/max testcase for JSON parserGravatar Nikias Bassen1-0/+1
2022-01-31test: Update JSON test case to have negative numbersGravatar Nikias Bassen1-1/+1
2022-01-25test: Rename json test files to .jsonGravatar Nikias Bassen2-0/+0
2022-01-25test: Add additional JSON test caseGravatar Nikias Bassen1-0/+1
2021-12-23Add support for JSON formatGravatar Nikias Bassen2-0/+1
2021-12-23test: Add PLIST_UID test caseGravatar Nikias Bassen1-0/+0
2017-02-01test: Add test cases for different bplist offset and reference sizesGravatar Nikias Bassen17-0/+8
2017-01-02test: Add some more test cases for various valid and invalid contentGravatar Nikias Bassen3-0/+18
2017-01-02test: Add new test case for dictionaries with empty keysGravatar Nikias Bassen1-0/+8
2017-01-02test: Add new test case for entitiesGravatar Nikias Bassen1-0/+57
2016-11-18test: Fix test plist having duplicate keys in dictionaryGravatar Nikias Bassen1-1/+1
2016-09-19test: Add additional test case to check extended date rangeGravatar Nikias Bassen1-0/+4
2016-06-29test: Add another test case for signed/unsigned (multiple) integersGravatar Nikias Bassen2-0/+11
Apart from testing the actual integer signed vs. unsigned value storage and conversion, this test will check that the binary plist optimization is not re-using existing values. Basically it will test the fix that was introduced with commit acd226d1f71a78dd23b47a9a5c4ca8cf8068d509.
2015-02-05test: Add more test cases covering binary plist issuesGravatar Nikias Bassen4-0/+27
2014-05-27test: Add keys with XML entities to data plist filesGravatar Martin Szulecki5-2/+10
2014-05-23test: Add test cases for integer nodesGravatar Nikias Bassen5-0/+15
2014-05-22test: Use better test data for timezone testsGravatar Nikias Bassen1-0/+10
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.
2009-02-15Add more regression test and fix Integer and Real type handling.Gravatar Jonathan Beck4-4/+4
2009-02-12Add some test case.Gravatar Jonathan Beck6-0/+64641