summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2016-04-25Change way indent and dedent special tokens are produced by TokenizedDataAndreas Stöckel
2016-04-25Print help message if integration test framework is built in Release modeAndreas Stöckel
2016-04-25Cosmetic change: Do not print a newline for the first headlineAndreas Stöckel
2016-04-25Further improvements to integration test tool needed for debuggingAndreas Stöckel
2016-04-25Do not trim text, simply skip text fields that only consist of whitespace cha...Andreas Stöckel
2016-04-25Changes to outputAndreas Stöckel
2016-04-25Write actual output to out.osxml file in the Testing/Integration directory (t...Andreas Stöckel
2016-04-25Implement integration test frameworkAndreas Stöckel
2016-04-25Remove "inherit" flag in TokenStack, add tiny unit test for TokenStack, tempo...Andreas Stöckel
2016-04-25Check syntax descriptor depthAndreas 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-04Merge branch 'master' of somweyr.de:ousiaBenjamin Paassen
2015-03-04massively reworked demo html output.Benjamin Paassen
2015-03-04Renamed "start" and "end" token to "open" and "close" tokenAndreas 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-03prevented cycles in DocumentEntity::searchStartAnchorBenjamin Paassen
2015-03-03added a method to find the matching start anchor for some end anchor.Andreas Stöckel
2015-03-03Do not allow structs to be transparent and root at the same timeAndreas Stöckel
2015-03-03Removed last remains of "domain" in codeAndreas Stöckel
2015-03-03Storing type and name in the HandlerData once again, using a TokenAndreas Stöckel
2015-03-03Finished stack and adapted all unit testsAndreas Stöckel
2015-03-03Started restructuring and adapting Stack class, reenabled unit tests (does no...Andreas Stöckel
2015-03-02Merge branch 'astoecke_tokens' of somweyr.de:ousia into astoecke_tokensBenjamin Paassen
2015-03-02added another domain test case for invalid syntax tokens.Benjamin Paassen
2015-03-02integrated syntax tokens in Domain.Benjamin Paassen
2015-03-02added check for witespace characters in Utils::isUserDefinedTokenBenjamin Paassen
2015-03-02OsxmlEventParser also fills a TokenizedData instance nowAndreas Stöckel
2015-03-02Unregistering all registered tokens when TokenRegistry is destroyedAndreas Stöckel
2015-03-02Wrote isUserDefinedToken function which checks whether a token is a valid use...Andreas 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-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