VirtualBox

Changeset 90179 in vbox


Ignore:
Timestamp:
Jul 14, 2021 9:56:25 AM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
145698
Message:

Audio/ValKit: A few more checks for AudioTestSetPack(). bugref:10008

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Audio/AudioTest.cpp

    r90071 r90179  
    15641564    AssertReturn(!pszFileName || cbFileName, VERR_INVALID_PARAMETER);
    15651565    AssertReturn(!audioTestManifestIsOpen(pSet), VERR_WRONG_ORDER);
     1566
     1567    AssertMsgReturn(pSet->cTests, ("No tests run yet"), VERR_WRONG_ORDER);
     1568    AssertMsgReturn(pSet->cTestsRunning == 0 , ("Some tests are still running"), VERR_WRONG_ORDER);
    15661569
    15671570    /** @todo Check and deny if \a pszOutDir is part of the set's path. */
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