The Trunk: Tests-ul.98.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-ul.98.mcz

commits-2
Levente Uzonyi uploaded a new version of Tests to project The Trunk:
http://source.squeak.org/trunk/Tests-ul.98.mcz

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

Name: Tests-ul.98
Author: ul
Time: 28 October 2010, 5:00:12.157 am
UUID: c8633af3-15fd-944f-a1b8-e302330efb7e
Ancestors: Tests-ul.97

- updated PackageDependencyTest, because ShoutCore now depends on Tools

=============== Diff against Tests-ul.97 ===============

Item was changed:
  ----- Method: PackageDependencyTest>>testShoutCore (in category 'tests') -----
  testShoutCore
  self testPackage: 'ShoutCore' dependsExactlyOn: #(
  Collections
  Graphics
  Kernel
  Monticello
  System
  Compiler
+ Tools
  ).!