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

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

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

Name: Tests-fbs.214
Author: fbs
Time: 18 May 2013, 11:57:17.511 pm
UUID: ed7954ff-8257-4ced-bbbb-defd5cf88133
Ancestors: Tests-fbs.213

Update the package dependency tests. Note that System always transitively depended on EToys (because System -> GetText -> EToys).

Note that the cause of the dependency - TextDomainManager class >> #allMethodsWithTranslations (which uses EToyVocabular) - is only sent from TextDomainManager class >> #updateDomainOfAllMethodsWithTranslations, which has no senders in the core image.

=============== Diff against Tests-fbs.213 ===============

Item was changed:
  ----- Method: PackageDependencyTest>>testMorphicExtras (in category 'tests') -----
  testMorphicExtras
  self testPackage: 'MorphicExtras' dependsExactlyOn: #(
  Balloon
  Collections
  Compiler
  Exceptions
  Files
  Graphics
  Kernel
  Morphic
  Network
+ Protocols
  Sound
  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
- GetText
  Graphics
  Kernel
  Monticello
  MonticelloConfigurations
  Morphic
  MorphicExtras
  Multilingual
  Network
  'PackageInfo-Base'
- Protocols
  Sound
  'ToolBuilder-Kernel'
  Tools
  TrueType
  ).!