[FIX] TextMorphInitFix-nk ( [er][et][su] Thanks Joel! )

Marcus Denker marcus at ira.uka.de
Sat Nov 15 10:14:34 CET 2003


Am 15.11.2003 um 02:20 schrieb ned at squeakland.org:

>
> Great to see another volunteer here!
>

Yes! Tests for this kind of problems are a real nice
contribution.

I allready added your test to the Tests-Collection
(BaseImageTests on SqueakMap).

I changed it a little:

testInitialize
	"For now, just make sure initialization doesn't throw exception"

	self shouldnt: [TextMorph initialize] raise: Error.


This communicates better what you expect (that the error
should not happen). And we get a failing test, instead
of an error.

    thanks,

              Marcus

--
Marcus Denker marcus at ira.uka.de



More information about the Squeak-harvest mailing list