VirtualBox

Changeset 83516 in vbox for trunk/src/VBox/ValidationKit


Ignore:
Timestamp:
Apr 2, 2020 4:25:00 PM (5 years ago)
Author:
vboxsync
Message:

Guest Control/Validation Kit: Adjustments for VBox < 6.0. bugref:9320

File:
1 edited

Legend:

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

    r83515 r83516  
    17891789            except Exception as oXcpt:
    17901790                if vbox.ComError.notEqual(oXcpt, vbox.ComError.VBOX_E_OBJECT_NOT_FOUND):
    1791                     if oTstDrv.fpApiVer > 5.2:
     1791                    if self.oTstDrv.fpApiVer > 5.2:
    17921792                        reporter.errorXcpt('Error reading directory "%s":' % (sCurDir,));
    17931793                    else:
Note: See TracChangeset for help on using the changeset viewer.

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