Browse Source

ValueTreePropertyWithDefault: Initialise MessageManager in default setting unit test

v6.1.6
ed 3 years ago
parent
commit
08283c9969
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      modules/juce_data_structures/values/juce_ValueTreePropertyWithDefault_test.cpp

+ 2
- 0
modules/juce_data_structures/values/juce_ValueTreePropertyWithDefault_test.cpp View File

@@ -64,6 +64,8 @@ public:
beginTest ("set default");
{
ScopedJuceInitialiser_GUI scopedJuceInitialiser_gui;
ValueTree t ("root");
ValueTreePropertyWithDefault value (t, "testkey", nullptr);


Loading…
Cancel
Save