ENH: Initialize handler before processing it

This commit is contained in:
Andy Cedilnik 2005-06-20 17:57:32 -04:00
parent b17c77a1b5
commit c60263f5ea
1 changed files with 1 additions and 0 deletions

View File

@ -679,6 +679,7 @@ int cmCTest::ExecuteHandler(const char* shandler)
{
return -1;
}
handler->Initialize();
return handler->ProcessHandler();
}