Failed
windows-32 / Tests-windows-32 / Windows32.Glamour.Tests.Morphic.GLMTabulatorMorphicTest.testSizeAndSpan (from Glamour-Tests-Morphic)
Error Message
Got 297.0 instead of 431.0.
Stacktrace
GLMTabulatorMorphicTest(TestAsserter)>>assert:description: GLMTabulatorMorphicTest(TestAsserter)>>assert:equals: [ :ext | window extent: ext. World doOneCycle. panes := window submorphs last submorphs last: 3. heights := panes collect: [ :each | each height + 2 ]. self assert: panes first owner height equals: heights sum. self assert: panes last bottom + 1 equals: panes first owner bottom. self assert: heights second equals: 80. self assert: (heights first - ((heights sum - 80) / 3 * 2)) abs <= 1. self assert: (heights last - ((heights sum - 80) / 3)) abs <= 1 ] in GLMTabulatorMorphicTest>>testSizeAndSpan Array(SequenceableCollection)>>do: GLMTabulatorMorphicTest>>testSizeAndSpan GLMTabulatorMorphicTest(TestCase)>>performTest