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

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

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

Name: Tests-fbs.271
Author: fbs
Time: 7 December 2013, 8:14:41.442 pm
UUID: 3828fe35-e2e0-6a45-806a-639e2a1b097f
Ancestors: Tests-fbs.270

Update the new world order of package dependencies.

=============== Diff against Tests-fbs.270 ===============

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

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

Item was changed:
  ----- Method: PackageDependencyTest>>testSUnitGUI (in category 'tests') -----
  testSUnitGUI
  self testPackage: 'SUnitGUI' dependsExactlyOn: #(
  Collections
  Graphics
  Kernel
  'PackageInfo-Base'
  SUnit
  System
  'ToolBuilder-Kernel'
+ ToolBuilderTests
  Tools
  ).!

Item was changed:
  ----- Method: PackageDependencyTest>>testToolBuilder (in category 'tests') -----
  testToolBuilder
  self testPackage: 'ToolBuilder-Kernel' dependsExactlyOn: #(
  Collections
  Files
- Graphics
  Kernel
- SUnit
  System
  ).!