Changeset 77413 in vbox for trunk/src/VBox/ValidationKit/tests/additions
- Timestamp:
- Feb 21, 2019 6:35:09 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py
r77384 r77413 44 44 45 45 # Standard Python imports. 46 from array import array 46 47 import errno 47 48 import os … … 3058 3059 ## @todo Split this up in 64K writes. Later. 3059 3060 ## @todo Test timeouts. 3060 cBytesWritten = curFile.write( curTest.aBuf, 30 * 1000);3061 cBytesWritten = curFile.write(array('b', curTest.aBuf), 30 * 1000); 3061 3062 if curRes.cbProcessed > 0 \ 3062 3063 and curRes.cbProcessed != cBytesWritten:
Note:
See TracChangeset
for help on using the changeset viewer.