mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
ValueTreePropertyWithDefault: Initialise MessageManager in default setting unit test
This commit is contained in:
parent
a1ea76b408
commit
08283c9969
1 changed files with 2 additions and 0 deletions
|
|
@ -64,6 +64,8 @@ public:
|
|||
|
||||
beginTest ("set default");
|
||||
{
|
||||
ScopedJuceInitialiser_GUI scopedJuceInitialiser_gui;
|
||||
|
||||
ValueTree t ("root");
|
||||
|
||||
ValueTreePropertyWithDefault value (t, "testkey", nullptr);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue