Skip to content

Commit 9d33740

Browse files
Enabling Depth Sorting Rendering test
1 parent fa53311 commit 9d33740

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CMakeExternals/MITKData.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ set(MITK-Data_DEPENDS ${proj})
1313

1414
if(BUILD_TESTING)
1515

16-
set(revision_tag f24c722f)
16+
set(revision_tag 15d4ad4a)
1717
# ^^^^^^^^ these are just to check correct length of hash part
1818

1919
ExternalProject_Add(${proj}

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)