[squeak-dev] The Trunk: Tests-ul.418.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Sep 19 23:51:14 UTC 2019


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



More information about the Squeak-dev mailing list