From b1096cdbe9cd01607c8768acbb54d765e6799d86 Mon Sep 17 00:00:00 2001 From: Julien Michel <julien.michel@orfeo-toolbox.org> Date: Mon, 2 Feb 2015 17:28:42 +0100 Subject: [PATCH] COV: Fixing coverity issue 1221710 (Nesting level does not match indentation) --- Code/Testing/otbTestHelper.cxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Code/Testing/otbTestHelper.cxx b/Code/Testing/otbTestHelper.cxx index 06a7755c9c..037cba5b02 100644 --- a/Code/Testing/otbTestHelper.cxx +++ b/Code/Testing/otbTestHelper.cxx @@ -1133,9 +1133,11 @@ int TestHelper::RegressionTestOgrFile(const char *testOgrFilename, const char *b if (strRefName != strTestName) { if (!m_ReportErrors) + { otbPrintDiff("WARNING: INFO: Internal data source name poDS->GetName() were different", strRefName, strTestName); + } } /* -------------------------------------------------------------------- */ -- GitLab