From bf59bc2edbb1f3f4d12bfbd8ed2663fbbb1900c0 Mon Sep 17 00:00:00 2001 From: Andreas Stöckel Date: Fri, 5 Dec 2014 14:14:32 +0100 Subject: removed fatal flag from LoggableException, added constructor capable of using a PosType --- test/plugins/xml/XmlParserTest.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'test/plugins/xml/XmlParserTest.cpp') diff --git a/test/plugins/xml/XmlParserTest.cpp b/test/plugins/xml/XmlParserTest.cpp index ecc9438..7dc8c24 100644 --- a/test/plugins/xml/XmlParserTest.cpp +++ b/test/plugins/xml/XmlParserTest.cpp @@ -37,7 +37,6 @@ TEST(XmlParser, mismatchedTagException) } catch (ParserException ex) { ASSERT_EQ(2, ex.line); - ASSERT_FALSE(ex.fatal); hadException = true; } ASSERT_TRUE(hadException); -- cgit v1.2.3