[squeak-dev] The Trunk: ST80Tests-ul.3.mcz

commits at source.squeak.org commits at source.squeak.org
Sun Apr 3 22:26:42 UTC 2016


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



More information about the Squeak-dev mailing list