mirror of https://github.com/Icinga/icinga2.git
parent
25d639d702
commit
54389cf324
|
@ -201,7 +201,7 @@ BOOST_AUTO_TEST_CASE(simple)
|
|||
delete expr;
|
||||
|
||||
expr = ConfigCompiler::CompileText("<test>", "\"\\'test\"");
|
||||
BOOST_CHECK_THROW(expr->Evaluate(frame) == "\"test", ScriptError);
|
||||
BOOST_CHECK_THROW(expr->Evaluate(frame), ScriptError);
|
||||
delete expr;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue