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

commits at source.squeak.org commits at source.squeak.org
Tue Dec 10 21:54:29 UTC 2013


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

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

Name: Tests-fbs.274
Author: fbs
Time: 10 December 2013, 9:54:04.905 pm
UUID: e71f6262-a94a-9b4d-8fbf-27da3f89dbc1
Ancestors: Tests-fbs.273

* MorphicExtras -/-> UpdateStream
* System -/-> Monticello

=============== Diff against Tests-fbs.273 ===============

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

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



More information about the Squeak-dev mailing list