[BUG]UrlTest>>testRoundTripFILE

karl.ramberg at chello.se karl.ramberg at chello.se
Mon Nov 8 16:24:10 UTC 2004


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 ? 
Karl 

8 November 2004 5:19:43 pm

VM: Mac OS - a SmalltalkImage
Image: Squeak3.8beta [latest update: #6351]

SecurityManager state:
Restricted: false
FileAccess: true
SocketAccess: true
Working Dir Video:Squeak3.8b-6351 Folder
Trusted Dir Video:Squeak3.8b-6351 Folder
Untrusted Dir HD:Systemmapp:PrograminstŠllningar:Squeak:Internet:My
Squeak

UrlTest>>testRoundTripFILE
	Receiver: UrlTest>>#testRoundTripFILE
	Arguments and temporary variables: 
		fileName: 	'Video:Squeak3.8b-6351 Folder:xxx.st'
	Receiver's instance variables: 
		testSelector: 	#testRoundTripFILE
		url: 	file:///Video/Squeak3.8b-6351%20Folder/xxx.st
		baseUrl: 	nil
		expected: 	nil
		string: 	nil

UrlTest(TestCase)>>performTest
	Receiver: UrlTest>>#testRoundTripFILE
	Arguments and temporary variables: 

	Receiver's instance variables: 
		testSelector: 	#testRoundTripFILE
		url: 	file:///Video/Squeak3.8b-6351%20Folder/xxx.st
		baseUrl: 	nil
		expected: 	nil
		string: 	nil

[] in UrlTest(TestCase)>>openDebuggerOnFailingTestMethod: {[self
performTest]}
	Arguments and temporary variables: 
		semaphore: 	a Semaphore(a Process in [] in
UrlTest(TestCase)>>debugAsFailure {[s...etc...
		guineaPig: 	a Process in UrlTest>>testRoundTripFILE
		context: 	[] in BlockContext>>newProcess {[self value.  Processor
terminateActiv...etc...
		compiledMethod: 	a CompiledMethod (1426)
		debugger: 	a TestCaseDebugger

[] in BlockContext>>newProcess {[self value.  Processor
terminateActive]}
	Arguments and temporary variables: 


--- The full stack ---
UrlTest>>testRoundTripFILE
UrlTest(TestCase)>>performTest
[] in UrlTest(TestCase)>>openDebuggerOnFailingTestMethod: {[self
performTest]}
[] in BlockContext>>newProcess {[self value.  Processor
terminateActive]}



More information about the Squeak-dev mailing list