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}. {#+}}).!