[Pkg] The Trunk: MorphicTests-ar.18.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Dec 30 16:55:57 UTC 2010


Andreas Raab uploaded a new version of MorphicTests to project The Trunk:
http://source.squeak.org/trunk/MorphicTests-ar.18.mcz

==================== Summary ====================

Name: MorphicTests-ar.18
Author: ar
Time: 30 December 2010, 5:55:31.198 pm
UUID: 06939120-a4b4-f440-b0c3-bfe61fdc899e
Ancestors: MorphicTests-ar.17

Add a test for the default clipRect in a FormCanvas.

=============== Diff against MorphicTests-ar.17 ===============

Item was added:
+ ----- Method: FormCanvasTest>>testDefaultClipRect (in category 'tests') -----
+ testDefaultClipRect
+ 
+ 	self assert: (FormCanvas extent: 222 at 111) clipRect = (0 at 0 corner: 222 at 111).
+ 	self assert: (FormCanvas extent: 2222 at 11) clipRect = (0 at 0 corner: 2222 at 11).
+ 	self assert: (FormCanvas extent: 22222 at 1) clipRect = (0 at 0 corner: 22222 at 1).
+ !



More information about the Packages mailing list