Cuis-Smalltalk / Cuis-Smalltalk-Dev

Active development of Cuis Smalltalk
MIT License
456 stars 71 forks source link

FileManTest>>testDefaultDirectory fails if the image isn't in the current directory #269

Closed Kirtai closed 9 months ago

Kirtai commented 9 months ago

If Cuis is started from another directory then the test

FileManTest>>testDefaultDirectory 

will fail.

This appears to be due to the recent changes in default directories which mean that

'' asDirectoryEntry

is no longer the same as

DirectoryEntry currentDirectory
jvuletich commented 9 months ago

Yes. Thanks so much! I've just reverted the offending change.