Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-01-02 | test: Add new test case for entities | 1 | -0/+57 | ||
2016-11-18 | test: Fix test plist having duplicate keys in dictionary | 1 | -1/+1 | ||
2016-09-19 | test: Add additional test case to check extended date range | 1 | -0/+4 | ||
2016-06-29 | test: Add another test case for signed/unsigned (multiple) integers | 2 | -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-05 | test: Add more test cases covering binary plist issues | 4 | -0/+27 | ||
2014-05-27 | test: Add keys with XML entities to data plist files | 5 | -2/+10 | ||
2014-05-23 | test: Add test cases for integer nodes | 5 | -0/+15 | ||
2014-05-22 | test: Use better test data for timezone tests | 1 | -0/+10 | ||
2010-01-14 | Make sure to convert predefined xml entities in xml output | 1 | -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-15 | Add more regression test and fix Integer and Real type handling. | 4 | -4/+4 | ||
2009-02-12 | Add some test case. | 6 | -0/+64641 | ||