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

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

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

Name: Tests-fbs.199
Author: fbs
Time: 12 April 2013, 12:12:02.628 pm
UUID: ed51bab9-dbad-49c7-853f-a2e5f40a52d9
Ancestors: Tests-fbs.198

Adding an Etoys->ST80 dependency isn't harmful, so we just update the expected dependency graph.

=============== Diff against Tests-fbs.198 ===============

Item was changed:
  ----- Method: PackageDependencyTest>>testEtoys (in category 'tests') -----
  testEtoys
  self testPackage: 'EToys' dependsExactlyOn: #(
  Balloon
  Collections
  Compiler
  Compression
  Exceptions
  Files
  Graphics
  Kernel
  Morphic
  MorphicExtras
  Network
  Protocols
  ReleaseBuilder
+ ST80
  SUnit
  System
  'ToolBuilder-Kernel'
  Tools
  ).!