|
I cannot reproduce but this test is wrong. The working directory is not the image directory in Pharo 7.
I don't see how to really test that but at least we can test the path management is good with a test like this one:
testDefaultWorkingDirectory | ref | ref := filesystem workingDirectory. self assert: (('File @ ', Smalltalk vm imagePath) beginsWith: ref asString)
|
|
|
Priority: 3 – Must Fix
|
|
Status: Work Needed
|
|
Assigned to: Everyone
|
|
Milestone: Pharo7.0
|
Go to Case
|
|