]> Creatis software - clitk.git/blobdiff - tests/tools/clitkImageInfoTest_oldWay.cpp
remove vvTests because of google framework...
[clitk.git] / tests / tools / clitkImageInfoTest_oldWay.cpp
index fa60e44ec1e9379a19af79d28442d22d9427b3e7..634a68cb8fec6f1d20770ab4c56737a5ba13eef7 100644 (file)
@@ -24,8 +24,8 @@
 #include <itksys/SystemTools.hxx>
 int main(int argc, char** argv){
   int fail = 1;
-  std::string mhd = std::string(CLITK_DATA_PATH);
-  std::string ref = std::string(CLITK_DATA_PATH);
+  std::string mhd = std::string(CLITK_TEST_DATA_PATH);
+  std::string ref = std::string(CLITK_TEST_DATA_PATH);
   
   //We select which image we use to test clitkImageInfo
   int idImg = atoi(argv[1]);