The Trunk: ST80Tests-ul.3.mcz

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

The Trunk: ST80Tests-ul.3.mcz

commits-2
Levente Uzonyi uploaded a new version of ST80Tests to project The Trunk:
http://source.squeak.org/trunk/ST80Tests-ul.3.mcz

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

Name: ST80Tests-ul.3
Author: ul
Time: 4 April 2016, 12:26:28.947219 am
UUID: b6c621d7-736d-4e65-9c1e-4f857991d1d2
Ancestors: ST80Tests-nice.2

- noted the dependency on Chronology-Core

=============== Diff against ST80Tests-nice.2 ===============

Item was changed:
  ----- Method: ST80PackageDependencyTest>>testST80 (in category 'as yet unclassified') -----
  testST80
+ self testPackage: #ST80 dependsExactlyOn: #(
+ #'Chronology-Core'
- self testPackage: 'ST80' dependsExactlyOn: #(
  Collections
  Compiler
  Files
  Graphics
  Kernel
  Morphic
  Multilingual
  Network
  SUnit
  System
+ #'ToolBuilder-Kernel'
- 'ToolBuilder-Kernel'
  Tools
  ).!