summaryrefslogtreecommitdiff
path: root/test/core/resource/ResourceRequestTest.cpp
AgeCommit message (Collapse)Author
2015-03-01Renamed domain to ontology.Benjamin Paassen
2015-01-27Parsers do no longer return the node they have parsed (as this may be ↵Andreas Stöckel
ill-defined -- if a parser only parses a partial document via include, there may be many to no nodes that are returned). Parsers should just use the ParserScope.push funciton. All nodes pushed onto the top-level of the ParserScope are added treated as the nodes the parser has parsed. Adapted all code and all tests accordingly.
2015-01-25Replaced stupid static ResourceUtils class with shiny new ResourceRequest ↵Andreas Stöckel
class and corresponding (unfinished) test