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