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

commits at source.squeak.org commits at source.squeak.org
Fri Jun 14 13:28:13 UTC 2013


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

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

Name: Tests-fbs.221
Author: fbs
Time: 14 June 2013, 2:27:06.905 pm
UUID: 669babc7-ffe9-4bd0-9e86-c9d0323123fe
Ancestors: Tests-fbs.220

By pushing the real kernel of the Exception hierarchy into Kernel, a whole pile of packages no longer depend on Exception.

=============== Diff against Tests-fbs.220 ===============

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

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

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

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

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>>testMonticello (in category 'tests') -----
  testMonticello
  	self testPackage: 'Monticello' dependsExactlyOn: #(
  		Collections
  		Compiler
  		Compression
- 		Exceptions
  		Files
  		Graphics
  		Kernel
  		Morphic
  		Multilingual
  		Network
  		'PackageInfo-Base'
  		System
  		'ToolBuilder-Kernel'
  		Tools
  	).!

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

Item was changed:
  ----- Method: PackageDependencyTest>>testPreferenceBrowser (in category 'tests') -----
  testPreferenceBrowser
  	self testPackage: 'PreferenceBrowser' dependsExactlyOn: #(
  		Collections
  		EToys
- 		Exceptions
  		Graphics
  		Kernel
  		Morphic
  		MorphicExtras
  		System
  		Tools
  	).!

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

Item was changed:
  ----- Method: PackageDependencyTest>>testSUnit (in category 'tests') -----
  testSUnit
  	self testPackage: 'SUnit' dependsExactlyOn: #(
  		Collections
- 		Exceptions
  		Kernel
  		System
  	).!

Item was changed:
  ----- Method: PackageDependencyTest>>testSUnitGUI (in category 'tests') -----
  testSUnitGUI
  	self testPackage: 'SUnitGUI' dependsExactlyOn: #(
  		Collections
- 		Exceptions
  		Graphics
  		Kernel
  		'PackageInfo-Base'
  		SUnit
  		System
  		'ToolBuilder-Kernel'
  		Tools
  	).!

Item was changed:
  ----- Method: PackageDependencyTest>>testServices (in category 'tests') -----
  testServices
  	self testPackage: 'Services-Base' dependsExactlyOn: #(
  		Collections
  		Compiler
- 		Exceptions
  		Graphics
  		Kernel
  		Morphic
  		'PackageInfo-Base'
  		PreferenceBrowser
  		System
  		'ToolBuilder-Kernel'
  		Tools
  	).!

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

Item was changed:
  ----- Method: PackageDependencyTest>>testTraits (in category 'tests') -----
  testTraits
  	self testPackage: 'Traits' dependsExactlyOn: #(
  		Collections
  		Compiler
- 		Exceptions
  		Files
  		Kernel
  		Monticello
  		System
  	).!

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



More information about the Squeak-dev mailing list