diff options
author | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-01-01 15:13:02 +0100 |
---|---|---|
committer | Andreas Stöckel <andreas@somweyr.de> | 2015-01-01 15:13:02 +0100 |
commit | 0b4711c86e97fa81265d0e0ef29027d5795ee8d9 (patch) | |
tree | 9cc05e2fb4119656c3715feae4b0cbe10f86e44a /test/plugins/css/CSSParserTest.cpp | |
parent | df0f3f2d143395b21162058c0b3ac274c7fc4df3 (diff) |
Adapted unit tests
Diffstat (limited to 'test/plugins/css/CSSParserTest.cpp')
-rw-r--r-- | test/plugins/css/CSSParserTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/plugins/css/CSSParserTest.cpp b/test/plugins/css/CSSParserTest.cpp index e043f60..99e6424 100644 --- a/test/plugins/css/CSSParserTest.cpp +++ b/test/plugins/css/CSSParserTest.cpp @@ -276,7 +276,7 @@ void assertException(std::string css) try { instance.parse(input, ctx).cast<SelectorNode>(); } - catch (ParserException ex) { + catch (LoggableException ex) { logger.log(ex); seenException = true; } |