summaryrefslogtreecommitdiff
path: root/test/formats
AgeCommit message (Expand)Author
2016-04-25fixed a bug in the DocumentHandler which lead to problems in case of empty ex...Benjamin Paassen
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
2016-04-25Identifiers may not end with an underscoreAndreas Stöckel
2016-04-25Fix crash when an undefined annotation is met in the inputAndreas Stöckel
2015-03-04Added test for parsing syntax descriptionsAndreas Stöckel
2015-03-03added more complex tests and prevented endless loops in DocumentChildHandler:...Andreas Stöckel
2015-03-03Added unit tests for annotation handlingAndreas Stöckel
2015-03-03Storing type and name in the HandlerData once again, using a TokenAndreas Stöckel
2015-03-02OsxmlEventParser also fills a TokenizedData instance nowAndreas Stöckel
2015-03-02Adapted OsxmlParser to new Stack interface, enabled Osxml code in CMakeLists ...Andreas Stöckel
2015-03-01Renamed domain to ontology.Benjamin Paassen
2015-03-01Added user defined tokens testAndreas Stöckel
2015-03-01Implemented registration of user-defined tokens, fixed comment handling (do n...Andreas Stöckel
2015-02-28Adapted all unit tests, renamed COMMAND_END event to RANGE_END event to match...Andreas Stöckel
2015-02-27Made OsmlStreamParser ready for user defined tokens, started to adapt unit te...Andreas Stöckel
2015-02-25start of branch, commit log will be rewrittenAndreas Stöckel
2015-02-18added complex document parsing testBenjamin Paassen
2015-02-18Fix for issue #85 -- only allowing explicit fields if no structure elements o...Andreas Stöckel
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-17Added very primitive unit tests for includeAndreas Stöckel
2015-02-17Added test for bug #79Andreas Stöckel
2015-02-17Made test names consistentAndreas Stöckel
2015-02-17Fixed issue #78 and added unit testAndreas Stöckel
2015-02-15Added OsmlParserTestAndreas Stöckel
2015-02-15Using osxml-extension in osxml parserAndreas Stöckel
2015-02-15Merge branch 'astoecke_parser_stack_new'Andreas Stöckel
2015-02-15Implemented OsxmlParserAndreas Stöckel
2015-02-15Made OsxmlEvents interface consistent with Stack commandsAndreas Stöckel
2015-02-15Merge branch 'master' into astoecke_parser_stack_newAndreas Stöckel
2015-02-15Implemented annotation start and end fieldAndreas Stöckel
2015-02-15Fixed forgotten unit testAndreas Stöckel
2015-02-15Added code for the handling of explicit default fields and improved unit testsAndreas Stöckel
2015-02-15Tidied OsxmlEventParser up, implemented correct whitespace handling, started ...Andreas Stöckel
2015-02-15Applied renaming to unit tests and added forgotten CMakeLists.txtAndreas Stöckel
2015-02-14Renamed osdm to osml and osdmx to osxmlAndreas Stöckel
2015-02-14Moved DynamicTokenizer and TokenTrie to parser/utilsAndreas Stöckel
2015-02-14Added testcase for Osdmx ParserAndreas Stöckel
2015-02-14Moved specific file format parsers to formats/ folder, moved old tokenizer to...Andreas Stöckel
2015-02-10Renamed some files and changed folder structureAndreas Stöckel