Changeset 90179 in vbox
- Timestamp:
- Jul 14, 2021 9:56:25 AM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 145698
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/AudioTest.cpp
r90071 r90179 1564 1564 AssertReturn(!pszFileName || cbFileName, VERR_INVALID_PARAMETER); 1565 1565 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); 1566 1569 1567 1570 /** @todo Check and deny if \a pszOutDir is part of the set's path. */
Note:
See TracChangeset
for help on using the changeset viewer.