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

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

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

Name: Tests-fbs.259
Author: fbs
Time: 29 October 2013, 11:41:54.436 am
UUID: d4e7acf9-1bc3-4eec-a229-4de382a2260e
Ancestors: Tests-cmm.258

System now depends on Installer-Core, and Etoys depends on Multilingual.

This implies that Installer-Core is more primitive/fundamental than System.

=============== Diff against Tests-cmm.258 ===============

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

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