summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2015-03-01Implemented TokenRegistry class and corresponding simple test caseAndreas Stöckel
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-03-01Prefer longer non-primary tokensAndreas Stöckel
2015-03-01allowing to store gaps in SourceOffsetVector and fixed bug with trim not rese...Andreas Stöckel
2015-02-28Adapted all unit tests, renamed COMMAND_END event to RANGE_END event to match...Andreas Stöckel
2015-02-28Test case for data being empty if a token is foundAndreas Stöckel
2015-02-27Made OsmlStreamParser ready for user defined tokens, started to adapt unit te...Andreas Stöckel
2015-02-26Reactivated TokenizerTestAndreas Stöckel
2015-02-26Moved "assert" functions to own headerAndreas Stöckel
2015-02-25start of branch, commit log will be rewrittenAndreas Stöckel
2015-02-22Adapted old Tokenizer infrastructure to new Tokens.hppAndreas Stöckel
2015-02-22Implemented TokenizedData, a facility to store data with tokens where tokens ...Andreas Stöckel
2015-02-22Added test for collapse and trim methods in UtilsAndreas Stöckel
2015-02-22Implemented SourceOffsetVector -- a class for storing the SourceOffset for ea...Andreas Stöckel
2015-02-22corrected XML serialization for primitive text content regarding whitespace a...Benjamin Paassen
2015-02-18added complex document parsing testBenjamin Paassen
2015-02-18changed cardinality toString conversion to be reparseable as cardinality.Benjamin Paassen
2015-02-18fixed a bug with empty fields.Benjamin Paassen
2015-02-18added support for primitive subtree fields in XMLOutput.Benjamin Paassen
2015-02-18Merge branch 'master' of somweyr.de:ousiaBenjamin Paassen
2015-02-18detected and counteracted cycles in gatherFieldDescriptors and gatherSubclass...Benjamin Paassen
2015-02-18Fix for issue #85 -- only allowing explicit fields if no structure elements o...Andreas Stöckel
2015-02-18Implemented automatic validation of RootNode instances in ParserScopeAndreas 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-17Merge branch 'master' of somweyr.de:ousiaAndreas Stöckel
2015-02-17Made test names consistentAndreas Stöckel
2015-02-17Fixed issue #78 and added unit testAndreas Stöckel
2015-02-17Merge branch 'master' of somweyr.de:ousiaBenjamin Paassen
2015-02-17fixed wrong handling of empty attributes in TestAdvanced.Benjamin Paassen
2015-02-17sorted test list alphabetical and added XML output test.Benjamin Paassen
2015-02-17Improved handling of and error messages in tha case of too many fields for a ...Andreas Stöckel
2015-02-17Improved behaviour of FileLocator:Andreas Stöckel
2015-02-16Renamed oxm files to generic osxmlAndreas Stöckel
2015-02-16Merge branch 'master' of somweyr.de:ousiaBenjamin Paassen
2015-02-16added return value in addFieldDescriptor related methods to indicate whether ...Benjamin Paassen
2015-02-16Implemented support for numeric arguments in ArgumentAndreas Stöckel
2015-02-16Fixed bug #61 and added unit testAndreas Stöckel
2015-02-16Fixed problem with fieldEnd closing implicit fields 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-15added cardinality type.Benjamin Paassen
2015-02-15removed author attribute from book domain (got refactored to meta domain)Benjamin Paassen
2015-02-15Slightly adapted Handler instances to new Handler, once again passing non-con...Andreas Stöckel