Skip to content

Commit 49b7f23

Browse files
author
Ramon Emiliani
committed
refactor: move expected output to baseline folder
1 parent a57566e commit 49b7f23

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

test/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ ExternalData_Expand_Arguments(
3131
DATA{Input/sphere.fsb}
3232
DATA{Input/box.obj}
3333
DATA{Input/negative_idx_base.mha}
34-
DATA{Input/negative_idx_padded.mha}
3534
DATA{Input/octa.off}
3635
DATA{Input/sphere.stl}
3736
DATA{Input/cthead1.iwi.cbor}
@@ -52,7 +51,8 @@ ExternalData_Expand_Arguments(
5251
DATA{Input/PNGSeries/,REGEX:mri3D_.[0-9]+.png}
5352
DATA{Input/11706c2.CNG.swc}
5453
DATA{Baseline/web_worker_pool.cy.png}
55-
)
54+
DATA{Baseline/negative_idx_padded.mha}
55+
)
5656

5757
set(WebAssemblyInterfaceTests
5858
itkWasmImageInterfaceTest.cxx
@@ -89,7 +89,7 @@ itk_add_test(NAME itkWasmImageInterfaceTest
8989

9090
itk_add_test(NAME itkWasmImageInterfaceWithNegativeIndexTest
9191
COMMAND WebAssemblyInterfaceTestDriver
92-
--compare DATA{Input/negative_idx_padded.mha}
92+
--compare DATA{Baseline/negative_idx_padded.mha}
9393
${ITK_TEST_OUTPUT_DIR}/itkWasmImageInterfaceWithNegativeIndexTest.mha
9494
itkWasmImageInterfaceWithNegativeIndexTest
9595
DATA{Input/negative_idx_base.mha}

0 commit comments

Comments
 (0)