[Seaside-dev] Issue 6 in seaside: WAPlatformTest #testDaysInMonthForYear

codesite-noreply at google.com codesite-noreply at google.com
Mon Mar 10 05:44:53 UTC 2008


Issue 6: WAPlatformTest #testDaysInMonthForYear
http://code.google.com/p/seaside/issues/detail?id=6

Comment #4 by philippe.marschall:
Yes, that is right. Seaside-Tests-dkh.52 does:

testDaysInMonthForYear
	(1 to: 12) with: #(31 28 31 30 31 30 31 31 30 31 30 31) do: 
[ :month :days |
		self assert: days = (Date daysInMonth: month forYear: 2007) ]



-- 
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


More information about the seaside-dev mailing list