[squeak-dev] The Trunk: SystemChangeNotification-Tests-nice.23.mcz

commits at source.squeak.org commits at source.squeak.org
Wed Dec 18 13:43:44 UTC 2013


Nicolas Cellier uploaded a new version of SystemChangeNotification-Tests to project The Trunk:
http://source.squeak.org/trunk/SystemChangeNotification-Tests-nice.23.mcz

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

Name: SystemChangeNotification-Tests-nice.23
Author: nice
Time: 18 December 2013, 2:43:23.729 pm
UUID: 3eed6d26-4aef-4095-a604-d9f914240281
Ancestors: SystemChangeNotification-Tests-fbs.22

Use non logging Compiler protocol rather than providing a logged: false argument.

=============== Diff against SystemChangeNotification-Tests-fbs.22 ===============

Item was changed:
  ----- Method: ChangeHooksTest>>testDoItEvent2 (in category 'Testing-Expression') -----
  testDoItEvent2
  
  	self systemChangeNotifier notify: self
  		ofAllSystemChangesUsing: #shouldNotBeCalledEvent:.
  	doItExpression := '1 + 2'.
+ 	Compiler evaluate: doItExpression!
- 	Compiler evaluate: doItExpression logged: false.!



More information about the Squeak-dev mailing list