Changeset 101394 in vbox for trunk/src/VBox/ValidationKit/tests
- Timestamp:
- Oct 9, 2023 12:23:47 PM (18 months ago)
- svn:sync-xref-src-repo-rev:
- 159415
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py
r101393 r101394 5484 5484 return (fRc, oTxsSession); 5485 5485 5486 def checkScreenShot(self, iWidth, iHeight, aRGBData): 5486 def checkScreenShot(self, iWidth, iHeight, aRGBData): # pylint: disable=unused-argument 5487 5487 """ 5488 5488 TBD: Implement basic validation of the captured screenshot content.
Note:
See TracChangeset
for help on using the changeset viewer.