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

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

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

Name: Tests-fbs.272
Author: fbs
Time: 8 December 2013, 6:38:47.891 pm
UUID: fb637b14-571c-b644-8057-1d7e59e90217
Ancestors: Tests-fbs.271

* Morphic -/-> ToolBuilderTests
* SUnitGUI -/-> ToolBuilderTests.

=============== Diff against Tests-fbs.271 ===============

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

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