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

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

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

Name: Tests-fbs.278
Author: fbs
Time: 20 December 2013, 12:00:29.271 pm
UUID: c203b113-d6df-6d43-b19e-a0ba8322a0a3
Ancestors: Tests-nice.277

Monticello now depends on Environments, because Monticello can now (thanks, Chris Muller!) load an MCZ into an Environment.

=============== Diff against Tests-nice.277 ===============

Item was changed:
  ----- Method: PackageDependencyTest>>testMonticello (in category 'tests') -----
  testMonticello
  self testPackage: 'Monticello' dependsExactlyOn: #(
  Collections
  Compiler
  Compression
+ Environments
  Files
  Graphics
  Kernel
  Morphic
  Multilingual
  Network
  'PackageInfo-Base'
  'Services-Base'
  System
  'ToolBuilder-Kernel'
  Tools
  ).!


Reply | Threaded
Open this post in threaded view
|

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

Chris Muller-3
Thanks Frank.

On Fri, Dec 20, 2013 at 6:00 AM,  <[hidden email]> wrote:

> Frank Shearar uploaded a new version of Tests to project The Trunk:
> http://source.squeak.org/trunk/Tests-fbs.278.mcz
>
> ==================== Summary ====================
>
> Name: Tests-fbs.278
> Author: fbs
> Time: 20 December 2013, 12:00:29.271 pm
> UUID: c203b113-d6df-6d43-b19e-a0ba8322a0a3
> Ancestors: Tests-nice.277
>
> Monticello now depends on Environments, because Monticello can now (thanks, Chris Muller!) load an MCZ into an Environment.
>
> =============== Diff against Tests-nice.277 ===============
>
> Item was changed:
>   ----- Method: PackageDependencyTest>>testMonticello (in category 'tests') -----
>   testMonticello
>         self testPackage: 'Monticello' dependsExactlyOn: #(
>                 Collections
>                 Compiler
>                 Compression
> +               Environments
>                 Files
>                 Graphics
>                 Kernel
>                 Morphic
>                 Multilingual
>                 Network
>                 'PackageInfo-Base'
>                 'Services-Base'
>                 System
>                 'ToolBuilder-Kernel'
>                 Tools
>         ).!
>
>