[squeak-dev] The Trunk: SystemChangeNotification-Tests-ul.28.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Jun 14 22:21:24 UTC 2018


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

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

Name: SystemChangeNotification-Tests-ul.28
Author: ul
Time: 14 June 2018, 11:52:36.929081 pm
UUID: a10d095a-682a-44fe-ae9d-c8795f5c85f5
Ancestors: SystemChangeNotification-Tests-fn.27

- do not nag the user about setting the author initials

=============== Diff against SystemChangeNotification-Tests-fn.27 ===============

Item was added:
+ ----- Method: ChangeHooksTest>>performTest (in category 'private') -----
+ performTest
+ 
+ 	Utilities
+ 		useAuthorInitials: self className
+ 		during: [ super performTest ]!

Item was added:
+ ----- Method: SystemChangeFileTest>>performTest (in category 'private') -----
+ performTest
+ 
+ 	Utilities
+ 		useAuthorInitials: self className
+ 		during: [ super performTest ]!

Item was changed:
+ ----- Method: SystemChangeFileTest>>testCategoryModified (in category 'tests') -----
- ----- Method: SystemChangeFileTest>>testCategoryModified (in category 'as yet unclassified') -----
  testCategoryModified
  	self assert: false description: 'When does that happen?'!

Item was changed:
+ ----- Method: SystemChangeFileTest>>testClassReorganized (in category 'tests') -----
- ----- Method: SystemChangeFileTest>>testClassReorganized (in category 'as yet unclassified') -----
  testClassReorganized
  	self assert: false description: 'When does that happen?'!

Item was changed:
+ ----- Method: SystemChangeFileTest>>testProtocolModified (in category 'tests') -----
- ----- Method: SystemChangeFileTest>>testProtocolModified (in category 'as yet unclassified') -----
  testProtocolModified
  	self assert: false description: 'When does that happen?'!



More information about the Squeak-dev mailing list