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

commits at source.squeak.org commits at source.squeak.org
Sun Nov 24 12:50:59 UTC 2013


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

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

Name: Tests-fbs.267
Author: fbs
Time: 24 November 2013, 12:47:14.073 pm
UUID: b0bcd815-669d-3442-be10-a12c57c18878
Ancestors: Tests-ul.266

Move LRUCache from System to Collections, because that's a more sensible home.

This also has the nice property that it breaks the Balloon->System dependency.

=============== Diff against Tests-ul.266 ===============

Item was changed:
  ----- Method: PackageDependencyTest>>testBalloon (in category 'tests') -----
  testBalloon
  	self testPackage: 'Balloon' dependsExactlyOn: #(
+ 		Kernel Collections Graphics
- 		Kernel Collections Graphics System
  	).!



More information about the Squeak-dev mailing list