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