[squeak-dev] The Trunk: EToys-topa.123.mcz

commits at source.squeak.org commits at source.squeak.org
Tue Apr 7 12:37:53 UTC 2015


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

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

Name: EToys-topa.123
Author: topa
Time: 7 April 2015, 2:37:32.593 pm
UUID: 71b565ae-57ad-4d33-91d2-d6bfeec75490
Ancestors: EToys-topa.122

the ifPresent: part needs a block argument

=============== Diff against EToys-topa.122 ===============

Item was changed:
  ----- Method: TileMorphTest>>expectedFailures (in category 'testing') -----
  expectedFailures
  
  	^ super expectedFailures, 
  		(self class environment
  			at: #BaseSoundSystem
+ 			ifPresent: [:e| #()]
- 			ifPresent: [#()]
  			ifAbsent: [#(testSoundTile) "Only this test depends on Sound"])!



More information about the Squeak-dev mailing list