Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Testing: Update hard-coded line numbers to [0-9]+ in some tests | Kyle Edwards | 2018-10-10 | 1 | -2/+2 |
| | |||||
* | ExternalData: Allow local stores without any URL templates | Brad King | 2013-11-13 | 1 | -1/+1 |
| | | | | | | | | | Allow ExternalData_URL_TEMPLATES to be empty if a value for ExternalData_OBJECT_STORES is provided. Assume in this use case that the object stores will already contain all needed objects. Extend the Module.ExternalData test to cover this case (all objects in stores). Extend the RunCMake.ExternalData test to cover the non-failure message case when stores are provided without URL templates. | ||||
* | ExternalData: Add tests covering interfaces and errors | Brad King | 2013-01-30 | 1 | -0/+5 |
Add a Module.ExternalData test to verify data retrieval and test argument DATA{} references. Add a RunCMake.ExternalData test to verify error handling and automatic transformation of a raw data to a content link and staged object. |