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

commits at source.squeak.org commits at source.squeak.org
Wed Jan 2 11:26:05 UTC 2013


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

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

Name: Tests-fbs.179
Author: fbs
Time: 2 January 2013, 11:25:32.496 am
UUID: bda17be6-c887-4d49-b0a6-91bdcad760f1
Ancestors: Tests-fbs.178

Update PackageDependencyTest to reflect the new relationships between Environments and other packages.

=============== Diff against Tests-fbs.178 ===============

Item was changed:
  ----- Method: PackageDependencyTest>>testKernel (in category 'tests') -----
  testKernel
  	self testPackage: 'Kernel' dependsExactlyOn: #(
  		Collections
  		Compiler
  		Compression
+ 		Environments
  		Exceptions
  		Files
  		Graphics
  		MorphicExtras
  		Multilingual
  		System
  		'ToolBuilder-Kernel'
  		Tools
  		Traits
  	).!

Item was changed:
  ----- Method: PackageDependencyTest>>testSystem (in category 'tests') -----
  testSystem
  	self testPackage: 'System' dependsExactlyOn: #(
  		Collections
  		Compiler
  		Compression
+ 		Environments
  		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