mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
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…
x
Reference in New Issue
Block a user