The Trunk: Tests-fbs.155.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: Tests-fbs.155.mcz

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

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

Name: Tests-fbs.155
Author: fbs
Time: 5 August 2012, 7:37:18.228 pm
UUID: 7b5c4063-87a1-4b7e-9e73-656124819a05
Ancestors: Tests-nice.154, Tests-fbs.153

Update the dependencies of the Multilingual and System packages. If these are unanticipated/unwanted, raise a Mantis report! This change merely brings the tests back in line with reality.

=============== Diff against Tests-nice.154 ===============

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

Item was changed:
  ----- Method: PackageDependencyTest>>testSystem (in category 'tests') -----
  testSystem
  self testPackage: 'System' dependsExactlyOn: #(
  Collections
  Compiler
  Compression
  Exceptions
  Files
+ GetText
  Graphics
  Kernel
  Monticello
  MonticelloConfigurations
  Morphic
  MorphicExtras
  Multilingual
  Network
  'PackageInfo-Base'
+ Protocols
  Sound
  'ToolBuilder-Kernel'
  Tools
  TrueType
  ).!


Reply | Threaded
Open this post in threaded view
|

Re: The Trunk: Tests-fbs.155.mcz

Frank Shearar-3
On 5 August 2012 20:02,  <[hidden email]> wrote:

> Frank Shearar uploaded a new version of Tests to project The Trunk:
> http://source.squeak.org/trunk/Tests-fbs.155.mcz
>
> ==================== Summary ====================
>
> Name: Tests-fbs.155
> Author: fbs
> Time: 5 August 2012, 7:37:18.228 pm
> UUID: 7b5c4063-87a1-4b7e-9e73-656124819a05
> Ancestors: Tests-nice.154, Tests-fbs.153
>
> Update the dependencies of the Multilingual and System packages. If these are unanticipated/unwanted, raise a Mantis report! This change merely brings the tests back in line with reality.
>
> =============== Diff against Tests-nice.154 ===============

I hadn't noticed Nicolas & Colin's Tests commits. This just remerges things.

frank