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

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

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

Name: Tests-fbs.274
Author: fbs
Time: 10 December 2013, 9:54:04.905 pm
UUID: e71f6262-a94a-9b4d-8fbf-27da3f89dbc1
Ancestors: Tests-fbs.273

* MorphicExtras -/-> UpdateStream
* System -/-> Monticello

=============== Diff against Tests-fbs.273 ===============

Item was changed:
  ----- Method: PackageDependencyTest>>testMorphicExtras (in category 'tests') -----
  testMorphicExtras
  self testPackage: 'MorphicExtras' dependsExactlyOn: #(
  Balloon
  Collections
  Compiler
  Files
  Graphics
  Kernel
  MonticelloConfigurations
  Morphic
  Multilingual
  Network
  Protocols
  Sound
  System
  'ToolBuilder-Kernel'
  Tools
- UpdateStream
  ).!

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'
  TrueType
  ).!