[Pkg] The Trunk: Tests-ul.370.mcz

commits at source.squeak.org commits at source.squeak.org
Tue Mar 21 17:59:07 UTC 2017


Levente Uzonyi uploaded a new version of Tests to project The Trunk:
http://source.squeak.org/trunk/Tests-ul.370.mcz

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

Name: Tests-ul.370
Author: ul
Time: 21 March 2017, 6:56:25.880825 pm
UUID: 4c25819e-1c6d-452d-bd88-13e045075755
Ancestors: Tests-eem.369

SmalltalkImage >> #specialSelectors contains the argument count of the selectors besides their names. Use #specialSelectorNames instead in SystemNavigationTest >> #testAllSentMessagesWithout

=============== Diff against Tests-eem.369 ===============

Item was changed:
  ----- Method: SystemNavigationTest>>testAllSentMessagesWithout (in category 'as yet unclassified') -----
  testAllSentMessagesWithout
  
  	self 
  		assert: (#(foo bar) asIdentitySet
  			addAll: Smalltalk presumedSentMessages;
+ 			addAll: Smalltalk specialSelectorNames;
- 			addAll: Smalltalk specialSelectors;
  			yourself)
  		equals: (sysNav allSentMessagesWithout: {{env at: #Griffle}. {#+}}).!



More information about the Packages mailing list