Skip to content

Commit ba2afbf

Browse files
Merge branch 'bug-16746-New-Rendering-Test-Depth-Sorting'
Conflicts: CMakeExternals/MITKData.cmake
2 parents dcb2028 + efca3de commit ba2afbf

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

CMakeExternals/MITKData.cmake

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ set(proj_DEPENDENCIES)
1212
set(MITK-Data_DEPENDS ${proj})
1313

1414
if(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

Core/Code/Testing/CMakeLists.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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+
)
135135
if(NOT APPLE)
136136
mitkAddCustomModuleTest(mitkSurfaceDepthPeelingTransparency_StanfordBunnySTL640x480 mitkSurfaceDepthPeelingTest
137137
${MITK_DATA_DIR}/RenderingTestData/Stanford_bunny.stl

0 commit comments

Comments
 (0)