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

Removed a problematic unit test when running as a Windows system process

This commit is contained in:
Tom Poole 2019-06-20 17:01:03 +01:00
parent cd4aba9e43
commit 6bcf80fb9e

View file

@ -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());