[Pkg] The Trunk: Tests-cmm.109.mcz

commits at source.squeak.org commits at source.squeak.org
Wed Jan 12 01:15:38 UTC 2011


Chris Muller uploaded a new version of Tests to project The Trunk:
http://source.squeak.org/trunk/Tests-cmm.109.mcz

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

Name: Tests-cmm.109
Author: cmm
Time: 11 January 2011, 6:45:41.624 pm
UUID: d9f6795e-b975-4388-9d1b-5adcb7f45472
Ancestors: Tests-ar.108

Move #packageName to class-side so that, to ensure that if a PackageInfo subclass exists, it will be used rather than generic PackageInfo.

=============== Diff against Tests-ar.108 ===============

Item was added:
+ ----- Method: MCDirtyPackageInfo classSide>>packageName (in category 'as yet unclassified') -----
+ packageName
+ 	^ 'MCDirtyPackage'!

Item was removed:
- ----- Method: MCDirtyPackageInfo>>packageName (in category 'as yet unclassified') -----
- packageName
- 	^ 'MCDirtyPackage'!

Item was added:
+ ----- Method: MCEmptyPackageInfo classSide>>packageName (in category 'as yet unclassified') -----
+ packageName
+ 	^ 'MCEmptyPackage'!

Item was removed:
- ----- Method: MCEmptyPackageInfo>>packageName (in category 'as yet unclassified') -----
- packageName
- 	^ 'MCEmptyPackage'!

Item was added:
+ ----- Method: MCMockPackageInfo classSide>>packageName (in category 'as yet unclassified') -----
+ packageName
+ 	^ 'MonticelloMocks'!

Item was removed:
- ----- Method: MCMockPackageInfo>>packageName (in category 'as yet unclassified') -----
- packageName
- 	^ 'MonticelloMocks'!



More information about the Packages mailing list