|
@@ -730,7 +730,8 @@ bool CSATExecutor::ReportCaseResult(SATHTTP::STTask* pTask, SATHTTP::STCase *pCa
|
|
|
std::string xmlpath = pCase->_strFileDir;
|
|
|
#endif
|
|
|
xmlpath.append("detail\\");
|
|
|
- xmlpath.append(pCase->_strFileName);
|
|
|
+ xmlpath.append(pCase->_strFileName + _T("_"));
|
|
|
+ xmlpath.append(pCase->_strRoundNum);
|
|
|
#if 0
|
|
|
// ÎļþÃû¼ÓÏÂPID×öΪºó׺;
|
|
|
if ( pCase->__dwPythonPID > 0)
|