diff options
author | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2014-12-05 14:14:32 +0100 |
---|---|---|
committer | Andreas Stöckel <andreas@somweyr.de> | 2014-12-05 14:14:32 +0100 |
commit | bf59bc2edbb1f3f4d12bfbd8ed2663fbbb1900c0 (patch) | |
tree | 30d1fcfaf43045904883f1f068be6347487eedb4 /test/plugins/xml/XmlParserTest.cpp | |
parent | ddbea4164e126739f39658627c04e7e23b71e090 (diff) |
removed fatal flag from LoggableException, added constructor capable of using a PosType
Diffstat (limited to 'test/plugins/xml/XmlParserTest.cpp')
-rw-r--r-- | test/plugins/xml/XmlParserTest.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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); |