[Pkg] The Trunk: SUnit-cmm.98.mcz

commits at source.squeak.org commits at source.squeak.org
Fri Nov 8 16:43:16 UTC 2013


Chris Muller uploaded a new version of SUnit to project The Trunk:
http://source.squeak.org/trunk/SUnit-cmm.98.mcz

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

Name: SUnit-cmm.98
Author: cmm
Time: 8 November 2013, 10:42:57.221 am
UUID: 1815ada4-7d63-425f-a88a-64a33179d2c7
Ancestors: SUnit-cmm.97

- Forgot to change category from subclass template.

=============== Diff against SUnit-cmm.97 ===============

Item was removed:
- TestCase subclass: #MessageSendTest
- 	instanceVariableNames: ''
- 	classVariableNames: ''
- 	poolDictionaries: ''
- 	category: 'SUnit-Kernel'!

Item was removed:
- ----- Method: MessageSendTest>>testNumArgs (in category 'as yet unclassified') -----
- testNumArgs
- 	self
- 		 assert:
- 			(MessageSend
- 				receiver: Dictionary new
- 				selector: #at:put:) numArgs = 2 ;
- 		 assert:
- 			(MessageSend
- 				receiver: 3
- 				selector: #sqrt) numArgs = 0!



More information about the Packages mailing list