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

commits at source.squeak.org commits at source.squeak.org
Mon Jun 17 11:13:13 UTC 2013


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

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

Name: Tests-fbs.222
Author: fbs
Time: 17 June 2013, 12:12:07.678 pm
UUID: 076fe890-1ec2-44d6-96dc-e6948a310c26
Ancestors: Tests-fbs.221

Fix the dependency tests of the Compression and File packages.

=============== Diff against Tests-fbs.221 ===============

Item was changed:
  ----- Method: PackageDependencyTest>>testCompression (in category 'tests') -----
  testCompression
  	self testPackage: 'Compression' dependsExactlyOn: #(
  		Collections
  		Files
  		Graphics
  		Kernel
  		Multilingual
- 		SUnit
  		System
  		'ToolBuilder-Kernel'
  	).!

Item was changed:
  ----- Method: PackageDependencyTest>>testFiles (in category 'tests') -----
  testFiles
  	self testPackage: 'Files' dependsExactlyOn: #(
  		Collections
  		Compression
- 		Exceptions
  		Graphics
  		Kernel
  		Multilingual
  		System
  		'ToolBuilder-Kernel'
  	).!



More information about the Squeak-dev mailing list