Changeset 72192 in vbox
- Timestamp:
- May 11, 2018 9:07:06 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py
r72170 r72192 3232 3232 # Directory handling. 3233 3233 # 3234 if self.oTstDrv.fpApiVer > 5.2: # Copying directories via Main is supported only in versions > 5.2. 3234 ## @todo r=michaln disabled completely, can fill up the guest disk or fail without giving a reason 3235 if self.oTstDrv.fpApiVer > 6.0: # Copying directories via Main is supported only in versions > 5.2. 3235 3236 if self.oTstDrv.sHost == "win": 3236 3237 sSystemRoot = os.getenv('SystemRoot', 'C:\\Windows')
Note:
See TracChangeset
for help on using the changeset viewer.

