diff --git a/Documentation/Cookbook/rst/C++/WriteAnApplication.rst b/Documentation/Cookbook/rst/C++/WriteAnApplication.rst
index d9cca542b519cde0318c36b306991e408d4434be..412a789d70bf9190b51272653ff0458ae1b4e7c4 100644
--- a/Documentation/Cookbook/rst/C++/WriteAnApplication.rst
+++ b/Documentation/Cookbook/rst/C++/WriteAnApplication.rst
@@ -196,8 +196,8 @@ you can use a numeric parameter and change its role by calling
 ``SetParameterRole(key,Role_Output)``.
 
 The input types ``InputImage``, ``InputImageList``,
- ``InputVectorData`` and ``InputVectorDataList``
-store the name of the files to load, but they also encapsulate the
+``InputVectorData`` and ``InputVectorDataList`` store
+the name of the files to load, but they also encapsulate the
 readers needed to produce the input data.
 
 The output types ``OutputImage`` and
diff --git a/Modules/Applications/AppTest/test/CMakeLists.txt b/Modules/Applications/AppTest/test/CMakeLists.txt
index b86af3124903da5efb63c3bf6bcf1e333cef4f83..0da6397d890e5f61313ef074d6b19cff5ca00caa 100644
--- a/Modules/Applications/AppTest/test/CMakeLists.txt
+++ b/Modules/Applications/AppTest/test/CMakeLists.txt
@@ -47,8 +47,6 @@ otb_test_application(NAME apTvTestApplicationOutputXML_All
           -outgroup.outputimage ${TEMP}/foo.tif double
           -il ${INPUTDATA}/anaglyphInput1.tif ${INPUTDATA}/anaglyphInput2.tif
           -cl Choice2
-          -cin ${INPUTDATA}/RADARSAT2_ALTONA_300_300_VV.tif
-          -cout ${TEMP}/fooCplx.tif
           -outxml ${TEMP}/apTvTestApplicationOutputXML_All.xml
   VALID --compare-ascii ${NOTOL}
     ${OTBAPP_BASELINE_FILES}/apTvTestApplicationOutputXML_All.xml