diff --git a/Testing/Code/IO/otbSarImageMetadataInterfaceTest.cxx b/Testing/Code/IO/otbSarImageMetadataInterfaceTest.cxx
index 22531c528d8375652c9f8e4a4cbc87debbfef4b7..41b5e99ebdf81e7efd0e0eae6519102f3b39fff4 100644
--- a/Testing/Code/IO/otbSarImageMetadataInterfaceTest.cxx
+++ b/Testing/Code/IO/otbSarImageMetadataInterfaceTest.cxx
@@ -36,9 +36,7 @@ void printPointSet(otb::SarImageMetadataInterface::PointSetPointer pointSet, std
     {
     stream << "PointSet values :" << std::endl;
     otb::SarImageMetadataInterface::PointSetType::PointType point;
-    point.Fill(0);
     otb::SarImageMetadataInterface::PointSetType::PixelType pointValue;
-    pointValue.Fill(0);
     for (unsigned int i = 0; i < pointSet->GetNumberOfPoints(); ++i)
        {
        pointSet->GetPoint(i, &point);