The Trunk: Tests-nice.143.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-nice.143.mcz

commits-2
Nicolas Cellier uploaded a new version of Tests to project The Trunk:
http://source.squeak.org/trunk/Tests-nice.143.mcz

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

Name: Tests-nice.143
Author: nice
Time: 21 February 2012, 9:30:31.306 pm
UUID: a5d77cf3-e35f-48e2-b45b-7c5c8b3d29bb
Ancestors: Tests-nice.142

Change PackageDependencyTest>>testMorphic
to reflect that Morphic does not seem to depend on ST80 anymore

=============== Diff against Tests-nice.142 ===============

Item was changed:
  ----- Method: PackageDependencyTest>>testMorphic (in category 'tests') -----
  testMorphic
  self testPackage: 'Morphic' dependsExactlyOn: #(
  Balloon
  Collections
  Compiler
  EToys
  Exceptions
  Files
  Graphics
  Kernel
  Monticello
  MonticelloConfigurations
  MorphicExtras
  Multilingual
  Network
- ST80
  Sound
  System
  'ToolBuilder-Kernel'
  'ToolBuilder-Morphic'
  Tools
  TrueType
  ).!