[squeak-dev] The Inbox: Tests-pre.341.mcz

commits at source.squeak.org commits at source.squeak.org
Thu May 19 15:34:23 UTC 2016


Patrick Rein uploaded a new version of Tests to project The Inbox:
http://source.squeak.org/inbox/Tests-pre.341.mcz

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

Name: Tests-pre.341
Author: pre
Time: 19 May 2016, 5:34:18.672168 pm
UUID: 0209ce70-2b8b-4d53-b743-ed1024d367ea
Ancestors: Tests-eem.340

By moving the PBColorPreferenceView from the EToys package to the PreferenceBrowser package, the PB package now depends on etyos through the UpdatingRectangleMorph. If this is intentional we should make the following modification to the PackageDependencyTests.

=============== Diff against Tests-eem.340 ===============

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



More information about the Squeak-dev mailing list