File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,9 @@ set(proj_DEPENDENCIES)
1212set (MITK-Data_DEPENDS ${proj} )
1313
1414if (BUILD_TESTING)
15- set (revision_tag b89a01b5)
16- # ^^^^^^^^ these are just to check correct length of hash part
15+
16+ set (revision_tag 0872af7b)
17+ # ^^^^^^^^ these are just to check correct length of hash part
1718
1819 ExternalProject_Add(${proj}
1920 URL ${MITK_THIRDPARTY_DOWNLOAD_PREFIX_URL} /MITK-Data_${revision_tag} .tar.gz
Original file line number Diff line number Diff line change @@ -128,10 +128,10 @@ mitkAddCustomModuleTest(mitkPointSetVtkMapper2D_openMeAloneTransformed640x480 mi
128128 ${MITK_DATA_DIR} /RenderingTestData/openMeAlone.mps #input point set to load in data storage
129129 -V ${MITK_DATA_DIR} /RenderingTestData/ReferenceScreenshots/openMeAloneTransformedPoints640x480REF.png #corresponding reference screenshot
130130)
131- # mitkAddCustomModuleTest(mitkSurfaceDepthSortingTransparency_StanfordBunnySTL640x480 mitkSurfaceDepthSortingTest
132- # ${MITK_DATA_DIR}/RenderingTestData/Stanford_bunny.stl
133- # -V ${MITK_DATA_DIR}/RenderingTestData/ReferenceScreenshots/Stanford_bunnySTLDepthSorting640x480REF.png
134- # )
131+ mitkAddCustomModuleTest(mitkSurfaceDepthSortingTransparency_StanfordBunnySTL640x480 mitkSurfaceDepthSortingTest
132+ ${MITK_DATA_DIR} /RenderingTestData/Stanford_bunny.stl
133+ -V ${MITK_DATA_DIR} /RenderingTestData/ReferenceScreenshots/Stanford_bunnySTLDepthSorting640x480REF.png
134+ )
135135if (NOT APPLE )
136136mitkAddCustomModuleTest(mitkSurfaceDepthPeelingTransparency_StanfordBunnySTL640x480 mitkSurfaceDepthPeelingTest
137137 ${MITK_DATA_DIR} /RenderingTestData/Stanford_bunny.stl
You can’t perform that action at this time.
0 commit comments