Changeset 89990 in vbox
- Timestamp:
- Jul 1, 2021 12:11:55 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/AudioTest.cpp
r89986 r89990 1991 1991 VerJob.pSetA = pSetA; 1992 1992 VerJob.pSetB = pSetB; 1993 VerJob.fKeepGoing = true; 1993 VerJob.fKeepGoing = true; /** @todo Make this configurable. */ 1994 1994 1995 1995 PAUDIOTESTVERIFYJOB pVerJob = &VerJob; … … 2010 2010 rc = audioTestVerifyValue(&VerJob, &hHdrA, &hHdrB, "magic", "vkat_ini", "Manifest magic wrong"); 2011 2011 CHECK_RC_MAYBE_RET(rc, pVerJob); 2012 rc = audioTestVerifyValue(&VerJob, &hHdr B, &hHdrB, "ver", "1" , "Manifest version wrong");2012 rc = audioTestVerifyValue(&VerJob, &hHdrA, &hHdrB, "ver", "1" , "Manifest version wrong"); 2013 2013 CHECK_RC_MAYBE_RET(rc, pVerJob); 2014 rc = audioTestVerifyValue(&VerJob, &hHdr B, &hHdrB, "tag", NULL, "Manifest tags don't match");2014 rc = audioTestVerifyValue(&VerJob, &hHdrA, &hHdrB, "tag", NULL, "Manifest tags don't match"); 2015 2015 CHECK_RC_MAYBE_RET(rc, pVerJob); 2016 rc = audioTestVerifyValue(&VerJob, &hHdr B, &hHdrB, "test_count", NULL, "Test counts don't match");2016 rc = audioTestVerifyValue(&VerJob, &hHdrA, &hHdrB, "test_count", NULL, "Test counts don't match"); 2017 2017 CHECK_RC_MAYBE_RET(rc, pVerJob); 2018 rc = audioTestVerifyValue(&VerJob, &hHdr B, &hHdrB, "obj_count", NULL, "Object counts don't match");2018 rc = audioTestVerifyValue(&VerJob, &hHdrA, &hHdrB, "obj_count", NULL, "Object counts don't match"); 2019 2019 CHECK_RC_MAYBE_RET(rc, pVerJob); 2020 2020
Note:
See TracChangeset
for help on using the changeset viewer.