From d0e2ae711541bd809e62e135cad19d572abc2290 Mon Sep 17 00:00:00 2001
From: Guillaume Pasero <guillaume.pasero@c-s.fr>
Date: Thu, 29 Mar 2018 15:09:31 +0200
Subject: [PATCH] PKG: fix packaging test (app name must be consistent)

---
 .../app/otbImageDimensionalityReduction.cxx                   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Modules/Applications/AppDimensionalityReduction/app/otbImageDimensionalityReduction.cxx b/Modules/Applications/AppDimensionalityReduction/app/otbImageDimensionalityReduction.cxx
index 1df2c463fc..d9dd8e8816 100644
--- a/Modules/Applications/AppDimensionalityReduction/app/otbImageDimensionalityReduction.cxx
+++ b/Modules/Applications/AppDimensionalityReduction/app/otbImageDimensionalityReduction.cxx
@@ -124,12 +124,12 @@ protected:
 private:
   void DoInit() override
   {
-    SetName("DimensionalityReduction");
+    SetName("ImageDimensionalityReduction");
     SetDescription("Performs dimensionality reduction of the input image "
       "according to a dimensionality reduction model file.");
 
     // Documentation
-    SetDocName("DimensionalityReduction");
+    SetDocName("Image Dimensionality Reduction");
     SetDocLongDescription("This application reduces the dimension of an input"
                           " image, based on a machine learning model file produced by"
                           " the TrainDimensionalityReduction application. Pixels of the "
-- 
GitLab