[squeak-dev] The Trunk: Tests-mt.484.mcz

commits at source.squeak.org commits at source.squeak.org
Wed Apr 27 14:12:08 UTC 2022


Marcel Taeumel uploaded a new version of Tests to project The Trunk:
http://source.squeak.org/trunk/Tests-mt.484.mcz

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

Name: Tests-mt.484
Author: mt
Time: 27 April 2022, 4:12:06.79304 pm
UUID: c8699d3a-d8e1-af42-a4e2-2411d925c4bb
Ancestors: Tests-mt.483, Tests-lrnp.482

Merge Tests-lrnp.482

=============== Diff against Tests-mt.483 ===============

Item was changed:
  TestCase subclass: #LocaleTest
  	instanceVariableNames: 'sut'
  	classVariableNames: ''
  	poolDictionaries: ''
  	category: 'Tests-Localization'!
+ 
+ !LocaleTest commentStamp: 'tak 8/3/2005 18:24' prior: 0!
+ LocaleTest buildSuite run!

Item was changed:
  ----- Method: MCMockPackageInfo>>includesSystemCategory: (in category 'testing') -----
  includesSystemCategory: categoryName
+ 	categoryName ifNil: [^false].
  	^self systemCategories anySatisfy: [:cat | cat sameAs: categoryName]!



More information about the Squeak-dev mailing list