Thanks for that...this really helps

stéphane ducasse ducasse at iam.unibe.ch
Thu Sep 30 17:58:20 UTC 2004


testAsInteger
	self assert: '1796exportFixes-tkMX' asInteger = 1796.
	self assert: 'donald' asInteger isNil.
	self assert: 'abc234def567' asInteger = 234.
	self assert: '-94' asInteger = -94.
	self assert: 'foo-bar-92' asInteger = -92


I can tell you that this is stupid but it helps....
I hope that markus will set up the testserver up and running again soon
because this would be nice to have it with the unstable stream (thanks 
markus you are cool).

Stef




More information about the Squeak-dev mailing list