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

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

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

Name: Tests-ul.338
Author: ul
Time: 3 April 2016, 4:18:16.318046 am
UUID: 512a1174-e020-4178-8a84-f0e3403d9794
Ancestors: Tests-ul.337

PackageDependencyTest changes:
- added Chronology-Core
- use symbols for package names

=============== Diff against Tests-ul.337 ===============

Item was changed:
  ----- Method: PackageDependencyTest>>testBalloon (in category 'tests') -----
  testBalloon
  self testPackage: 'Balloon' dependsExactlyOn: #(
+ Collections
+ Graphics
+ Kernel
+ )!
- Kernel Collections Graphics
- ).!

Item was added:
+ ----- Method: PackageDependencyTest>>testChronologyCore (in category 'tests') -----
+ testChronologyCore
+ self testPackage: #'Chronology-Core' dependsExactlyOn: #(
+ Collections
+ Kernel
+ )!

Item was changed:
  ----- Method: PackageDependencyTest>>testCollections (in category 'tests') -----
  testCollections
+ self testPackage: #Collections dependsExactlyOn: #(
+ #'Chronology-Core'
- self testPackage: 'Collections' dependsExactlyOn: #(
  Compiler
  Kernel
  Files
  Graphics
  Multilingual
+ #'ToolBuilder-Kernel'
- 'ToolBuilder-Kernel'
  Tools
  ).!

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

Item was changed:
  ----- Method: PackageDependencyTest>>testCompression (in category 'tests') -----
  testCompression
+ self testPackage: #Compression dependsExactlyOn: #(
+ #'Chronology-Core'
- self testPackage: 'Compression' dependsExactlyOn: #(
  Collections
  Files
  Graphics
  Kernel
  Multilingual
  System
+ #'ToolBuilder-Kernel'
- 'ToolBuilder-Kernel'
  ).!

Item was changed:
  ----- Method: PackageDependencyTest>>testEtoys (in category 'tests') -----
  testEtoys
+ self testPackage: #EToys dependsExactlyOn: #(
- self testPackage: 'EToys' dependsExactlyOn: #(
  Balloon
+ #'Chronology-Core'
  Collections
  Compiler
  Compression
  Files
  Graphics
  Kernel
  Morphic
  MorphicExtras
  Multilingual
  Network
- PreferenceBrowser
  Protocols
  SUnit
  System
+ #'ToolBuilder-Kernel'
- 'ToolBuilder-Kernel'
  Tools
  ).!

Item was changed:
  ----- Method: PackageDependencyTest>>testFiles (in category 'tests') -----
  testFiles
+ self testPackage: #Files dependsExactlyOn: #(
+ #'Chronology-Core'
- self testPackage: 'Files' dependsExactlyOn: #(
  Collections
  Kernel
  Multilingual
  System
  ).!

Item was changed:
  ----- Method: PackageDependencyTest>>testGraphics (in category 'tests') -----
  testGraphics
+ self testPackage: #Graphics dependsExactlyOn: #(
+ #'Chronology-Core'
- self testPackage: 'Graphics' dependsExactlyOn: #(
  Collections
  Compression
  Files
  Kernel
  Multilingual
  System
+ #'ToolBuilder-Kernel'
- 'ToolBuilder-Kernel'
  ).!

Item was changed:
  ----- Method: PackageDependencyTest>>testInstaller (in category 'tests') -----
  testInstaller
+ self testPackage: #Installer dependsExactlyOn: #(
- self testPackage: 'Installer' dependsExactlyOn: #(
  Collections
  Compression
  Exceptions
  Files
  Kernel
  Monticello
  MonticelloConfigurations
  Multilingual
  Network
  System
+ #'ToolBuilder-Kernel'
- 'ToolBuilder-Kernel'
  Tools
  ).!

Item was changed:
  ----- Method: PackageDependencyTest>>testKernel (in category 'tests') -----
  testKernel
+ self testPackage: #Kernel dependsExactlyOn: #(
+ #'Chronology-Core'
- self testPackage: 'Kernel' dependsExactlyOn: #(
  Collections
  Compiler
  Environments
  Files
  Multilingual
  System
+ #'ToolBuilder-Kernel'
- 'ToolBuilder-Kernel'
  ).!

Item was changed:
  ----- Method: PackageDependencyTest>>testMonticello (in category 'tests') -----
  testMonticello
+ self testPackage: #Monticello dependsExactlyOn: #(
+ #'Chronology-Core'
- self testPackage: 'Monticello' dependsExactlyOn: #(
  Collections
  Compiler
  Compression
  Environments
  Files
  Graphics
  Kernel
  Morphic
  Multilingual
  Network
+ #'PackageInfo-Base'
+ #'Services-Base'
- 'PackageInfo-Base'
- 'Services-Base'
  System
+ #'ToolBuilder-Kernel'
- 'ToolBuilder-Kernel'
  Tools
  ).!

Item was changed:
  ----- Method: PackageDependencyTest>>testMorphic (in category 'tests') -----
  testMorphic
+ self testPackage: #Morphic dependsExactlyOn: #(
- self testPackage: 'Morphic' dependsExactlyOn: #(
  Balloon
+ #'Chronology-Core'
  Collections
  Compiler
  EToys
  Files
  Graphics
  Kernel
  Monticello
  MonticelloConfigurations
  MorphicExtras
  Multilingual
  Network
  Sound
  System
  SystemReporter
+ #'ToolBuilder-Kernel'
+ #'ToolBuilder-Morphic'
- 'ToolBuilder-Kernel'
- 'ToolBuilder-Morphic'
  Tools
  TrueType
  ).!

Item was changed:
  ----- Method: PackageDependencyTest>>testMorphicExtras (in category 'tests') -----
  testMorphicExtras
+ self testPackage: #MorphicExtras dependsExactlyOn: #(
- self testPackage: 'MorphicExtras' dependsExactlyOn: #(
  Balloon
+ #'Chronology-Core'
  Collections
  Compiler
  Files
  Graphics
  Kernel
  MonticelloConfigurations
  Morphic
  Multilingual
  Network
  Protocols
  Sound
  System
+ #'ToolBuilder-Kernel'
- 'ToolBuilder-Kernel'
  Tools
  ).!

Item was changed:
  ----- Method: PackageDependencyTest>>testMultilingual (in category 'tests') -----
  testMultilingual
+ self testPackage: #Multilingual dependsExactlyOn: #(
+ #'Chronology-Core'
- self testPackage: 'Multilingual' dependsExactlyOn: #(
  Collections
  Files
  Graphics
  Kernel
  Network
  System
+ #'ToolBuilder-Kernel'
- 'ToolBuilder-Kernel'
  ).!

Item was changed:
  ----- Method: PackageDependencyTest>>testNetwork (in category 'tests') -----
  testNetwork
+ self testPackage: #Network dependsExactlyOn: #(
+ #'Chronology-Core'
- self testPackage: 'Network' dependsExactlyOn: #(
  Collections
  Compiler
  Compression
  Files
  Graphics
  Kernel
  Morphic
  System
+ #'ToolBuilder-Kernel'
+ #'WebClient-Core'
- 'ToolBuilder-Kernel'
- 'WebClient-Core'
  ).!

Item was changed:
  ----- Method: PackageDependencyTest>>testPackageInfo (in category 'tests') -----
  testPackageInfo
+ self testPackage: #PackageInfo dependsExactlyOn: #(
- self testPackage: 'PackageInfo' dependsExactlyOn: #(
  Collections
  Compiler
  Graphics
  Kernel
  Morphic
  System
+ #'ToolBuilder-Kernel'
- 'ToolBuilder-Kernel'
  ).!

Item was changed:
  ----- Method: PackageDependencyTest>>testPreferenceBrowser (in category 'tests') -----
  testPreferenceBrowser
+ self testPackage: #PreferenceBrowser dependsExactlyOn: #(
+ #'Chronology-Core'
- self testPackage: 'PreferenceBrowser' dependsExactlyOn: #(
  Collections
  Graphics
  Kernel
  Morphic
  MorphicExtras
  System
  Tools
  ).!

Item was changed:
  ----- Method: PackageDependencyTest>>testProtocols (in category 'tests') -----
  testProtocols
+ self testPackage: #Protocols dependsExactlyOn: #(
+ #'Chronology-Core'
- self testPackage: 'Protocols' dependsExactlyOn: #(
  Collections
  Graphics
  Kernel
  Morphic
  MorphicExtras
  System
+ #'ToolBuilder-Kernel'
- 'ToolBuilder-Kernel'
  Tools
  ).!

Item was changed:
  ----- Method: PackageDependencyTest>>testSUnit (in category 'tests') -----
  testSUnit
+ self testPackage: #SUnit dependsExactlyOn: #(
+ #'Chronology-Core'
- self testPackage: 'SUnit' dependsExactlyOn: #(
  Collections
  Kernel
  System
  ).!

Item was changed:
  ----- Method: PackageDependencyTest>>testSUnitGUI (in category 'tests') -----
  testSUnitGUI
+ self testPackage: #SUnitGUI dependsExactlyOn: #(
+ #'Chronology-Core'
- self testPackage: 'SUnitGUI' dependsExactlyOn: #(
  Collections
  Graphics
  Kernel
+ #'PackageInfo-Base'
- 'PackageInfo-Base'
  SUnit
  System
+ #'ToolBuilder-Kernel'
- 'ToolBuilder-Kernel'
  Tools
  ).!

Item was changed:
  ----- Method: PackageDependencyTest>>testServices (in category 'tests') -----
  testServices
+ self testPackage: #'Services-Base' dependsExactlyOn: #(
- self testPackage: 'Services-Base' dependsExactlyOn: #(
  Collections
  Compiler
  Graphics
  Kernel
  Morphic
+ #'PackageInfo-Base'
- 'PackageInfo-Base'
  PreferenceBrowser
  System
+ #'ToolBuilder-Kernel'
- 'ToolBuilder-Kernel'
  Tools
  ).!

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

Item was changed:
  ----- Method: PackageDependencyTest>>testSound (in category 'tests') -----
  testSound
+ self testPackage: #Sound dependsExactlyOn: #(
+ #'Chronology-Core'
- self testPackage: 'Sound' dependsExactlyOn: #(
  Collections
  Balloon
  Files
  Graphics
  Kernel
  Network
  System
+ #'ToolBuilder-Kernel'
- 'ToolBuilder-Kernel'
  ).!

Item was changed:
  ----- Method: PackageDependencyTest>>testSystem (in category 'tests') -----
  testSystem
+ self testPackage: #System dependsExactlyOn: #(
+ #'Chronology-Core'
- self testPackage: 'System' dependsExactlyOn: #(
  Collections
  Compiler
  Compression
  Environments
  Files
  Graphics
+ #'Installer-Core'
- 'Installer-Core'
  Kernel
  MonticelloConfigurations
  Morphic
  MorphicExtras
  Multilingual
  Network
+ #'PackageInfo-Base'
- 'PackageInfo-Base'
  Sound
+ #'ToolBuilder-Kernel'
- 'ToolBuilder-Kernel'
  TrueType
  ).!

Item was changed:
  ----- Method: PackageDependencyTest>>testToolBuilder (in category 'tests') -----
  testToolBuilder
+ self testPackage: #'ToolBuilder-Kernel' dependsExactlyOn: #(
- self testPackage: 'ToolBuilder-Kernel' dependsExactlyOn: #(
  Collections
  Files
  Kernel
  System
  ).!

Item was changed:
  ----- Method: PackageDependencyTest>>testTools (in category 'tests') -----
  testTools
+ self testPackage: #Tools dependsExactlyOn: #(
+ #'Chronology-Core'
- self testPackage: 'Tools' dependsExactlyOn: #(
  Collections
  Compiler
  Compression
  Files
  Graphics
  Kernel
  Morphic
  MorphicExtras
  Multilingual
  Network
+ #'PackageInfo-Base'
- 'PackageInfo-Base'
  System
+ #'ToolBuilder-Kernel'
- 'ToolBuilder-Kernel'
  ).!

Item was changed:
  ----- Method: PackageDependencyTest>>testTraits (in category 'tests') -----
  testTraits
+ self testPackage: #Traits dependsExactlyOn: #(
- self testPackage: 'Traits' dependsExactlyOn: #(
  Collections
  Compiler
  Files
  Kernel
  Monticello
  System
  ).!

Item was changed:
  ----- Method: PackageDependencyTest>>testTrueType (in category 'tests') -----
  testTrueType
+ self testPackage: #TrueType dependsExactlyOn: #(
- self testPackage: 'TrueType' dependsExactlyOn: #(
  Collections
  Balloon
  Files
  Graphics
  Kernel
  Multilingual
  System
+ #'ToolBuilder-Kernel'
- 'ToolBuilder-Kernel'
  ).!

Item was changed:
  ----- Method: PackageDependencyTest>>testVersionNumber (in category 'tests') -----
  testVersionNumber
+ self testPackage: #VersionNumber dependsExactlyOn: #(
- self testPackage: 'VersionNumber' dependsExactlyOn: #(
  Collections
  Kernel
  ).!

Item was changed:
  ----- Method: PackageDependencyTest>>testXML (in category 'tests') -----
  testXML
+ self testPackage: #XML dependsExactlyOn: #(
- self testPackage: 'XML' dependsExactlyOn: #(
  Collections
  Exceptions
  Files
  Kernel
  Multilingual
  System
  Tests
  ).!