[BUG]UrlTest>>testRoundTripFILE

karl.ramberg at chello.se karl.ramberg at chello.se
Mon Nov 8 21:32:18 UTC 2004


Ned Konz <ned at squeakland.org> wrote:

> On Monday 08 November 2004 8:24 am, karl.ramberg at chello.se wrote:
> > Running the UrlTest I get a failure.
> > FileUrl>>toText will put in a extra slash in all url's on Mac os 8.6 at
> > least.
> > Is this correct behaviour ?
> 
> What do you mean "an extra slash"?
The path is absolute, and I thought a slash in the begining would mean 
up one directory.  
> The URLs you are showing in the stack trace look correct:
> 
> Ê>ÊÊurl: ÊÊÊfile:///Video/Squeak3.8b-6351%20Folder/xxx.st
> Ê
> What are you seeing that's different from that?
> 
> Why does the test fail?
The file path name is  'Video:Squeak3.8b-6351 Folder:xxx.st' but
after FileUrl>>absoluteFromText: it reads
 ':Video:Squeak3.8b-6351 Folder:xxx.st'
Karl



More information about the Squeak-dev mailing list