vbox的更動 67032 路徑 trunk/src/VBox/ValidationKit
- 時間撮記:
- 2017-5-23 上午10:00:28 (8 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/ValidationKit/tests/additions/tdAddBasic1.py
r62484 r67032 57 57 """ 58 58 ## @todo 59 # - More of the settings stuff can e and need to be generalized!59 # - More of the settings stuff can be and need to be generalized! 60 60 # 61 61 … … 128 128 sFileCdWait = 'AUTORUN.INF'); 129 129 if oSession is not None: 130 self.addTask(o Session);130 self.addTask(oTxsSession); 131 131 # Do the testing. 132 132 reporter.testStart('Install'); … … 146 146 reporter.testDone(fSkip); 147 147 148 ## @todo Save an restore test.148 ## @todo Save and restore test. 149 149 150 150 ## @todo Reset tests. … … 154 154 # Cleanup. 155 155 self.removeTask(oTxsSession); 156 #self.terminateVmBySession(oSession)156 self.terminateVmBySession(oSession) 157 157 return fRc; 158 158
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器