VirtualBox

Ignore:
Timestamp:
May 16, 2025 12:39:49 PM (8 days ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
168905
Message:

tests/additions/tdAddGuestCtrl.py: Simplified Guest Additions revision checks.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py

    r109298 r109301  
    17481748            # For newer revisions we use VBoxGuestInstallHelper.exe. Should work on all Windows versions.
    17491749            if  self.oTstDrv.fpApiVer >= 7.0 \
    1750             and str(self.oTstDrv.getGuestAdditionsRevision(oSession)) >= "166162":
     1750            and self.oTstDrv.getGuestAdditionsRevision(oSession) >= 166162:
    17511751                sRegEditorExeBasePath = 'C:\\Program Files\\Oracle\\VirtualBox Guest Additions\\';
    17521752                if  self.oTstDrv.fpApiVer >= 7.2 \
    1753                 and str(self.oTstDrv.getGuestAdditionsRevision(oSession)) >= "168202":
     1753                and self.oTstDrv.getGuestAdditionsRevision(oSession) >= 168202:
    17541754                    sRegEditorExePath = sRegEditorExeBasePath + 'Tools\\VBoxGuestInstallHelper.exe';
    17551755                else:
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette