Oct. 15, 2009
1:13 a.m.
Em 14/10/2009 17:06, Mariano Martinez Peck <marianopeck@gmail.com> escreveu:
Hi folks:During this week someone wanted to use SqueakDBX in Squeak 3.8 and at the same time another person (thanks Marcelo Cortez!!!) has ported it to Dolphin. And I found something weird in TestCase >> assert:
In Squeak 3.10 TestCase >> assert: aBooleanOrBlock
Squeak 3.8, Dolphin and VAST (I don't know others) have:
TestCase >> assert: aBoolean
So...is there a reason of doing that? Is this expected?
FWIW in VW it's also TestCase>>assert: aBoolean, and there is not an Object>>assert: method there.