diff options
Diffstat (limited to 'Source/CTest/cmCTestUploadHandler.cxx')
-rw-r--r-- | Source/CTest/cmCTestUploadHandler.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/CTest/cmCTestUploadHandler.cxx b/Source/CTest/cmCTestUploadHandler.cxx index d5f6ab6..4d1cf42 100644 --- a/Source/CTest/cmCTestUploadHandler.cxx +++ b/Source/CTest/cmCTestUploadHandler.cxx @@ -59,7 +59,7 @@ int cmCTestUploadHandler::ProcessHandler() << cmVersion::GetCMakeVersion() << "\">\n"; this->CTest->AddSiteProperties(ofs); - ofs << "<Files>\n"; + ofs << "<Upload>\n"; for ( it = this->Files.begin(); it != this->Files.end(); it ++ ) { @@ -71,7 +71,7 @@ int cmCTestUploadHandler::ProcessHandler() ofs << "\n</Content>\n" << "</File>\n"; } - ofs << "</Files>\n" + ofs << "</Upload>\n" << "</Site>\n"; return 0; } |