VirtualBox

Ignore:
Timestamp:
Oct 20, 2020 2:26:02 PM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
141026
Message:

Fixed bad commit. Hope this help.

Location:
trunk/src/VBox/ValidationKit/tests/api
Files:
2 edited

Legend:

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

    r86648 r86650  
    6161        """
    6262        fRc = True;
    63 
    64         if not self.oTstDrv.importVBoxApi():
    65             return False
    6663
    6764        # Import a set of simple OVAs.
  • trunk/src/VBox/ValidationKit/tests/api/tdMoveVm1.py

    r86648 r86650  
    145145        fRc = True
    146146        try:
     147
     148            ## @todo r=bird: Too much unncessary crap inside try clause.  Only oVM.moveTo needs to be here.
     149            ##               Though, you could make an argument for oVM.name too, perhaps.
     150
    147151            # move machine
    148152            reporter.log('Moving machine "%s" to the "%s"' % (oVM.name, sLocation))
     
    232236
    233237                reporter.log('####### Reference locations: #######')
    234                 for eachItem in aReferences:
     238                for eachItem in aActuals:
    235239                    reporter.log(' "%s"' % (eachItem))
    236240
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