Skip to content
Snippets Groups Projects
Commit e6d18448 authored by Julien Malik's avatar Julien Malik
Browse files

BUG: failing tests due to wrong property name : RESOURCE_LOCK, not RESSOURCE_LOCK

parent 3a342784
No related branches found
No related tags found
No related merge requests found
......@@ -131,7 +131,9 @@ OTB_TEST_APPLICATION(NAME apTvSeSegmentation${filter}${mode}_ULOVW
${TEMP}/${OUTFILE}
)
SET_TESTS_PROPERTIES(apTvSeSegmentation${filter}${mode}_ULOVW PROPERTIES DEPENDS apTvSeSegmentation${filter}${mode} RESSOURCE_LOCK ${OUTFILE})
SET_TESTS_PROPERTIES(apTvSeSegmentation${filter}${mode}_ULOVW
PROPERTIES DEPENDS apTvSeSegmentation${filter}${mode}
RESOURCE_LOCK ${OUTFILE})
# Add a test for ULU
SET(vector_parameters "-mode.vector.tilesize 500 -mode.vector.minsize 50 -mode.vector.simplify 0.1 -mode.vector.outmode ulu")
......@@ -150,7 +152,9 @@ OTB_TEST_APPLICATION(NAME apTvSeSegmentation${filter}${mode}_ULU
${TEMP}/${OUTFILE}
)
SET_TESTS_PROPERTIES(apTvSeSegmentation${filter}${mode}_ULU PROPERTIES DEPENDS apTvSeSegmentation${filter}${mode} RESSOURCE_LOCK ${OUTFILE})
SET_TESTS_PROPERTIES(apTvSeSegmentation${filter}${mode}_ULU
PROPERTIES DEPENDS apTvSeSegmentation${filter}${mode}
RESOURCE_LOCK ${OUTFILE})
# Add a test for ULCO
SET(vector_parameters "-mode.vector.tilesize 500 -mode.vector.minsize 50 -mode.vector.simplify 0.1 -mode.vector.outmode ulco")
......@@ -169,4 +173,7 @@ OTB_TEST_APPLICATION(NAME apTvSeSegmentation${filter}${mode}_ULCO
${TEMP}/${OUTFILE}
)
SET_TESTS_PROPERTIES(apTvSeSegmentation${filter}${mode}_ULCO PROPERTIES DEPENDS apTvSeSegmentation${filter}${mode} WILL_FAIL TRUE RESSOURCE_LOCK ${OUTFILE})
SET_TESTS_PROPERTIES(apTvSeSegmentation${filter}${mode}_ULCO
PROPERTIES DEPENDS apTvSeSegmentation${filter}${mode}
WILL_FAIL TRUE
RESOURCE_LOCK ${OUTFILE})
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment