[Cmake-commits] [cmake-commits] hoffman committed cmCTestUpdateHandler.cxx 1.42 1.43

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Oct 1 12:46:48 EDT 2008


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

Modified Files:
	cmCTestUpdateHandler.cxx 
Log Message:
BUG: undo fix for 7292 because a switched file should show up as an odd thing on the dashbaord


Index: cmCTestUpdateHandler.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/CTest/cmCTestUpdateHandler.cxx,v
retrieving revision 1.42
retrieving revision 1.43
diff -C 2 -d -r1.42 -r1.43
*** cmCTestUpdateHandler.cxx	9 Sep 2008 17:12:46 -0000	1.42
--- cmCTestUpdateHandler.cxx	1 Oct 2008 16:46:45 -0000	1.43
***************
*** 701,705 ****
        char mod = upChar[0];
        bool modifiedOrConflict = false;
!       if ( mod == 'X' || mod == 'S' || mod == 'L')
          {
          continue;
--- 701,705 ----
        char mod = upChar[0];
        bool modifiedOrConflict = false;
!       if ( mod == 'X' || mod == 'L')
          {
          continue;



More information about the Cmake-commits mailing list