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

commits at source.squeak.org commits at source.squeak.org
Sun Dec 8 18:39:56 UTC 2013


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

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

Name: Tests-fbs.272
Author: fbs
Time: 8 December 2013, 6:38:47.891 pm
UUID: fb637b14-571c-b644-8057-1d7e59e90217
Ancestors: Tests-fbs.271

* Morphic -/-> ToolBuilderTests
* SUnitGUI -/-> ToolBuilderTests.

=============== Diff against Tests-fbs.271 ===============

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

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



More information about the Squeak-dev mailing list