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

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

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

Name: Tests-fbs.218
Author: fbs
Time: 31 May 2013, 9:34:29.548 pm
UUID: 20f54ec5-3d38-4313-b0a3-0d7a54260449
Ancestors: Tests-fbs.217

Update the dependency tests to reflect the new state of the world.

=============== Diff against Tests-fbs.217 ===============

Item was changed:
  ----- Method: PackageDependencyTest>>testMonticello (in category 'tests') -----
  testMonticello
  self testPackage: 'Monticello' dependsExactlyOn: #(
  Collections
  Compiler
  Compression
  Exceptions
  Files
  Graphics
  Kernel
  Morphic
+ Multilingual
  Network
  'PackageInfo-Base'
  System
  'ToolBuilder-Kernel'
- 'ToolBuilder-Morphic'
  Tools
  ).!

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
  Sound
  System
  'ToolBuilder-Kernel'
- 'ToolBuilder-Morphic'
  Tools
  TrueType
  ).!

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

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

Item was removed:
- ----- Method: PackageDependencyTest>>testToolBuilderMVC (in category 'tests') -----
- testToolBuilderMVC
- self testPackage: 'ToolBuilder-MVC' dependsExactlyOn: #(
- Collections
- Graphics
- ST80
- 'ToolBuilder-Kernel'
- Tools
- ).!

Item was removed:
- ----- Method: PackageDependencyTest>>testToolBuilderMorphic (in category 'tests') -----
- testToolBuilderMorphic
- self testPackage: 'ToolBuilder-Morphic' dependsExactlyOn: #(
- Collections
- Exceptions
- Graphics
- Kernel
- Morphic
- System
- 'ToolBuilder-Kernel'
- Tools
- ).!

Item was removed:
- ----- Method: PackageDependencyTest>>testToolBuilderSUnit (in category 'tests') -----
- testToolBuilderSUnit
- self testPackage: 'ToolBuilder-SUnit' dependsExactlyOn: #(
- Collections
- Exceptions
- Kernel
- 'ToolBuilder-Kernel'
- ).!