[squeak-dev] The Trunk: Tests-ul.138.mcz

commits at source.squeak.org commits at source.squeak.org
Fri Dec 9 11:25:45 UTC 2011


Levente Uzonyi uploaded a new version of Tests to project The Trunk:
http://source.squeak.org/trunk/Tests-ul.138.mcz

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

Name: Tests-ul.138
Author: ul
Time: 9 December 2011, 12:12:57.266 pm
UUID: 24b1bec5-1d68-8d44-8af3-b5a7a79b92ab
Ancestors: Tests-dtl.137

Updated PackageDependencyTest to reflect the current status.

=============== Diff against Tests-dtl.137 ===============

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

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

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

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>>testToolBuilderMVC (in category 'tests') -----
  testToolBuilderMVC
  	self testPackage: 'ToolBuilder-MVC' dependsExactlyOn: #(
  		Collections
- 		Exceptions
  		Graphics
  		ST80
  		'ToolBuilder-Kernel'
  		Tools
  	).!

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




More information about the Squeak-dev mailing list