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

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

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

Name: Tests-fbs.222
Author: fbs
Time: 17 June 2013, 12:12:07.678 pm
UUID: 076fe890-1ec2-44d6-96dc-e6948a310c26
Ancestors: Tests-fbs.221

Fix the dependency tests of the Compression and File packages.

=============== Diff against Tests-fbs.221 ===============

Item was changed:
  ----- Method: PackageDependencyTest>>testCompression (in category 'tests') -----
  testCompression
  self testPackage: 'Compression' dependsExactlyOn: #(
  Collections
  Files
  Graphics
  Kernel
  Multilingual
- SUnit
  System
  'ToolBuilder-Kernel'
  ).!

Item was changed:
  ----- Method: PackageDependencyTest>>testFiles (in category 'tests') -----
  testFiles
  self testPackage: 'Files' dependsExactlyOn: #(
  Collections
  Compression
- Exceptions
  Graphics
  Kernel
  Multilingual
  System
  'ToolBuilder-Kernel'
  ).!