summaryrefslogtreecommitdiff
path: root/test/plugins
diff options
context:
space:
mode:
authorBenjamin Paassen <bpaassen@techfak.uni-bielefeld.de>2014-12-05 14:16:27 +0100
committerBenjamin Paassen <bpaassen@techfak.uni-bielefeld.de>2014-12-05 14:16:27 +0100
commit30765a8bbf30aafad89a632afc39966c5b4029b8 (patch)
treeb9540230f7ac8ac68d66caf7d727e7413a56f631 /test/plugins
parentfddd8a6fc3c9a7971111a345a83283a0a1662f9f (diff)
parentbf59bc2edbb1f3f4d12bfbd8ed2663fbbb1900c0 (diff)
Merge branch 'master' of somweyr.de:ousia
Diffstat (limited to 'test/plugins')
-rw-r--r--test/plugins/xml/XmlParserTest.cpp1
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);