The Trunk: Tests-fbs.268.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.268.mcz

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

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

Name: Tests-fbs.268
Author: fbs
Time: 25 November 2013, 10:27:11.614 pm
UUID: 4c39cb66-9d4f-dc41-b039-6c2d5098093e
Ancestors: Tests-fbs.267

ShoutCore now depends on Environments.

=============== Diff against Tests-fbs.267 ===============

Item was changed:
  ----- Method: PackageDependencyTest>>testShoutCore (in category 'tests') -----
  testShoutCore
  self testPackage: 'ShoutCore' dependsExactlyOn: #(
  Collections
+ Environments
  Graphics
  Kernel
  Monticello
  System
  Compiler
  Tools
  ).!