[squeak-dev] The Trunk: KernelTests-cmm.188.mcz

commits at source.squeak.org commits at source.squeak.org
Mon May 2 23:43:00 UTC 2011


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

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

Name: KernelTests-cmm.188
Author: cmm
Time: 2 May 2011, 6:42:39.78 pm
UUID: d7daceab-6d04-4e66-872c-028a4b1c9b21
Ancestors: KernelTests-nice.187

Demonstrate bug with Month class>>readFrom: when used with February.

=============== Diff against KernelTests-nice.187 ===============

Item was added:
+ ----- Method: DateAndTimeLeapTest>>testMonthParsing (in category 'testing') -----
+ testMonthParsing
+ 	self assert:
+ 		(Month readFrom: 'Feb 2011' readStream) =
+ 			(Month
+ 				month: 2
+ 				year: 2011)!




More information about the Squeak-dev mailing list