The Trunk: Tests-pre.341.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: Tests-pre.341.mcz

commits-2
Nicolas Cellier uploaded a new version of Tests to project The Trunk:
http://source.squeak.org/trunk/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
  ).!