From 0b4711c86e97fa81265d0e0ef29027d5795ee8d9 Mon Sep 17 00:00:00 2001 From: Andreas Stöckel Date: Thu, 1 Jan 2015 15:13:02 +0100 Subject: Adapted unit tests --- test/plugins/css/CSSParserTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/plugins/css/CSSParserTest.cpp') 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(); } - catch (ParserException ex) { + catch (LoggableException ex) { logger.log(ex); seenException = true; } -- cgit v1.2.3