------------------------------------------------------------------------------
| 222 | } |
| 223 | //------------------------------------------------------------------------------ |
| 224 | const char* vtkTesting::GetTempDirectory() |
| 225 | { |
| 226 | string td = |
| 227 | vtkTestingGetArgOrEnvOrDefault("-T", this->Args, "VTK_TEMP_DIR", "../../../Testing/Temporary"); |
| 228 | this->SetTempDirectory(vtksys::SystemTools::CollapseFullPath(td).c_str()); |
| 229 | |
| 230 | return this->TempDirectory; |
| 231 | } |
| 232 | //------------------------------------------------------------------------------ |
| 233 | const char* vtkTesting::GetValidImageFileName() |
| 234 | { |
no test coverage detected