The Trunk: Tests-fbs.243.mcz

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

The Trunk: Tests-fbs.243.mcz

commits-2
Frank Shearar uploaded a new version of Tests to project The Trunk:
http://source.squeak.org/trunk/Tests-fbs.243.mcz

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

Name: Tests-fbs.243
Author: fbs
Time: 23 July 2013, 8:50:12.904 pm
UUID: e1f01437-4304-ee41-9077-0fc916114ef1
Ancestors: Tests-fbs.242

Graphics -/-> TrueType, Graphics -/-> Morphic.

TrueType -> Multilingual because of HostFont class >> #initForSubtitles. Don't really like that.

=============== Diff against Tests-fbs.242 ===============

Item was changed:
  ----- Method: PackageDependencyTest>>testGraphics (in category 'tests') -----
  testGraphics
  self testPackage: 'Graphics' dependsExactlyOn: #(
  Collections
  Compression
  Files
  Kernel
- Morphic
  Multilingual
  System
  'ToolBuilder-Kernel'
- TrueType
  ).!

Item was changed:
  ----- Method: PackageDependencyTest>>testTrueType (in category 'tests') -----
  testTrueType
  self testPackage: 'TrueType' dependsExactlyOn: #(
  Collections
  Balloon
  Files
  Graphics
  Kernel
+ Multilingual
  System
  'ToolBuilder-Kernel'
  ).!