@@ -891,7 +891,7 @@ SATHTTP_API int DownloadScript(std::string url, std::string strCaseId, std::stri
std::string post_data = "requestMsg=";
post_data.append(CharEncoding::EnCode_UTF8URL(pText));
#ifdef _DEBUG
- OutputDebugString((std::string(pText)+"\n").c_str());
+ //OutputDebugString((std::string(pText)+"\n").c_str());
#endif
// ÊͷŶÑÄÚ´æ;
@@ -130,7 +130,7 @@ namespace SATHTTP{
{
_nCaseStep = 1;
_pExcutor = NULL;
- // 0表示未执行;1表示执行中;2表示执行完毕;3表示超时中断;4表示脚本文件初始化失败;
+ // 0表示未执行;1表示执行中;2表示执行完毕;3表示超时中断;4表示脚本文件初始化失败或异常;
_nExecutionState = 0;
}
}STCase, *pSTCase;