Fix compilation on openSUSE 12.3.

Fixes #5038
This commit is contained in:
Gunnar Beutner 2013-11-09 08:26:53 +01:00
parent a28dcb02fc
commit c3fde98677
1 changed files with 0 additions and 2 deletions

View File

@ -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());