BUG: undo fix for 7292 because a switched file should show up as an odd thing on the dashbaord

This commit is contained in:
Bill Hoffman 2008-10-01 12:46:45 -04:00
parent 049e3da2ec
commit 32bc02d660
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}