Changeset 98090 in vbox for trunk/src/VBox/ValidationKit
- Timestamp:
- Jan 16, 2023 9:39:04 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/api/tdCloneMedium1.py
r98081 r98090 227 227 reporter.testFailure("Data read is unexpected.") 228 228 229 if hd 1.logicalSize != hd2.logicalSize and hd2.logicalSize != 1024*1024*2:229 if hd2.logicalSize not in (hd1.logicalSize, 1024*1024*2): 230 230 reporter.testFailure("Target medium did not resize.") 231 231
Note:
See TracChangeset
for help on using the changeset viewer.