VirtualBox

Changeset 53581 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Dec 19, 2014 11:10:02 PM (10 years ago)
Author:
vboxsync
Message:

fix breakage.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testdriver/vboxtestvms.py

    r53580 r53581  
    704704                assert None not in asParavirtModes;
    705705            elif oTestDrv.fpApiVer >= 4.4:
    706                 asParavirtModes = oTestVm.asParavirtModesSup[0];
    707                 assert None not in asParavirtModes;
     706                asParavirtModes = (oTestVm.asParavirtModesSup[0],);
     707                assert asParavirtModes[0] is not None;
    708708            else:
    709709                asParavirtModes = (None,);
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