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

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

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

Name: Tests-fbs.203
Author: fbs
Time: 3 May 2013, 3:33:25.703 pm
UUID: 71609b7a-6031-460e-8381-349a5ff51d64
Ancestors: Tests-cwp.202

Update the dependency tests: strict removals of dependencies makes me happy.

=============== Diff against Tests-cwp.202 ===============

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

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
- 'SmallLand-ColorTheme'
  'ToolBuilder-Kernel'
  Tools
  TrueType
  ).!