X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=tests%2Ftools%2FclitkImageInfoTest.cxx;h=0b3f30394a178b6cb08c7dffdfbeacc17091f312;hb=0624167920352550d4e66444b97a957b6053a50c;hp=4f8413c798fba30ae8878e9a216cc22eded500b8;hpb=f6bb8a03a46a0fdb5bb77f2751963b29bb19a682;p=clitk.git diff --git a/tests/tools/clitkImageInfoTest.cxx b/tests/tools/clitkImageInfoTest.cxx index 4f8413c..0b3f303 100644 --- a/tests/tools/clitkImageInfoTest.cxx +++ b/tests/tools/clitkImageInfoTest.cxx @@ -31,14 +31,14 @@ static inline void compare(std::string mhd, std::string ref){ remove("clitkImageInfoTest.out"); } TEST(clitkImageInfoTest, main){ - std::string mhd1=std::string(CLITK_DATA_PATH)+"Deformation4D.mhd"; + std::string mhd1=std::string(CLITK_TEST_DATA_PATH)+"Deformation4D.mhd"; ASSERT_TRUE(itksys::SystemTools::FileExists(mhd1.c_str(), true)); - std::string mhd2=std::string(CLITK_DATA_PATH)+"Lung3D.mhd"; + std::string mhd2=std::string(CLITK_TEST_DATA_PATH)+"Lung3D.mhd"; ASSERT_TRUE(itksys::SystemTools::FileExists(mhd2.c_str(), true)); mhd1+=" "+mhd2; - std::string ref1=std::string(CLITK_DATA_PATH)+"clitkImageInfoTestRef.out"; + std::string ref1=std::string(CLITK_TEST_DATA_PATH)+"clitkImageInfoTestRef.out"; ASSERT_TRUE(itksys::SystemTools::FileExists(ref1.c_str(), true)); compare(mhd1, ref1); } \ No newline at end of file