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

commits at source.squeak.org commits at source.squeak.org
Tue Jul 23 09:56:29 UTC 2013


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

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

Name: Tests-fbs.242
Author: fbs
Time: 23 July 2013, 10:55:58.177 am
UUID: fa14c308-8a01-a646-8410-c50bea9c2dbf
Ancestors: Tests-fbs.241

Nothing depends on Exceptions anymore.

=============== Diff against Tests-fbs.241 ===============

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

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

Item was removed:
- ----- Method: PackageDependencyTest>>testExceptions (in category 'tests') -----
- testExceptions
- 	self testPackage: 'Exceptions' dependsExactlyOn: #(
- 		Kernel
- 	).!

Item was changed:
  ----- Method: PackageDependencyTest>>testMorphic (in category 'tests') -----
  testMorphic
  	self testPackage: 'Morphic' dependsExactlyOn: #(
  		Balloon
  		Collections
  		Compiler
  		EToys
- 		Exceptions
  		Files
  		Graphics
  		Kernel
  		Monticello
  		MonticelloConfigurations
  		MorphicExtras
  		Multilingual
  		Network
  		Sound
  		System
  		'ToolBuilder-Kernel'
  		Tools
  		TrueType
  	).!

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

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

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

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



More information about the Packages mailing list