Changeset 77550 in vbox
- Timestamp:
- Mar 4, 2019 10:17:54 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py
r77501 r77550 3234 3234 if fRc \ 3235 3235 and curRes.aBuf is not None \ 3236 and curRes.aBuf != aBufRead:3236 and bytes(curRes.aBuf) != bytes(aBufRead): 3237 3237 reporter.error('Test #%d failed: Read back buffer (%d bytes) does not match ' \ 3238 3238 'written content (%d bytes)' % (i, len(aBufRead), len(aBufRead)));
Note:
See TracChangeset
for help on using the changeset viewer.