BUG: Fix the problem with update.xml.tmp not being coppied

This commit is contained in:
Andy Cedilnik 2005-12-13 15:16:46 -05:00
parent c3c349109b
commit 5007cbce3b

View File

@ -944,11 +944,6 @@ int cmCTestUpdateHandler::ProcessHandler()
os << "</UpdateReturnStatus>" << std::endl;
os << "</Update>" << std::endl;
if ( ofs )
{
ofs.close();
}
if (! res || retVal )
{
cmCTestLog(m_CTest, ERROR_MESSAGE, "Error(s) when updating the project" << std::endl);