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:
parent
cd4aba9e43
commit
6bcf80fb9e
1 changed files with 0 additions and 1 deletions
|
|
@ -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());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue