commit | 02bd8acd41d1ed7891100fa0057981e98a0dbdad | [log] [tgz] |
---|---|---|
author | Nikias Bassen <nikias@gmx.li> | Wed Jun 29 05:49:53 2016 +0200 |
committer | Nikias Bassen <nikias@gmx.li> | Wed Jun 29 05:49:53 2016 +0200 |
tree | d15490d7fa4f6d951d70d34cae166445c8983896 | |
parent | acd226d1f71a78dd23b47a9a5c4ca8cf8068d509 [diff] |
test: Add another test case for signed/unsigned (multiple) integers 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.