- Timestamp:
- May 23, 2017 10:00:28 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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
Note:
See TracChangeset
for help on using the changeset viewer.