[squeak-dev] Re: 12 red tests to go...

Frank Shearar frank.shearar at gmail.com
Tue Aug 7 08:02:23 UTC 2012


On 7 August 2012 03:56, Chris Muller <asqueaker at gmail.com> wrote:
>> This test is rather interesting -
>> KernelTests.Chronology.TimespanDoTest.testDatesDo. The test fails
>> because aTimespan dates = dateArray fails. (The former is a test
>> fixture; the latter is a test-local thing.) #hasEqualElements: returns
>> false in the line "(size := self size) = otherCollection size ifFalse:
>> [^ false]."... even though I can inspect size/self size and
>> otherCollection size as both being SmallInteger: 91. Despite the
>> equality, the ifFalse: block still executes!
>
> I'll take this one Frank.

Thanks, Chris!

frank


More information about the Squeak-dev mailing list