From 6bcf80fb9ecd30fd29680b1ded1616e2fe7ae678 Mon Sep 17 00:00:00 2001 From: Tom Poole Date: Thu, 20 Jun 2019 17:01:03 +0100 Subject: [PATCH] Removed a problematic unit test when running as a Windows system process --- modules/juce_core/files/juce_File.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/juce_core/files/juce_File.cpp b/modules/juce_core/files/juce_File.cpp index bbb91a7583..70f87f594b 100644 --- a/modules/juce_core/files/juce_File.cpp +++ b/modules/juce_core/files/juce_File.cpp @@ -1031,7 +1031,6 @@ public: expect (home.isDirectory()); expect (home.exists()); expect (! home.existsAsFile()); - expect (File::getSpecialLocation (File::userDocumentsDirectory).isDirectory()); expect (File::getSpecialLocation (File::userApplicationDataDirectory).isDirectory()); expect (File::getSpecialLocation (File::currentExecutableFile).exists()); expect (File::getSpecialLocation (File::currentApplicationFile).exists());