1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Avoid assertions during AudioDeviceManagerTests

This commit is contained in:
attila 2024-11-29 12:09:07 +01:00 committed by Attila Szarvas
parent 9b87c1a50e
commit 1f8882dee0

View file

@ -1398,6 +1398,8 @@ public:
void runTest() override
{
ScopedJuceInitialiser_GUI libraryInitialiser;
beginTest ("When the AudioDeviceSetup has non-empty device names, initialise uses the requested devices");
{
AudioDeviceManager manager;