[Pkg] The Trunk: SystemChangeNotification-Tests-bp.11.mcz

commits at source.squeak.org commits at source.squeak.org
Sun Dec 6 20:42:37 UTC 2009


Andreas Raab uploaded a new version of SystemChangeNotification-Tests to project The Trunk:
http://source.squeak.org/trunk/SystemChangeNotification-Tests-bp.11.mcz

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

Name: SystemChangeNotification-Tests-bp.11
Author: bp
Time: 4 December 2009, 10:38:56 am
UUID: 4d6ef9a9-3dd1-4bc1-80c4-0db5e9b18ac5
Ancestors: SystemChangeNotification-Tests-edc.10

fixed typos in class comments

=============== Diff against SystemChangeNotification-Tests-edc.10 ===============

Item was changed:
  SystemChangeTestRoot subclass: #ChangeHooksTest
  	instanceVariableNames: 'previousChangeSet testsChangeSet capturedEvents generatedTestClass generatedTestClassX createdMethodName createdMethod doItExpression'
  	classVariableNames: ''
  	poolDictionaries: ''
  	category: 'SystemChangeNotification-Tests'!
  
+ !ChangeHooksTest commentStamp: 'bp 12/4/2009 10:37' prior: 0!
- !ChangeHooksTest commentStamp: 'rw 4/5/2006 17:14' prior: 0!
  This class implements unit tests to verify that when the system changes, notification messages are sent around correctly.
  
+ Therefore the test messages make a system change, after registering to receive an event after the change occured. In this event (sent immediately after the change), the actual assertions take place.
- Therefore the test messages make a system change, after registering to receive an event ater the change occured. In this event (sent immediately after the change), the actual assertions take place.
  
  Note that the system changes are *really* made to the system, but in a change set that is created in the setUp method, while the previous one is restored in the tearDown method.!

Item was changed:
  SystemChangeTestRoot subclass: #SystemChangeErrorHandling
  	instanceVariableNames: 'capturedEvents'
  	classVariableNames: ''
  	poolDictionaries: ''
  	category: 'SystemChangeNotification-Tests'!
  
+ !SystemChangeErrorHandling commentStamp: 'bp 12/4/2009 10:37' prior: 0!
+ This class tests the error handing of the notification mechanism to ensure that one client that receives a system change cannot lock up the complete system.!
- !SystemChangeErrorHandling commentStamp: 'rw 4/3/2006 17:21' prior: 0!
- This class tests the error handing of the notification mechanism to ensure that one client that receives a system change cannot lock up the complete system."!



More information about the Packages mailing list