Random Code: cath fill exceptions

This commit is contained in:
Dimitry 2015-05-29 17:06:11 +03:00
parent 8e25eb5842
commit 5452c8f7e3

View File

@ -588,7 +588,7 @@ void userDefinedTest(std::function<void(json_spirit::mValue&, bool)> doTests)
oSingleTest[pos->first] = pos->second;
json_spirit::mValue v_singleTest(oSingleTest);
doTests(v_singleTest, false);
doTests(v_singleTest, test::Options::get().fillTests);
}
catch (Exception const& _e)
{