The Trunk: Tests-mt.417.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-mt.417.mcz

commits-2
Marcel Taeumel uploaded a new version of Tests to project The Trunk:
http://source.squeak.org/trunk/Tests-mt.417.mcz

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

Name: Tests-mt.417
Author: mt
Time: 17 September 2019, 5:15:04.516388 pm
UUID: 1ee75f5f-a0eb-4d4a-8324-d4510e7c3c5f
Ancestors: Tests-nice.416

Fix and document package-dependency tests.

=============== Diff against Tests-nice.416 ===============

Item was changed:
  ----- Method: PackageDependencyTest>>testMorphic (in category 'tests') -----
  testMorphic
  self testPackage: #Morphic dependsExactlyOn: #(
  Balloon
  #'Chronology-Core'
  Collections
  Compiler
  Compression
  EToys
  Files
  Graphics
+ 'Installer-Core' "Because of TheWorldMainDockingBar's install feature ..."
- Installer
  Kernel
  Monticello
  MonticelloConfigurations
  MorphicExtras
  Multilingual
  Network
  Sound
  System
  SystemReporter
  #'ToolBuilder-Kernel'
  #'ToolBuilder-Morphic'
  Tools
  TrueType
  ).!

Item was changed:
  ----- Method: PackageDependencyTest>>testPreferenceBrowser (in category 'tests') -----
  testPreferenceBrowser
  self testPackage: #PreferenceBrowser dependsExactlyOn: #(
  #'Chronology-Core'
  Collections
  Graphics
  Kernel
  Morphic
  MorphicExtras
  System
  Tools
  #'ToolBuilder-Morphic' "Work in progress. Should become ToolBuilder --pre"
+
+ 'Installer-Core' "Because preference wizard can install extra packages."
+ SUnit "Because preference wizard needs to check for an internet connection."
+ MonticelloConfigurations "Because preference wizard needs to start update silently."
  ).!