The Trunk: MorphicTests-mt.52.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: MorphicTests-mt.52.mcz

commits-2
Marcel Taeumel uploaded a new version of MorphicTests to project The Trunk:
http://source.squeak.org/trunk/MorphicTests-mt.52.mcz

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

Name: MorphicTests-mt.52
Author: mt
Time: 17 September 2019, 7:12:46.451158 pm
UUID: c6621dc5-cbdb-7840-848f-cb7ac8f20aa4
Ancestors: MorphicTests-mt.51

Minor update in scroll-bar tests.

=============== Diff against MorphicTests-mt.51 ===============

Item was changed:
  ----- Method: ScrollPaneTest>>refresh (in category 'running') -----
  refresh
- "Since there is now direct communication between the content and the scroll pane, re-layouting as to be explicit."
 
+ sut fullBounds. !
- sut
- resizeScrollBars;
- resizeScroller;
- setScrollDeltas.
- !