summaryrefslogtreecommitdiff
path: root/testdata
AgeCommit message (Collapse)Author
2016-04-25Add another test for the test math environment, remove old testsAndreas Stöckel
2016-04-25Cosmetic change: Rename lowerLimits and upperLimits to lowerLimit and upperLimitAndreas Stöckel
2016-04-25Remove ignored import from integration test outputAndreas Stöckel
2016-04-25Test underscore tokenAndreas Stöckel
* Move test math environment to integration folder * Add math_limits integration test
2016-04-25Update poem integration test to incorporate indent/dedent for indentation of ↵Andreas Stöckel
poems. Move \end{poem} to previous line to make sure closing special tokens are treated correctly.
2016-04-25Rename simple_short_token test to token_escape, luckily there was no real ↵Andreas Stöckel
bug involved here
2016-04-25Add first integration testsAndreas Stöckel
* "poem" contains a nice use case for user defined syntax that still needs to be implemented (indent and dedent as open/close tag) * "simple_short_token" triggers a non-deterministic bug that is not caught by valgrind * "wikilike" contains various user defined syntax tests as well as the not yet implemented per-field user defined syntax
2016-04-25Remove no longer needed test (will be moved to testdata/integration in a ↵Andreas Stöckel
different form)
2016-04-25Add some test files for user defined syntaxAndreas Stöckel
2016-04-25Fix crash when an undefined annotation is met in the inputAndreas Stöckel
2015-03-04Prepared implementation of user defined tokensAndreas Stöckel
2015-03-04Added test for parsing syntax descriptionsAndreas Stöckel
2015-03-04made testdata folder self-contained. No reference to default ontologies or ↵Benjamin Paassen
typesystems exist anymore.
2015-03-03added more complex tests and prevented endless loops in ↵Andreas Stöckel
DocumentChildHandler::startAnnotation
2015-03-03Added unit tests for annotation handlingAndreas Stöckel
2015-03-03Renamed isSubtree to subtree and isRoot to rootAndreas Stöckel
2015-03-01Renamed domain to ontology.Benjamin Paassen
2015-02-18restructured domains and deleted as many duplicates from testdata as possible.Benjamin Paassen
2015-02-18Fix for issue #85 -- only allowing explicit fields if no structure elements ↵Andreas Stöckel
or data have been given beforehand. Added unit tests.
2015-02-18Added test for bug with structs that do not posses a fieldAndreas Stöckel
2015-02-18Fixed bug #80 and added unit testAndreas Stöckel
2015-02-17Removed no longer needed "simple_book" test fileAndreas Stöckel
2015-02-17Added very primitive unit tests for includeAndreas Stöckel
2015-02-17Added test for bug #79Andreas Stöckel
2015-02-17Fixed issue #78 and added unit testAndreas Stöckel
2015-02-17Improved behaviour of FileLocator:Andreas Stöckel
* really complete path, do not return completely new path * return file directly if it already exists * only complete the extension, nothing else * also ignore .backup files created by KDE programs
2015-02-16smaller fixes in testdataBenjamin Paassen
2015-02-16Modified simple_book.osml to use numeric argumentsAndreas Stöckel
2015-02-16Added "simple_book.osml" osml example fileAndreas Stöckel
2015-02-15Added OsmlParserTestAndreas Stöckel
2015-02-15Moved testdata pathAndreas Stöckel
2015-02-15Renamed files from oxm and oxd to osxmlAndreas Stöckel
2015-02-15swapped order of field declarations in comments domain.Benjamin Paassen
2015-02-15added much more test data: meta domain, lists domain, bibliography domain, ↵Benjamin Paassen
version typesystem, email typesystem, affiliation typesystem and complex book document which uses the aforementioned domains and typesystems.
2015-02-15removed author attribute from book domain (got refactored to meta domain)Benjamin Paassen
2015-02-13added a toy domain.Benjamin Paassen
2015-02-12improved XML parser to support transparency on default fields.Benjamin Paassen
2015-02-11made isSubtree (fieldType) and primitivity orthogonal concepts: PRIMITIVE is ↵Benjamin Paassen
no FieldType anymore.
2015-02-10consistent nomenclature for reference concepts.Benjamin Paassen
2015-02-08first attempt on incorporating transparency: It does work now, even though ↵Benjamin Paassen
only if we have a stable "anchor" at the bottom, meaning an explicit structuredclass. We can build the bridge in between. A mechanism to incorporate transparency when only fields are referenced is still missing, though.
2015-02-06enabled xml parser to parse documents (at least in a first version).Benjamin Paassen
2015-02-06changed name of text field from content to default.Benjamin Paassen
2015-02-06corrected attributes descriptor handling.Benjamin Paassen
2015-02-06started to implement document parsing.Benjamin Paassen
2015-02-04got annotation parsing to work with the comments domain. detected a bug, ↵Benjamin Paassen
though (or better said: A conceptual problem)
2015-02-04got headings domain to work.Benjamin Paassen
2015-02-04added mechanism for parent parsing, which does not fully work as of now.Benjamin Paassen
2015-02-04Merge branch 'master' of somweyr.de:ousiaBenjamin Paassen
Conflicts: application/src/plugins/xml/XmlParser.cpp
2015-02-04Improved enum related error messagesAndreas Stöckel
2015-02-04Implemented parsing of enum typesAndreas Stöckel