File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ ExternalData_Expand_Arguments(
31
31
DATA{Input/sphere.fsb}
32
32
DATA{Input/box.obj}
33
33
DATA{Input/negative_idx_base.mha}
34
- DATA{Input/negative_idx_padded.mha}
35
34
DATA{Input/octa.off}
36
35
DATA{Input/sphere.stl}
37
36
DATA{Input/cthead1.iwi.cbor}
@@ -52,7 +51,8 @@ ExternalData_Expand_Arguments(
52
51
DATA{Input/PNGSeries/,REGEX:mri3D_.[0-9]+.png}
53
52
DATA{Input/11706c2.CNG.swc}
54
53
DATA{Baseline/web_worker_pool.cy.png}
55
- )
54
+ DATA{Baseline/negative_idx_padded.mha}
55
+ )
56
56
57
57
set (WebAssemblyInterfaceTests
58
58
itkWasmImageInterfaceTest.cxx
@@ -89,7 +89,7 @@ itk_add_test(NAME itkWasmImageInterfaceTest
89
89
90
90
itk_add_test (NAME itkWasmImageInterfaceWithNegativeIndexTest
91
91
COMMAND WebAssemblyInterfaceTestDriver
92
- --compare DATA{Input /negative_idx_padded.mha}
92
+ --compare DATA{Baseline /negative_idx_padded.mha}
93
93
${ITK_TEST_OUTPUT_DIR} /itkWasmImageInterfaceWithNegativeIndexTest.mha
94
94
itkWasmImageInterfaceWithNegativeIndexTest
95
95
DATA{Input/negative_idx_base.mha}
You can’t perform that action at this time.
0 commit comments