From c65f64290f550db0762a14bf131395df62ab7a43 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 12 May 2016 02:37:26 +0300 Subject: Fix compilation error in xml unit tests. --- src/utils/xmlutils_unittest.cc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/utils/xmlutils_unittest.cc') diff --git a/src/utils/xmlutils_unittest.cc b/src/utils/xmlutils_unittest.cc index 9ea9921aa..1a0f303ff 100644 --- a/src/utils/xmlutils_unittest.cc +++ b/src/utils/xmlutils_unittest.cc @@ -49,7 +49,8 @@ TEST_CASE("xmlutils readXmlIntVector 1") "widget", "option", "value", - arr); + arr, + SkipError_false); REQUIRE(5 == arr.size()); REQUIRE(1 == arr[0]); @@ -78,7 +79,8 @@ TEST_CASE("xmlutils readXmlStringMap 1") "sprite", "name", "variant", - arr); + arr, + SkipError_false); REQUIRE(arr.size() == 27); REQUIRE(arr["Kitty"] == "0"); -- cgit v1.2.3-70-g09d2