儲存庫 vbox 的更動 66998
- 時間撮記:
- 2017-5-22 上午09:28:07 (8 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/ValidationKit/testmanager/core/schedulerbase.py
r65980 r66998 254 254 if oTestGroup.aoTestCases: 255 255 iTstPrio = oTestGroup.aoTestCases[0]; 256 for oTestCase in oTestGroup.aoTestCases:256 for iTestCase, oTestCase in enumerate(oTestGroup.aoTestCases): 257 257 if oTestCase.iSchedPriority > iTstPrio: 258 raise TMExceptionBase('Incorrectly sorted testcases returned by database.'); 258 raise TMExceptionBase('Incorrectly sorted testcases returned by database: i=%s prio=%s idGrp=%s %s' 259 % ( iTestCase, iTstPrio, oTestGroup.idTestGroup, 260 ','.join(['(%s: %s)' % (oCur.idTestCase, oCur.iSchedPriority) 261 for oCur in oTestGroup.aoTestCases]),)); 259 262 260 263 #
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器