[Seaside] [ANN] SeasideTesting release 1.4 available on SqueakMap and SqueakSource

David Shaffer cdshaffer at acm.org
Tue Sep 26 12:02:53 UTC 2006


Keith Hodges wrote:
> Dan, I loaded in ST1.4 and poked the WACounter's 'test' link, no tests
> worked and when I hit the debug button I got the following walkback.
> Any ideas?
>
> many thanks in advance
>
> Keith
>
Keith,

Darnit.  This is a bug in Kom that has existed for more than a year
now.  I've asked Göran to fix it and even submitted a fix (attached).

David


-------------- next part --------------
'From Squeak3.9gamma of ''23 July 2006'' [latest update: #7060] on 26 September 2006 at 7:59:37 am'!

!HttpRequest methodsFor: 'initialize-release' stamp: 'cds 9/23/2006 00:59'!
initRemoteAddress
	(stream respondsTo: #socket)
		ifTrue: [self remoteAddress: stream socket remoteAddress]! !



More information about the Seaside mailing list