make it possible to provide test images via external means, e.g. environment variable, cmake variable or config file. Aim is to make it possible to provide more test images without enlarging the CVS tree.
Description
Status | Assigned | Task | ||
---|---|---|---|---|
Resolved | None | T3700 DICOM tests | ||
Resolved | None | T210 separate test images from source tree |
Event Timeline
Due to the long list of bugs for the MITK 0.8 release, there has been introduced a new intermediate release 0.7.3. All bugs from 0.8 have been moved to target milestone 0.7.3. If you do not manage to get your bugs fixed till 0.7.3, please set the target milestone for these bugs to 0.8.
Not relevant for MITK-0.9.2, moving it to 0.9.4. Feel free to adapt the target milestone according to your current work load.
Standard image tests using data from Testing/Data do work now in the topic branch. Still todo: adapt tests that use standardfilelocations, this is not intended. Also one should grep through the source code to find other references to the old Testing directory. It's also not intended that the data directory is made available via mitkConfig.h
[394785]: Merge branch 'bug-210-separate-test-images'
- bug-210-separate-test-i
Merged commits:
2011-03-10 13:52:32 Sascha Zelzer [b62589]
Added MITK-Data as a dependency to MITK-Utilities.
2011-03-09 16:38:06 Marco Nolden [9b6114]
Make standard module tests use MITK_DATA_DIR path
2011-03-09 16:37:50 Marco Nolden [b91d7d]
Use anonymous http clone for MITK testing data
2011-03-09 16:37:28 Marco Nolden [ee2f6a]
Make MITK_DATA_DIR available for external projects via MITKConfig.cmake
2011-03-09 16:36:55 Marco Nolden [42acce]
Pass MITK_DATA_DIR in superbuild
2011-03-02 13:56:50 Marco Nolden [12a03e]
New external project MITKData that checks out the testing data repository
[fe79e2]: Merge branch 'bug-210-separate-test-images'
Merged commits:
2011-03-10 22:24:16 Marco Nolden [fb7be9]
Use public http repository for test data
[730278]: Merge branch 'bug-210-separate-test-images'
- bug-210-separate-test-i
Merged commits:
2011-03-19 12:12:23 Sascha Zelzer [24489a]
proj variable was wrong if BUILD_TESTING is OFF