mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-17 00:44:19 +00:00
Added a unit test
This commit is contained in:
parent
69a7506274
commit
16913f2cd6
1 changed files with 1 additions and 0 deletions
|
|
@ -1075,6 +1075,7 @@ public:
|
|||
expect (home.getChildFile (".././xyz") == home.getParentDirectory().getChildFile ("xyz"));
|
||||
expect (home.getChildFile (".././xyz/./abc") == home.getParentDirectory().getChildFile ("xyz/abc"));
|
||||
expect (home.getChildFile ("./../xyz") == home.getParentDirectory().getChildFile ("xyz"));
|
||||
expect (home.getChildFile ("a1/a2/a3/./../../a4") == home.getChildFile ("a1/a4"));
|
||||
|
||||
{
|
||||
FileOutputStream fo (tempFile);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue