summaryrefslogtreecommitdiff
path: root/test/formats/osxml/OsxmlParserTest.cpp
AgeCommit message (Collapse)Author
2016-04-25fixed a bug in the DocumentHandler which lead to problems in case of empty ↵Benjamin Paassen
explicit fields.
2016-04-25added test for empty explicit fields, which currently fails.Benjamin Paassen
2016-04-25refactored the more sophisticated OSXML parser tests to the integration test ↵Benjamin Paassen
folder.
2015-03-03Added unit tests for annotation handlingAndreas Stöckel
2015-03-01Renamed domain to ontology.Benjamin Paassen
2015-02-18added complex document parsing testBenjamin Paassen
2015-02-15Using osxml-extension in osxml parserAndreas Stöckel
2015-02-15Merge branch 'astoecke_parser_stack_new'Andreas Stöckel
Conflicts: application/src/core/parser/stack/DocumentHandler.cpp application/src/core/parser/stack/DocumentHandler.hpp
2015-02-15Implemented OsxmlParserAndreas Stöckel
2015-02-15Merge branch 'master' into astoecke_parser_stack_newAndreas Stöckel
Conflicts: application/CMakeLists.txt application/src/core/parser/stack/DocumentHandler.hpp application/src/core/parser/stack/DomainHandler.hpp application/src/core/parser/stack/ImportIncludeHandler.hpp
2015-02-15Applied renaming to unit tests and added forgotten CMakeLists.txtAndreas Stöckel