mirror of
https://github.com/Icinga/icinga2.git
synced 2026-03-21 18:11:32 -04:00
parent
a28dcb02fc
commit
c3fde98677
1 changed files with 0 additions and 2 deletions
|
|
@ -79,8 +79,6 @@ BOOST_AUTO_TEST_CASE(object)
|
|||
{
|
||||
PerfdataValue::Ptr pdv = make_shared<PerfdataValue>(100, true, "bytes");
|
||||
|
||||
std::cout << JsonSerialize(Serialize(pdv)) << std::endl;
|
||||
|
||||
PerfdataValue::Ptr result = Deserialize(Serialize(pdv));
|
||||
|
||||
BOOST_CHECK(result->GetValue() == pdv->GetValue());
|
||||
|
|
|
|||
Loading…
Reference in a new issue