The Trunk: Tests-ul.413.mcz

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

The Trunk: Tests-ul.413.mcz

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

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

Name: Tests-ul.413
Author: ul
Time: 1 August 2019, 9:51:08.722178 pm
UUID: 1e029922-e849-4e3b-8cd0-f29666968f47
Ancestors: Tests-mt.412

ShoutCore depends on Files and Chronology-Core due to the new #benchmark method of SHParserST80.

=============== Diff against Tests-mt.412 ===============

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


Reply | Threaded
Open this post in threaded view
|

Re: The Trunk: Tests-ul.413.mcz

fniephaus
On Thu, Aug 1, 2019 at 9:51 PM <[hidden email]> wrote:
Levente Uzonyi uploaded a new version of Tests to project The Trunk:
http://source.squeak.org/trunk/Tests-ul.413.mcz

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

Name: Tests-ul.413
Author: ul
Time: 1 August 2019, 9:51:08.722178 pm
UUID: 1e029922-e849-4e3b-8cd0-f29666968f47
Ancestors: Tests-mt.412

ShoutCore depends on Files and Chronology-Core due to the new #benchmark method of SHParserST80.

=============== Diff against Tests-mt.412 ===============

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



Thanks, Levente!