diff options
author | Zach Mullen <zach.mullen@kitware.com> | 2009-12-15 19:24:24 (GMT) |
---|---|---|
committer | Zach Mullen <zach.mullen@kitware.com> | 2009-12-15 19:24:24 (GMT) |
commit | 5bfe1a196223cbbf76e30ff3607959844ad3ceef (patch) | |
tree | ffd0312a3a7e36f56bdadd570f7e8ceb53a44a0a /Source/CTest/cmCTestTestHandler.h | |
parent | 93407682fe0092e8fc24e83f6be8f2706c9d31ae (diff) | |
download | CMake-5bfe1a196223cbbf76e30ff3607959844ad3ceef.zip CMake-5bfe1a196223cbbf76e30ff3607959844ad3ceef.tar.gz CMake-5bfe1a196223cbbf76e30ff3607959844ad3ceef.tar.bz2 |
Changed XML formatting of files attached to test so that each file is archived and marked up individually, in order to make things easier on the CDash side. Also switched to using the NamedMeasurement tag instead of a new tag.
Diffstat (limited to 'Source/CTest/cmCTestTestHandler.h')
-rw-r--r-- | Source/CTest/cmCTestTestHandler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CTest/cmCTestTestHandler.h b/Source/CTest/cmCTestTestHandler.h index 0e0cffd..d4e92f0 100644 --- a/Source/CTest/cmCTestTestHandler.h +++ b/Source/CTest/cmCTestTestHandler.h @@ -147,7 +147,7 @@ protected: // Write attached test files into the xml void AttachFiles(std::ostream& os, cmCTestTestResult* result); // Helper function to encode attached test files - std::string EncodeFiles(cmCTestTestResult* result); + std::string EncodeFile(std::string file); //! Clean test output to specified length bool CleanTestOutput(std::string& output, size_t length); |