Commit db06f342 authored by Pavel Vainerman's avatar Pavel Vainerman

Coverity scan:

(test_unixml): [ fixed ] CID 22871 (#1 of 1): Unchecked return value (CHECKED_RETURN)
parent 17961ed1
......@@ -68,7 +68,7 @@ TEST_CASE("UniXML::iterator", "[unixml][iterator][basic]" )
it = uxml.begin();
CHECK( it.getName() == "UNISETPLC" );
it.goChildren();
REQUIRE(it.goChildren() == true );
CHECK( it.getName() == "UserData" );
it += 4;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment