[Cmake-commits] [cmake-commits] king committed cmCTest.cxx 1.345 1.346

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Jan 9 16:44:21 EST 2009


Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv9564/Source

Modified Files:
	cmCTest.cxx 
Log Message:
ENH: Add missing newline to CTest-generated xml

The Generator="ctest..." attribute of Site elements in CTest-generated
XML files was missing a newline, causing the next attribute to appear on
the same line.  This adds the newline.


Index: cmCTest.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmCTest.cxx,v
retrieving revision 1.345
retrieving revision 1.346
diff -C 2 -d -r1.345 -r1.346
*** cmCTest.cxx	9 Jan 2009 17:56:09 -0000	1.345
--- cmCTest.cxx	9 Jan 2009 21:44:19 -0000	1.346
***************
*** 1289,1293 ****
         << this->GetTestModelString() << "\"\n\tName=\""
         << this->GetCTestConfiguration("Site") << "\"\n\tGenerator=\"ctest"
!        << cmVersion::GetCMakeVersion()  << "\""
         << "\tOSName=\"" << info.GetOSName() << "\"\n"
         << "\tHostname=\"" << info.GetHostname() << "\"\n"
--- 1289,1293 ----
         << this->GetTestModelString() << "\"\n\tName=\""
         << this->GetCTestConfiguration("Site") << "\"\n\tGenerator=\"ctest"
!        << cmVersion::GetCMakeVersion()  << "\"\n"
         << "\tOSName=\"" << info.GetOSName() << "\"\n"
         << "\tHostname=\"" << info.GetHostname() << "\"\n"



More information about the Cmake-commits mailing list