diff options
| author | Benjamin Paassen <bpaassen@techfak.uni-bielefeld.de> | 2015-01-23 15:47:59 +0100 | 
|---|---|---|
| committer | Benjamin Paassen <bpaassen@techfak.uni-bielefeld.de> | 2015-01-23 15:47:59 +0100 | 
| commit | 18d3637ca02ab69f1ee744fa94c43c243de0f571 (patch) | |
| tree | 42c859f014ab7dbb7d31a747e0ef3839c77c60fa /test/plugins/css | |
| parent | 85d72823ef18711fe7a29f5b23cc37b318766332 (diff) | |
| parent | aa817d3bfd90aa39b6fd8a915bc78a8bb210cd3d (diff) | |
Merge branch 'master' of somweyr.de:ousia
Diffstat (limited to 'test/plugins/css')
| -rw-r--r-- | test/plugins/css/CSSParserTest.cpp | 7 | 
1 files changed, 1 insertions, 6 deletions
diff --git a/test/plugins/css/CSSParserTest.cpp b/test/plugins/css/CSSParserTest.cpp index 84522b3..420241e 100644 --- a/test/plugins/css/CSSParserTest.cpp +++ b/test/plugins/css/CSSParserTest.cpp @@ -26,8 +26,6 @@  #include <core/parser/StandaloneParserContext.hpp>  namespace ousia { -namespace parser { -namespace css {  TEST(CSSParser, testParseSelectors)  {  	// create a string describing a SelectorTree @@ -268,8 +266,7 @@ void assertException(std::string css)  	CharReader reader(css);  	TerminalLogger logger(std::cerr, true);  	{ -		ScopedLogger sl(logger, "test.css", SourceLocation{}, -		                CharReader::contextCallback, &reader); +		ScopedLogger sl(logger);  		StandaloneParserContext ctx(sl);  		CSSParser instance; @@ -296,5 +293,3 @@ TEST(CSSParser, testParseExceptions)  	assertException("A > ");  }  } -} -}  | 
