[squeak-dev] The Trunk: ST80Tests-pre.4.mcz

commits at source.squeak.org commits at source.squeak.org
Thu May 19 09:31:52 UTC 2016


Patrick Rein uploaded a new version of ST80Tests to project The Trunk:
http://source.squeak.org/trunk/ST80Tests-pre.4.mcz

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

Name: ST80Tests-pre.4
Author: pre
Time: 19 May 2016, 11:31:47.505052 am
UUID: 5fdce0f2-ef8e-054b-99ce-5178af9ee632
Ancestors: ST80Tests-ul.3

Fixes a test for the ST80 package which asserts the packages the ST80 package depends on. Adds Monticello to the list as it is now needed for the unloading capabilities

=============== Diff against ST80Tests-ul.3 ===============

Item was changed:
  ----- Method: ST80PackageDependencyTest>>testST80 (in category 'as yet unclassified') -----
  testST80
  	self testPackage: #ST80 dependsExactlyOn: #(
  		#'Chronology-Core'
  		Collections
  		Compiler
  		Files
  		Graphics
  		Kernel
  		Morphic
  		Multilingual
  		Network
  		SUnit
  		System
  		#'ToolBuilder-Kernel'
  		Tools
+ 		Monticello
  	).!



More information about the Squeak-dev mailing list