BOOST_CHECK_MESSAGE(err==scriptError,std::string(FormatScriptError(err))+" where "+std::string(FormatScriptError((ScriptError_t)scriptError))+" expected: "+message);
BOOST_CHECK_MESSAGE(err==scriptError, FormatScriptError(err)+" where "+ FormatScriptError((ScriptError_t)scriptError)+" expected: "+message);
// Verify that removing flags from a passing test or adding flags to a failing test does not change the result.