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

Optimised and tidied up some ValueTree methods. Added a method to MultiDocumentPanel.

This commit is contained in:
jules 2011-11-17 12:57:44 +00:00
parent ba2287033c
commit ef63c14040
6 changed files with 740 additions and 600 deletions

View file

@ -77,7 +77,7 @@ void UnitTest::expect (const bool result, const String& failureMessage)
//==============================================================================
UnitTestRunner::UnitTestRunner()
: currentTest (nullptr),
assertOnFailure (false),
assertOnFailure (true),
logPasses (false)
{
}