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

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

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

Name: Tests-fbs.179
Author: fbs
Time: 2 January 2013, 11:25:32.496 am
UUID: bda17be6-c887-4d49-b0a6-91bdcad760f1
Ancestors: Tests-fbs.178

Update PackageDependencyTest to reflect the new relationships between Environments and other packages.

=============== Diff against Tests-fbs.178 ===============

Item was changed:
  ----- Method: PackageDependencyTest>>testKernel (in category 'tests') -----
  testKernel
  self testPackage: 'Kernel' dependsExactlyOn: #(
  Collections
  Compiler
  Compression
+ Environments
  Exceptions
  Files
  Graphics
  MorphicExtras
  Multilingual
  System
  'ToolBuilder-Kernel'
  Tools
  Traits
  ).!

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