[squeak-dev] The Inbox: SystemChangeNotification-Tests-laza.16.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Nov 3 07:09:59 UTC 2011


A new version of SystemChangeNotification-Tests was added to project The Inbox:
http://source.squeak.org/inbox/SystemChangeNotification-Tests-laza.16.mcz

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

Name: SystemChangeNotification-Tests-laza.16
Author: laza
Time: 3 November 2011, 8:09:52.984 am
UUID: 8edbb2d9-dbf3-6d44-8e0d-941702d8f7cc
Ancestors: SystemChangeNotification-Tests-laza.15

SystemOrganizer>>addCategory:before: does not trigger any notifications

=============== Diff against SystemChangeNotification-Tests-laza.15 ===============

Item was added:
+ ----- Method: SystemChangeFileTest>>testCategoryAddedBefore (in category 'testing') -----
+ testCategoryAddedBefore
+ 	| aClassCategory |
+ 	aClassCategory := self genericClassCategory.
+ 	self
+ 		change: [
+ 			SystemOrganization addCategory: aClassCategory before: nil.
+ 		]
+ 		verify: [
+ 			self assert: (SystemOrganization categories includes: aClassCategory).
+ 		]
+ !




More information about the Squeak-dev mailing list