Manuscript (Caso [Issue]7461) _Inbox - Failing test: DiskFileSystemTest>>#testDefaultWorkingDirectory

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Manuscript (Caso [Issue]7461) _Inbox - Failing test: DiskFileSystemTest>>#testDefaultWorkingDirectory

Pharo Issue Tracker
Manuscript Notification
avatar
Failing Test in Project:  _Inbox: Not Spam  •  You are subscribed to this case
I have this issue in 'Pharo7.0alpha'

Smalltalk version 'Pharo7.0alpha'
Smalltalk vm version 'CoInterpreter VMMaker.oscog-eem.2380 uuid: c76d37e1-445c-4e34-9796-fc836dfd50c9 May 9 2018
StackToRegisterMappingCogit VMMaker.oscog-eem.2380 uuid: c76d37e1-445c-4e34-9796-fc836dfd50c9 May 9 2018
VM: 201805090836 https://github.com/OpenSmalltalk/opensmalltalk-vm.git Date: Wed May 9 10:36:12 2018 CommitHash: 334be97 Plugins: 201805090836 https://github.com/OpenSmalltalk/opensmalltalk-vm.git'

I have modified th
e is method in my image, in order to understand better the issue.

testDefaultWorkingDirectory
| ref s1 s2 |
ref := filesystem workingDirectory.
s1 := ('File @ ', Smalltalk vm imagePath).
s2 := ref asString.
self assert: (s1 beginsWith: s2)

In my case:
s1 = File @ /Users/azazael/Documents/Pharo/images/pharo 7.0 sprint/pharo 7.0 sprint.image
s2 = File @ /Users/azazael/Documents/pharo/images/pharo 7.0 sprint

You can see that the directory "pharo" is in upper case for s1. and in lower case for s2. The correct name of this directory is in s2.

Priority Priority: 3 – Must Fix Status Status: Work Needed
Assigned To Assigned to: Everyone Milestone Milestone: Pharo7.0

Go to Case
No longer need updates? Unsubscribe from this case.

Don't want Manuscript notifications anymore? Update your preferences.

Manuscript

_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
https://lists.gforge.inria.fr/mailman/listinfo/pharo-bugtracker