The Trunk: Tests-ul.418.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-ul.418.mcz

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

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

Name: Tests-ul.418
Author: ul
Time: 20 September 2019, 1:50:14.464647 am
UUID: 5dd7903f-9ae3-4b29-9d9e-85b879de3049
Ancestors: Tests-mt.417

- updated PackageDependencyTest >> #testMonticello, because Monticello depends on WebClient-Core.

=============== Diff against Tests-mt.417 ===============

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