<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ousia.git/testdata/integration, branch master</title>
<subtitle>Ousía Main Repository</subtitle>
<id>https://git.ousia-framework.org/ousia.git/atom?h=master</id>
<link rel='self' href='https://git.ousia-framework.org/ousia.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.ousia-framework.org/ousia.git/'/>
<updated>2016-04-25T20:26:13+00:00</updated>
<entry>
<title>Do not handle tokens if the current handler is not valid.</title>
<updated>2016-04-25T20:26:13+00:00</updated>
<author>
<name>Andreas Stöckel</name>
<email>astoecke@techfak.uni-bielefeld.de</email>
</author>
<published>2015-04-16T23:20:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ousia-framework.org/ousia.git/commit/?id=93e69ca433401c0224edc1d23462c3ff2051a82b'/>
<id>urn:sha1:93e69ca433401c0224edc1d23462c3ff2051a82b</id>
<content type='text'>
Fixes crash bug in added integration test.
</content>
</entry>
<entry>
<title>Prepend the descriptor path to the ids to make it simpler to distinguish the ids from mere names</title>
<updated>2016-04-25T20:26:13+00:00</updated>
<author>
<name>Andreas Stöckel</name>
<email>astoecke@techfak.uni-bielefeld.de</email>
</author>
<published>2015-04-16T00:03:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ousia-framework.org/ousia.git/commit/?id=29fa2cbd1351d2bf3fdb7720da8762baf4b2cfa8'/>
<id>urn:sha1:29fa2cbd1351d2bf3fdb7720da8762baf4b2cfa8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update integration test according to id generation scheme (resolution not working correctly yet).</title>
<updated>2016-04-25T20:26:12+00:00</updated>
<author>
<name>Andreas Stöckel</name>
<email>astoecke@techfak.uni-bielefeld.de</email>
</author>
<published>2015-04-15T23:41:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ousia-framework.org/ousia.git/commit/?id=5be7bf9153341fdf52c13aeb2d88d5e082a7af3b'/>
<id>urn:sha1:5be7bf9153341fdf52c13aeb2d88d5e082a7af3b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add integration tests for reference functionality and id generation</title>
<updated>2016-04-25T20:26:12+00:00</updated>
<author>
<name>Andreas Stöckel</name>
<email>astoecke@techfak.uni-bielefeld.de</email>
</author>
<published>2015-04-15T23:12:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ousia-framework.org/ousia.git/commit/?id=9cb054e69d19ddb225f0d49b0423c7182b40e1c5'/>
<id>urn:sha1:9cb054e69d19ddb225f0d49b0423c7182b40e1c5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add true negative integration test for reference resolution, delete old resolution test result</title>
<updated>2016-04-25T20:26:11+00:00</updated>
<author>
<name>Andreas Stöckel</name>
<email>astoecke@techfak.uni-bielefeld.de</email>
</author>
<published>2015-04-15T18:43:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ousia-framework.org/ousia.git/commit/?id=05e46e97806491843bdfacbc566a54f09f1c815a'/>
<id>urn:sha1:05e46e97806491843bdfacbc566a54f09f1c815a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>removed single quote escaping from integration test output files.</title>
<updated>2016-04-25T20:24:19+00:00</updated>
<author>
<name>Benjamin Paassen</name>
<email>bpaassen@techfak.uni-bielefeld.de</email>
</author>
<published>2015-04-15T13:23:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ousia-framework.org/ousia.git/commit/?id=1d0c7f590c8bd42d1daf81ec304b1cf013aa58f9'/>
<id>urn:sha1:1d0c7f590c8bd42d1daf81ec304b1cf013aa58f9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added integration tests for constant resolution</title>
<updated>2016-04-25T20:24:18+00:00</updated>
<author>
<name>Andreas Stöckel</name>
<email>astoecke@techfak.uni-bielefeld.de</email>
</author>
<published>2015-04-14T22:35:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ousia-framework.org/ousia.git/commit/?id=c3b759273c95f9d38ecde2d36ecb0350f9cc4bff'/>
<id>urn:sha1:c3b759273c95f9d38ecde2d36ecb0350f9cc4bff</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow non-Greedy short form to eat normal commands.</title>
<updated>2016-04-25T20:24:18+00:00</updated>
<author>
<name>Andreas Stöckel</name>
<email>astoecke@techfak.uni-bielefeld.de</email>
</author>
<published>2015-04-13T23:33:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ousia-framework.org/ousia.git/commit/?id=f8bca0e161705fc99fffd248ed4be897e940b2df'/>
<id>urn:sha1:f8bca0e161705fc99fffd248ed4be897e940b2df</id>
<content type='text'>
E.g. with regrads to the math ontology, this change allows syntax like

\(a^\frac{1}{2}\)

which is also valid in TeX (added corresponding tests).
</content>
</entry>
<entry>
<title>Add simple test for reference types</title>
<updated>2016-04-25T20:24:18+00:00</updated>
<author>
<name>Andreas Stöckel</name>
<email>astoecke@techfak.uni-bielefeld.de</email>
</author>
<published>2015-04-13T22:23:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ousia-framework.org/ousia.git/commit/?id=866965ac772d7894eab39eba63074e08a86db976'/>
<id>urn:sha1:866965ac772d7894eab39eba63074e08a86db976</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move test ontologies to seperate folder</title>
<updated>2016-04-25T20:24:16+00:00</updated>
<author>
<name>Andreas Stöckel</name>
<email>astoecke@techfak.uni-bielefeld.de</email>
</author>
<published>2015-04-12T17:10:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ousia-framework.org/ousia.git/commit/?id=38054ce4d3d6a4bc3a372ebdef0d556449f3ae1f'/>
<id>urn:sha1:38054ce4d3d6a4bc3a372ebdef0d556449f3ae1f</id>
<content type='text'>
</content>
</entry>
</feed>
