mirror of https://github.com/Icinga/icinga2.git
Fix prefix in unit tests for object packer
This commit is contained in:
parent
d21a218527
commit
4c55a5c6cf
|
@ -135,7 +135,7 @@ static inline bool AssertPackObjectResult(Value in, std::initializer_list<int> o
|
|||
return equal;
|
||||
}
|
||||
|
||||
BOOST_AUTO_TEST_SUITE(object_packer)
|
||||
BOOST_AUTO_TEST_SUITE(base_object_packer)
|
||||
|
||||
BOOST_AUTO_TEST_CASE(pack_null)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue