<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libplist/test/data, branch time64</title>
<subtitle>Library to handle Apple Property List format files in binary or XML</subtitle>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libplist.git/'/>
<entry>
<title>test: Add additional test case to check extended date range</title>
<updated>2016-09-19T01:19:45+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2016-09-19T01:19:45+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libplist.git/commit/?id=a3263ad344ff315ac1cba96f0b84b9afff6da787'/>
<id>a3263ad344ff315ac1cba96f0b84b9afff6da787</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test: Add another test case for signed/unsigned (multiple) integers</title>
<updated>2016-06-29T03:49:53+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2016-06-29T03:49:53+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libplist.git/commit/?id=02bd8acd41d1ed7891100fa0057981e98a0dbdad'/>
<id>02bd8acd41d1ed7891100fa0057981e98a0dbdad</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>test: Add more test cases covering binary plist issues</title>
<updated>2015-02-05T13:50:50+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2015-02-05T13:50:50+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libplist.git/commit/?id=43ae9d35badc43a5f14f439a54d761988c73e167'/>
<id>43ae9d35badc43a5f14f439a54d761988c73e167</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test: Add keys with XML entities to data plist files</title>
<updated>2014-05-27T08:41:59+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2014-05-27T08:41:59+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libplist.git/commit/?id=06e7233b6ba0aa19b68b993420b90de277e10c9b'/>
<id>06e7233b6ba0aa19b68b993420b90de277e10c9b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test: Add test cases for integer nodes</title>
<updated>2014-05-23T09:24:08+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2014-05-23T09:24:08+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libplist.git/commit/?id=f7c829297aa77e095511abb9b4ffaa68bd8bb443'/>
<id>f7c829297aa77e095511abb9b4ffaa68bd8bb443</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test: Use better test data for timezone tests</title>
<updated>2014-05-22T18:26:26+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2014-05-22T18:26:26+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libplist.git/commit/?id=8ac53f53b60e0ac22b4f41f67c3f1f0526e1abb2'/>
<id>8ac53f53b60e0ac22b4f41f67c3f1f0526e1abb2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make sure to convert predefined xml entities in xml output</title>
<updated>2010-01-14T17:36:26+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2010-01-09T09:49:23+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libplist.git/commit/?id=874942ec1600773622238ae28544908d292ef339'/>
<id>874942ec1600773622238ae28544908d292ef339</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add more regression test and fix Integer and Real type handling.</title>
<updated>2009-02-15T16:15:29+00:00</updated>
<author>
<name>Jonathan Beck</name>
</author>
<published>2009-02-15T16:15:29+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libplist.git/commit/?id=bb3097cb2266b55719b955c93d09a0e2d6f8eccb'/>
<id>bb3097cb2266b55719b955c93d09a0e2d6f8eccb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add some test case.</title>
<updated>2009-02-12T22:31:40+00:00</updated>
<author>
<name>Jonathan Beck</name>
</author>
<published>2009-02-12T22:31:40+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libplist.git/commit/?id=fabfe89d8b27fc4af4949690c0fb3eefda71bdb6'/>
<id>fabfe89d8b27fc4af4949690c0fb3eefda71bdb6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
