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

commits at source.squeak.org commits at source.squeak.org
Wed Jul 3 22:37:25 UTC 2013


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

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

Name: Tests-fbs.233
Author: fbs
Time: 3 July 2013, 11:36:59.578 pm
UUID: 593bb046-d068-1048-bb20-0f8aedfa493f
Ancestors: Tests-fbs.232

MorphicExtras now depends directly on Multilingual.

=============== Diff against Tests-fbs.232 ===============

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>>testST80 (in category 'tests') -----
  testST80
  	self testPackage: 'ST80' dependsExactlyOn: #(
  		Collections
  		Compiler
  		Files
  		Graphics
  		Kernel
  		Morphic
  		Multilingual
  		Network
  		SUnit
  		System
  		'ToolBuilder-Kernel'
  		Tools
  	).!



More information about the Packages mailing list