[squeak-dev] The Trunk: Tests-ct.474.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Jan 20 00:05:53 UTC 2022


Christoph Thiede uploaded a new version of Tests to project The Trunk:
http://source.squeak.org/trunk/Tests-ct.474.mcz

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

Name: Tests-ct.474
Author: ct
Time: 20 January 2022, 1:05:46.926265 am
UUID: e4739038-36d0-4644-afef-c321a9386080
Ancestors: Tests-ct.473

Fixes two package dependency tests:

* Collections no longer depends on ToolBuilder-Kernel, but on System (RealEstateAgent scaleFactor & Project uiManager)
* Monticello no longer depends on Services-Base

=============== Diff against Tests-ct.473 ===============

Item was changed:
  ----- Method: PackageDependencyTest>>testCollections (in category 'tests') -----
  testCollections
  	self testPackage: #Collections dependsExactlyOn: #(
  		#'Chronology-Core'
  		Compiler
  		Kernel
  		Files
  		Graphics
  		Multilingual
+ 		System
- 		#'ToolBuilder-Kernel'
  	).!

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'
  	).!



More information about the Squeak-dev mailing list