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

commits at source.squeak.org commits at source.squeak.org
Fri May 3 14:34:00 UTC 2013


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

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

Name: Tests-fbs.203
Author: fbs
Time: 3 May 2013, 3:33:25.703 pm
UUID: 71609b7a-6031-460e-8381-349a5ff51d64
Ancestors: Tests-cwp.202

Update the dependency tests: strict removals of dependencies makes me happy.

=============== Diff against Tests-cwp.202 ===============

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

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
- 		'SmallLand-ColorTheme'
  		'ToolBuilder-Kernel'
  		Tools
  		TrueType
  	).!



More information about the Squeak-dev mailing list