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

commits at source.squeak.org commits at source.squeak.org
Wed Dec 11 20:48:02 UTC 2013


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

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

Name: Tests-fbs.275
Author: fbs
Time: 11 December 2013, 8:36:00.348 am
UUID: 11b51de5-f7b5-5e4b-9f38-c516ed6242fd
Ancestors: Tests-fbs.274

* MorphicExtras uses Installer-Core to lazily load stuff.
* SUnitGUI needs ToolBuilder-Tests for ToolBuilderTestCase.

=============== Diff against Tests-fbs.274 ===============

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

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



More information about the Squeak-dev mailing list