[squeak-dev] The Trunk: Tests-topa.334.mcz

commits at source.squeak.org commits at source.squeak.org
Wed Oct 7 21:36:54 UTC 2015


Tobias Pape uploaded a new version of Tests to project The Trunk:
http://source.squeak.org/trunk/Tests-topa.334.mcz

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

Name: Tests-topa.334
Author: topa
Time: 7 October 2015, 11:36:48.921 pm
UUID: 541d6f38-d7e7-4550-91d9-59c549105848
Ancestors: Tests-topa.333

still unlikely but more safe

=============== Diff against Tests-topa.333 ===============

Item was changed:
  ----- Method: PreferencesTest>>test08DNUFallback (in category 'tests') -----
  test08DNUFallback
  
  	sut setPreference: #foo toValue: 123.
  	sut class removeSelectorSilently: #foo.
  
  	self assert: (sut perform: #foo) = 123.
+ 	self should: [sut perform: #'_unlikelyAndUnknownSelector'] raise: MessageNotUnderstood.!
- 	self should: [sut perform: #_unlikelyAndUnknownSelector] raise: MessageNotUnderstood.!



More information about the Squeak-dev mailing list