summaryrefslogtreecommitdiffstats
path: root/test/signedunsigned3.test
AgeCommit message (Collapse)AuthorFilesLines
2016-06-29test: Add another test case for signed/unsigned (multiple) integersGravatar Nikias Bassen1-0/+23
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.