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

commits at source.squeak.org commits at source.squeak.org
Tue Mar 12 22:11:42 UTC 2013


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

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

Name: Tests-fbs.192
Author: fbs
Time: 12 March 2013, 10:11:20.038 pm
UUID: d8f08adf-5340-44a4-b7c6-3c4e70e36c28
Ancestors: Tests-cwp.191

* The new Etoys classes brought new dependencies on Compression and ReleaseBuilder.
* My pulling out of the SmallLand colour schemes is now manifest in System's dependencies (induced via Preferences class >> #smallLand.

=============== Diff against Tests-cwp.191 ===============

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
+ 		SUnit
  		System
  		'ToolBuilder-Kernel'
  		Tools
- 		SUnit
  	).!

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 Packages mailing list