[squeak-dev] The Trunk: Tests-fbs.243.mcz

commits at source.squeak.org commits at source.squeak.org
Tue Jul 23 19:50:29 UTC 2013


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'
  	).!



More information about the Squeak-dev mailing list