From 378ff2235fdf32983ebf2186a9127e51cbe8a0ab Mon Sep 17 00:00:00 2001 From: Andreas Stöckel Date: Fri, 16 Jan 2015 17:02:04 +0100 Subject: Allowing deferred resolution of Nodes --- test/plugins/css/CSSParserTest.cpp | 2 +- test/plugins/xml/XmlParserTest.cpp | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) (limited to 'test/plugins') diff --git a/test/plugins/css/CSSParserTest.cpp b/test/plugins/css/CSSParserTest.cpp index ca21e79..54c359b 100644 --- a/test/plugins/css/CSSParserTest.cpp +++ b/test/plugins/css/CSSParserTest.cpp @@ -269,7 +269,7 @@ void assertException(std::string css) { ScopedLogger sl(logger, "test.css", SourceLocation{}, CharReader::contextCallback, &reader); - Scope scope(nullptr); + Scope scope; Registry registry(logger); Manager manager; ParserContext ctx{scope, registry, logger, manager}; diff --git a/test/plugins/xml/XmlParserTest.cpp b/test/plugins/xml/XmlParserTest.cpp index fd13cb9..ce53eb3 100644 --- a/test/plugins/xml/XmlParserTest.cpp +++ b/test/plugins/xml/XmlParserTest.cpp @@ -53,7 +53,13 @@ const char *TEST_DATA = " \n" " \n" " \n" - " \n" + " \n" + " \n" + " \n" + " \n" + " \n" + " \n" + " \n" " \n" " \n" " \n" -- cgit v1.2.3