The Trunk: Tests-fbs.267.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: Tests-fbs.267.mcz

commits-2
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
  ).!