XTreams XTFileSystemReadingWritingTest >> setUp fails due to FileSystem change (?)

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

XTreams XTFileSystemReadingWritingTest >> setUp fails due to FileSystem change (?)

Squeak - Dev mailing list
Hi Folks,

/home/wm/usr/src/smalltalk/squeak6.0alpha/shared/Squeak6.0alpha-19802-64bit.image
Squeak6.0alpha
latest update: #19885
Current Change Set: WikitextParser
Image format 68021 (64 bit)

XTFileSystemReadingWritingTest >> setup
file := FileSystem workingDirectory / (self class name , '-' , testSelector).
super setUp.
DNU on that "workingDirectory" send.


Browsing via monticello, all my local are in sync with the repo.

Ideas on how to patch this correctly much appreciated.