ENH: Report filename of the note

This commit is contained in:
Andy Cedilnik 2004-04-30 14:14:41 -04:00
parent a401922ca3
commit d0fd0b55cd
1 changed files with 1 additions and 1 deletions

View File

@ -3941,7 +3941,7 @@ int cmCTest::GenerateDartNotesOutput(std::ostream& os, const cmCTest::tm_VectorO
{
std::cout << "\tAdd file: " << it->c_str() << std::endl;
std::string note_time = ::CurrentTime();
os << "<Note>\n"
os << "<Note Name=\"" << this->MakeXMLSafe(it->c_str()) << "\">\n"
<< "<DateTime>" << note_time << "</DateTime>\n"
<< "<Text>" << std::endl;
std::ifstream ifs(it->c_str());