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

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

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

Name: Tests-fbs.233
Author: fbs
Time: 3 July 2013, 11:36:59.578 pm
UUID: 593bb046-d068-1048-bb20-0f8aedfa493f
Ancestors: Tests-fbs.232

MorphicExtras now depends directly on Multilingual.

=============== Diff against Tests-fbs.232 ===============

Item was changed:
  ----- Method: PackageDependencyTest>>testMorphicExtras (in category 'tests') -----
  testMorphicExtras
  self testPackage: 'MorphicExtras' dependsExactlyOn: #(
  Balloon
  Collections
  Compiler
  Exceptions
  Files
  Graphics
  Kernel
  Morphic
+ Multilingual
  Network
  Protocols
  Sound
  System
  'ToolBuilder-Kernel'
  Tools
  ).!

Item was changed:
  ----- Method: PackageDependencyTest>>testST80 (in category 'tests') -----
  testST80
  self testPackage: 'ST80' dependsExactlyOn: #(
  Collections
  Compiler
  Files
  Graphics
  Kernel
  Morphic
  Multilingual
  Network
  SUnit
  System
  'ToolBuilder-Kernel'
  Tools
  ).!