VirtualBox

Ignore:
Timestamp:
Jul 21, 2022 3:32:41 PM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
152489
Message:

Validation Kit/tests/api: Fixed failing test due to changed API for 7.0 [build fix].

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/tests/api/tdTreeDepth1.py

    r95777 r95779  
    124124            # re-register to test loading of settings
    125125            reporter.log('opening VM %s, testing config reading' % (sSettingsFile))
    126             if self.fpApiVer >= 7.0:
     126            if self.oTstDrv.fpApiVer >= 7.0:
    127127                # Needs a password parameter since 7.0.
    128128                oVM = oVBox.openMachine(sSettingsFile, "")
     
    200200            # re-register to test loading of settings
    201201            reporter.log('opening VM %s, testing config reading' % (sSettingsFile))
    202             if self.fpApiVer >= 7.0:
     202            if self.oTstDrv.fpApiVer >= 7.0:
    203203                # Needs a password parameter since 7.0.
    204204                oVM = oVBox.openMachine(sSettingsFile, "")
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