Re-enabled tests with external files (and added required files to Git LFS)

This commit is contained in:
Gunther H. Weber 2021-01-06 11:59:27 -08:00
parent 4b93ce8fda
commit 3d5adf335d
3 changed files with 10 additions and 6 deletions

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ddf65aefbd8c8fe8fb479521af7e5fa894cc94b3f890e2cc527a8df5c6e5601c
size 728

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bc4033483646c7e3c7be921ca4f821d1277c0d6d79063b1565dfb78c4766bf4d
size 1234

@ -70,24 +70,22 @@ public:
TestContourTreeUniformDistributed8x9(4); TestContourTreeUniformDistributed8x9(4);
TestContourTreeUniformDistributed8x9(8); TestContourTreeUniformDistributed8x9(8);
TestContourTreeUniformDistributed8x9(16); TestContourTreeUniformDistributed8x9(16);
#if 0
TestContourTreeFile(Testing::DataPath("rectilinear/vanc.vtk"), TestContourTreeFile(Testing::DataPath("rectilinear/vanc.vtk"),
"var", "var",
Testing::DataPath("rectilinear/vanc.ct_txt"), Testing::RegressionImagePath("vanc.ct_txt"),
2); 2);
TestContourTreeFile(Testing::DataPath("rectilinear/vanc.vtk"), TestContourTreeFile(Testing::DataPath("rectilinear/vanc.vtk"),
"var", "var",
Testing::DataPath("rectilinear/vanc.ct_txt"), Testing::RegressionImagePath("vanc.ct_txt"),
4); 4);
TestContourTreeFile(Testing::DataPath("rectilinear/vanc.vtk"), TestContourTreeFile(Testing::DataPath("rectilinear/vanc.vtk"),
"var", "var",
Testing::DataPath("rectilinear/vanc.ct_txt"), Testing::RegressionImagePath("vanc.ct_txt"),
8); 8);
TestContourTreeFile(Testing::DataPath("rectilinear/vanc.vtk"), TestContourTreeFile(Testing::DataPath("rectilinear/vanc.vtk"),
"var", "var",
Testing::DataPath("rectilinear/vanc.ct_txt"), Testing::RegressionImagePath("vanc.ct_txt"),
16); 16);
#endif
TestContourTreeUniformDistributed5x6x7(2, false); TestContourTreeUniformDistributed5x6x7(2, false);
TestContourTreeUniformDistributed5x6x7(4, false); TestContourTreeUniformDistributed5x6x7(4, false);
TestContourTreeUniformDistributed5x6x7(8, false); TestContourTreeUniformDistributed5x6x7(8, false);