[Pkg] The Trunk: Tests-fbs.259.mcz

commits at source.squeak.org commits at source.squeak.org
Tue Oct 29 11:42:35 UTC 2013


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

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

Name: Tests-fbs.259
Author: fbs
Time: 29 October 2013, 11:41:54.436 am
UUID: d4e7acf9-1bc3-4eec-a229-4de382a2260e
Ancestors: Tests-cmm.258

System now depends on Installer-Core, and Etoys depends on Multilingual.

This implies that Installer-Core is more primitive/fundamental than System.

=============== Diff against Tests-cmm.258 ===============

Item was changed:
  ----- Method: PackageDependencyTest>>testEtoys (in category 'tests') -----
  testEtoys
  	self testPackage: 'EToys' dependsExactlyOn: #(
  		Balloon
  		Collections
  		Compiler
  		Compression
  		Files
  		Graphics
  		Kernel
  		Morphic
  		MorphicExtras
+ 		Multilingual
  		Network
  		PreferenceBrowser
  		Protocols
  		SUnit
  		System
  		'ToolBuilder-Kernel'
  		Tools
  	).!

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



More information about the Packages mailing list