[Cmake-commits] [cmake-commits] hoffman committed cmCTestTestHandler.cxx 1.96 1.97

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Jul 17 16:15:14 EDT 2009


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

Modified Files:
	cmCTestTestHandler.cxx 
Log Message:
ENH: fix warning


Index: cmCTestTestHandler.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/CTest/cmCTestTestHandler.cxx,v
retrieving revision 1.96
retrieving revision 1.97
diff -C 2 -d -r1.96 -r1.97
*** cmCTestTestHandler.cxx	17 Jul 2009 14:06:38 -0000	1.96
--- cmCTestTestHandler.cxx	17 Jul 2009 20:15:11 -0000	1.97
***************
*** 1110,1114 ****
    this->TestList = finalList;
    std::string::size_type max = this->CTest->GetMaxTestNameWidth();
!   for (ListOfTests::iterator it = this->TestList.begin();
         it != this->TestList.end(); it ++ )
      {
--- 1110,1114 ----
    this->TestList = finalList;
    std::string::size_type max = this->CTest->GetMaxTestNameWidth();
!   for (it = this->TestList.begin();
         it != this->TestList.end(); it ++ )
      {



More information about the Cmake-commits mailing list