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:
parent
9b87c1a50e
commit
1f8882dee0
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue