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

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

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

Name: Tests-fbs.275
Author: fbs
Time: 11 December 2013, 8:36:00.348 am
UUID: 11b51de5-f7b5-5e4b-9f38-c516ed6242fd
Ancestors: Tests-fbs.274

* MorphicExtras uses Installer-Core to lazily load stuff.
* SUnitGUI needs ToolBuilder-Tests for ToolBuilderTestCase.

=============== Diff against Tests-fbs.274 ===============

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

Item was changed:
  ----- Method: PackageDependencyTest>>testSUnitGUI (in category 'tests') -----
  testSUnitGUI
  self testPackage: 'SUnitGUI' dependsExactlyOn: #(
  Collections
  Graphics
  Kernel
  'PackageInfo-Base'
  SUnit
  System
  'ToolBuilder-Kernel'
+ 'ToolBuilder-Tests'
  Tools
  ).!