diff --git a/Applications/Test/otbTestApplication.cxx b/Applications/Test/otbTestApplication.cxx
index 0aa180e063f3c4ae6d68474b0df839e83b9bd50f..49bb99d8460de8a82a956ace1d836ab2cc06ee3e 100644
--- a/Applications/Test/otbTestApplication.cxx
+++ b/Applications/Test/otbTestApplication.cxx
@@ -86,7 +86,7 @@ private:
     AddParameter(ParameterType_OutputImage, "outgroup.outputimage", "Output Image");
     //AddParameter(ParameterType_OutputVectorData, "outgroup.outputvectordata", "Output Vector Data");
 
-    AddParameter(ParameterType_Radius, "radius", "Radius");
+    //AddParameter(ParameterType_Radius, "radius", "Radius");
 
     AddParameter(ParameterType_InputImageList,  "il",   "Input image list");
     MandatoryOff("il");
@@ -95,7 +95,7 @@ private:
     AddChoice("cl.choice1", "cl.choice1");
     AddChoice("cl.choice2", "cl.choice2");
     MandatoryOff("cl");
-
+    
     AddParameter(ParameterType_ComplexInputImage,  "cin", "Input Complex Image");
     AddParameter(ParameterType_ComplexOutputImage,  "cout", "Output Complex Image");
   }