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

commits at source.squeak.org commits at source.squeak.org
Sun Aug 5 17:54:03 UTC 2012


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

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

Name: Tests-fbs.153
Author: fbs
Time: 26 July 2012, 11:03:10.766 am
UUID: 8575eb9d-3aad-45e4-93f4-f32186a90e97
Ancestors: Tests-bf.152

Update the dependencies of the Multilingual and System packages. If these are unanticipated/unwanted, raise a Mantis report! This change merely brings the tests back in line with reality.

=============== Diff against Tests-bf.152 ===============

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

Item was changed:
  ----- Method: PackageDependencyTest>>testSystem (in category 'tests') -----
  testSystem
  	self testPackage: 'System' dependsExactlyOn: #(
  		Collections
  		Compiler
  		Compression
  		Exceptions
  		Files
+ 		GetText
  		Graphics
  		Kernel
  		Monticello
  		MonticelloConfigurations
  		Morphic
  		MorphicExtras
  		Multilingual
  		Network
  		'PackageInfo-Base'
+ 		Protocols
  		Sound
  		'ToolBuilder-Kernel'
  		Tools
  		TrueType
  	).!



More information about the Squeak-dev mailing list