This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
JUCE
mirror of
https://github.com/DISTRHO/JUCE
Watch
1
Star
0
Fork
0
Code
Releases
1
Activity
Browse Source
ValueTreePropertyWithDefault: Initialise MessageManager in default setting unit test
v6.1.6
ed
3 years ago
parent
a1ea76b408
commit
08283c9969
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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);
Write
Preview
Loading…
Cancel
Save