[Cmake-commits] [cmake-commits] hoffman committed cmCTestTestHandler.cxx 1.80 1.81

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Oct 1 09:04:30 EDT 2008


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

Modified Files:
	cmCTestTestHandler.cxx 
Log Message:
STYLE: fix line length stuff for KWStyle


Index: cmCTestTestHandler.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/CTest/cmCTestTestHandler.cxx,v
retrieving revision 1.80
retrieving revision 1.81
diff -C 2 -d -r1.80 -r1.81
*** cmCTestTestHandler.cxx	22 Sep 2008 18:04:13 -0000	1.80
--- cmCTestTestHandler.cxx	1 Oct 2008 13:04:27 -0000	1.81
***************
*** 578,583 ****
              ofs << ftit->TestCount << ":" << ftit->Name << std::endl;
              cmCTestLog(this->CTest, HANDLER_OUTPUT, "\t" << std::setw(3)
!                        << ftit->TestCount << " - " << ftit->Name.c_str() << " ("
!                        << this->GetTestStatus(ftit->Status) << ")" << std::endl);
              }
            }
--- 578,585 ----
              ofs << ftit->TestCount << ":" << ftit->Name << std::endl;
              cmCTestLog(this->CTest, HANDLER_OUTPUT, "\t" << std::setw(3)
!                        << ftit->TestCount << " - " 
!                        << ftit->Name.c_str() << " ("
!                        << this->GetTestStatus(ftit->Status) << ")" 
!                        << std::endl);
              }
            }
***************
*** 1576,1580 ****
                                          filepath,filename);
  
!   // even if a fullpath was specified also try it relative to the current directory
    if (filepath.size() && filepath[0] == '/')
      {
--- 1578,1583 ----
                                          filepath,filename);
  
!   // even if a fullpath was specified also try it relative to the current
!   // directory
    if (filepath.size() && filepath[0] == '/')
      {



More information about the Cmake-commits mailing list