Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CamiTK
CamiTK Community Edition
Commits
f580625b
Commit
f580625b
authored
Dec 05, 2017
by
Emmanuel Promayon
Browse files
FIXED more explicit TODO explanation
parent
5efc0ea3
Changes
3
Hide whitespace changes
Inline
Side-by-side
imaging/actions/itkfilters/CMakeLists.txt
View file @
f580625b
...
...
@@ -19,11 +19,6 @@ camitk_extension(ACTION_EXTENSION
TEST_FILES bassin.msh BigEndian.hdr BigEndian.img BigEndianCompressed1.hdr BigEndianCompressed1.img biorad.pic brain.mha cthead1.lsm LittleEndian1.hdr LittleEndian1.img LittleEndianCompressed1.hdr LittleEndianCompressed1.img LittleEndianZ1.hdr mini-complex-slow1.nrrd mini-ten-nomask-slow1.nrrd mini-vector-slow1.nrrd ramp1.gipl
)
# TODO fix this (good example of exception handling coming from itk!)
if
(
NOT PACKAGING_NSIS AND BUILD_TESTING
)
# set_tests_properties("action-itkfilters-level1-27" PROPERTIES WILL_FAIL true)
endif
()
# Test failure due to ITK exception
# For now consider these fail tests as passed until this can be taken care of in the save() method
# TODO check if it possible to avoid this exception
...
...
sdk/actions/image/reorientimage/CMakeLists.txt
View file @
f580625b
...
...
@@ -7,9 +7,6 @@ camitk_extension(ACTION_EXTENSION
TEST_FILES skull1.stl brain.mha sinus.mhd
)
# As the Reorient image action, when applied, needs its dialog box initialized, it cannot
# pass this test.
# Remove when action reorient image has been updated consequently
if
(
NOT PACKAGING_NSIS AND BUILD_TESTING
)
#TODO set_tests_properties("action-reorientimage-level1-15" PROPERTIES WILL_FAIL true)
endif
()
# Reorient image action, when applied, needs its dialog box initialized, the result is always ABORTED
# TODO rewrite this action so that the dialog is not needed and reorientation can be set
# using parameters
sdk/actions/mesh/meshprocessing/CMakeLists.txt
View file @
f580625b
...
...
@@ -12,13 +12,6 @@ camitk_extension(ACTION_EXTENSION
# Recursively update the shiboken path variable containing the CamiTK SDK tree structure
set
(
SHIBOKEN_CAMITK_SDK_PATH
${
SHIBOKEN_CAMITK_SDK_PATH
}
:
${
CMAKE_CURRENT_SOURCE_DIR
}
CACHE INTERNAL
""
)
# "Append Meshes" action will always
fail
as only one mesh is given in input by testaction
# "Append Meshes" action will always
abort
as only one mesh is given in input by testaction
# "Append Meshes" needs two meshes (appends first mesh to second mesh)
# The following lines will inverse the result of the test, and therefor transform
# a fail to a pass
# This is needed until there is a way to tell testaction that this action
# needs two mesh in input
if
(
NOT PACKAGING_NSIS AND BUILD_TESTING
)
#TODO set_tests_properties("action-meshprocessing-level1-18" PROPERTIES WILL_FAIL true)
#TODO set_tests_properties("action-meshprocessing-level1-20" PROPERTIES WILL_FAIL true)
endif
()
# TODO write a auto test using the asm
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment