Feb. 14, 2010
7:30 a.m.
running the tests in latest images PharoCore-1.1 and 1.0 on WinXP I see GoferApiTest>>#testSubDirectoryRepository failing.
Are you sure that you use the latest Gofer code, because I think I fixed that a while back.
It could be fixed by changing
MCSubDirectoryRepository>>#description
+ Â Â Â ^ directory pathName, FileDirectory slash , '*' - Â Â Â ^ directory pathName, '/*'
The current implementation works because '/' and '\' both are valid path separators on windows. Assuming '/' as path delimiter would cause trouble with MacFileDirectory - but that might be obsolete anyway. So may be the test is too strict?
I bet that breaks the tests on all platforms other than Windows. Lukas -- Lukas Renggli http://www.lukas-renggli.ch