VirtualBox

Changeset 90845 in vbox for trunk/src/VBox/ValidationKit


Ignore:
Timestamp:
Aug 24, 2021 12:39:33 PM (3 years ago)
Author:
vboxsync
Message:

Audio/ValKit: Fix trying to address Validation Kit XML output error "Failure: XML error: Missing </Test>" -> using "[Default]" now. bugref:10008

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/utils/audio/vkatCommon.cpp

    r90831 r90845  
    8989int audioTestDevicesEnumerateAndCheck(PAUDIOTESTDRVSTACK pDrvStack, const char *pszDev, PPDMAUDIOHOSTDEV *ppDev)
    9090{
    91     RTTestSubF(g_hTest, "Enumerating audio devices and checking for device '%s'", pszDev && *pszDev ? pszDev : "<Default>");
     91    RTTestSubF(g_hTest, "Enumerating audio devices and checking for device '%s'", pszDev && *pszDev ? pszDev : "[Default]");
    9292
    9393    if (!pDrvStack->pIHostAudio->pfnGetDevices)
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