diff --git a/Testing/Applications/Utils/CMakeLists.txt b/Testing/Applications/Utils/CMakeLists.txt
index 742e7270ed9e0474db44c81b600fa644657ace6e..097a0a4328f3f37d28a5608da1fb121b5ceabf24 100644
--- a/Testing/Applications/Utils/CMakeLists.txt
+++ b/Testing/Applications/Utils/CMakeLists.txt
@@ -394,5 +394,13 @@ OTB_TEST_APPLICATION(NAME apTvUtColorMappingLabelToColorSupportImage
                              ${BASELINE}/apTvUtColorMappingLabelToColorSupportImage.tif
                 	         ${TEMP}/apTvUtColorMappingLabelToColorSupportImage.tif) 
                 	         
-                	         
+#--- Testing Extended Filename -----
+
+OTB_TEST_APPLICATION(NAME apTvUtGeomExtendedFilename
+                     APP  Convert
+                     OPTIONS -in ${INPUTDATA}/ToulouseExtract_WithGeom.tif?&geom=${INPUTDATA}/ToulouseExtract_ModifiedGeom.geom
+                             -out ${TEMP}/apTvUtGeomExtendedFilename.tif
+                     VALID   --compare-ascii ${EPSILON_7}
+                             ${INPUTDATA}/ToulouseExtract_ModifiedGeom.geom
+                             ${TEMP}/apTvUtGeomExtendedFilename.geom)