From 67c3618e593f88eb8177404475586735902d693f Mon Sep 17 00:00:00 2001 From: Andreas Stöckel Date: Sun, 25 Jan 2015 18:57:19 +0100 Subject: Restructures parser classes a little, removed Registry from ParserContext, gave a ResourceManager instance to the Project, using ResourceRequest when including or linking files, thought through how "including" and "linking" are handled --- test/plugins/css/CSSParserTest.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'test/plugins/css') diff --git a/test/plugins/css/CSSParserTest.cpp b/test/plugins/css/CSSParserTest.cpp index 5132e51..46b4ebb 100644 --- a/test/plugins/css/CSSParserTest.cpp +++ b/test/plugins/css/CSSParserTest.cpp @@ -266,9 +266,7 @@ void assertException(std::string css) CharReader reader(css); TerminalLogger logger(std::cerr, true); { - GuardedLogger sl(logger); - StandaloneParserContext ctx(sl); - + StandaloneParserContext ctx(logger); CSSParser instance; try { instance.parse(reader, ctx.context).cast(); -- cgit v1.2.3