From 32bc02d6604f49e7d474985260d70f38b94d2de7 Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Wed, 1 Oct 2008 12:46:45 -0400 Subject: BUG: undo fix for 7292 because a switched file should show up as an odd thing on the dashbaord --- Source/CTest/cmCTestUpdateHandler.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/CTest/cmCTestUpdateHandler.cxx b/Source/CTest/cmCTestUpdateHandler.cxx index 0e7a6a4..40cc0cc 100644 --- a/Source/CTest/cmCTestUpdateHandler.cxx +++ b/Source/CTest/cmCTestUpdateHandler.cxx @@ -700,7 +700,7 @@ int cmCTestUpdateHandler::ProcessHandler() std::string upFile = file_update_line.match(2); char mod = upChar[0]; bool modifiedOrConflict = false; - if ( mod == 'X' || mod == 'S' || mod == 'L') + if ( mod == 'X' || mod == 'L') { continue; } -- cgit v0.12