VirtualBox

Ignore:
Timestamp:
May 6, 2019 2:08:51 PM (6 years ago)
Author:
vboxsync
Message:

tdMoveMedium1.py: Removed weird 'assert fRc is true' statement at the end of testMediumMove().

File:
1 edited

Legend:

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

    r76553 r78391  
    112112        reporter.testStart('medium moving')
    113113
    114         try:
     114        try: ## @todo r=bird: Bad 'ing style.
    115115            oVM = self.oTstDrv.createTestVM('test-medium-move', 1, None, 4)
    116116            assert oVM is not None
     
    195195
    196196            fRc = oSession.close() and fRc
    197 
    198             assert fRc is True
    199197        except:
    200198            reporter.errorXcpt()
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