[squeak-dev] The Trunk: MorphicTests-ar.9.mcz

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

[squeak-dev] The Trunk: MorphicTests-ar.9.mcz

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

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

Name: MorphicTests-ar.9
Author: ar
Time: 18 September 2009, 10:01:40 am
UUID: 58fb4909-aa22-9c49-a04a-19b5a36cb56b
Ancestors: MorphicTests-ar.8

Project refactoring: Use MorphicProjects.

=============== Diff against MorphicTests-ar.8 ===============

Item was changed:
  ----- Method: MorphTest>>getWorld (in category 'initialize-release') -----
  getWorld
  ^ world
+ ifNil: [world := MorphicProject new world]!
- ifNil: [world := Project newMorphic world]!